diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:47:12 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:47:12 +0000 |
commit | 78091904fc3f2a131e709f804ed4b3a0d5994d06 (patch) | |
tree | a355c847647717244c70bd83bc5600211361731e /locale/gr/arapprn | |
parent | 3eb31643657612ce3331124c0194c37956b4ce4d (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/arapprn')
-rwxr-xr-x | locale/gr/arapprn | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/locale/gr/arapprn b/locale/gr/arapprn deleted file mode 100755 index 76dda99a..00000000 --- a/locale/gr/arapprn +++ /dev/null @@ -1,29 +0,0 @@ -$self{charset} = 'ISO-8859-7'; - -$self{texts} = { - 'Account' => 'Λογαριασμός', - 'Amount' => 'Ποσό', - 'Continue' => 'Συνέχεια', - 'Date' => 'Ημερομηνία', - 'Nothing to print!' => 'Δεν υπάρχει τίποτα για εκτύπωση', - 'Printed' => 'Εκτυπώθηκε', - 'Screen' => 'Οθόνη', - 'Source' => 'Πηγή', -}; - -$self{subs} = { - 'customer_details' => 'customer_details', - 'payment_selected' => 'payment_selected', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_check' => 'print_check', - 'print_options' => 'print_options', - 'print_receipt' => 'print_receipt', - 'print_transaction' => 'print_transaction', - 'select_payment' => 'select_payment', - 'vendor_details' => 'vendor_details', - 'Συνέχεια' => 'continue', -}; - -1; - |