diff options
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; - |