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/it_IT | |
parent | 647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff) |
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index eaff4d6e..bd0df667 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -316,9 +316,6 @@ return array( 'Disable public access' => 'Disabilita l\'accesso pubblico', 'Enable public access' => 'Abilita l\'accesso pubblico', 'Public access disabled' => 'Accesso pubblico disattivato', - 'Do you really want to disable this project: "%s"?' => 'Vuoi davvero disabilitare il seguente progetto: "%s"?', - 'Do you really want to enable this project: "%s"?' => 'Vuoi davvero abilitare il seguente progetto: "%s"?', - 'Project activation' => 'Attivazione progetto', 'Move the task to another project' => 'Sposta il task in un altro progetto', 'Move to another project' => 'Sposta in un altro progetto', 'Do you really want to duplicate this task?' => 'Vuoi davvero duplicare questo 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' => '', ); |