// improved installer translations: no colons in translations and filled some missing fields
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
return array(
|
||||
'informations' => array(
|
||||
'phone' => '+33 (0)1.40.18.30.04',
|
||||
'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne',
|
||||
'blog' => 'http://www.prestashop.com/blog/pl/'
|
||||
'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne',
|
||||
'blog' => 'http://www.prestashop.com/blog/pl/',
|
||||
),
|
||||
'translations' => array(
|
||||
'An SQL error occured for entity <i>%1$s</i>: <i>%2$s</i>' => 'Wystąpił błąd SQL w rekordzie <i>%1$s</i>: <i>%2$s</i>',
|
||||
@@ -56,18 +56,18 @@ return array(
|
||||
'Install demonstration data' => 'Stwórz dane (produkty, strony, kategorie) przykładowe',
|
||||
'Install theme' => 'Instalacja Szablonu',
|
||||
'PHP 5.1.2 or later is not enabled' => 'PHP 5.1.2 lub nowszy nie jest włączony',
|
||||
'PHP parameters:' => 'Parametry PHP:',
|
||||
'PHP parameters:' => 'Parametry PHP',
|
||||
'Cannot upload files' => 'Nie można przesłać plików',
|
||||
'Cannot create new files and folders' => 'Nie można stworzyć nowych folderów ani plików ',
|
||||
'GD Library is not installed' => 'Biblioteka GD nie jest zainstalowana',
|
||||
'MySQL support is not activated' => 'Obsługa MySQL nie jest włączona',
|
||||
'Recursive write permissions on files and folders:' => 'Prawa do zapisu (rekursywnie) w plikach/ folderach:',
|
||||
'Recursive write permissions on files and folders:' => 'Prawa do zapisu (rekursywnie) w plikach/ folderach',
|
||||
'Cannot open external URLs' => 'Nie można otworzyć zewnętrznych adresów URL ',
|
||||
'Database name:' => 'Nazwa bazy danych:',
|
||||
'Database login:' => 'Użytkownik bazy danych:',
|
||||
'Database password:' => 'Hasło bazy danych:',
|
||||
'Database Engine:' => 'Typ bazy danych:',
|
||||
'Tables prefix:' => 'Prefix tabel:',
|
||||
'Database name:' => 'Nazwa bazy danych',
|
||||
'Database login:' => 'Użytkownik bazy danych',
|
||||
'Database password:' => 'Hasło bazy danych',
|
||||
'Database Engine:' => 'Typ bazy danych',
|
||||
'Tables prefix:' => 'Prefix tabel',
|
||||
'Drop existing tables (mode dev):' => 'Usuwanie tabel (tryb dev.)',
|
||||
'Test your database connection now!' => 'Przetestuj połączenie z bazą danych! ',
|
||||
'PHP register global option is on' => 'PHP opcja register_globals jest aktywna',
|
||||
@@ -99,8 +99,8 @@ return array(
|
||||
'File "language.xml" not valid for language iso "%s"' => 'Plik "language.xml" jest niepoprawny dla iso "%s" ',
|
||||
'Encryption:' => 'Szyfrowanie',
|
||||
'None' => 'Żaden',
|
||||
'Port:' => 'Port:',
|
||||
'Login:' => 'Login:',
|
||||
'Port:' => 'Port',
|
||||
'Login:' => 'Login',
|
||||
'enter@your.email' => 'wpisz@twój.email',
|
||||
'Send me a test email!' => 'Wyślij testowego e-maila!',
|
||||
'Next' => 'Następny',
|
||||
@@ -119,48 +119,48 @@ return array(
|
||||
'Fixtures class "%s" not found' => 'Terminarz klasy "%s" nie został znaleziony',
|
||||
'"%s" must be an instane of "InstallXmlLoader"' => '"%s" musi być instancją "Install Xml Loader"',
|
||||
'Information about your Store' => 'Informacje dotyczące Twojego sklepu',
|
||||
'Shop name:' => 'Nazwa sklepu:',
|
||||
'Main activity:' => 'Główna działalność:',
|
||||
'Shop name:' => 'Nazwa sklepu',
|
||||
'Main activity:' => 'Główna działalność',
|
||||
'Please choose your main activity' => 'Proszę wybrać działalność',
|
||||
'Other activity...' => 'Inne:',
|
||||
'Other activity...' => 'Inne',
|
||||
'Yes' => 'Tak',
|
||||
'No' => 'Nie',
|
||||
'Default country:' => 'Kraj:',
|
||||
'Default country:' => 'Kraj',
|
||||
'Select your country' => 'Wybierz swój kraj',
|
||||
'Shop timezone:' => 'Strefa czasowa:',
|
||||
'Shop timezone:' => 'Strefa czasowa',
|
||||
'Select your timezone' => 'Wybierz swoją strefę czasową',
|
||||
'Shop logo:' => 'Logo sklepu:',
|
||||
'Shop logo:' => 'Logo sklepu',
|
||||
'Your Account' => 'TWOJE KONTO',
|
||||
'First name:' => 'Imię:',
|
||||
'Last name:' => 'Nazwisko:',
|
||||
'Shop password:' => 'Hasło:',
|
||||
'First name:' => 'Imię',
|
||||
'Last name:' => 'Nazwisko',
|
||||
'Shop password:' => 'Hasło',
|
||||
'Optional - You can add you logo at a later time.' => 'Opcjonalnie: Możesz dodać logo w późniejszym czasie',
|
||||
'E-mail address:' => 'Adres e-mail:',
|
||||
'E-mail address:' => 'Adres e-mail',
|
||||
'This email address will be your username to access your store\'s back office.' => 'Adres e-mail będzie służył jako login w panelu administracyjnym sklepu.',
|
||||
'Password:' => 'Hasło:',
|
||||
'Password:' => 'Hasło',
|
||||
'Installation Assistant' => 'Asystent instalacji ',
|
||||
'License Agreements' => 'Umowy licencyjne',
|
||||
'I agree to the above terms and conditions.' => 'Zgadzam się z powyższymi warunkami.',
|
||||
'Done!' => 'Gotowe!',
|
||||
'An error occured during installation...' => 'Wystąpił błąd podczas instalacji ... ',
|
||||
'Your installation is finished!' => 'Instalacja została zakończona!',
|
||||
'Please remember your login information:' => 'Proszę o zapamiętanie danych logowania:',
|
||||
'E-mail:' => 'E-mail:',
|
||||
'Please remember your login information:' => 'Proszę o zapamiętanie danych logowania',
|
||||
'E-mail:' => 'E-mail',
|
||||
'Print my login information' => 'Wydrukuj tę stronę',
|
||||
'Display' => 'Wyświetl',
|
||||
'Must be alphanumeric string with at least 8 characters' => 'Hasło musi posiadać co najmniej 8 znaków alfanumerycznych',
|
||||
'Re-type to confirm:' => 'Potwierdzenie hasła:',
|
||||
'Re-type to confirm:' => 'Potwierdzenie hasła',
|
||||
'Sign-up to the newsletter' => 'Zapisz się do newslettera PrestaShop ',
|
||||
'Configure your database by filling out the following fields:' => 'Skonfiguruj połączenie z bazą danych wypełniając następujące pola:',
|
||||
'Configure your database by filling out the following fields:' => 'Skonfiguruj połączenie z bazą danych wypełniając następujące pola',
|
||||
'Please complete the fields below in order for PrestaShop to connect to your database. ' => 'Proszę o wypełnienie poniższych pól w celu połączenia PrestaShop z Twoją bazą danych ',
|
||||
'Database server address:' => 'Adres serwera bazy danych:',
|
||||
'Database server address:' => 'Adres serwera bazy danych',
|
||||
'Help us learn more about your store so we can offer you optimal guidance and the best features for your business!' => 'Przedstaw swój profil, abyśmy mogli poradzić Ci jaka funkcjonalność pasuje do Twojego biznesu.',
|
||||
'Install demo products:' => 'Instalacja demo produktów:',
|
||||
'Install demo products:' => 'Instalacja demo produktów',
|
||||
'Demo products are a good way to learn how to use PrestaShop. You should install them if you are not familiar with it.' => 'Demo produktów jest dobrym sposobem do nauczenia się korzystania z PrestaShop.',
|
||||
'E-mail delivery set-up' => 'Konfiguracja do wysyłania e-maili',
|
||||
'Configure SMTP manually (advanced users only)' => 'Skonfiguruj serwer SMTP (tryb zaawansowany)',
|
||||
'By default, the PHP mail() function is used' => 'Domyślnie - PHP mail () funkcja jest używana.',
|
||||
'SMTP server address:' => 'Adres serwera SMTP:',
|
||||
'SMTP server address:' => 'Adres serwera SMTP',
|
||||
'PrestaShop can provide you with guidance on a regular basis by sending you tips on how to optimize the management of your store which will help you grow your business. If you do not wish to receive these tips, please uncheck this box.' => 'PrestaShop wysyła regularnie wskazówki dotyczące optymalizacji zarządzania sklepem. Jeśli nie chcesz ich otrzymywać, odznacz pole.',
|
||||
'To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store’s data-related activities.' => 'Aby korzystać z PrestaShop, musisz <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">stworzyć baze danych</a>, w celu zebrania wszystkich danych dotyczących funkcjonowania Twojego sklepu.',
|
||||
'The default port is 3306. To use a different port, add the port number at the end of your server’s address i.e ":4242".' => 'Jeśli chcesz użyć innego portu niż port domyślny (3306), dodaj ":XX" do adresu Twojego serwera - gdzie XX oznacza numer portu.',
|
||||
@@ -182,8 +182,8 @@ return array(
|
||||
'PrestaShop compatibility with your system environment has been verified!' => 'Zgodność PrestaShop z Twoim systemem została zweryfikowana!',
|
||||
'Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.' => 'Proszę poprawić punkt/y znajdujące się poniżej i wybrać przycisk \'\'Odśwież informacje\'\' w celu przeprowadzenia testu kompatybilności nowego systemu. ',
|
||||
'Refresh these settings' => 'Odśwież ustawienia',
|
||||
'Welcome to the PrestaShop %s Installer.' => 'Etapy instalacji PrestaShop %s ',
|
||||
'Continue the installation in:' => 'Kontynuuj instalację w:',
|
||||
'Welcome to the PrestaShop %s Installer.' => 'Etapy instalacji PrestaShop %s',
|
||||
'Continue the installation in:' => 'Kontynuuj instalację w',
|
||||
'PrestaShop requires at least 32M of memory to run, please check the memory_limit directive in php.ini or contact your host provider' => 'PrestaShop wymaga co namniej 32M pamięci do odpowiedniego funkcjonowania. Proszę o sprawdzenie wartości dyrektywy memory_limit w pliku php.ini lub skontaktowanie się z Twoim hostingowcem. ',
|
||||
'The installation of PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 150,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => 'Instalacja PrestaShop odbywa się w łatwy i szybki sposób! W kilka minut dołączysz do 150 000 właścicieli sklepów internetowych w Europie, korzystających z naszego oprogramowania e-commerce. Będziesz mógł stworzyć swój sklep według własnych potrzeb i zarządzać nim w prosty sposób.',
|
||||
'If you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s' => 'Jeśli potrzebujesz pomocy zapoznaj się z <a href="%1$s" target="_blank">naszą dokumentacją</a> lub skontaktuj się z działem technicznym;%2$s',
|
||||
@@ -194,7 +194,7 @@ return array(
|
||||
'menu_database' => 'Konfiguracja systemu',
|
||||
'menu_configure' => 'Informacje o sklepie',
|
||||
'menu_process' => 'Instalacja sklepu',
|
||||
'Your PHP sessions path is not writable - check with your hosting provider:' => 'Twoja ścieżka sesji PHP jest niezapisywalna - skontaktuj się z dostawcą usług hostingowych:',
|
||||
'Your PHP sessions path is not writable - check with your hosting provider:' => 'Twoja ścieżka sesji PHP jest niezapisywalna - skontaktuj się z dostawcą usług hostingowych',
|
||||
'To install PrestaShop, you need to have JavaScript enabled in your browser.' => 'Aby zainstalować PrestaShop, musisz mieć włączoną obsługę JavaScript w przeglądarce.',
|
||||
'http://doc.prestashop.com/display/PS15/What+you+need+to+get+started#HowtoenableJavaScript-HowtoenableJavaScript' => 'http://doc.prestashop.com/display/PS15/What+you+need+to+get+started#HowtoenableJavaScript-HowtoenableJavaScript ',
|
||||
'To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Przed skorzystaniem z darmowych funkcji oferowanych przez PrestaShop zapoznaj się z warunkami licencji. PrestaShop funkcjonuje na licencji OSL 3,0 zaś moduły i szablony na AFL 3,0.',
|
||||
@@ -206,5 +206,6 @@ return array(
|
||||
'Attempt to create the database automatically' => 'Próba utworzenia automatycznie bazy danych',
|
||||
'Country:' => 'Kraj',
|
||||
'Must be letters and numbers with at least 8 characters' => 'Minimum 8 znaków z użyciem liter i cyfr',
|
||||
'Must be at least 8 characters' => 'Min. 8 znaków',
|
||||
),
|
||||
);
|
||||
);
|
||||
Reference in New Issue
Block a user