Language Updates
This commit is contained in:
@@ -407,23 +407,23 @@ $strCreatePdfFeat = 'PDF-ide tegemine';
|
||||
$strColComFeat = 'N<>itan veeru kommentaare';
|
||||
$strDisabled = 'Keelatud';
|
||||
$strEnabled = 'Lubatud';
|
||||
$strOK = 'OK';
|
||||
$strNotOK = 'Ei ole OK';
|
||||
$strOK = 'Korras';
|
||||
$strNotOK = 'Ei ole korras';
|
||||
$strGeneralRelationFeat = 'Peamised seoste v<>imalused';
|
||||
$strExplain = 'Seleta SQL-i';
|
||||
$strNoValidateSQL = 'J<EFBFBD>ta SQL-i kontroll vahele';
|
||||
$strValidateSQL = 'Kontrolli SQL-i';
|
||||
$strNoExplain = 'J<>ta SQL-i seletamine vahele';
|
||||
$strNoValidateSQL = 'J<>ta SQL-i kontroll vahele';
|
||||
$strExplain = 'Selete SQL-i';
|
||||
$strCharsetOfFile = 'Faili t<>hekodeering:';
|
||||
$strBeginCut = 'ALUSTA L<>IGET';
|
||||
$strEndCut = 'L<>PETA L<>IGE';
|
||||
$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
|
||||
$strSQPBugUnknownPunctation = 'Tundmatu suunav tekst';
|
||||
$strSQPBugUnclosedQuote = 'Sulgemata jutum<75>rk/<2F>lakoma';
|
||||
$strBeginRaw = 'ALUSTA PUHAST';
|
||||
$strEndRaw = 'L<>PETA PUHAS';
|
||||
$strSQLParserBugMessage = 'On v<>imalus, et te leidsite vea SQL parseris. Palun kontrollige oma p<>ringut t<>psemalt ja kontrollige, et jutum<75>rgid/<2F>lakomad oleks korrektselt l<>petatud. Veel on v<>imalik, et te loete sisse faili kus on binaarne info v<>ljaspool varjestatud tekstiala. Samuti v<>iksite te proovida oma p<>ringut MySQLi k<>sureal. MySQLi viga v<>ljastatakse p<>ringu all, kui seal t<>esti on m<>ni viga, siis see v<>ib aidata teil leida vea algp<67>hjuseid. Kui teil on peale seda ikka veel probleeme v<>i kui mu parser keeldub t<><74>tamast ning MySQL k<>surida t<><74>tab, siis palun v<>hendage oma p<>ringuid <20>ksiku p<>ringuni, mis p<>hjustab probleeme ja sisestage vea raport koos viga p<>hjustanud p<>ringuga L<>IGET sektsioonis allpool:';
|
||||
$strSQLParserUserError = 'Tundub, et teie SQL p<>ringus on viga. MySQLi serveri error peaks ilmuma allpool, kui seal on midagi, siis peaks see teil aitama leia vea p<>hjust.';
|
||||
|
||||
// To translate
|
||||
$strCharsetOfFile = 'Character set of the file:'; //to translate
|
||||
$strBeginCut = 'BEGIN CUT'; //to translate
|
||||
$strEndCut = 'END CUT'; //to translate
|
||||
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
|
||||
$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
|
||||
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
|
||||
$strBeginRaw = 'BEGIN RAW'; //to translate
|
||||
$strEndRaw = 'END RAW'; //to translate
|
||||
$strSQLParserBugMessage = 'There is a change 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 my 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
|
||||
?>
|
||||
|
Reference in New Issue
Block a user