summaryrefslogtreecommitdiff
path: root/locale/gr/bp
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 00:47:12 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 00:47:12 +0000
commit78091904fc3f2a131e709f804ed4b3a0d5994d06 (patch)
treea355c847647717244c70bd83bc5600211361731e /locale/gr/bp
parent3eb31643657612ce3331124c0194c37956b4ce4d (diff)
Convert Greek translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@272 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/gr/bp')
-rwxr-xr-xlocale/gr/bp43
1 files changed, 0 insertions, 43 deletions
diff --git a/locale/gr/bp b/locale/gr/bp
deleted file mode 100755
index 4e71be97..00000000
--- a/locale/gr/bp
+++ /dev/null
@@ -1,43 +0,0 @@
-$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;
-