Started to work on button labels in translation files.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index 9443190..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' => 'Проект с таким именем уже есть.',
@@ -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).