From 61d3a71cd541ca09dfb0b8e64655b8998ffcdbe9 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Wed, 7 Aug 2002 07:59:21 +0000 Subject: [PATCH] Language Updates --- lang/estonian-iso-8859-1.inc.php3 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 109244e96..af71c9c5f 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -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ä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ärk/ü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ärgid/ü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õhjuseid. Kui teil on peale seda ikka veel probleeme või kui mu parser keeldub töötamast ning MySQL käsurida töötab, siis palun vähendage oma päringuid ü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 ?>