X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=d932f155ce79071c66910052300eb2ab3a57dd42;hb=6152f4bd9a8f960c79ae025b775b719930574cc9;hp=929e2b2e25375572ed58b67a90f8e23d118fde91;hpb=124f501c2f54e9480401ed46bd1986e10cc3afc3;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 929e2b2e..d932f155 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -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,9 @@ $i18n_key_words = array( 'label.approval' => 'Одобрение отчётов', 'label.mark_approved' => 'Отметить одобрение', 'label.template' => 'Шаблон', +'label.attachments' => 'Приложения', +'label.files' => 'Файлы', +'label.image' => 'Изображение', // Form titles. 'title.error' => 'Ошибка', @@ -268,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' => 'Удаление проекта', @@ -320,6 +325,8 @@ $i18n_key_words = array( 'title.add_template' => 'Добавление шаблона', 'title.edit_template' => 'Редактирование шаблона', 'title.delete_template' => 'Удаление шаблона', +'title.edit_file' => 'Редактирование файла', +'title.delete_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.