diff options
Diffstat (limited to 'locale/lt/arapprn')
-rwxr-xr-x | locale/lt/arapprn | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/locale/lt/arapprn b/locale/lt/arapprn deleted file mode 100755 index 35b7641f..00000000 --- a/locale/lt/arapprn +++ /dev/null @@ -1,30 +0,0 @@ -$self{charset} = 'ISO-8859-13'; - -$self{texts} = { - 'Account' => 'Sąskaita', - 'Amount' => 'Suma', - 'Continue' => 'Tęsti', - 'Date' => 'Data', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript(TM)', - 'Screen' => 'Ekranas', - 'Select postscript or PDF!' => 'Išrinkite postscript arba PDF!', - 'Source' => 'Dokumentas', -}; - -$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', - 'tęsti' => 'continue', -}; - -1; - |