X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=0f866d08cef27bfdd26299d4091a709167cfd915;hb=00a2c4c840e745a734cd7eb6e58f897192fc2ca6;hp=1664d3e4a0c4c965477fe16c3bb4c49283a59404;hpb=ef5c9ae2d3e3a31f054470020b9539794e64b9d2;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 1664d3e4..0f866d08 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -236,6 +236,9 @@ $i18n_key_words = array( 'label.approved' => 'Одобрено', 'label.approval' => 'Одобрение отчётов', 'label.mark_approved' => 'Отметить одобрение', +'label.template' => 'Шаблон', +'label.attachments' => 'Приложения', +'label.files' => 'Файлы', // Form titles. 'title.error' => 'Ошибка', @@ -315,6 +318,10 @@ $i18n_key_words = array( 'title.week_view' => 'Неделя', 'title.swap_roles' => 'Обмен ролей', 'title.work_units' => 'Единицы работы', +'title.templates' => 'Шаблоны', +'title.add_template' => 'Добавление шаблона', +'title.edit_template' => 'Редактирование шаблона', +'title.delete_template' => 'Удаление шаблона', // 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 +345,7 @@ $i18n_key_words = array( 'dropdown.clients' => 'клиенты', 'dropdown.select' => '--- выберите ---', 'dropdown.select_invoice' => '--- выберите счёт ---', +'dropdown.select_timesheet' => '--- выберите табель ---', 'dropdown.status_active' => 'активный', 'dropdown.status_inactive' => 'неактивный', 'dropdown.delete' => 'удалить', @@ -410,6 +418,10 @@ $i18n_key_words = array( 'form.timesheets.active_timesheets' => 'Активные табели', 'form.timesheets.inactive_timesheets' => 'Неактивные табели', +// Templates form. See example at https://timetracker.anuko.com/templates.php +'form.templates.active_templates' => 'Активные шаблоны', +'form.templates.inactive_templates' => 'Неактивные шаблоны', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Номер счёта', @@ -541,4 +553,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", );