Change wording for project status (use "closed" instead of "inactive")

This commit is contained in:
Frederic Guillot
2017-02-08 20:35:51 -05:00
parent 647568cddd
commit 5c0b90bb29
32 changed files with 210 additions and 86 deletions

View File

@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zablokuj dostęp publiczny',
'Enable public access' => 'Odblokuj dostęp publiczny',
'Public access disabled' => 'Dostęp publiczny zablokowany',
'Do you really want to disable this project: "%s"?' => 'Czy na pewno chcesz wyłączyć projekt: "%s"?',
'Do you really want to enable this project: "%s"?' => 'Czy na pewno chcesz włączyć projekt: "%s"?',
'Project activation' => 'Aktywacja projektu',
'Move the task to another project' => 'Przenieś zadanie do innego projektu',
'Move to another project' => 'Przenieś do innego projektu',
'Do you really want to duplicate this task?' => 'Czy na pewno chcesz zduplikować to zadanie?',
@@ -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' => '',
);