Changeset 23212 for trunk/language/pl_PL


Ignore:
Timestamp:
Jun 14, 2013, 11:18:46 PM (11 years ago)
Author:
mistic100
Message:

Use common language strings on install.tpl and remove duplicates from install.lang.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/pl_PL/install.lang.php

    r21015 r23212  
    2828$lang['Admin configuration'] = 'Konfiguracja administratora';
    2929$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';
    3230$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 ';
    3331$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';
    3432$lang['Can\'t connect to server'] = 'Nie można połączyć się do serwera';
    3533$lang['Host'] = 'MySQL host';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Użytkownik';
    3835$lang['user login given by your host provider'] = 'login użytkownika otrzymany od dostawy';
    39 $lang['Password'] = 'Hasło';
    4036$lang['user password given by your host provider'] = 'hasło użytkownika otrzymane od dostawcy';
    4137$lang['Database name'] = 'Nazwa bazy danych';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'login nie może zawierać następujących znaków \' lub "';
    4743$lang['please enter your password again'] = 'wprowadź hasło jeszcze raz';
    48 $lang['Webmaster password'] = 'Hasło użytkownika Webmaster';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Zachowaj hasło, umożliwia ono dostęp do panelu administracyjnego';
    5045$lang['Password [confirm]'] = 'Hasło [potwierdź]';
    5146$lang['verification'] = 'weryfikacja';
    5247$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';
    5448$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';
    5549$lang['PHP 5 is required'] = 'PHP 5 jest wymagane';
     
    7165$lang['Welcome to your new installation of Piwigo!'] = 'Witamy w Towjej nowej instalacji Piwigo!';
    7266$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 
    7467?>
Note: See TracChangeset for help on using the changeset viewer.