diff --git a/ChangeLog b/ChangeLog index b73d86d8f..454002166 100755 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,7 @@ $Source$ tbl_properties.php3: all js libraries are now loaded in the header part of the xhtml generated pages. * db_readdump.php3, line 24: fixed a bug if $sql_file = ''. + * lang/polish.inc.php3: updated thanks to Piotr Roszatycki. 2001-08-31 Olivier Müller * releasing phpMyAdmin 2.2.0-final diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 471a008d1..3d250f7bb 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -112,6 +112,7 @@ $strFieldsEmpty = ' Pole count jest puste! '; $strFixed = 'stały'; $strFormat = 'Format'; $strFormEmpty = 'Brakująca wartość w formularzu!'; +$strFullText = 'Pełny tekst'; $strFunction = 'Funkcja'; $strGenTime = 'Czas wygenerowania'; @@ -186,10 +187,12 @@ $strOptionally = 'OPCJONALNIE'; $strOr = 'Lub'; $strOverhead = 'Nadmiar'; +$strPartialText = 'Skrócony tekst'; $strPassword = 'Hasło'; $strPasswordEmpty = 'Puste hasło!'; $strPasswordNotSame = 'Hasła nie są identyczne!'; $strPHPVersion = 'Wersja PHP'; +$strPmaDocumentation = 'Dokumentacja dla phpMyAdmin'; $strPos1 = 'Poczatek'; $strPrevious = 'Poprzednie'; $strPrimary = 'Podstawowy'; @@ -236,6 +239,7 @@ $strSelect = 'Wyb $strSelectFields = 'Wybór pól (co najmniej jedno):'; $strSelectNumRows = 'w zapytaniu'; $strSend = 'wysłanie'; +$strServerChoice = 'Wybór serwera'; $strSequence = 'Sekwencja'; $strServerVersion = 'Wersja serwera'; $strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'...
Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').'; @@ -295,10 +299,4 @@ $strWelcome = 'Witamy w '; $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.'; $strYes = 'Tak'; - -// To translate -$strServerChoice = 'Server Choice';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate -$strFullText = 'Full Texts';//to translate -$strPartialText = 'Partial Texts';//to translate ?>