diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
commit | fc93203e4db044d37c1686fef0efb1ac1d6ac4b8 (patch) | |
tree | 1cc9b998851e8e0f56242b14b5f59263dde56acd /app/Locale/ru_RU | |
parent | ce367a24fca09bb1fa05da167f36db54712c8fa1 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index f500db20..e7b73ef0 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d завершенных задач', 'No task for this project' => 'Нет задач для этого проекта', 'Public link' => 'Ссылка для просмотра', - 'Change assignee' => 'Сменить назначенного', - 'Change assignee for the task "%s"' => 'Сменить назначенного для задачи « %s »', 'Timezone' => 'Часовой пояс', 'Sorry, I didn\'t find this information in my database!' => 'К сожалению, информация в базе данных не найдена !', 'Page not found' => 'Страница не найдена', @@ -248,7 +246,6 @@ return array( 'Category' => 'Категория', 'Category:' => 'Категория:', 'Categories' => 'Категории', - 'Category not found.' => 'Категория не найдена', 'Your category have been created successfully.' => 'Категория создана.', 'Unable to create your category.' => 'Не удалось создать категорию.', 'Your category have been updated successfully.' => 'Категория обновлена.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Вы точно хотите удалить этот файл « %s » ?', 'Attachments' => 'Вложения', 'Edit the task' => 'Изменить задачу', - 'Edit the description' => 'Изменить описание', 'Add a comment' => 'Добавить комментарий', 'Edit a comment' => 'Изменить комментарий', 'Summary' => 'Сводка', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Нет активной внешней аутентификации.', 'Password modified successfully.' => 'Пароль изменен.', 'Unable to change the password.' => 'Не удалось сменить пароль.', - 'Change category for the task "%s"' => 'Сменить категорию для задачи "%s"', 'Change category' => 'Смена категории', '%s updated the task %s' => '%s обновил задачу %s', '%s opened the task %s' => '%s открыл задачу %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Удалить дорожку', 'Show default swimlane' => 'Показать стандартную дорожку', 'Swimlane modification for the project "%s"' => 'Редактирование дорожки для проекта "%s"', - 'Swimlane not found.' => 'Дорожка не найдена.', 'Swimlane removed successfully.' => 'Дорожка успешно удалена', 'Swimlanes' => 'Дорожки', 'Swimlane updated successfully.' => 'Дорожка успешно обновлена.', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |