summaryrefslogtreecommitdiff
path: root/locale/ru_utf/arap
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 19:23:34 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-24 19:23:34 +0000
commit9ca1b581aa9f6f25ecf31d58155016277855f161 (patch)
treeed9db2c5b55512a57138931bce51ae5cf0c2388c /locale/ru_utf/arap
parentf25b72b68accb03652c7ac58e5c3184f14375d17 (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/arap')
-rwxr-xr-xlocale/ru_utf/arap76
1 files changed, 0 insertions, 76 deletions
diff --git a/locale/ru_utf/arap b/locale/ru_utf/arap
deleted file mode 100755
index 65eb1781..00000000
--- a/locale/ru_utf/arap
+++ /dev/null
@@ -1,76 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Address' => 'Адрес',
- 'Bcc' => 'Bcc',
- 'Cc' => 'Cc',
- 'Continue' => 'Продолжить',
- 'Customer not on file!' => 'Клиент отсутствует в справочнике!',
- 'Date' => 'Дата',
- 'Day(s)' => 'День',
- 'Delete Schedule' => 'Удалить расписание',
- 'Description' => 'Описание',
- 'E-mail' => 'E-mail',
- 'E-mail message' => 'E-mail сообщение',
- 'Every' => 'каждый',
- 'For' => 'для',
- 'Include Payment' => 'Включая оплату',
- 'Message' => 'Сообщение',
- 'Month(s)' => 'месяц',
- 'Next Date' => 'Следующая дата',
- 'Number' => 'код',
- 'Print' => 'Печать',
- 'Project not on file!' => 'Проект отсутствует в справочнике!',
- 'Recurring Transaction' => 'Повторяющаяся проводка',
- 'Reference' => 'Ссылка',
- 'Repeat' => 'Повторить',
- 'Save Schedule' => 'Сохранить расписание',
- 'Select from one of the names below' => 'Выберите одно из наименований из списка',
- 'Select from one of the projects below' => 'Выберите один из проектов из списка',
- 'Startdate' => 'Начальная дата',
- 'Subject' => 'Тема',
- 'To' => 'по',
- 'Vendor not on file!' => 'Поставщика нет в справочнике!',
- 'Warning!' => 'Внимание!',
- 'Week(s)' => 'Недели',
- 'Year(s)' => 'Год',
- 'You are posting an existing transaction!' => 'Выполнение существующей проводки!',
- 'You are printing and posting an existing transaction!' => 'Печать и выполнение существующей проводки!',
- 'You are printing and saving an existing order' => 'Печать и сохранение существующего ордера',
- 'You are printing and saving an existing quotation' => 'Печать и сохранение существующего резервирования',
- 'You are saving an existing order' => 'Сохранение существующего ордера',
- 'You are saving an existing quotation' => 'Сохранение существующего резервирования',
- 'for' => 'для',
- 'sent' => 'отправлено',
- 'time(s)' => 'раз',
-};
-
-$self{subs} = {
- 'add_transaction' => 'add_transaction',
- 'ap_transaction' => 'ap_transaction',
- 'ar_transaction' => 'ar_transaction',
- 'check_name' => 'check_name',
- 'check_project' => 'check_project',
- 'continue' => 'continue',
- 'delete_schedule' => 'delete_schedule',
- 'gl_transaction' => 'gl_transaction',
- 'name_selected' => 'name_selected',
- 'post_as_new' => 'post_as_new',
- 'print_and_post_as_new' => 'print_and_post_as_new',
- 'project_selected' => 'project_selected',
- 'rebuild_vc' => 'rebuild_vc',
- 'repost' => 'repost',
- 'reprint' => 'reprint',
- 'sales_invoice_' => 'sales_invoice_',
- 'save_schedule' => 'save_schedule',
- 'schedule' => 'schedule',
- 'select_name' => 'select_name',
- 'select_project' => 'select_project',
- 'vendor_invoice_' => 'vendor_invoice_',
- 'Продолжить' => 'continue',
- 'Удалить_расписание' => 'delete_schedule',
- 'Сохранить_расписание' => 'save_schedule',
-};
-
-1;
-