diff options
Diffstat (limited to 'app/Locales/ru_RU/translations.php')
-rw-r--r-- | app/Locales/ru_RU/translations.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Locales/ru_RU/translations.php b/app/Locales/ru_RU/translations.php index 5e66a360..682b8bd5 100644 --- a/app/Locales/ru_RU/translations.php +++ b/app/Locales/ru_RU/translations.php @@ -496,4 +496,11 @@ return array( 'Activity' => 'Активность', 'Default values are "%s"' => 'Колонки по умолчанию: "%s"', 'Default columns for new projects (Comma-separated)' => 'Колонки по умолчанию для новых проектов (разделять запятой)', + // 'Task assignee change' => '', + // '%s change the assignee of the task #%d' => '', + // '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', + // '[%s][Column Change] %s (#%d)' => '', + // '[%s][Position Change] %s (#%d)' => '', + // '[%s][Assignee Change] %s (#%d)' => '', + // 'New password for the user "%s"' => '', ); |