diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
commit | 0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch) | |
tree | 62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/pl_PL | |
parent | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff) |
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 178df421..0bdfe57f 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -324,7 +324,7 @@ return array( 'Unable to remove this category.' => 'Nie można usunąć tej kategorii.', 'Category modification for the project "%s"' => 'Zmiana kategorii projektu "%s"', 'Category Name' => 'Nazwa kategorii', - 'Categories for the project "%s"' => 'Kategorie projektu', + 'Categories for the project "%s"' => 'Kategorie projektu "%s"', 'Add a new category' => 'Utwórz nową kategorię', 'Do you really want to remove this category: "%s"?' => 'Czy na pewno chcesz usunąć kategorię: "%s"?', 'Filter by category' => 'Filtruj według kategorii', @@ -397,7 +397,7 @@ return array( 'Enable email notifications' => 'Włącz powiadomienia email', 'Task position:' => 'Pozycja zadania:', 'The task #%d have been opened.' => 'Zadania #%d zostały otwarte.', - 'The task #%d have been closed.' => 'Zadania #$d zostały zamknięte.', + 'The task #%d have been closed.' => 'Zadania #%d zostały zamknięte.', 'Sub-task updated' => 'Pod-zadanie zaktualizowane', 'Title:' => 'Tytuł:', // 'Status:' => '', @@ -434,7 +434,7 @@ return array( 'Project activation' => 'Aktywacja projekt', '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: "%s"?', + 'Do you really want to duplicate this task?' => 'Czy na pewno chcesz zduplikować to zadanie?', 'Duplicate a task' => 'Zduplikuj zadanie', 'External accounts' => 'Konta zewnętrzne', 'Account type' => 'Typ konta', |