Changeset 23212 for trunk/language/pl_PL
- Timestamp:
- Jun 14, 2013, 11:18:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/pl_PL/install.lang.php
r21015 r23212 28 28 $lang['Admin configuration'] = 'Konfiguracja administratora'; 29 29 $lang['Start Install'] = 'Rozpoczęcie instalacji'; 30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'adres email musi być w postaci xxx@yyy.eee (np : jack@altern.org)';31 $lang['Webmaster login'] = 'Logowanie Webmastera';32 30 $lang['It will be shown to the visitors. It is necessary for website administration'] = 'To będzie wyświetlone dla odwiedzających i jest konieczne do celów administracyjnych '; 33 31 $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Połączenie do serwera powiodło się, ale nie było możliwe połączenie do bazy danych'; 34 32 $lang['Can\'t connect to server'] = 'Nie można połączyć się do serwera'; 35 33 $lang['Host'] = 'MySQL host'; 36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';37 34 $lang['User'] = 'Użytkownik'; 38 35 $lang['user login given by your host provider'] = 'login użytkownika otrzymany od dostawy'; 39 $lang['Password'] = 'Hasło';40 36 $lang['user password given by your host provider'] = 'hasło użytkownika otrzymane od dostawcy'; 41 37 $lang['Database name'] = 'Nazwa bazy danych'; … … 46 42 $lang['webmaster login can\'t contain characters \' or "'] = 'login nie może zawierać następujących znaków \' lub "'; 47 43 $lang['please enter your password again'] = 'wprowadź hasło jeszcze raz'; 48 $lang['Webmaster password'] = 'Hasło użytkownika Webmaster';49 44 $lang['Keep it confidential, it enables you to access administration panel'] = 'Zachowaj hasło, umożliwia ono dostęp do panelu administracyjnego'; 50 45 $lang['Password [confirm]'] = 'Hasło [potwierdź]'; 51 46 $lang['verification'] = 'weryfikacja'; 52 47 $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrzebujesz pomocy ? Zadaj pytanie na <a href="%s">Forum Piwigo</a>.'; 53 $lang['Webmaster mail address'] = 'Adres email Webmaster\'a';54 48 $lang['Visitors will be able to contact site administrator with this mail'] = 'Z jego pomocą odwiedzający będą mogli się skontaktować z administratorem strony'; 55 49 $lang['PHP 5 is required'] = 'PHP 5 jest wymagane'; … … 71 65 $lang['Welcome to your new installation of Piwigo!'] = 'Witamy w Towjej nowej instalacji Piwigo!'; 72 66 $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Nie obawiaj się kontaktu na forum w celu skorzystania z pomocy: %s'; 73 74 67 ?>
Note: See TracChangeset
for help on using the changeset viewer.