X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7e31ec9db2a079cb231416b8243a8efc52a92ad9..2bfbf9aa34b4e672ceba72003e294a0a6c5c7972:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index bd6b6fdb..a3e2d6f8 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -118,6 +118,7 @@ $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' => 'Название команды', @@ -152,6 +153,7 @@ $i18n_key_words = array( 'label.finish' => 'Окончание', 'label.duration' => 'Длительность', 'label.note' => 'Комментарий', +'label.notes' => 'Комментарии', 'label.item' => 'Предмет', 'label.cost' => 'Стоимость', 'label.day_total' => 'Итог за день', @@ -191,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' => 'Месячные квоты', @@ -203,6 +207,8 @@ $i18n_key_words = array( 'label.what_is_it' => 'Что это?', 'label.expense' => 'Расход', 'label.quantity' => 'Количество', +'label.paid_status' => 'Статус оплаты', +'label.paid' => 'Оплачено', // Form titles. 'title.login' => 'Вход в систему', @@ -293,6 +299,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