summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/gr/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/gr/bp')
-rw-r--r--sql-ledger/locale/gr/bp42
1 files changed, 42 insertions, 0 deletions
diff --git a/sql-ledger/locale/gr/bp b/sql-ledger/locale/gr/bp
new file mode 100644
index 000000000..a48089f28
--- /dev/null
+++ b/sql-ledger/locale/gr/bp
@@ -0,0 +1,42 @@
+$self{texts} = {
+ 'Account' => 'Λογαριασμός',
+ 'Accounting Menu' => 'Μενπύ Λογιστικής',
+ 'Cannot remove files!' => 'Δεν μπορούν να διαγραφούν αρχεία',
+ 'Checks' => 'Επιταγές',
+ 'Confirm!' => 'Επιβεβαίωση!',
+ 'Continue' => 'Συνέχεια',
+ 'Current' => 'Τρέχων',
+ 'Customer' => 'Πελάτης',
+ 'Date' => 'Ημερομηνία',
+ 'From' => 'Από',
+ 'Invoice' => 'Τιμολόγιο',
+ 'Invoice Number' => 'Αρ. τιμολογίου',
+ 'Month' => 'Μήνας',
+ 'Order' => 'Παραγγελία',
+ 'Order Number' => 'Αρ. Παραγγελίας',
+ 'Print' => 'Εκτύπωση',
+ 'Printing ... ' => 'Εκτυπώνεται...',
+ 'Select all' => 'Επιλογή όλων',
+ 'Vendor' => 'Creditor',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'Συνέχεια' => 'continue',
+ 'Εκτύπωση' => 'print',
+ 'remove' => 'remove',
+ 'Επιλογή_όλων' => 'select_all',
+ 'yes' => 'yes',
+};
+
+1;