This commit is contained in:
Marc Delisle
2002-06-15 10:58:07 +00:00
parent 840f1a726e
commit fbf0b4d19d
3 changed files with 12 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ $strChoosePage = 'Prosz
$strColumn = 'Kolumna';
$strColumnNames = 'Nazwy kolumn';
$strCompleteInserts = 'Pe<50>ne dodania';
$strConfigFileError = 'phpMyAdmin nie zdo<64>a<EFBFBD> odczyta<74> twojego pliku konfiguracj!<br />Mo<4D>e si<73> to zdarzy<7A>, je<6A>li php znajdzie w nim b<><62>d sk<73>adniowy lub nie mo<6D>e znale<6C><65> tego pliku.<br />Prosz<73> wywo<77>a<EFBFBD> bezpo<70>rednio plik konfiguracyjny u<>ywaj<61>c poni<6E>szego linku i odczyta<74> otrzymane komunikat(y) o b<><62>dach. W wi<77>kszo<7A>ci przypadk<64>w brakuje gdzie<69> cudzys<79>owu lub <20>rednika.<br />Je<4A>eli otrzymasz pust<73> stron<6F>, wszystko jest w porz<72>dku.';
$strConfigureTableCoord = 'Prosz<73> skonfigurowa<77> wsp<73><70>rz<72>dnie dla tabeli %s';
$strConfirm = 'Czy na pewno to zrobi<62>?';
$strCookiesRequired = 'Odt<64>d musi by<62> w<><77>czona obs<62>uga "cookies".';
@@ -221,6 +222,7 @@ $strNoQuery = 'Brak zapytania SQL!';
$strNoRights = 'Brak wystarczajacych uprawnie<69>!';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNotNumber = 'To nie jest liczba!';
$strNotSet = 'Tabela <b>%s</b> nie zosta<74>a znaleziona lub nie jest ustawiona w %s';
$strNotValidNumber = ' nie jest poprawnym numerem rekordu!';
$strNoUsersFound = 'Nie znaleziono u<>ytkownika(<28>w).';
$strNull = 'Null';
@@ -391,12 +393,11 @@ $strYes = 'Tak';
$strZip = '".zip"';
// To translate
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strMissingBracket = 'Missing Bracket'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strMySQLCharset = 'MySQL Charset'; //to translate
?>