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