diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-30 14:39:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-30 14:39:51 -0400 |
commit | f22cc29cd52d71580f598d0602cdce85bfaf5e92 (patch) | |
tree | 3120edd44702149e1a16e47d24ce42bdd3b8b2de /app/Locale/ru_RU | |
parent | 11d1da2d7915fef02e60fff787b1ea640f780cda (diff) |
Add [DUPLICATE] prefix to duplicated tasks title
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index b0c0392a..e14b19fe 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1331,4 +1331,5 @@ return array( '%d subtasks' => '%d подзадач', '%d subtask' => '%d подзадача', 'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Текущий пользователь может перемещать назначенные ему задачи только между этими колонками', + // '[DUPLICATE]' => '', ); |