diff options
author | Frédéric Guillot <fred@kanboard.net> | 2016-04-13 16:58:44 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-04-13 16:58:44 -0400 |
commit | 2a574c408eda5694898be9407c54fabc1d55905b (patch) | |
tree | 4a17233f1451c72c681679ddf70bb6bd24d6e1c1 | |
parent | cd5bf9d4d214ec9282b706c26bb27cabf150ee63 (diff) | |
parent | d0a731a14aa169e8cb132cdb566d3edbd98f3e2b (diff) |
Merge pull request #2127 from Kolesar/bosnian_translation
Updated Bosnian localization
-rw-r--r-- | app/Locale/bs_BA/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index fadf0a1b..2cb5b7b8 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1163,8 +1163,8 @@ return array( 'Search by task status: ' => 'Pretraga po statusu zadatka: ', 'Search by task title: ' => 'Pretraga po naslovu zadatka: ', 'Activity stream search' => 'Pretraga aktivnosti', - // 'Projects where "%s" is manager' => '', - // 'Projects where "%s" is member' => '', - // 'Open tasks assigned to "%s"' => '', - // 'Closed tasks assigned to "%s"' => '', + 'Projects where "%s" is manager' => 'Projekti gdje je "%s" menadžer', + 'Projects where "%s" is member' => 'Projekti gdje je "%s" član', + 'Open tasks assigned to "%s"' => 'Otvoreni zadaci dodijeljeni "%s"', + 'Closed tasks assigned to "%s"' => 'Zatvoreni zadaci dodijeljeni "%s"', ); |