From 0826c1acdb6ae900d9ad3d277b13744a744ea34f Mon Sep 17 00:00:00 2001 From: Colin Williams Date: Fri, 19 Jun 2015 17:59:12 +0100 Subject: Fix translations with incorrect placeholders. --- app/Locale/pl_PL/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Locale/pl_PL') 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', -- cgit v1.2.3