summaryrefslogtreecommitdiff
path: root/app/Locale/bs_BA
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/bs_BA
parent647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff)
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Locale/bs_BA')
-rw-r--r--app/Locale/bs_BA/translations.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php
index f9a9e7d8..62881552 100644
--- a/app/Locale/bs_BA/translations.php
+++ b/app/Locale/bs_BA/translations.php
@@ -316,9 +316,6 @@ return array(
'Disable public access' => 'Zabrani javni pristup',
'Enable public access' => 'Dozvoli javni pristup',
'Public access disabled' => 'Javni pristup onemogućen!',
- 'Do you really want to disable this project: "%s"?' => 'Da li zaista želiš da deaktiviraš projekat: "%s"?',
- 'Do you really want to enable this project: "%s"?' => 'Da li zaista želiš da aktiviraš projekat: "%s"?',
- 'Project activation' => 'Aktivacija projekta',
'Move the task to another project' => 'Premjesti zadatak u drugi projekat',
'Move to another project' => 'Premjesti u drugi projekat',
'Do you really want to duplicate this task?' => 'Da li zaista želiš duplicirati ovaj zadatak?',
@@ -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' => '',
);