diff options
Diffstat (limited to 'locale/legacy/ru/arapprn')
-rwxr-xr-x | locale/legacy/ru/arapprn | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/locale/legacy/ru/arapprn b/locale/legacy/ru/arapprn deleted file mode 100755 index 11dbcd1d..00000000 --- a/locale/legacy/ru/arapprn +++ /dev/null @@ -1,34 +0,0 @@ -$self{charset} = 'ISO-8859-5'; - -$self{texts} = { - 'Account' => 'Счет', - 'Amount' => 'Сумма', - 'Continue' => 'Продолжить', - 'Date' => 'Дата', - 'Memo' => 'Комментарий', - 'Nothing to print!' => 'Ничего не напечатано!', - 'PDF' => 'PDF', - 'Postscript' => 'Postscript', - 'Printed' => 'Напечатано', - 'Screen' => 'Экран', - 'Select payment' => 'Выберите оплату', - '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; - |