X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c0c074a026debe06878f1ade76e02ebd0ae0fe9d..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 138def6b..1635d0ff 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -192,6 +192,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' => 'Месячные квоты', @@ -206,6 +208,7 @@ $i18n_key_words = array( 'label.quantity' => 'Количество', 'label.paid_status' => 'Статус оплаты', 'label.paid' => 'Оплачено', +'label.mark_paid' => 'Отметить оплату', // Form titles. 'title.login' => 'Вход в систему', @@ -296,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 @@ -350,6 +355,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).