From a72c03a7c7c3bd7d0c32488f426221199333ae0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Widz?= Date: Sat, 20 Jul 2013 23:50:23 +0200 Subject: [PATCH] Create pl.lang.php --- plugins/box/pages/languages/pl.lang.php | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 plugins/box/pages/languages/pl.lang.php diff --git a/plugins/box/pages/languages/pl.lang.php b/plugins/box/pages/languages/pl.lang.php new file mode 100644 index 0000000..84eac4e --- /dev/null +++ b/plugins/box/pages/languages/pl.lang.php @@ -0,0 +1,54 @@ + array( + 'Pages' => 'Strony', + 'Pages manager' => 'Zarządzaj stronami', + 'Content' => 'Zawartość', + 'Create New Page' => 'Utwórz nową stronę', + 'New Page' => 'Nowa strona', + 'Edit Page' => 'Edytuj stronę', + 'Date' => 'Data', + 'Clone' => 'Skopiuj', + 'Edit' => 'Edytuj', + 'Delete' => 'Usuń', + 'Delete page: :page' => 'Czy napewno usunąć stronę: :page', + 'Title' => 'Tytuł', + 'Name' => 'Nazwa', + 'Author' => 'Autor', + 'Name (slug)' => 'Krótka nazwa (slug)', + 'Description' => 'Opis', + 'Keywords' => 'Słowa kluczowe', + 'Parent' => 'Rodzic', + 'Template' => 'Szablon', + 'Year' => 'rok', + 'Day' => 'dzień', + 'Month' => 'miesiąc', + 'Hour' => 'godzina', + 'Minute' => 'minuta', + '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', + '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.', + 'The page :page cloned.' => 'Strona :page została skopiowana.', + 'Status' => 'Status', + 'Actions' => 'Akcje', + 'Add' => 'Dodaj podstronę', + 'Published' => 'Opublikowana', + 'Draft' => 'Projekt', + 'Published on' => 'Opublikowane', + 'Edit 404 Page' => 'Edytuj stronę błędu 404', + 'Page :page deleted' => 'Strona :page została usunięta', + 'Search Engines Robots' => 'Roboty wyszukiwarek', + 'Page' => 'Strona', + 'Metadata' => 'Metadane', + 'Settings' => 'Ustawienia', + 'Required field' => 'Pole wymagane', + 'Access' => 'Dostęp', + 'Public' => 'Dla wszystkich', + 'Registered' => 'Dla zarejestrowanych', + ) + );