Updated thanks to Piotr Roszatycki

This commit is contained in:
Loïc Chapeaux
2001-08-22 20:21:06 +00:00
parent 3ca18844fc
commit d455e66e42

View File

@@ -69,11 +69,13 @@ $strCriteria = 'Kryteria';
$strData = 'Dane';
$strDatabase = 'Baza danych ';
$strDatabases = 'bazy danych';
$strDatabasesStats = 'Statystyki baz danych';
$strDataOnly = 'Tylko dane';
$strDbEmpty = 'Brak nazwy bazy danych!';
$strDefault = 'Domy<6D>lnie';
$strDelete = 'Skasowanie';
$strDeleted = 'Rekord zosta<74> skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteFailed = 'Kasowanie nie powiod<6F>o sie!';
$strDeletePassword = 'Kasowanie has<61>a';
$strDeleteUserMessage = 'U<>ytkownik zosta<74> skasowany';
@@ -87,6 +89,7 @@ $strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykona<6E> ';
$strDrop = 'Usuni<6E>cie';
$strDropDB = 'Usuni<6E>cie bazy danych ';
$strDropTable = 'Usuni<6E>cie tabeli';
$strDumpingData = 'Zrzut danych dla tabeli';
$strDynamic = 'zmienny';
@@ -134,12 +137,15 @@ $strInsertAsNewRow = 'Dodanie jako nowego rekordu';
$strInsertIntoTable = 'Dodanie do tabeli';
$strInsertNewRow = 'Dodanie nowego rekordu';
$strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli';
$strInsertedRows = 'Wprowadzone rekordy:';
$strInstructions = 'Instrukcje';
$strInUse = 'w u<>yciu';
$strKeyname = 'Nazwa klucza';
$strKill = 'Zabicie';
$strLength = 'D<>ugo<67><6F>';
$strLengthSet = 'D<>ugo<67><6F>/Warto<74>ci*';
$strLimitNumRows = 'rekord<72>w na stronie';
$strLineFeed = 'Kod wysuni<6E>cia linii: \\n';
$strLines = 'Linie';
@@ -159,6 +165,8 @@ $strName = 'Nazwa';
$strNbRecords = 'Ile';
$strNext = 'Nast<73>pne';
$strNo = 'Nie';
$strNoDatabases = 'Brak baz danych';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoModification = 'Bez zmian';
$strNoPassword = 'Brak has<61>a';
$strNoPrivileges = 'Brak uprawnie<69>';
@@ -230,6 +238,7 @@ $strSelectNumRows = 'w zapytaniu';
$strSend = 'wys<79>anie';
$strSequence = 'Sekwencja';
$strServerVersion = 'Wersja serwera';
$strSetEnumVal = 'Je<4A>eli pole jest typu "ENUM" lub "SET", warto<74>ci wprowadza si<73> w formacie: \'a\',\'b\',\'c\'...<br />Je<4A>eli potrzeba wprowadzi<7A> odwrotny uko<6B>nik ("\") lub apostrof ("\'"), nale<6C>y je poprzedzi<7A> odwrotnym uko<6B>nikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShow = 'Pokazanie';
$strShowPHPInfo = 'Informacje o PHP';
$strShowThisQuery = ' Ponowne wywo<77>anie tego zapytania ';
@@ -243,6 +252,7 @@ $strStatement = 'Cecha';
$strStrucCSV = 'dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodanie \'drop table\'';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucOnly = 'Tylko struktura';
$strSubmit = 'Wys<79>anie';
$strSuccess = 'Zapytanie SQL zosta<74>o pomy<6D>lnie wykonane';
@@ -254,7 +264,7 @@ $strTableEmpty = 'Brak nazwy tabeli!';
$strTableMaintenance = 'Zarz<72>dzanie tabel<65>';
$strTableStructure = 'Struktura tabeli dla ';
$strTableType = 'Typ tabeli';
$strTables = '%s tabela(e)';
$strTables = '%s tabel(a)';
$strTerminatedBy = 'zako<6B>czone przez';
$strTextAreaLength = ' To pole mo<6D>e nie by<62> edytowalne,<br /> z powodu swojej d<>ugo<67>ci ';
$strTheContent = 'Zawarto<74><6F> pliku zosta<74>a do<64><6F>czona.';
@@ -287,16 +297,6 @@ $strWrongUser = 'B
$strYes = 'Tak';
// To translate
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDropTable = 'Drop table';
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strLengthSet = 'Length/Values*';
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strServerChoice = 'Server Choice';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
?>