diff --git a/plugins/box/backup/languages/pl.lang.php b/plugins/box/backup/languages/pl.lang.php index e5b968f..c3cbb55 100644 --- a/plugins/box/backup/languages/pl.lang.php +++ b/plugins/box/backup/languages/pl.lang.php @@ -14,4 +14,4 @@ 'Delete backup: :backup' => 'Czy napewno usunąć kopię zapasową: :backup', 'Creating...' => 'Tworzenie kopii zapasowej...', ) - ); + ); \ No newline at end of file diff --git a/plugins/box/pages/languages/pl.lang.php b/plugins/box/pages/languages/pl.lang.php index 84eac4e..bb831e6 100644 --- a/plugins/box/pages/languages/pl.lang.php +++ b/plugins/box/pages/languages/pl.lang.php @@ -29,7 +29,7 @@ 'Second' => 'sekunda', 'This field should not be empty' => 'To pole nie może być puste', 'This page already exists' => 'Ta strona już istnieje', - 'Extra' => 'Extra', + 'Extra' => 'Ekstra', 'Save' => 'Zapisz', 'Save and Exit' => 'Zapisz i wyjdź', 'Your changes to the page :page have been saved.' => 'Twoje zmiany na stronie :page zostały zapisane.', diff --git a/plugins/box/system/languages/pl.lang.php b/plugins/box/system/languages/pl.lang.php index 1ccd735..96a6cd0 100644 --- a/plugins/box/system/languages/pl.lang.php +++ b/plugins/box/system/languages/pl.lang.php @@ -76,5 +76,6 @@ 'Main .htaccess file not writable' => 'Główny plik .htaccess nie ma możliwości zapisu', 'Official Support Forum' => 'Wsparcie oficjalnego forum', 'Documentation' => 'Dokumentacja', + 'Your changes have been saved.' => 'Twoje zmiany zostały zapisane.', ) ); diff --git a/plugins/box/users/languages/pl.lang.php b/plugins/box/users/languages/pl.lang.php index 75f9688..3826b6a 100644 --- a/plugins/box/users/languages/pl.lang.php +++ b/plugins/box/users/languages/pl.lang.php @@ -63,5 +63,6 @@ 'Your login details for :site_name' => 'Twoje dane logowania dla :site_name', 'About Me' => 'O mnie', 'Profile' => 'Profil', + 'You are banned for 10 minutes. Try again later' => 'Jesteś zbanowany na 10 minut. Spróbuj ponownie później', ) );