diff options
Diffstat (limited to 'locale/ua/arapprn')
-rwxr-xr-x | locale/ua/arapprn | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/locale/ua/arapprn b/locale/ua/arapprn new file mode 100755 index 00000000..39a8d707 --- /dev/null +++ b/locale/ua/arapprn @@ -0,0 +1,30 @@ +$self{charset} = 'ISO-8859-5'; + +$self{texts} = { + 'Account' => 'Рахунок', + 'Amount' => 'Сума', + 'Continue' => 'Продовжити', + 'Date' => 'Дата', + 'PDF' => 'PDF файл формат', + 'Postscript' => 'Postscript', + 'Screen' => 'Екран', + 'Select postscript or PDF!' => 'Вибер╕ть postscript або PDF', + '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; + |