X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/30bec134aac46efe3cdd5371de46598a68138c46..fc92f9cd36dcaeb96da37c699a61331805d9e2fc:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index ac9d0d14..084d9227 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -315,6 +315,7 @@ $i18n_key_words = array( 'title.week_view' => 'Неделя', 'title.swap_roles' => 'Обмен ролей', 'title.work_units' => 'Единицы работы', +'title.templates' => 'Шаблоны', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -338,6 +339,7 @@ $i18n_key_words = array( 'dropdown.clients' => 'клиенты', 'dropdown.select' => '--- выберите ---', 'dropdown.select_invoice' => '--- выберите счёт ---', +'dropdown.select_timesheet' => '--- выберите табель ---', 'dropdown.status_active' => 'активный', 'dropdown.status_inactive' => 'неактивный', 'dropdown.delete' => 'удалить', @@ -404,6 +406,7 @@ $i18n_key_words = array( // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Экспортировать', 'form.report.assign_to_invoice' => 'Включить в счёт', +'form.report.assign_to_timesheet' => 'Включить в табель', // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php 'form.timesheets.active_timesheets' => 'Активные табели', @@ -540,4 +543,12 @@ $i18n_key_words = array( 'role.admin.label' => 'Администратор', 'role.admin.low_case_label' => 'администратор', 'role.admin.description' => 'Администратор сайта.', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +'form.timesheet_view.submit_subject' => 'Запрос на одобрение табеля', +'form.timesheet_view.submit_body' => "Появился новый табель для одобрения.

Пользователь: %s.", +'form.timesheet_view.approve_subject' => 'Табель одобрен', +'form.timesheet_view.approve_body' => "Ваш табель %s одобрен.

%s", +'form.timesheet_view.disapprove_subject' => 'Табель не одобрен', +'form.timesheet_view.disapprove_body' => "Ваш табель %s не одобрен.

%s", );