Started to work on button labels in translation files.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index dfaf2ba..41c868d 100644 (file)
@@ -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' => 'Проект с таким именем уже есть.',
@@ -118,7 +119,6 @@ $i18n_key_words = array(
 'button.import' => 'Импортировать команду',
 'button.close' => 'Закрыть',
 'button.stop' => 'Завершить',
-'button.mark_paid' => 'Отметить оплату',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
 'label.team_name' => 'Название команды',
@@ -193,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' => 'Месячные квоты',
@@ -207,6 +209,7 @@ $i18n_key_words = array(
 'label.quantity' => 'Количество',
 'label.paid_status' => 'Статус оплаты',
 'label.paid' => 'Оплачено',
+'label.mark_paid' => 'Отметить оплату',
 
 // Form titles.
 'title.login' => 'Вход в систему',
@@ -353,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).