From cda7c0f997220e7c433df355e5653353a40663bf Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 6 Jan 2015 22:24:35 -0500 Subject: Change links in event templates --- app/Locale/ru_RU/translations.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/Locale/ru_RU') diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index bfc83bf4..a857de30 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -469,18 +469,18 @@ return array( 'Unable to change the password.' => 'Не удалось сменить пароль.', 'Change category for the task "%s"' => 'Сменить категорию для задачи "%s"', 'Change category' => 'Смена категории', - '%s updated the task #%d' => '%s обновил задачу #%d', - '%s open the task #%d' => '%s открыл задачу #%d', - '%s moved the task #%d to the position #%d in the column "%s"' => '%s перместил задачу #%d на позицию #%d в колонке "%s"', - '%s moved the task #%d to the column "%s"' => '%s переместил задачу #%d в колонку "%s"', - '%s created the task #%d' => '%s создал задачу #%d', - '%s closed the task #%d' => '%s закрыл задачу #%d', - '%s created a subtask for the task #%d' => '%s создал подзадачу для задачи #%d', - '%s updated a subtask for the task #%d' => '%s обновил подзадачу для задачи #%d', + '%s updated the task %s' => '%s обновил задачу %s', + '%s opened the task %s' => '%s открыл задачу %s', + '%s moved the task %s to the position #%d in the column "%s"' => '%s перместил задачу %s на позицию #%d в колонке "%s"', + '%s moved the task %s to the column "%s"' => '%s переместил задачу %s в колонку "%s"', + '%s created the task %s' => '%s создал задачу %s', + '%s closed the task %s' => '%s закрыл задачу %s', + '%s created a subtask for the task %s' => '%s создал подзадачу для задачи %s', + '%s updated a subtask for the task %s' => '%s обновил подзадачу для задачи %s', 'Assigned to %s with an estimate of %s/%sh' => 'Назначено %s с окончанием %s/%sh', 'Not assigned, estimate of %sh' => 'Не назначено, окончание %sh', - '%s updated a comment on the task #%d' => '%s обновил комментарий к задаче #%d', - '%s commented the task #%d' => '%s прокомментировал задачу #%d', + '%s updated a comment on the task %s' => '%s обновил комментарий к задаче %s', + '%s commented the task %s' => '%s прокомментировал задачу %s', '%s\'s activity' => '%s активность', 'No activity.' => 'Нет активности', 'RSS feed' => 'RSS лента', @@ -499,7 +499,7 @@ return array( 'Default columns for new projects (Comma-separated)' => 'Колонки по умолчанию для новых проектов (разделять запятой)', 'Task assignee change' => 'Изменен назначенный', '%s change the assignee of the task #%d to %s' => '%s сменил назначенного для задачи #%d на %s', - '%s change the assignee of the task #%d to %s' => '%s сменил назначенного для задачи #%d на %s', + '%s changed the assignee of the task %s to %s' => '%s сменил назначенного для задачи %s на %s', '[%s][Column Change] %s (#%d)' => '[%s][Изменение колонки] %s (#%d)', '[%s][Position Change] %s (#%d)' => '[%s][Изменение позиции] %s (#%d)', '[%s][Assignee Change] %s (#%d)' => '[%s][Изменение назначеного] %s (#%d)', -- cgit v1.2.3