More progress with attachments.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index 084d922..36815e9 100644 (file)
@@ -104,6 +104,7 @@ $i18n_key_words = array(
 'error.format' => 'Неверный формат файла.',
 'error.user_count' => 'Ограничение на количество пользователей.',
 'error.expired' => 'Достигнута дата экспирации.',
+'error.file_storage' => 'Ошибка файлохранилища.',
 
 // Warning messages.
 'warn.sure' => 'Вы уверены?',
@@ -236,6 +237,10 @@ $i18n_key_words = array(
 'label.approved' => 'Одобрено',
 'label.approval' => 'Одобрение отчётов',
 'label.mark_approved' => 'Отметить одобрение',
+'label.template' => 'Шаблон',
+'label.attachments' => 'Приложения',
+'label.files' => 'Файлы',
+'label.image' => 'Изображение',
 
 // Form titles.
 'title.error' => 'Ошибка',
@@ -267,6 +272,7 @@ $i18n_key_words = array(
 'title.send_invoice' => 'Отсылка счёта',
 'title.charts' => 'Диаграммы',
 'title.projects' => 'Проекты',
+'title.project_files' => 'Файлы проекта',
 'title.add_project' => 'Добавление проекта',
 'title.edit_project' => 'Редактирование проекта',
 'title.delete_project' => 'Удаление проекта',
@@ -316,6 +322,9 @@ $i18n_key_words = array(
 '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.
@@ -412,6 +421,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' => 'Номер счёта',