X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8164670fafb4306285df2707921741cb9d925385..2bfbf9aa34b4e672ceba72003e294a0a6c5c7972:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 94431907..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' => 'Название команды', @@ -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,8 @@ $i18n_key_words = array( 'label.what_is_it' => 'Что это?', 'label.expense' => 'Расход', 'label.quantity' => 'Количество', +'label.paid_status' => 'Статус оплаты', +'label.paid' => 'Оплачено', // Form titles. 'title.login' => 'Вход в систему', @@ -294,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