diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-08 20:35:51 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-08 20:35:51 -0500 |
commit | 5c0b90bb298d53567c27be527c9caff16dd34f7f (patch) | |
tree | aa291653fbdf2a46a876f977736abe59a978ac38 /app/Locale/ru_RU | |
parent | 647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff) |
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 8cd10d87..268b9987 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -316,9 +316,6 @@ return array( 'Disable public access' => 'Отключить общий доступ', 'Enable public access' => 'Включить общий доступ', 'Public access disabled' => 'Общий доступ отключён', - 'Do you really want to disable this project: "%s"?' => 'Вы точно хотите деактивировать проект: "%s"?', - 'Do you really want to enable this project: "%s"?' => 'Вы точно хотите активировать проект: "%s"?', - 'Project activation' => 'Активация проекта', 'Move the task to another project' => 'Переместить задачу в другой проект', 'Move to another project' => 'Переместить в другой проект', 'Do you really want to duplicate this task?' => 'Вы точно хотите клонировать задачу?', @@ -1307,4 +1304,12 @@ return array( // 'The project email is optional and could be used by several plugins.' => '', // 'The email project must be unique across all projects' => '', // 'The email configuration has been disabled by the administrator.' => '', + // 'Close this project' => '', + // 'Open this project' => '', + // 'Close a project' => '', + // 'Do you really want to close this project: "%s"?' => '', + // 'Reopen a project' => '', + // 'Do you really want to reopen this project: "%s"?' => '', + // 'This project is open' => '', + // 'This project is closed' => '', ); |