diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 19:23:34 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 19:23:34 +0000 |
commit | 9ca1b581aa9f6f25ecf31d58155016277855f161 (patch) | |
tree | ed9db2c5b55512a57138931bce51ae5cf0c2388c /locale/ru_utf/arapprn | |
parent | f25b72b68accb03652c7ac58e5c3184f14375d17 (diff) |
Convert Russian translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@292 4979c152-3d1c-0410-bac9-87ea11338e46
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; - |