1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892
|
# These are all the texts to build the translations files.
# to build unique strings edit the module files instead
# this file is just a shortcut to build strings which are the same
$self{charset} = 'UTF-8';
$self{texts} = {
'A' => '',
'AP' => 'Αγορές',
'AP Aging' => 'Creditor Aging',
'AP Outstanding' => '',
'AP Transaction' => 'Κινήση Αγοράς',
'AP Transactions' => 'Κινήσεις Αγορών',
'AR' => 'Πωλήσεις',
'AR Aging' => 'Debtor Aging',
'AR Outstanding' => '',
'AR Transaction' => 'Κινήσεις Πωλήσεων',
'AR Transactions' => 'Κινήσεις Πωλήσεων',
'AR/AP' => '',
'About' => '',
'Above' => '',
'Access Control' => 'Έλεγχος πρόσβασης',
'Access Denied!' => '',
'Account' => 'Λογαριασμός',
'Account Number' => 'Κωδικός Λογαριασμού',
'Account Number missing!' => 'Ο κωδικός λογαριασμού λείπει',
'Account Type' => 'Τύπος Κωδικού',
'Account Type missing!' => 'Ο τύπος του κωδικού λείπει',
'Account deleted!' => 'Ο λογαριασμός διαγράφηκε',
'Account does not exist!' => 'Ο λογαριασμός δεν υπάρχει',
'Account saved!' => 'Ο λογαρισμός αποθηκεύτηκε',
'Accounting' => 'Λογιστική',
'Accounting Menu' => 'Μενπύ Λογιστικής',
'Accounts' => 'Λογαριασμοί',
'Accrual' => 'Αύξηση',
'Activate Audit trail' => '',
'Active' => 'Ενεργός',
'Add' => 'Προσθήκη',
'Add AP Transaction' => '',
'Add AR Transaction' => '',
'Add Account' => 'Προσθήκη λογαριασμού',
'Add Assembly' => '',
'Add Business' => '',
'Add Cash Transfer Transaction' => '',
'Add Customer' => 'Προσθήκη Πελάτη',
'Add Deduction' => '',
'Add Department' => '',
'Add Employee' => 'Προσθήκη υπαλλήλου',
'Add Exchange Rate' => 'Προσθήκη τιμής συναλάγματος',
'Add GIFI' => '',
'Add General Ledger Transaction' => '',
'Add Group' => 'Προσθήκη ομάδας',
'Add Job' => '',
'Add Labor/Overhead' => '',
'Add Language' => 'Προσθήκη γλώσσας',
'Add POS Invoice' => 'Προσθήκη απόδηξης Ταμειακής μηχανής',
'Add Part' => '',
'Add Pricegroup' => '',
'Add Project' => 'Προσθήκη έργου',
'Add Purchase Order' => '',
'Add Quotation' => 'Προσθήκη προσφοράς',
'Add Request for Quotation' => '',
'Add SIC' => '',
'Add Sales Invoice' => 'Προσθήκη Τιμολογίου πώλησης',
'Add Sales Order' => 'Προσθήκη Παραγγελίας',
'Add Service' => 'Προσθήκη υπηρεσίας',
'Add Timecard' => '',
'Add Transaction' => 'Προσθήκη συναλλαγής',
'Add User' => 'Προσθήκη χρήστη',
'Add Vendor' => 'Προσθήκη Πιστωτή',
'Add Vendor Invoice' => 'Add Creditor Invoice',
'Add Warehouse' => 'Προσθήκη Αποθήκης',
'Address' => 'Διέυθυνση',
'Administration' => 'Διαχείριση',
'Administrator' => 'Διαχειριστής',
'After Deduction' => 'Μετά Έκπτωσις',
'All' => 'Όλα',
'All Accounts' => 'Όλοι οι λογαριασμοί',
'All Datasets up to date!' => 'All Datasets up to date!',
'All Items' => 'Προσθήκη είδους',
'Allowances' => 'Παροχές',
'Amount' => 'Ποσό',
'Amount Due' => '',
'Amount missing!' => 'Ποσό που λείπει',
'Apr' => 'Απρ',
'April' => 'Απρίλιος',
'Are you sure you want to delete Invoice Number' => 'Είσαι σίγουρος πως θέλεις να διαγράψεις το αριθμό τιμολογίου',
'Are you sure you want to delete Order Number' => 'Είσαι σίγουρος πως θέλεις να διαγράψεις τον αριθμό παραγγελίας',
'Are you sure you want to delete Quotation Number' => '',
'Are you sure you want to delete Timecard for' => '',
'Are you sure you want to delete Transaction' => 'Είσαι σίγουρος ότι θέλεις να διαγράψεις την κίνηση',
'Are you sure you want to remove the marked entries from the queue?' => '',
'Assemblies' => 'Συναρμολογήσεις',
'Assemblies restocked!' => '',
'Assembly' => 'Συναρμολόγηση',
'Assembly stocked!' => '',
'Asset' => 'Πάγιο',
'Attachment' => 'Εξάρτημα',
'Audit Control' => 'Ελεγχος',
'Audit trail disabled' => '',
'Audit trail enabled' => '',
'Audit trail removed up to' => '',
'Aug' => 'Αυγ',
'August' => 'Αύγουστος',
'Average Cost' => '',
'Avg Cost' => '',
'BIC' => '',
'BOM' => '',
'Backup' => 'Αντίγραφο ασφαλείας',
'Backup sent to' => 'Αποστολή αντιγράφου ασφαλείας σε..',
'Balance' => 'Ισοζύγιο',
'Balance Sheet' => 'Ισοζύγιο',
'Based on' => 'Βασισμένο σε',
'Bcc' => '',
'Before Deduction' => '',
'Beginning Balance' => 'Ισοζύγιο Έναρξης',
'Below' => '',
'Billing Address' => '',
'Bin' => '',
'Bin List' => '',
'Bin Lists' => '',
'Books are open' => 'Τα βιβλία είναι ανοιχτά',
'Break' => 'Διάλευμμα',
'Business' => 'Επιχείρηση',
'Business Number' => 'Κωδικός Επιχείρησης',
'Business deleted!' => '',
'Business saved!' => '',
'C' => '',
'COGS' => '',
'COGS account does not exist!' => '',
'Cannot add timecard for a completed job!' => '',
'Cannot change timecard for a completed job!' => '',
'Cannot create Assembly' => '',
'Cannot create Labor' => '',
'Cannot create Lock!' => 'Cannot create Lock!',
'Cannot create Part' => '',
'Cannot create Service' => '',
'Cannot delete Timecard!' => '',
'Cannot delete account!' => '',
'Cannot delete customer!' => 'Cannot delete debtor!',
'Cannot delete default account!' => '',
'Cannot delete invoice!' => 'Δεν μπορεί να διαγραφεί το τιμολόγιο',
'Cannot delete item!' => '',
'Cannot delete order!' => 'Δεν μπορεί να διαγραφεί η παραγγελία',
'Cannot delete quotation!' => '',
'Cannot delete transaction!' => 'Δεν μπορεί να διαγραφεί η κίνηση',
'Cannot delete vendor!' => 'Δεν μπορεί να διαγραφεί ο πιστωτής',
'Cannot post Payment!' => '',
'Cannot post Receipt!' => 'Δεν μπορεί να εκδοθεί απόδειξη',
'Cannot post invoice for a closed period!' => '',
'Cannot post invoice!' => '',
'Cannot post payment for a closed period!' => '',
'Cannot post transaction for a closed period!' => '',
'Cannot post transaction with a debit and credit entry for the same account!' => '',
'Cannot post transaction!' => '',
'Cannot remove files!' => 'Δεν μπορούν να διαγραφούν αρχεία',
'Cannot save account!' => 'Δεν μπορούν να αποθηκευτούν οι λογαριαμοί',
'Cannot save defaults!' => '',
'Cannot save order!' => 'Δεν μπορεί να αποθηκευτεί η παραγγελία',
'Cannot save preferences!' => '',
'Cannot save quotation!' => '',
'Cannot save timecard for a closed period!' => '',
'Cannot save timecard!' => '',
'Cannot set account for more than one of AR, AP or IC' => '',
'Cannot set multiple options for' => '',
'Cannot set multiple options for Item' => '',
'Cannot stock Assembly!' => '',
'Cannot stock assemblies!' => '',
'Cash' => 'Ρευστά',
'Cc' => '',
'Change' => '',
'Change Admin Password' => 'Change Admin Password',
'Change Password' => 'Αλλαγή κωδικού',
'Charge' => '',
'Chart of Accounts' => 'Γράφημα των Κωδικών',
'Check' => 'Επιταγή',
'Check Inventory' => 'Έλεγχος Απογραφής',
'Checks' => 'Επιταγές',
'City' => 'Πόλη',
'Cleared' => '',
'Click on login name to edit!' => 'Click on login name to edit!',
'Clocked' => '',
'Close Books up to' => 'Κλείσιμο βιβλίων μέχρι',
'Closed' => 'Κλεισμένο',
'Code' => 'Κωδικός',
'Code missing!' => 'Ο Κωδικός λείπει',
'Company' => 'Εταιρία',
'Company Name' => 'Όνομα εταιρίας',
'Compare to' => '',
'Completed' => '',
'Components' => 'Συστατικά',
'Confirm' => '',
'Confirm!' => 'Επιβεβαίωση!',
'Connect to' => 'Σύνδεση με',
'Contact' => 'Επαφή',
'Continue' => 'Συνέχεια',
'Contra' => '',
'Copies' => 'Αντίγραφα',
'Copy to COA' => '',
'Cost' => 'Κόστος',
'Cost Center' => 'Κέντρο Κόστος',
'Could not save pricelist!' => '',
'Could not save!' => 'Η αποθήκευση δεν είναι δυνατή',
'Could not transfer Inventory!' => '',
'Country' => 'Χώρα',
'Create Chart of Accounts' => 'Create Chart of Accounts',
'Create Dataset' => 'Create Dataset',
'Credit' => 'Πίστωση',
'Credit Limit' => 'Όριο Πίστωσης',
'Curr' => '',
'Currency' => 'Συνάλλαγμα',
'Current' => 'Τρέχων',
'Current Earnings' => 'Τρέχωντα κέρδη',
'Customer' => 'Πελάτης',
'Customer History' => 'Ιστορικό Πελάτη',
'Customer Number' => 'Κωδικός Πελάτη',
'Customer deleted!' => 'Ο πελάτης διαγράφηκε!',
'Customer missing!' => 'Ο Πελάτης λείπει!',
'Customer not on file!' => 'Debtor not on file!',
'Customer saved!' => 'Ο Πελάτης αποθηκεύτηκε!',
'Customers' => 'Πελάτες',
'DBI not installed!' => 'DBI δεν έχει εγκατασταθεί!',
'DOB' => '',
'Database' => 'Βάση δεδομένων',
'Database Administration' => 'Διαχειριστής βάσης δεδομένων',
'Database Driver not checked!' => 'Database Driver not checked!',
'Database Host' => '',
'Database User missing!' => 'Database User missing!',
'Dataset' => '',
'Dataset is newer than version!' => '',
'Dataset missing!' => 'Dataset missing!',
'Dataset updated!' => 'Dataset updated!',
'Date' => 'Ημερομηνία',
'Date Format' => 'Μορφή ημερομηνίας',
'Date Paid' => 'Ημ. Πληρωμής',
'Date Received' => '',
'Date missing!' => 'Δεν υπάρχει η ημερομηνία',
'Date received missing!' => '',
'Date worked' => '',
'Day' => '',
'Day(s)' => '',
'Days' => '',
'Debit' => 'Χρέος',
'Dec' => 'Δεκ',
'December' => 'Δεκέμβριος',
'Decimalplaces' => 'Δεκαδικά',
'Decrease' => 'Μείωση',
'Deduct after' => 'Παρακράτηση μετά',
'Deduction deleted!' => 'Παρακράτηση διαγράφηκε',
'Deduction saved!' => 'Παρακράτηση αποθηκεύτηκε',
'Deductions' => 'Παρακρατήσεις',
'Default Template' => '',
'Defaults' => 'Προεπιλογές',
'Defaults saved!' => 'Προεπιλογές αποθηκεύτηκαν',
'Delete' => 'Διαγραφή',
'Delete Account' => 'Διαγραφή Λογαριασμού',
'Delete Dataset' => 'Delete Dataset',
'Delete Schedule' => '',
'Deleting a language will also delete the templates for the language' => '',
'Delivery Date' => '',
'Department' => 'Τμήμα',
'Department deleted!' => 'Τμήμα διαγράφηκε',
'Department saved!' => 'Τμήμα αποθηκεύτηκε',
'Departments' => 'Τμήματα',
'Deposit' => 'Κατάθεση',
'Description' => 'Περιγραφή',
'Description Translations' => 'Περιγραφή Μεταφράσεων',
'Description missing!' => 'Περιγραφή λείπει',
'Detail' => 'Λεπτομέρεια',
'Difference' => 'Διαφορά',
'Directory' => 'Directory',
'Discount' => 'Έκπτωση',
'Done' => 'Εντάξει',
'Drawing' => 'Σχέδιο',
'Driver' => 'Driver',
'Dropdown Limit' => '',
'Due Date' => 'Ημερομηνία λήξης',
'Due Date missing!' => 'Η ημερομηνία λήξης λείπει',
'E-mail' => '',
'E-mail Statement to' => '',
'E-mail address missing!' => '',
'E-mail message' => '',
'E-mailed' => '',
'Edit' => 'Επεξεργασία',
'Edit AP Transaction' => '',
'Edit AR Transaction' => '',
'Edit Account' => 'Επεξεργασία λογαριασμού',
'Edit Assembly' => 'Επεξεργασία συναρμολόγησης',
'Edit Business' => 'Επεξεργασία επιχείρησης',
'Edit Cash Transfer Transaction' => 'Επεξεργασία κίνησης μεταφοράς χρημάτων',
'Edit Customer' => 'Επεξεργασία Πελάτη',
'Edit Deduction' => '',
'Edit Department' => '',
'Edit Description Translations' => '',
'Edit Employee' => 'Επεξεργασία Εργαζομένου',
'Edit GIFI' => '',
'Edit General Ledger Transaction' => '',
'Edit Group' => '',
'Edit Job' => '',
'Edit Labor/Overhead' => '',
'Edit Language' => 'Επεξεργασία γλώσσας',
'Edit POS Invoice' => 'Επεξεργασία απόδειξης ταμειακής',
'Edit Part' => '',
'Edit Preferences for' => 'Επεξεργασία προτιμήσεων για',
'Edit Pricegroup' => '',
'Edit Project' => 'Επεξεργασία έργου',
'Edit Purchase Order' => '',
'Edit Quotation' => 'Επεξεργασία προσφοράς',
'Edit Request for Quotation' => '',
'Edit SIC' => '',
'Edit Sales Invoice' => 'Επεξεργασία τιμολογίου',
'Edit Sales Order' => '',
'Edit Service' => 'Επεξεργασία υπηρεσίας',
'Edit Template' => '',
'Edit Timecard' => '',
'Edit User' => 'Επεξεργασία χρήστη',
'Edit Vendor' => 'Edit Creditor',
'Edit Vendor Invoice' => 'Edit Creditor Invoice',
'Edit Warehouse' => '',
'Employee' => 'Υπάλληλος',
'Employee Name' => 'Όνομα Υπαλλήλου',
'Employee Number' => 'Αρ. Υπαλλήλου',
'Employee deleted!' => 'Ο Υπάλληλος Διαγράφηκε',
'Employee pays' => '',
'Employee saved!' => 'Ο Υπάλληλος αποθηκεύτηκε',
'Employees' => 'Υπάλληλοι',
'Employer' => 'Εργοδότης',
'Employer pays' => '',
'Enddate' => '',
'Ends' => '',
'Enforce transaction reversal for all dates' => '',
'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'ΕΥΡ',
'Equity' => 'Επιείκια',
'Every' => '',
'Excempt age <' => '',
'Exch' => 'Συναλλ',
'Exchange Rate' => 'Τιμή συναλλάγματος',
'Exchange rate for payment missing!' => 'Η τιμή συναλλάγματος λείπει',
'Exchange rate missing!' => '',
'Existing Datasets' => 'Existing Datasets',
'Expense' => 'Έξοδα',
'Expense account does not exist!' => '',
'Expense/Asset' => 'Έξοδο/Πάγιο',
'Extended' => '',
'FX' => '',
'Failed to save order!' => '',
'Fax' => 'Φαξ',
'Feb' => 'Φεβ',
'February' => 'Φεβρουάριος',
'For' => '',
'Foreign Exchange Gain' => 'Κέρδος από συνναλαγματική διαφορά ',
'Foreign Exchange Loss' => 'Ζημία από συναλλαγματική διαφορά',
'Friday' => '',
'From' => 'Από',
'From Warehouse' => '',
'GIFI' => '',
'GIFI deleted!' => '',
'GIFI missing!' => '',
'GIFI saved!' => '',
'GL' => '',
'GL Reference Number' => '',
'GL Transaction' => '',
'General Ledger' => '',
'Generate' => '',
'Generate Orders' => '',
'Generate Purchase Orders' => '',
'Generate Purchase Orders from Sales Order' => '',
'Generate Sales Order' => '',
'Generate Sales Order from Purchase Orders' => '',
'Generate Sales Orders' => '',
'Goods & Services' => '',
'Group' => 'Ομάδα',
'Group Items' => '',
'Group Translations' => '',
'Group deleted!' => '',
'Group missing!' => '',
'Group saved!' => '',
'Groups' => '',
'HR' => 'ΔΠ',
'HTML Templates' => '',
'Heading' => '',
'History' => 'Ιστορικό',
'Home Phone' => 'Τηλ. Σπιτιού',
'Host' => 'Host',
'Hostname missing!' => 'Hostname missing!',
'IBAN' => '',
'ID' => '',
'Image' => 'Εικόνα',
'In-line' => '',
'Inactive' => '',
'Include Exchange Rate Difference' => '',
'Include Payment' => '',
'Include in Report' => '',
'Include in drop-down menus' => '',
'Income' => 'Εισόδημα',
'Income Statement' => '',
'Income account does not exist!' => '',
'Incorrect Dataset version!' => '',
'Increase' => 'Αύξηση',
'Individual Items' => '',
'Internal Notes' => '',
'Inventory' => 'Απογραφή',
'Inventory account does not exist!' => '',
'Inventory quantity must be zero before you can set this assembly obsolete!' => '',
'Inventory quantity must be zero before you can set this part obsolete!' => '',
'Inventory saved!' => 'Η Απογραφή αποθηκεύτηκε',
'Inventory transferred!' => '',
'Invoice' => 'Τιμολόγιο',
'Invoice Date' => 'Ημ. τιμολογίου',
'Invoice Date missing!' => '',
'Invoice Number' => 'Αρ. τιμολογίου',
'Invoice Number missing!' => 'Το τιμολόγιο διαγράφηκε',
'Invoice deleted!' => '',
'Invoices' => 'Τιμολόγια',
'Is this a summary account to record' => '',
'Item already on pricelist!' => '',
'Item deleted!' => 'Το τεμάχιο διαγράφηκε',
'Item not on file!' => 'Τεμάχιο δεν είναι σε αρχείο',
'Items' => 'Τεμάχια',
'Jan' => 'Ιάν',
'January' => 'Ιανουάριος',
'Job' => '',
'Job Name' => '',
'Job Number' => '',
'Job Number missing!' => '',
'Job deleted!' => '',
'Job saved!' => '',
'Jobs' => '',
'Jul' => 'Ιούλ',
'July' => 'Ιούλιος',
'Jun' => 'Ιούν',
'June' => 'Ιούνιος',
'LaTeX Templates' => '',
'Labor Code' => '',
'Labor/Overhead' => '',
'Language' => 'Γλώσσα',
'Language deleted!' => 'Η γλώσσα διαγράφκς',
'Language saved!' => 'Η γλώσσα αποθηκέυτηκε',
'Languages' => 'Γλώσσεσ',
'Languages not defined!' => '',
'Last Cost' => '',
'Last Numbers & Default Accounts' => '',
'Lead' => '',
'Leadtime' => '',
'Leave host and port field empty unless you want to make a remote connection.' => 'Leave host and port field empty unless you want to make a remote connection.',
'Liability' => 'Παθητικό',
'Licensed to' => 'Αδεια σε',
'Line Total' => '',
'Link' => 'Σύνδεσμος',
'Link Accounts' => '',
'List' => 'Λίστα',
'List Accounts' => 'Λίστα Λογαριασμών',
'List Businesses' => '',
'List Departments' => '',
'List GIFI' => '',
'List Languages' => 'Λίστα γλωσσών',
'List Price' => 'Λίστα τιμών',
'List Projects' => 'Λίστα Έργων',
'List SIC' => '',
'List Transactions' => 'Λίστα Κινήσεων',
'List Warehouses' => 'Λίστα αποθηκών',
'Lock System' => 'Lock System',
'Lockfile created!' => 'Lockfile created!',
'Lockfile removed!' => 'Lockfile removed!',
'Login' => 'Εισαγωγή',
'Login name missing!' => 'Login name missing!',
'Logout' => 'Εξαγωγή',
'Make' => '',
'Manager' => 'Διευθυντής',
'Mar' => 'Μαρ',
'March' => 'Μάρτιος',
'Marked entries printed!' => '',
'Markup' => '',
'Maximum' => 'Μέγιστο',
'May' => 'Μάϊος',
'May ' => 'Μάϊος',
'Memo' => '',
'Menu Width' => '',
'Message' => 'Μύνημα',
'Method' => 'Μέθοδος',
'Microfiche' => '',
'Model' => 'Μοντέλο',
'Monday' => '',
'Month' => 'Μήνας',
'Month(s)' => '',
'Months' => '',
'Multibyte Encoding' => 'Multibyte Encoding',
'N/A' => '',
'Name' => 'Όνομα',
'Name missing!' => 'Το όνομα δεν υπάρχει',
'New Templates' => 'New Templates',
'New Window' => '',
'Next' => '',
'Next Date' => '',
'Next Number' => '',
'No' => 'Όχι',
'No Database Drivers available!' => 'No Database Drivers available!',
'No Dataset selected!' => 'No Dataset selected!',
'No Employees on file!' => '',
'No Labor codes on file!' => '',
'No email address for' => '',
'No open Jobs!' => '',
'No open Projects!' => '',
'No.' => '',
'Non-taxable' => 'Δεν είναι φορολογίσιμο',
'Non-taxable Purchases' => '',
'Non-taxable Sales' => '',
'Non-tracking Items' => '',
'Notes' => 'Σημειώσεις',
'Nothing entered!' => 'Δεν εχει γίνει εισαγωγή',
'Nothing selected!' => 'Δεν έχε επιλεχθεί τίποτα',
'Nothing to delete!' => 'Δεν υπάρχει τίποτα για διαγραφή!',
'Nothing to print!' => 'Δεν υπάρχει τίποτα για εκτύπωση',
'Nothing to transfer!' => '',
'Nov' => 'Νοέ',
'November' => 'Νοέμβριος',
'Number' => 'Αριθμός',
'Number Format' => '',
'Number missing in Row' => '',
'O' => 'Ο',
'OH' => '',
'Obsolete' => 'Απαρχαιωμένος',
'Oct' => 'Οκτ',
'October' => 'Οκτώβριος',
'On Hand' => '',
'Open' => '’νοιγμα',
'Oracle Database Administration' => 'Oracle Database Administration',
'Order' => 'Παραγγελία',
'Order Date' => 'Ημ. Παραγγελίας',
'Order Date missing!' => '',
'Order Entry' => '',
'Order Number' => 'Αρ. Παραγγελίας',
'Order Number missing!' => '',
'Order deleted!' => 'Η Παραγγελία διαγράφηκε',
'Order generation failed!' => '',
'Order saved!' => 'Η Παραγγελία αποθηκεύτηκε',
'Orders generated!' => '',
'Orphaned' => '',
'Out of balance transaction!' => '',
'Out of balance!' => '',
'Outstanding' => 'Αξιοσημείωτο',
'PDF' => '',
'PO Number' => '',
'POS' => '',
'POS Invoice' => '',
'Packing List' => '',
'Packing List Date missing!' => '',
'Packing List Number missing!' => '',
'Packing Lists' => '',
'Paid' => '',
'Part' => '',
'Part Number' => '',
'Partnumber' => '',
'Parts' => '',
'Password' => '',
'Password changed!' => 'Password changed!',
'Password does not match!' => '',
'Passwords do not match!' => '',
'Payables' => '',
'Payment' => '',
'Payment date missing!' => '',
'Payment posted!' => '',
'Payments' => '',
'Payments posted!' => '',
'Payroll Deduction' => 'Κράτηση μισθού',
'Period' => '',
'Pg Database Administration' => 'Pg Database Administration',
'PgPP Database Administration' => 'PgPP Database Administration',
'Phone' => 'Τηλέφωνο',
'Pick List' => '',
'Pick Lists' => '',
'Port' => 'Port',
'Port missing!' => 'Port missing!',
'Pos' => '',
'Post' => '',
'Post as new' => '',
'Posted!' => '',
'Posting' => '',
'Posting failed!' => '',
'Postscript' => '',
'Preferences' => 'Επιλογές',
'Preferences saved!' => 'Επιλογές αποθηκεύτηκαν',
'Prepayment' => 'Προπληρωμή',
'Price' => 'Τιμή',
'Pricegroup' => '',
'Pricegroup deleted!' => '',
'Pricegroup missing!' => '',
'Pricegroup saved!' => '',
'Pricegroups' => '',
'Pricelist' => '',
'Print' => 'Εκτύπωση',
'Print and Post' => 'Έκτύπωση και αποστολή',
'Print and Post as new' => '',
'Print and Save' => 'Εκτύπωση και αποθήκευση',
'Print and Save as new' => '',
'Print and post as new' => '',
'Print and save as new' => '',
'Printed' => 'Εκτυπώθηκε',
'Printer' => 'Εκτυπωτής',
'Printing' => '',
'Printing ... ' => 'Εκτυπώνεται...',
'Process Transactions' => '',
'Production' => '',
'Profit Center' => '',
'Project' => 'Έργο',
'Project Description Translations' => '',
'Project Name' => '',
'Project Number' => 'Αριθμός έργου',
'Project Number missing!' => '',
'Project Transactions' => '',
'Project deleted!' => '',
'Project not on file!' => '',
'Project saved!' => '',
'Project/Job Name' => '',
'Project/Job Number' => '',
'Projects' => 'Έργα',
'Purchase Order' => '',
'Purchase Order Number' => '',
'Purchase Orders' => '',
'Qty' => 'Ποσ.',
'Quantity exceeds available units to stock!' => '',
'Quarter' => '',
'Quotation' => '',
'Quotation ' => '',
'Quotation Date' => '',
'Quotation Date missing!' => '',
'Quotation Number' => '',
'Quotation Number missing!' => '',
'Quotation deleted!' => '',
'Quotations' => '',
'R' => '',
'RFQ' => '',
'RFQ ' => '',
'RFQ Number' => '',
'RFQs' => '',
'ROP' => '',
'Rate' => '',
'Rate missing!' => '',
'Recd' => '',
'Receipt' => 'Απόδειξη',
'Receipt posted!' => '',
'Receipts' => '',
'Receivables' => '',
'Receive' => '',
'Receive Merchandise' => '',
'Reconciliation' => '',
'Reconciliation Report' => '',
'Record in' => '',
'Recurring Transaction' => '',
'Recurring Transactions' => '',
'Reference' => '',
'Remaining' => '',
'Remove' => '',
'Remove Audit trail up to' => '',
'Removed spoolfiles!' => '',
'Removing marked entries from queue ...' => '',
'Repeat' => '',
'Report for' => '',
'Reports' => '',
'Req' => '',
'Request for Quotation' => '',
'Request for Quotations' => '',
'Required by' => '',
'Retained Earnings' => '',
'Role' => '',
'S' => '',
'SIC' => '',
'SIC deleted!' => '',
'SIC saved!' => '',
'SKU' => '',
'SSN' => '',
'Sale' => 'Πώληση',
'Sales' => '',
'Sales Invoice' => '',
'Sales Invoice ' => '',
'Sales Invoice.' => '',
'Sales Invoice/AR Transaction Number' => '',
'Sales Invoices' => '',
'Sales Order' => '',
'Sales Order Number' => '',
'Sales Orders' => '',
'Sales Quotation Number' => '',
'Salesperson' => '',
'Saturday' => '',
'Save' => 'Αποθήκευση',
'Save Pricelist' => '',
'Save Schedule' => '',
'Save as new' => '',
'Save to File' => '',
'Saving' => '',
'Schedule' => '',
'Scheduled' => '',
'Screen' => 'Οθόνη',
'Search' => 'Αναζήτηση',
'Select' => 'Επιλογή',
'Select Customer' => '',
'Select Vendor' => '',
'Select a Printer!' => '',
'Select a printer!' => '',
'Select all' => 'Επιλογή όλων',
'Select from one of the items below' => '',
'Select from one of the names below' => '',
'Select from one of the projects below' => '',
'Select items' => '',
'Select payment' => '',
'Select postscript or PDF!' => '',
'Select txt, postscript or PDF!' => '',
'Sell' => '',
'Sell Price' => '',
'Send by E-Mail' => '',
'Sending' => '',
'Sep' => '',
'September' => '',
'Serial No.' => '',
'Serial Number' => '',
'Service' => 'Υπηρεσία',
'Service Code' => '',
'Service/Labor Code' => '',
'Services' => '',
'Session Timeout' => '',
'Session expired!' => '',
'Setup Templates' => 'Setup Templates',
'Ship' => '',
'Ship Merchandise' => '',
'Ship to' => '',
'Ship via' => '',
'Shipping' => '',
'Shipping Address' => '',
'Shipping Date' => '',
'Shipping Date missing!' => '',
'Shipping Point' => '',
'Short' => '',
'Signature' => 'Υπογραφή',
'Source' => 'Πηγή',
'Spoolfile' => '',
'Standard' => '',
'Standard Industrial Codes' => '',
'Startdate' => '',
'State' => '',
'State/Province' => '',
'Statement' => '',
'Statement Balance' => '',
'Statement sent to' => '',
'Statements sent to printer!' => '',
'Stock' => '',
'Stock Assembly' => '',
'Stocking Date' => '',
'Stylesheet' => '',
'Sub-contract GIFI' => '',
'Subject' => '',
'Subtotal' => '',
'Summary' => '',
'Sunday' => '',
'Supervisor' => '',
'System' => '',
'System Defaults' => '',
'Tax' => 'Φόρος',
'Tax Accounts' => '',
'Tax Included' => '',
'Tax Number' => '',
'Tax Number / SSN' => 'Α.Φ.Μ.',
'Tax collected' => '',
'Tax paid' => '',
'Taxable' => '',
'Template saved!' => '',
'Templates' => 'Templates',
'Terms' => '',
'Text' => '',
'Text Templates' => '',
'The following Datasets are not in use and can be deleted' => 'The following Datasets are not in use and can be deleted',
'The following Datasets need to be updated' => 'The following Datasets need to be updated',
'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!',
'Thursday' => '',
'Till' => '',
'Time In' => '',
'Time Out' => '',
'Timecard' => '',
'Timecard deleted!' => '',
'Timecard saved!' => '',
'Timecards' => '',
'Times' => '',
'To' => '',
'To Warehouse' => '',
'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.',
'Top Level' => '',
'Total' => '',
'Tracking Items' => '',
'Trade Discount' => '',
'Transaction' => '',
'Transaction Date missing!' => '',
'Transaction Dates' => '',
'Transaction deleted!' => '',
'Transaction posted!' => '',
'Transaction reversal enforced for all dates' => '',
'Transaction reversal enforced up to' => '',
'Transactions' => '',
'Transfer' => '',
'Transfer Inventory' => '',
'Transfer from' => '',
'Transfer to' => '',
'Translation' => '',
'Translation deleted!' => '',
'Translation not on file!' => '',
'Translations' => '',
'Translations saved!' => '',
'Trial Balance' => '',
'Tuesday' => '',
'Type of Business' => '',
'Unit' => '',
'Unit of measure' => '',
'Unlock System' => 'Unlock System',
'Update' => '',
'Update Dataset' => 'Update Dataset',
'Updated' => '',
'Upgrading to Version' => '',
'Use Templates' => 'Use Templates',
'User' => '',
'User deleted!' => 'User deleted!',
'User saved!' => 'User saved!',
'Valid until' => '',
'Vendor' => 'Creditor',
'Vendor History' => '',
'Vendor Invoice' => 'Creditor Invoice',
'Vendor Invoice ' => '',
'Vendor Invoice.' => '',
'Vendor Invoice/AP Transaction Number' => '',
'Vendor Invoices' => '',
'Vendor Number' => 'Creditor Number',
'Vendor deleted!' => 'Creditor deleted!',
'Vendor missing!' => 'Creditor missing!',
'Vendor not on file!' => 'Creditor not on file!',
'Vendor saved!' => 'Creditor saved!',
'Vendors' => 'Creditors',
'Version' => '',
'Warehouse' => '',
'Warehouse deleted!' => '',
'Warehouse saved!' => '',
'Warehouses' => '',
'Warning!' => '',
'Wednesday' => '',
'Week' => '',
'Week(s)' => '',
'Weeks' => '',
'Weight' => '',
'Weight Unit' => '',
'What type of item is this?' => '',
'Work Order' => '',
'Work Orders' => '',
'Work Phone' => '',
'Year' => '',
'Year(s)' => '',
'Yearend' => '',
'Yearend date missing!' => '',
'Yearend posted!' => '',
'Yearend posting failed!' => '',
'Years' => '',
'Yes' => '',
'You are logged out' => '',
'You are posting an existing transaction!' => '',
'You are printing and posting an existing transaction!' => '',
'You are printing and saving an existing order' => '',
'You are printing and saving an existing quotation' => '',
'You are printing and saving an existing transaction!' => '',
'You are saving an existing order' => '',
'You are saving an existing quotation' => '',
'You are saving an existing transaction!' => '',
'You did not enter a name!' => '',
'You must enter a host and port for local and remote connections!' => 'You must enter a host and port for local and remote connections!',
'Zip/Postal Code' => '',
'account cannot be set to any other type of account' => '',
'as at' => '',
'days' => '',
'does not exist' => 'does not exist',
'done' => '',
'ea' => '',
'failed' => '',
'for' => '',
'for Period' => '',
'is already a member!' => 'is already a member!',
'localhost' => '',
'locked!' => '',
'partsgroup' => '',
'posted!' => '',
'sent' => '',
'successfully created!' => 'successfully created!',
'successfully deleted!' => 'successfully deleted!',
'time(s)' => '',
'unexpected error!' => '',
'website' => 'website',
};
1;
|