diff options
Diffstat (limited to 'app/Locales/pl_PL/translations.php')
-rw-r--r-- | app/Locales/pl_PL/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index c961ac2e..c9c6a0e5 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -109,7 +109,7 @@ return array( 'Open a task' => 'Otwórz zadanie', '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', + 'Created on %B %e, %Y at %k:%M %p' => 'Utworzono dnia %e %B %Y o %k:%M', 'There is nobody assigned' => 'Nikt nie jest przypisany', 'Column on the board:' => 'Kolumna na tablicy:', 'Status is open' => 'Status otwarty', @@ -171,8 +171,8 @@ return array( 'Work in progress' => 'W trakcie', 'Done' => 'Zakończone', 'Application version:' => 'Wersja aplikacji:', - 'Completed on %B %e, %G at %k:%M %p' => 'Zakończono dnia %e %B %G o %k:%M', - '%B %e, %G at %k:%M %p' => '%e %B %G o %k:%M', + 'Completed on %B %e, %Y at %k:%M %p' => 'Zakończono dnia %e %B %Y o %k:%M', + '%B %e, %Y at %k:%M %p' => '%e %B %Y o %k:%M', 'Date created' => 'Data utworzenia', 'Date completed' => 'Data zakończenia', 'Id' => 'Ident', @@ -220,8 +220,8 @@ return array( 'm/d/Y' => 'd/m/Y', // Date format parsed with php 'month/day/year' => 'dzień/miesiąc/rok', // Help shown to the user 'Invalid date' => 'Błędna data', - 'Must be done before %B %e, %G' => 'Termin do %e %B %G', - '%B %e, %G' => '%e %B %G', + 'Must be done before %B %e, %Y' => 'Termin do %e %B %Y', + '%B %e, %Y' => '%e %B %Y', 'Automatic actions' => 'Akcje automatyczne', 'Your automatic action have been created successfully.' => 'Twoja akcja została dodana', 'Unable to create your automatic action.' => 'Nie udało się utworzyć akcji', @@ -386,7 +386,7 @@ return array( // 'Link my GitHub Account' => '', // 'Unlink my GitHub Account' => '', // 'Created by %s' => 'Créé par %s', - // 'Last modified on %B %e, %G at %k:%M %p' => '', + // 'Last modified on %B %e, %Y at %k:%M %p' => '', // 'Tasks Export' => '', // 'Tasks exportation for "%s"' => '', // 'Start Date' => '', |