diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-08 21:21:36 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-08 21:21:36 -0400 |
commit | 3ebeddc1c79a1931182d071102979283a3f01d52 (patch) | |
tree | 5c5c4a67598cf67707ea1d9c2e16a09c5e59318d /locales/pl_PL | |
parent | 6551c9ce4c169100f55ec6912233f8e627a5cc05 (diff) |
Fix a typo and minor visual improvement
Diffstat (limited to 'locales/pl_PL')
-rw-r--r-- | locales/pl_PL/translations.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 18c24b91..767b4d3f 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -76,7 +76,7 @@ return array( 'Title' => 'Tytuł', 'Add Column' => 'Dodaj kolumnę', 'Project "%s"' => 'Projekt "%s"', - 'No body assigned' => 'Nikt nie przypisany', + 'Nobody assigned' => 'Nikt nie przypisany', 'Assigned to %s' => 'Przypisane do %s', 'Remove a column' => 'Usuń kolumnę', 'Remove a column from a board' => 'Usuń kolumnę z tablicy', @@ -107,7 +107,7 @@ return array( 'Do you really want to open this task: "%s"?' => 'Na pewno chcesz otworzyć zadanie: "%s"?', 'Back to the board' => 'Powrót do tablicy', 'Created on %B %e, %G at %k:%M %p' => 'Utworzono dnia %e %B %G o %k:%M', - 'There is no body assigned' => 'Nikt nie jest przypisany', + 'There is nobody assigned' => 'Nikt nie jest przypisany', 'Column on the board:' => 'Kolumna na tablicy:', 'Status is open' => 'Status otwarty', 'Status is closed' => 'Status zamknięty', @@ -173,7 +173,6 @@ return array( 'Date created' => 'Data utworzenia', 'Date completed' => 'Data zakończenia', 'Id' => 'Ident', - 'Show this task' => 'Pokaż to zadanie', 'No task' => 'Brak zadań', 'completed tasks' => 'ukończone zadania', 'List of projects' => 'Lista projektów', |