summaryrefslogtreecommitdiff
path: root/locale/gr/bp
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/gr/bp
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/gr/bp')
-rwxr-xr-xlocale/gr/bp43
1 files changed, 43 insertions, 0 deletions
diff --git a/locale/gr/bp b/locale/gr/bp
new file mode 100755
index 00000000..4e71be97
--- /dev/null
+++ b/locale/gr/bp
@@ -0,0 +1,43 @@
+$self{charset} = 'ISO-8859-7';
+
+$self{texts} = {
+ 'Account' => 'Λογαριασμός',
+ 'Accounting Menu' => 'Μενπύ Λογιστικής',
+ 'Cannot remove files!' => 'Δεν μπορούν να διαγραφούν αρχεία',
+ 'Confirm!' => 'Επιβεβαίωση!',
+ 'Continue' => 'Συνέχεια',
+ 'Current' => 'Τρέχων',
+ 'Customer' => 'Πελάτης',
+ 'Date' => 'Ημερομηνία',
+ 'Employee' => 'Υπάλληλος',
+ 'From' => 'Από',
+ 'Invoice' => 'Τιμολόγιο',
+ 'Invoice Number' => 'Αρ. τιμολογίου',
+ 'Month' => 'Μήνας',
+ 'Order' => 'Παραγγελία',
+ 'Order Number' => 'Αρ. Παραγγελίας',
+ 'Print' => 'Εκτύπωση',
+ 'Select all' => 'Επιλογή όλων',
+ 'Vendor' => 'Creditor',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'js_menu' => 'js_menu',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'Συνέχεια' => 'continue',
+ 'Εκτύπωση' => 'print',
+ 'Επιλογή_όλων' => 'select_all',
+};
+
+1;
+