(pl) Updates

This commit is contained in:
Alexander M. Turek
2002-08-11 14:27:31 +00:00
parent f0d5f01072
commit 38a086bcf7
3 changed files with 27 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-08-10 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/swedish-*.inc.php3: Updates, thanks again to Bj<42>rn T. Hallberg (bth).
* lang/slovak-*.inc.php3: Updates, thanks again to Lubos Klokner (erkac).
* lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
2002-08-10 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/string.lib.php3:

View File

@@ -1,5 +1,4 @@
<?php
/* $Id$ */
$charset = 'iso-8859-2';
@@ -52,6 +51,8 @@ $strAtEndOfTable = 'Na ko
$strAttr = 'Atrybuty';
$strBack = 'Powr<77>t';
$strBeginCut = 'POCZ<43>TEK CUT';
$strBeginRaw = 'POCZ<43>TEK RAW';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBookmarkDeleted = 'Zapami<6D>tane zapytanie SQL zosta<74>o usuni<6E>te.';
@@ -71,6 +72,7 @@ $strCarriage = 'Znak powrotu: \\r';
$strChangeDisplay = 'Wybierz wy<77>wietlane pole';
$strChangePassword = 'Zmiana has<61>a';
$strChange = 'Zmiana';
$strCharsetOfFile = 'System kodowanie znak<61>w dla pliku:';
$strCheckAll = 'Zaznaczenie wszystkich';
$strCheckDbPriv = 'Sprawdzanie uprawnie<69> bazy danych';
$strCheckTable = 'Sprawdzanie tabeli';
@@ -132,6 +134,8 @@ $strEmptyResultSet = 'MySQL zwr
$strEmpty = 'Wyczyszczenie';
$strEnabled = 'w<><77>czone';
$strEnd = 'Koniec';
$strEndCut = 'KONIEC CUT';
$strEndRaw = 'KONIEC RAW';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s<> oznaczone w j<>z. angielskim ';
$strError = 'B<><42>d';
$strExplain = 'Wyja<6A>nienie SQL';
@@ -354,9 +358,14 @@ $strSize = 'Rozmiar';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSplitWordsWithSpace = 'S<>owa s<> rozdzielane znakiem spacji (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Istnieje szanse, <20>e w<>a<EFBFBD>nie znalaz<61>e<EFBFBD> b<><62>d w analizatorze sk<73>adni SQL. Zbadaj bli<6C>ej swoje zapytanie i sprawd<77>, czy cudzys<79>owy s<> poprawne i dobrze sparowane. Inn<6E> mo<6D>liw<69> przyczyn<79> niepowodzenia mo<6D>e by<62> to, <20>e wysy<73>asz plik ze znakami binarnymi poza obszarem tekstu uj<75>tego w cudzys<79>owy. Mo<4D>esz r<>wnie<69> sprawdzi<7A> swoje zapytanie SQL poprzez lini<6E> polece<63> MySQL. W znalezieniu przyczyny problemu mo<6D>e pom<6F><6D> tak<61>e - je<6A>li si<73> pojawi - poni<6E>szy opis b<><62>du serwera MySQL. Je<4A>li nadam masz problemy lub analizator sk<73>adni zg<7A>asza usterk<72> a linia polece<63> - nie, ogranicz sekwencj<63> zapyta<74> SQL do pojedynczego, kt<6B>re powoduje problemy i zg<7A>o<EFBFBD><6F> b<><62>d, do<64><6F>czaj<61>c fragment danych zawarty w poni<6E>szej sekcji CUT:';
$strSQLParserUserError = 'Wygl<67>da na to, <20>e w twoim zapytaniu SQL jest b<><62>d. W znalezieniu przyczyny problemu mo<6D>e pom<6F><6D> tak<61>e - je<6A>li si<73> pojawi - poni<6E>szy opis b<><62>du serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawid<69>owy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamkni<6E>ty cudzys<79><73>w';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatement = 'Cecha';
$strStrucCSV = 'dane CSV';
$strStrucData = 'Struktura i dane';
@@ -413,21 +422,6 @@ $strWrongUser = 'B
$strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
?>

View File

@@ -1,5 +1,4 @@
<?php
/* $Id$ */
$charset = 'utf-8';
@@ -53,6 +52,8 @@ $strAtEndOfTable = 'Na końcu tabeli';
$strAttr = 'Atrybuty';
$strBack = 'Powrót';
$strBeginCut = 'POCZĄTEK CUT';
$strBeginRaw = 'POCZĄTEK RAW';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBookmarkDeleted = 'Zapamiętane zapytanie SQL zostało usunięte.';
@@ -72,6 +73,7 @@ $strCarriage = 'Znak powrotu: \\r';
$strChangeDisplay = 'Wybierz wyświetlane pole';
$strChangePassword = 'Zmiana hasła';
$strChange = 'Zmiana';
$strCharsetOfFile = 'System kodowanie znaków dla pliku:';
$strCheckAll = 'Zaznaczenie wszystkich';
$strCheckDbPriv = 'Sprawdzanie uprawnień bazy danych';
$strCheckTable = 'Sprawdzanie tabeli';
@@ -133,6 +135,8 @@ $strEmptyResultSet = 'MySQL zwrócił pusty wynik (np. zero rekordów).';
$strEmpty = 'Wyczyszczenie';
$strEnabled = 'włączone';
$strEnd = 'Koniec';
$strEndCut = 'KONIEC CUT';
$strEndRaw = 'KONIEC RAW';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL są oznaczone w jęz. angielskim ';
$strError = 'Błąd';
$strExplain = 'Wyjaśnienie SQL';
@@ -355,9 +359,14 @@ $strSize = 'Rozmiar';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Istnieje szanse, że właśnie znalazłeś błąd w analizatorze składni SQL. Zbadaj bliżej swoje zapytanie i sprawdź, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być to, że wysyłasz plik ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Możesz również sprawdzić swoje zapytanie SQL poprzez linię poleceń MySQL. W znalezieniu przyczyny problemu może pomóć także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadam masz problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłość błąd, dołączając fragment danych zawarty w poniższej sekcji CUT:';
$strSQLParserUserError = 'Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny problemu może pomóć także - jeśli się pojawi - poniższy opis błędu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawidłowy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamknięty cudzysłów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatement = 'Cecha';
$strStrucCSV = 'dane CSV';
$strStrucData = 'Struktura i dane';
@@ -414,21 +423,6 @@ $strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.';
$strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
?>