diff options
author | Asim Husanovic <asim.husanovic@gmail.com> | 2016-03-17 22:10:23 +0300 |
---|---|---|
committer | Asim Husanovic <asim.husanovic@gmail.com> | 2016-03-17 22:10:23 +0300 |
commit | 16d80593e5fe428830940a7ca9b75d669865488d (patch) | |
tree | 707447e01d96a3dbe90b5f4fff8c896e2d7809d0 /app/Locale | |
parent | a51a5a37f50761e9ad3205a80cc02f8076be523e (diff) |
Fix missing arguments in translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/bs_BA/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 7af4eb1e..a3847755 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1027,7 +1027,7 @@ return array( 'Password reset history' => 'Hitorija promjena šifri', 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Svi zadaci kolone "%s" i swimline-a "%s" uspješno su zatvoreni.', 'Do you really want to close all tasks of this column?' => 'Da li zaista želiš zatvoriti sve zadatke ove kolone?', - '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d zadatak(ci) u koloni "%s" i swimline-u će biti zatvoreni.', + '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d zadatak(ci) u koloni "%s" i swimline-u "%s" će biti zatvoreni.', 'Close all tasks of this column' => 'Zatvori sve zadatke ove kolone', 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Nema posebnog plugin-a za obavještenja. Još uvijek možeš koristiti individualne postavke obavještenja na svom profilu.', 'My dashboard' => 'Moj panel', |