diff options
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 5cb7fe57..28ab82a0 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1377,4 +1377,7 @@ return array( 'The link with the relation "%s" to the task %s has been removed' => 'Удалена связь с отношением "%s" к задаче %s', 'Custom Filter:' => 'Настраиваемый фильтр:', 'Unable to find this group.' => 'Невозможно найти эту группу.', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); |