]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ru.lang.php
Replaced edit text links with icon on time pages.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index 929e2b2e25375572ed58b67a90f8e23d118fde91..cb7c0925db231e71c48060cc41afd285ca4301e5 100644 (file)
@@ -104,6 +104,7 @@ $i18n_key_words = array(
 'error.format' => 'Неверный формат файла.',
 'error.user_count' => 'Ограничение на количество пользователей.',
 'error.expired' => 'Достигнута дата экспирации.',
+'error.file_storage' => 'Ошибка файлохранилища.',
 
 // Warning messages.
 'warn.sure' => 'Вы уверены?',
@@ -237,6 +238,10 @@ $i18n_key_words = array(
 'label.approval' => 'Одобрение отчётов',
 'label.mark_approved' => 'Отметить одобрение',
 'label.template' => 'Шаблон',
+'label.attachments' => 'Приложения',
+'label.files' => 'Файлы',
+'label.image' => 'Изображение',
+'label.download' => 'Скачать',
 
 // Form titles.
 'title.error' => 'Ошибка',
@@ -268,6 +273,7 @@ $i18n_key_words = array(
 'title.send_invoice' => 'Отсылка счёта',
 'title.charts' => 'Диаграммы',
 'title.projects' => 'Проекты',
+'title.project_files' => 'Файлы проекта',
 'title.add_project' => 'Добавление проекта',
 'title.edit_project' => 'Редактирование проекта',
 'title.delete_project' => 'Удаление проекта',
@@ -320,6 +326,9 @@ $i18n_key_words = array(
 'title.add_template' => 'Добавление шаблона',
 'title.edit_template' => 'Редактирование шаблона',
 'title.delete_template' => 'Удаление шаблона',
+'title.edit_file' => 'Редактирование файла',
+'title.delete_file' => 'Удаление файла',
+'title.download_file' => 'Скачивание файла',
 
 // 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.