X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=41c868d94a3ce83561a9c0a76fe9bdd025a785c9;hb=a9c7df4765fd6e23b53c7fe1546559a6549d84e9;hp=94431907b12bbe5a5d0f5896e9d710f8f15ce507;hpb=8164670fafb4306285df2707921741cb9d925385;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 94431907..41c868d9 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/07', '02/23', '03/08', '05/01', '05/09', '06 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Войти', 'menu.logout' => 'Выйти', @@ -77,6 +77,7 @@ $i18n_key_words = array( 'error.task' => 'Выберите задачу.', 'error.client' => 'Выберите клиента.', 'error.report' => 'Выберите отчёт.', +'error.record' => 'Выберите запись.', 'error.auth' => 'Неправильно введен логин или пароль.', 'error.user_exists' => 'Пользователь с таким логином уже существует.', 'error.project_exists' => 'Проект с таким именем уже есть.', @@ -192,6 +193,8 @@ $i18n_key_words = array( 'label.role_admin' => '(администратор)', 'label.page' => 'Стр', 'label.condition' => 'Условие', +'label.yes' => 'да', +'label.no' => 'нет', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Дополнительные поля', 'label.monthly_quotas' => 'Месячные квоты', @@ -204,6 +207,9 @@ $i18n_key_words = array( 'label.what_is_it' => 'Что это?', 'label.expense' => 'Расход', 'label.quantity' => 'Количество', +'label.paid_status' => 'Статус оплаты', +'label.paid' => 'Оплачено', +'label.mark_paid' => 'Отметить оплату', // Form titles. 'title.login' => 'Вход в систему', @@ -294,6 +300,8 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'неактивный', 'dropdown.delete'=>'удалить', 'dropdown.do_not_delete'=>'не удалять', +'dropdown.paid' => 'оплачено', +'dropdown.not_paid' => 'не оплачено', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -348,6 +356,7 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Экспортировать', +'form.report.assign_to_invoice' => 'Включить в счёт', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).