diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:41:44 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:41:44 +0000 |
commit | 3eb31643657612ce3331124c0194c37956b4ce4d (patch) | |
tree | 281686700290e64e447c321165ce88d2a8be7656 /locale/ee_utf/arapprn | |
parent | 5a0a707a13fb3c15718e8140052f67d7bcb89960 (diff) |
Convert Estonian to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@271 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/ee_utf/arapprn')
-rwxr-xr-x | locale/ee_utf/arapprn | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/locale/ee_utf/arapprn b/locale/ee_utf/arapprn deleted file mode 100755 index 674012b7..00000000 --- a/locale/ee_utf/arapprn +++ /dev/null @@ -1,36 +0,0 @@ -$self{charset} = 'UTF-8'; - -$self{texts} = { - 'Account' => 'Konto', - 'Amount' => 'Summa', - 'Continue' => 'Jätka', - 'Date' => 'Kuupäev', - 'Memo' => 'Memo', - 'Nothing to print!' => 'Pole midagi trükkida!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Trükitud', - 'Scheduled' => 'Planeeritud', - 'Screen' => 'Ekraan', - 'Select a Printer!' => 'Valida printer', - 'Select payment' => 'Valida makse', - 'Select postscript or PDF!' => 'Vali kas postscript või PDF', - 'Source' => 'Allikas', -}; - -$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', - 'jätka' => 'continue', -}; - -1; - |