summaryrefslogtreecommitdiff
path: root/app/Locale/cs_CZ
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-08 20:35:51 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-08 20:35:51 -0500
commit5c0b90bb298d53567c27be527c9caff16dd34f7f (patch)
treeaa291653fbdf2a46a876f977736abe59a978ac38 /app/Locale/cs_CZ
parent647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff)
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Locale/cs_CZ')
-rw-r--r--app/Locale/cs_CZ/translations.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 59f68325..823410b5 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zakázat veřejný přístup',
'Enable public access' => 'Povolit veřejný přístup',
'Public access disabled' => 'Veřejný přístup zakázán',
- 'Do you really want to disable this project: "%s"?' => 'Opravdu chcete zakázat projekt: "%s"',
- 'Do you really want to enable this project: "%s"?' => 'Opravdu chcete znovu povolit projekt: "%s"',
- 'Project activation' => 'Aktivace projektu',
'Move the task to another project' => 'Přesunutí úkolu do jiného projektu',
'Move to another project' => 'Přesunout do jiného projektu',
'Do you really want to duplicate this task?' => 'Opravdu chcete vytořit kopii tohoto úkolu?',
@@ -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' => '',
);