mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Merge pull request #125 from mwidz/master
Localization: Polish(pl) translations added.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
$dir_array = array('public', 'storage', 'backups', 'tmp');
|
||||
|
||||
// Languages array
|
||||
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'sr-yu');
|
||||
$languages_array = array('en', 'fr', 'de', 'it', 'es', 'lt', 'pl', 'pt-br', 'ru', 'uk', 'hu', 'fa' , 'sk', 'sr-yu');
|
||||
|
||||
// Select Monstra language
|
||||
if (Request::get('language')) {
|
||||
|
17
plugins/box/backup/languages/pl.lang.php
Normal file
17
plugins/box/backup/languages/pl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'Kopie zapasowe',
|
||||
'Backup Date' => 'Data kopii zapasowej',
|
||||
'Create Backup' => 'Utwórz kopię zapasową',
|
||||
'Delete' => 'Usuń',
|
||||
'storage' => 'magazyn',
|
||||
'public' => 'publiczny',
|
||||
'plugins' => 'wtyczki',
|
||||
'Size' => 'Rozmiar',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete backup: :backup' => 'Czy napewno usunąć kopię zapasową: :backup',
|
||||
'Creating...' => 'Tworzenie kopii zapasowej...',
|
||||
)
|
||||
);
|
29
plugins/box/blocks/languages/pl.lang.php
Normal file
29
plugins/box/blocks/languages/pl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blocks' => array(
|
||||
'Blocks' => 'Bloki',
|
||||
'Blocks manager' => 'Zarządzaj blokami',
|
||||
'Delete' => 'Usuń',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Block' => 'Utwórz nowy blok',
|
||||
'New Block' => 'Nowy blok',
|
||||
'Edit Block' => 'Edytuj blok',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'Actions' => 'Akcje',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'This block already exists' => 'Ten blok już istnieje',
|
||||
'This block does not exist' => 'Ten blok nie istnieje',
|
||||
'Delete block: :block' => 'Czy napewno usunąć blok: :block',
|
||||
'Block content' => 'Zawartość bloku',
|
||||
'Block <i>:name</i> deleted' => 'Blok <i>:name</i> został usunięty',
|
||||
'Your changes to the block <i>:name</i> have been saved.' => 'Twoje zmiany dla bloku <i>:name</i> zostały zapisane.',
|
||||
'Delete block: :block' => 'Czy napewno usunąć blok: :block',
|
||||
'View Embed Code' => 'Pokaż osadzony kod',
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
)
|
||||
);
|
8
plugins/box/editor/languages/pl.lang.php
Normal file
8
plugins/box/editor/languages/pl.lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Editor' => array(
|
||||
'Editor' => 'Edytor',
|
||||
'Editor plugin' => 'Wtyczka edytora',
|
||||
)
|
||||
);
|
17
plugins/box/filesmanager/languages/pl.lang.php
Normal file
17
plugins/box/filesmanager/languages/pl.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => array(
|
||||
'Files' => 'Pliki',
|
||||
'Files manager' => 'Zarządzaj plikami',
|
||||
'Name' => 'Nazwa',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Upload' => 'Prześlij',
|
||||
'directory' => 'katalog',
|
||||
'Delete directory: :dir' => 'Czy napewno usunąć katalog: :dir',
|
||||
'Delete file: :file' => 'Czy napewno usunąć plik :file',
|
||||
'Extension' => 'Rozszerzenie',
|
||||
'Size' => 'Rozmiar',
|
||||
)
|
||||
);
|
40
plugins/box/information/languages/pl.lang.php
Normal file
40
plugins/box/information/languages/pl.lang.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informacja',
|
||||
'Debugging' => 'Odpluskwianie',
|
||||
'Name' => 'Nazwa',
|
||||
'Value' => 'Wartość',
|
||||
'Security' => 'Bezpieczeństwo',
|
||||
'System' => 'System',
|
||||
'on' => 'włączone',
|
||||
'off'=> 'wyłączone',
|
||||
'Server' => 'Serwer',
|
||||
'PHP version' => 'Wersja PHP',
|
||||
'SimpleXML module' => 'Moduł SimpleXML',
|
||||
'DOM module' => 'Moduł DOM',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Not Installed' => 'Nie zainstalowane',
|
||||
'Security check results' => 'Wyniki sprawdzenia bezpieczeństwa',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Plik konfiguracyjny ma możliwość zapisu. Radzimy, aby w systemach produkcyjnych usunąć wszystkie uprawnienia zapisu dla pliku defines.php.',
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Katalog główny systemu Monstra (":path") i/lub pliki w nim zawarte mają możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod -R a-w :path</code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik .htaccess systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik index.php systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Ze względu na rodzaj i ilość informacji o błędach, które mogą dostać się w niepowołane ręce, gdy Monstra::$environment = Monstra::DEVELOPMENT, zdecydowanie zalecamy ustawienie Monstra::PRODUCTION w systemach produkcyjnych.',
|
||||
'Monstra version' => 'Wersja systemu Monstra',
|
||||
'Directory Permissions' => 'Uprawnienia katalogu',
|
||||
'Directory' => 'Katalog',
|
||||
'Writable' => 'Możliwość zapisu',
|
||||
'Unwritable' => 'Brak możliwości zapisu',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'Oparty na systemie',
|
||||
'Web Server' => 'Serwer WWW',
|
||||
'WebServer to PHP Interface' => 'Serwerowy interfejs PHP',
|
||||
)
|
||||
);
|
27
plugins/box/menu/languages/pl.lang.php
Normal file
27
plugins/box/menu/languages/pl.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menu',
|
||||
'Menu manager' => 'Zarządzaj menu',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Delete' => 'Usuń',
|
||||
'Order' => 'Kolejność',
|
||||
'Actions' => 'Akcje',
|
||||
'Create New Item' => 'Utwórz nową pozycję',
|
||||
'New item' => 'Nowa pozycja',
|
||||
'Item name' => 'Nazwa pozycji',
|
||||
'Item order' => 'Kolejność pozycji',
|
||||
'Item target' => 'Cel pozycji',
|
||||
'Item link' => 'Łącze pozycji',
|
||||
'Item category' => 'Kategoria pozycji',
|
||||
'Save' => 'Zapisz',
|
||||
'Edit item' => 'Edytuj pozycję',
|
||||
'Delete item :name' => 'Czy napewno usunąć pozycję :name',
|
||||
'Select page' => 'Wybierz stronę',
|
||||
'Category' => 'Kategoria',
|
||||
'Select category' => 'Wybierz kategorię',
|
||||
'Required field' => 'Pole wymagane',
|
||||
)
|
||||
);
|
54
plugins/box/pages/languages/pl.lang.php
Normal file
54
plugins/box/pages/languages/pl.lang.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'pages' => 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 <i>:page</i> have been saved.' => 'Twoje zmiany na stronie <i> :page </i> zostały zapisane.',
|
||||
'The page <i>:page</i> cloned.' => 'Strona <i>:page</i> 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 <i>:page</i> deleted' => 'Strona <i>:page</i> 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',
|
||||
)
|
||||
);
|
20
plugins/box/plugins/languages/pl.lang.php
Normal file
20
plugins/box/plugins/languages/pl.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Wtyczki',
|
||||
'Name' => 'Nazwa',
|
||||
'Actions' => 'Akcje',
|
||||
'Description' => 'Opis',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Install New' => 'Zainstaluj nową',
|
||||
'Delete' => 'Usuń',
|
||||
'Delete plugin :plugin' => 'Czy napewno usunąć wtyczkę :plugin',
|
||||
'This plugin does not exist' => 'Ta wtyczka nie istnieje',
|
||||
'Version' => 'Wersja',
|
||||
'Author' => 'Autor',
|
||||
'Get More Plugins' => 'Pobierz więcej wtyczek',
|
||||
'Install' => 'Instaluj',
|
||||
'Uninstall' => 'Odinstaluj',
|
||||
)
|
||||
);
|
7
plugins/box/sitemap/languages/pl.lang.php
Normal file
7
plugins/box/sitemap/languages/pl.lang.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sitemap' => array(
|
||||
'Sitemap' => 'Mapa witryny',
|
||||
)
|
||||
);
|
29
plugins/box/snippets/languages/pl.lang.php
Normal file
29
plugins/box/snippets/languages/pl.lang.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'snippets' => array(
|
||||
'Snippets' => 'Skrawki (snippets)',
|
||||
'Snippets manager' => 'Zarządzaj skrawkami',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Edit' => 'Edytuj',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Snippet' => 'Utwórz nowy skrawek',
|
||||
'New Snippet' => 'Nowy skrawek',
|
||||
'Edit Snippet' => 'Edytuj skrawek',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'This snippet already exists' => 'Ten skrawek już istnieje',
|
||||
'This snippet does not exist' => 'Ten skrawek nie istnieje',
|
||||
'Delete snippet: :snippet' => 'Czy napewno usunąć skrawek: :snippet',
|
||||
'Snippet content' => 'Zawartość skrawka',
|
||||
'Snippet <i>:name</i> deleted' => 'Skrawek <i>:name</i> został usunięty',
|
||||
'Your changes to the snippet <i>:name</i> have been saved.' => 'Twoje zmiany dla skrawka <i>:name</i> zostały zapisane.',
|
||||
'Delete snippet: :snippet' => 'Czy napewno usunąć skrawek: :snippet',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'View Embed Code' => 'Pokaż osadzony kod',
|
||||
'Embed Code' => 'Osadzony kod',
|
||||
'Shortcode' => 'Krótki kod (shortcode)',
|
||||
'PHP Code' => 'Kod PHP',
|
||||
)
|
||||
);
|
80
plugins/box/system/languages/pl.lang.php
Normal file
80
plugins/box/system/languages/pl.lang.php
Normal file
@@ -0,0 +1,80 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'system' => array(
|
||||
'System' => 'System',
|
||||
'Published a new version of the :monstra' => 'Opublikowano nową wersję systemu :monstra',
|
||||
'Sitemap created' => 'Utworzono mapę witryny',
|
||||
'Create Sitemap' => 'Utwórz mapę witryny',
|
||||
'on' => 'włączone',
|
||||
'off'=> 'wyłączone',
|
||||
'Site Url' => 'Adres URL witryny',
|
||||
'Maintenance Mode' => 'Tryb konserwacji',
|
||||
'Maintenance Mode On' => 'Włącz tryb konserwacji',
|
||||
'Maintenance Mode Off' => 'Wyłącz tryb konserwacji',
|
||||
'Site Settings' => 'Ustawienia witryny',
|
||||
'System Settings' => 'Ustawienia systemu',
|
||||
'Site Name' => 'Nazwa witryny',
|
||||
'Site Description' => 'Opis witryny',
|
||||
'Site Keywords' => 'Słowa kluczowe dla witryny',
|
||||
'Site Slogan' => 'Dewiza witryny',
|
||||
'Default Page' => 'Strona domyślna',
|
||||
'Time zone' => 'Strefa czasowa',
|
||||
'Language' => 'Język',
|
||||
'Email' => 'Email',
|
||||
'Save' => 'Zapisz',
|
||||
'Site' => 'Witryna',
|
||||
'System version' => 'Wersja systemu',
|
||||
'System version ID' => 'Id wersji systemu',
|
||||
'GZIP' => 'GZIP',
|
||||
'Debugging' => 'Odpluskwianie',
|
||||
'Plugin API' => 'API wtyczek',
|
||||
'Plugins active' => 'Aktywne wtyczki',
|
||||
'Actions registered' => 'Zarejestrowane akcje',
|
||||
'Filters registered' => 'Zarejestrowane filtry',
|
||||
'Delete Temporary Files' => 'Usuń pliki tymczasowe',
|
||||
'Download the latest version' => 'Pobierz najnowszą wersję',
|
||||
'Powered by' => 'Napędzane przez',
|
||||
'Administration' => 'Administracja',
|
||||
'Settings' => 'Ustawienia',
|
||||
'Temporary files deleted' => 'Usunięto pliki tymczasowe',
|
||||
'Extends' => 'Rozszerzenia',
|
||||
'View Site' => 'Pokaż witrynę',
|
||||
'Welcome, :username' => 'Witaj, :username',
|
||||
'Reset Password' => 'Resetuj hasło',
|
||||
'< Back to Website' => '< Wróć do witryny internetowej',
|
||||
'Forgot your password? >' => 'Nie pamiętasz swojego hasła? >',
|
||||
'Administration >' => 'Administracja >',
|
||||
'Send New Password' => 'Wyślij nowe hasło',
|
||||
'This user does not exist' => 'Ten użytkownik nie istnieje',
|
||||
'Version' => 'Wersja',
|
||||
'Plugin does not exist' => 'Wtyczka nie istnieje',
|
||||
|
||||
'Install script writable' => 'Skrypt instalacyjny ma możliwość zapisu',
|
||||
'Install script not writable' => 'Skrypt instalacyjny nie ma możliwości zapisu',
|
||||
'Directory: <b> :dir </b> writable' => 'Katalog: <b> :dir </b> z możliwością zapisu',
|
||||
'Directory: <b> :dir </b> not writable' => 'Katalog: <b> :dir </b> bez możliwości zapisu',
|
||||
'PHP Version' => 'Wersja PHP',
|
||||
'Module DOM is installed' => 'Moduł DOM jest zainstalowany',
|
||||
'Module DOM is required' => 'Moduł DOM jest wymagany',
|
||||
'Module Mod Rewrite is installed' => 'Moduł Mod Rewrite jest zainstalowany',
|
||||
'Module SimpleXML is installed' => 'Moduł SimpleXML jest zainstalowany',
|
||||
'PHP 5.2 or greater is required' => 'Wymagane jest PHP 5.2 lub nowsze',
|
||||
'Apache Mod Rewrite is required' => 'Apache Mod Rewrite jest wymagany',
|
||||
'SimpleXML module is required' => 'Moduł SimpleXML jest wymagany',
|
||||
'Field "Site name" is empty' => 'Pole "Nazwa witryny" jest puste',
|
||||
'Field "Email" is empty' => 'Pole "Email" jest puste',
|
||||
'Field "Username" is empty' => 'Pole "Nazwa użytkownika" jest puste',
|
||||
'Field "Password" is empty' => 'Pole "Hasło" jest puste',
|
||||
'Field "Site url" is empty' => 'Pole "URL witryny" jest puste',
|
||||
'Email not valid' => 'Email jest nieprawidłowy',
|
||||
'Install' => 'Instaluj',
|
||||
'...Monstra says...' => '...Monstra mówi...',
|
||||
'Sitemap file writable' => 'Plik mapy witryny ma możliwość zapisu',
|
||||
'Sitemap file not writable' => 'Plik mapy witryny nie ma możliwości zapisu',
|
||||
'Main .htaccess file writable' => 'Główny plik .htaccess ma możliwość zapisu',
|
||||
'Main .htaccess file not writable' => 'Główny plik .htaccess nie ma możliwości zapisu',
|
||||
'Official Support Forum' => 'Wsparcie oficjalnego forum',
|
||||
'Documentation' => 'Dokumentacja',
|
||||
)
|
||||
);
|
50
plugins/box/themes/languages/pl.lang.php
Normal file
50
plugins/box/themes/languages/pl.lang.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'themes' => array(
|
||||
'Themes' => 'Motywy',
|
||||
'Themes manager' => 'Zarządzaj motywami',
|
||||
'Select Theme' => 'Wybierz motyw',
|
||||
'Save' => 'Zapisz',
|
||||
'Save and Exit' => 'Zapisz i wyjdź',
|
||||
'Name' => 'Nazwa',
|
||||
'Create New Template' => 'Utwórz nowy szablon',
|
||||
'New Template' => 'Nowy szablon',
|
||||
'Delete template: :name' => 'Czy napewno usunąć szablon: :name',
|
||||
'Delete chunk: :name' => 'Czy napewno usunąć cegiełkę: :name',
|
||||
'Delete styles: :name' => 'Czy napewno usunąć style: :name',
|
||||
'Templates' => 'Szablony',
|
||||
'Clone' => 'Skopiuj',
|
||||
'Edit' => 'Edytuj',
|
||||
'Delete' => 'Usuń',
|
||||
'Actions' => 'Akcje',
|
||||
'Admin Theme' => 'Motyw administracji',
|
||||
'Create New Chunk' => 'Utwórz nową cegiełkę',
|
||||
'New Chunk' => 'Nowa cegiełka',
|
||||
'Chunks' => 'Cegiełki',
|
||||
'Create New Styles' => 'Utwórz nowe style',
|
||||
'New Styles' => 'Nowe style',
|
||||
'Styles' => 'Style',
|
||||
'Template content' => 'Zawartość szablonu',
|
||||
'Styles content' => 'Zawartość stylów',
|
||||
'Chunk content' => 'Zawartość cegiełki',
|
||||
'Edit Template' => 'Edytuj szablon',
|
||||
'Edit Chunk' => 'Edytuj cegiełkę',
|
||||
'Edit Styles' => 'Edytuj style',
|
||||
'Current Site Theme' => 'Bieżący motyw strony',
|
||||
'Current admin theme' => 'Bieżący motyw administracji',
|
||||
'This template already exists' => 'Ten szablon już istnieje',
|
||||
'This chunk already exists' => 'Ta cegiełka już istnieje',
|
||||
'This styles already exist' => 'Te style już istnieją',
|
||||
'Components templates' => 'Części składowe szablonów',
|
||||
'Your changes to the chunk <i>:name</i> have been saved.' => 'Twoje zmiany dla cegiełki <i>:name</i> zostały zapisane.',
|
||||
'Your changes to the styles <i>:name</i> have been saved.' => 'Twoje zmiany dla stylów <i>:name</i> zostały zapisane.',
|
||||
'Your changes to the template <i>:name</i> have been saved.' => 'Twoje zmiany dla szablonu <i>:name</i> zostały zapisane.',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'Scripts' => 'Skrypty',
|
||||
'Create New Script' => 'Utwórz nowy skrypt',
|
||||
'Script content' => 'Zawartość skryptu',
|
||||
'New Script' => 'Nowy skrypt',
|
||||
'Edit Script' => 'Edytuj skrypt',
|
||||
)
|
||||
);
|
67
plugins/box/users/languages/pl.lang.php
Normal file
67
plugins/box/users/languages/pl.lang.php
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'users' => array(
|
||||
'Users' => 'Użytkownicy',
|
||||
'Login' => 'Login',
|
||||
'Username' => 'Nazwa użytkownika',
|
||||
'Password' => 'Hasło',
|
||||
'Registered' => 'Zarejestrowany',
|
||||
'Email' => 'Email',
|
||||
'Role' => 'Rola',
|
||||
'Roles' => 'Role',
|
||||
'Edit' => 'Edytuj',
|
||||
'Actions' => 'Akcje',
|
||||
'Delete' => 'Usuń',
|
||||
'Log In' => 'Zaloguj',
|
||||
'Log Out' => 'Wyloguj',
|
||||
'Register New user' => 'Zarejestruj nowego użytkownika',
|
||||
'New User Registration' => 'Rejestracja nowego użytkownika',
|
||||
'Delete user: :user' => 'Czy napewno usunąć użytkownika: :user',
|
||||
'User <i>:user</i> have been deleted.' => 'Użytkownik <i>:user</i> został usunięty.',
|
||||
'This user already exists' => 'Ten użytkownik już istnieje',
|
||||
'This email already exists' => 'Ten email już istnieje',
|
||||
'Changes saved' => 'Zmiany zostały zapisane',
|
||||
'Wrong old password' => 'Stare hasło jest niewłaściwe',
|
||||
'Admin' => 'Wydawca',
|
||||
'User' => 'Użytkownik',
|
||||
'Editor' => 'Redaktor',
|
||||
'Register' => 'Zarejestruj',
|
||||
'Edit profile' => 'Edytuj profil',
|
||||
'Save' => 'Zapisz',
|
||||
'Firstname' => 'Imię',
|
||||
'Lastname' => 'Nazwisko',
|
||||
'Old password' => 'Stare hasło',
|
||||
'New password' => 'Nowe hasło',
|
||||
'Welcome' => 'Witaj',
|
||||
'Wrong <b>username</b> or <b>password</b>' => 'Niewłaściwa <b>nazwa użytkownika</b> lub <b>hasło</b>',
|
||||
'Your changes have been saved.' => 'Twoje zmiany zostały zapisane.',
|
||||
'New user have been registered.' => 'Nowy użytkownik został zarejestrowany.',
|
||||
'Captcha' => 'Captcha',
|
||||
'Registration' => 'Rejestracja',
|
||||
'Username' => 'Nazwa użytkownika',
|
||||
'User email is invalid' => 'Email użytkownika jest nieprawidłowy',
|
||||
'Reset Password' => 'Resetuj hasło',
|
||||
'Send New Password' => 'Wyślij nowe hasło',
|
||||
'This user doesnt alredy exist' => 'Ten użytkownik już nie istnieje',
|
||||
'Users - Profile' => 'Użytkownicy - Profil',
|
||||
'Users - Edit Profile' => 'Użytkownicy - Edytuj profil',
|
||||
'Users - Log In' => 'Użytkownicy - Zaloguj',
|
||||
'Users - Registration' => 'Użytkownicy - Rejestracja',
|
||||
'Users - Password Recover' => 'Użytkownicy - Odzyskaj hasło',
|
||||
'New Password' => 'Nowe hasło',
|
||||
'Forgot your password?' => 'Nie pamiętasz swojego hasła?',
|
||||
'New password has been sent' => 'Nowe hasło zostało wysłane',
|
||||
'Monstra says: This is not your profile...' => 'Monstra mówi: To nie jest Twój profil...',
|
||||
'User registration is closed.' => 'Rejestracja użytkowników jest zamknięta.',
|
||||
'Allow user registration' => 'Pozwól na rejestrację użytkowników',
|
||||
'Required field' => 'Pole wymagane',
|
||||
'This user doesnt exist' => 'Ten użytkownik nie istnieje',
|
||||
'Captcha code is wrong' => 'Kod captcha jest niewłaściwy',
|
||||
'Your login details for :site_name has been sent' => 'Twoje dane logowania dla :site_name zostały wysłane',
|
||||
'Your new password for :site_name' => 'Twoje nowe hasło dla :site_name',
|
||||
'Your login details for :site_name' => 'Twoje dane logowania dla :site_name',
|
||||
'About Me' => 'O mnie',
|
||||
'Profile' => 'Profil',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/pl.lang.php
Normal file
9
plugins/captcha/languages/pl.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Wtyczka Captcha dla systemu Monstra',
|
||||
'Captcha code is wrong' => 'Niewłaściwy kod Captcha',
|
||||
)
|
||||
);
|
10
plugins/sandbox/languages/pl.lang.php
Normal file
10
plugins/sandbox/languages/pl.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Wtyczka Sandbox dla systemu Monstra',
|
||||
'Sandbox template' => 'Szablon Sandbox',
|
||||
'Save' => 'Zapisz',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user