X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=0f866d08cef27bfdd26299d4091a709167cfd915;hb=00a2c4c840e745a734cd7eb6e58f897192fc2ca6;hp=914524fd90ba1b9aeabf237b456dc3cfd20cad96;hpb=784c0088fb7f9892fdaf22374cd9ef98144afe12;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 914524fd..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. @@ -411,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' => 'Номер счёта',