// some corrections in ru and pl installer

This commit is contained in:
fram
2013-03-21 09:49:23 +01:00
committed by djfm
parent ece2ad6f21
commit db58043fbe
29 changed files with 713 additions and 99 deletions
+9 -8
View File
@@ -126,8 +126,8 @@ return array(
'Select your timezone' => 'Wybierz swoją strefę czasową',
'Shop logo:' => 'Logo sklepu:',
'Your Account' => 'TWOJE KONTO',
'First name:' => 'Imię',
'Last name:' => 'Nazwisko',
'First name:' => 'Imię:',
'Last name:' => 'Nazwisko:',
'Shop password:' => 'Hasło:',
'Optional - You can add you logo at a later time.' => 'Fakultatywny: Możesz dodać logo w późniejszym czasie',
'E-mail address:' => 'Adres e-mail:',
@@ -144,7 +144,7 @@ return array(
'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' => 'Zapisać 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:',
'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 ',
@@ -166,8 +166,8 @@ return array(
'You can use the links on the left column to go back to the previous steps, or restart the installation process by <a href="%s">clicking here</a>.' => 'Możesz korzystać z linków znajdujących się po lewej stronie, aby powrócić do poprzednich etapów lub uruchomić ponownie instalację <a href="%s"> klikając tutaj </a>. ',
'You have just finished installing your shop. Thank you for using PrestaShop!' => 'Instalacja Twojego sklepu została zakończona. Dziękujemy za korzystanie z PrestaShop!',
'WARNING: For security purposes, you must delete the "install" folder.' => 'UWAGA : Ze względów bezpieczeństwa należy usunąć folder "install".',
'Back Office' => 'Panel Administracyjny',
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Zarządzaj sklepem przy użyciu back office. Zarządzaj zamówieniami, modułami, szablonami itp.',
'Back Office' => 'Back Office',
'Manage your store using your Back Office. Manage your orders and customers, add modules, change themes, etc.' => 'Zarządzaj sklepem przy użyciu back office.',
'Manage your store' => 'Zarządzaj sklepem ',
'Front Office' => 'Front Office ',
'Discover your store as your future customers will see it!' => 'Sprawdź wygląd Twojego sklepu!',
@@ -185,9 +185,10 @@ return array(
'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'Po dokonaniu instalacji sklepu, wybierz język spośród %d darmowych tłumaczeń.',
'menu_welcome' => 'Wybierz język',
'menu_license' => 'Umowy licencyjne',
'menu_system' => 'Zgodność z systemami',
'menu_system' => 'Zgodność z systemami',
'menu_database' => 'Konfiguracja systemu',
'menu_configure' => 'Informacje o sklepie',
'menu_process' => 'Instalacja sklepu'
'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:',
),
);
);