diff options
Diffstat (limited to 'app/Locale/ru_RU/translations.php')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 0d73f903..3a1c22bf 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Изменить', 'remove' => 'удалить', 'Remove' => 'Удалить', - 'Update' => 'Обновить', 'Yes' => 'Да', 'No' => 'Нет', 'cancel' => 'Отменить', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Действия', 'Inactive' => 'Неактивен', 'Active' => 'Активен', - 'Add this column' => 'Добавить колонку', '%d tasks on the board' => '%d задач на доске', '%d tasks in total' => 'всего %d задач', 'Unable to update this board.' => 'Не удалось обновить эту доску.', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'Не удалось удалить действие', 'Action removed successfully.' => 'Действие удалено.', 'Automatic actions for the project "%s"' => 'Автоматические действия для проекта « %s »', - 'Defined actions' => 'Заданные действия', 'Add an action' => 'Добавить действие', 'Event name' => 'Имя события', 'Action name' => 'Имя действия', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'Когда случится ВЫБРАННОЕ событие выполняется СООТВЕТСТВУЮЩЕЕ действие.', 'Next step' => 'Следующий шаг', 'Define action parameters' => 'Задать параметры действия', - 'Save this action' => 'Сохранить это действие', 'Do you really want to remove this action: "%s"?' => 'Вы точно хотите удалить это действие: « %s » ?', 'Remove an automatic action' => 'Удалить автоматическое действие', 'Assign the task to a specific user' => 'Назначить задачу определенному пользователю', @@ -1148,4 +1144,11 @@ return array( // 'This value must be greater than %d' => '', // 'Another swimlane with the same name exists in the project' => '', // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |