diff --git a/ChangeLog b/ChangeLog index 65c901b02..b44838869 100755 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,12 @@ $Source$ * main.php3: Fixed bug #649641 (usernames containing '@' character). * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler warning / php >= 4.3.0) by Mats Engstrom (matseng). + * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria). + * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen + (sven-erik). + * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). + * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft). + * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone). 2002-12-06 Marc Delisle * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3: diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 1c1bec6c0..fb521b34c 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -62,6 +62,7 @@ $strBookmarkView = 'Vaata ainult'; $strBrowse = 'Vaata'; $strBzip = '"bzipitud"'; +$strCannotLogin = 'Eei suuda MySQL serverisse logida'; $strCantLoadMySQL = 'ei suutnud lugeda MySql laiendit,
palun kontrollige PHP konfiguratsiooni.'; $strCantLoadRecodeIconv = 'Ei suuda lugeda iconv vi recode moodulit mida on vaja thetabeli konvertimiseks, konfigureeriga php-d nii, et see sisaldaks antud mooduleid vi keelake thetabeli konvertimine phpMyAdminis.'; $strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!'; @@ -300,6 +301,7 @@ $strQueryOnDb = 'SQL-p $strReType = 'Sisesta uuesti'; $strRecords = 'Kirjeid'; $strReferentialIntegrity = 'Kontrolli prinevust:'; +$strRelationalSchema = 'Seoseskeem'; $strRelationNotWorking = 'Lisavimalused ttamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.'; $strRelationView = 'Prinevuse vaade'; $strReloadFailed = 'MySQL taaslaadimine ebannestus.'; @@ -393,6 +395,7 @@ $strTableHasBeenDropped = 'Tabel %s kustutatud'; $strTableHasBeenEmptied = 'Tabel %s thjendatud'; $strTableHasBeenFlushed = 'Tabel %s htlustatud'; $strTableMaintenance = 'Tabeli hooldus'; +$strTableOfContents = 'Sisukord'; $strTableStructure = 'Struktuur tabelile'; $strTableType = 'Tabeli tp'; $strTables = '%s tabel(it)'; @@ -434,9 +437,8 @@ $strWrongUser = 'Vale kasutajanimi/parool. Ligip $strYes = 'Jah'; $strZip = '"zipitud"'; -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate + +// To translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 1679ab5dc..b1acc3cf7 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -63,6 +63,7 @@ $strBookmarkView = 'Vaata ainult'; $strBrowse = 'Vaata'; $strBzip = '"bzipitud"'; +$strCannotLogin = 'Eei suuda MySQL serverisse logida'; $strCantLoadMySQL = 'ei suutnud lugeda MySql laiendit,
palun kontrollige PHP konfiguratsiooni.'; $strCantLoadRecodeIconv = 'Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli konvertimiseks, konfigureeriga php-d nii, et see sisaldaks antud mooduleid või keelake tähetabeli konvertimine phpMyAdminis.'; $strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!'; @@ -301,6 +302,7 @@ $strQueryOnDb = 'SQL-päring andmebaasist %s:'; $strReType = 'Sisesta uuesti'; $strRecords = 'Kirjeid'; $strReferentialIntegrity = 'Kontrolli pärinevust:'; +$strRelationalSchema = 'Seoseskeem'; $strRelationNotWorking = 'Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.'; $strRelationView = 'Pärinevuse vaade'; $strReloadFailed = 'MySQL taaslaadimine ebaõnnestus.'; @@ -394,6 +396,7 @@ $strTableHasBeenDropped = 'Tabel %s kustutatud'; $strTableHasBeenEmptied = 'Tabel %s tühjendatud'; $strTableHasBeenFlushed = 'Tabel %s ühtlustatud'; $strTableMaintenance = 'Tabeli hooldus'; +$strTableOfContents = 'Sisukord'; $strTableStructure = 'Struktuur tabelile'; $strTableType = 'Tabeli tüüp'; $strTables = '%s tabel(it)'; @@ -435,9 +438,8 @@ $strWrongUser = 'Vale kasutajanimi/parool. Ligipääd keelatud.'; $strYes = 'Jah'; $strZip = '"zipitud"'; -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate + +// To translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index f34651acf..ee0e78160 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -67,6 +67,7 @@ $strBookmarkView = 'Visualizza solo'; $strBrowse = 'Mostra'; $strBzip = '"compresso con bzip2"'; +$strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,
controlla la configurazione di PHP.'; $strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; @@ -306,8 +307,9 @@ $strQueryOnDb = 'SQL-query sul database %s:'; $strReType = 'Reinserisci'; $strRecords = 'Record'; $strReferentialIntegrity = 'Controlla l\'integrit delle referenze:'; +$strRelationalSchema = 'Schema relazionale'; $strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perch clicca %squi%s.'; -$strRelationView = 'Vedi relazioni'; +$strRelationalSchema = 'Schema relazionale';$strRelationView = 'Vedi relazioni'; $strReloadFailed = 'Riavvio di MySQL fallito.'; $strReloadMySQL = 'Riavvia MySQL'; $strRememberReload = 'Ricorda di riavviare MySQL.'; @@ -399,6 +401,7 @@ $strTableHasBeenDropped = 'La tabella %s $strTableHasBeenEmptied = 'La tabella %s stata svuotata'; $strTableHasBeenFlushed = 'La tabella %s stata inizializzata'; $strTableMaintenance = 'Amministrazione tabella'; +$strTableOfContents = 'Tabella dei contenuti'; $strTableStructure = 'Struttura della tabella'; $strTableType = 'Tipo tabella'; $strTables = '%s tabella(e)'; @@ -441,9 +444,7 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate +// To translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 5131db43c..024fbf5d9 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -68,6 +68,7 @@ $strBookmarkView = 'Visualizza solo'; $strBrowse = 'Mostra'; $strBzip = '"compresso con bzip2"'; +$strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,
controlla la configurazione di PHP.'; $strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; @@ -307,8 +308,9 @@ $strQueryOnDb = 'SQL-query sul database %s:'; $strReType = 'Reinserisci'; $strRecords = 'Record'; $strReferentialIntegrity = 'Controlla l\'integrità delle referenze:'; +$strRelationalSchema = 'Schema relazionale'; $strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perchè clicca %squi%s.'; -$strRelationView = 'Vedi relazioni'; +$strRelationalSchema = 'Schema relazionale';$strRelationView = 'Vedi relazioni'; $strReloadFailed = 'Riavvio di MySQL fallito.'; $strReloadMySQL = 'Riavvia MySQL'; $strRememberReload = 'Ricorda di riavviare MySQL.'; @@ -400,6 +402,7 @@ $strTableHasBeenDropped = 'La tabella %s è stata eliminata'; $strTableHasBeenEmptied = 'La tabella %s è stata svuotata'; $strTableHasBeenFlushed = 'La tabella %s è stata inizializzata'; $strTableMaintenance = 'Amministrazione tabella'; +$strTableOfContents = 'Tabella dei contenuti'; $strTableStructure = 'Struttura della tabella'; $strTableType = 'Tipo tabella'; $strTables = '%s tabella(e)'; @@ -442,9 +445,7 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate +// To translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index c72e2fa8b..575cc4737 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -63,6 +63,7 @@ $strBookmarkView = 'Peržiūra'; $strBrowse = 'Peržiūrėti'; $strBzip = '"bzip"'; +$strCannotLogin = 'Neprisijungia prie MySQL serverio'; $strCantLoadMySQL = 'negali užkrauti MySQL proceso,
patikrinkite PHP nustatymus.'; $strCantLoadRecodeIconv = 'Nepavyko užkrauti iconv arba recode plėtinių, reikalingų koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba išjunkite phpMyAdmin koduotės konvertavimą. '; $strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!'; @@ -254,6 +255,7 @@ $strNotValidNumber = ' netinkamas eilutės numeris!'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje %s'; $strNumSearchResultsTotal = 'Viso: %s atitikmuo(enys)'; +$strNumTables = 'Lentelės'; $strOK = 'Gerai'; $strOftenQuotation = 'Dažnai kartojasi kabutės. Pasirinktinai reiškia, kad tik char ir varchar laukai yra uždaryti kabutėmis.'; @@ -300,6 +302,7 @@ $strQueryOnDb = 'SQL-užklausa duomenų bazėje %s:'; $strReType = 'Įveskite dar kartą'; $strRecords = 'Viso įrašų:'; $strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:'; +$strRelationalSchema = 'Ryšių schema'; $strRelationNotWorking = 'Atsisakyta papildomų nustatymų, leidžiančių dirbti su jungtinėmis lentelėmis. %sPaaiškinimas%s.'; $strRelationView = 'Peržiūrėti sąryšius'; $strReloadFailed = 'MySQL procesą perkrauti nepavyko.'; @@ -393,6 +396,7 @@ $strTableHasBeenDropped = 'Lentelė %s panaikinta'; $strTableHasBeenEmptied = 'Lentelės reikšmės %s ištuštintos'; $strTableHasBeenFlushed = 'Lentelės buferis %s išvalytas'; $strTableMaintenance = 'Lentelės diagnostika'; +$strTableOfContents = 'Turinys'; $strTableStructure = 'Sukurta duomenų struktūra lentelei'; $strTableType = 'Lentelės tipas'; $strTables = '%s lentelė(s)'; @@ -401,6 +405,7 @@ $strTheContent = 'Jūsų failo turinys įterptas.'; $strTheContents = 'Failo turinys įterpus panaikina išrinktos lentelės ar stulpelio turinį, bet išlieka unikalūs ir pirminiai indeksai.'; $strTheTerminator = 'Laukų pabaigos žymė.'; $strTotal = ' iš viso '; +$strTotalUC = 'Viso'; $strType = 'Tipas'; $strUncheckAll = 'Nepažymėti visus(as)'; @@ -435,11 +440,6 @@ $strYes = 'Taip'; $strZip = '"zip"'; //To translate: -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index c13866798..c69591130 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -62,6 +62,7 @@ $strBookmarkView = 'Per $strBrowse = 'Perirti'; $strBzip = '"bzip"'; +$strCannotLogin = 'Neprisijungia prie MySQL serverio'; $strCantLoadMySQL = 'negali ukrauti MySQL proceso,
patikrinkite PHP nustatymus.'; $strCantLoadRecodeIconv = 'Nepavyko ukrauti iconv arba recode pltini, reikaling koduots kovertavimui. Suteikite PHP teises naudotis iais ipltimais arba ijunkite phpMyAdmin koduots konvertavim. '; $strCantRenameIdxToPrimary = 'Indeks pervadinti PIRMINIU nepavyko!'; @@ -253,6 +254,7 @@ $strNotValidNumber = ' netinkamas eilut $strNull = 'Null'; $strNumSearchResultsInTable = '%s atitikmuo(enys) lentelje %s'; $strNumSearchResultsTotal = 'Viso: %s atitikmuo(enys)'; +$strNumTables = 'Lentels'; $strOK = 'Gerai'; $strOftenQuotation = 'Danai kartojasi kabuts. Pasirinktinai reikia, kad tik char ir varchar laukai yra udaryti kabutmis.'; @@ -299,6 +301,7 @@ $strQueryOnDb = 'SQL-u $strReType = 'veskite dar kart'; $strRecords = 'Viso ra:'; $strReferentialIntegrity = 'Patikrinti sryi vientisum:'; +$strRelationalSchema = 'Ryi schema'; $strRelationNotWorking = 'Atsisakyta papildom nustatym, leidiani dirbti su jungtinmis lentelmis. %sPaaikinimas%s.'; $strRelationView = 'Perirti sryius'; $strReloadFailed = 'MySQL proces perkrauti nepavyko.'; @@ -392,6 +395,7 @@ $strTableHasBeenDropped = 'Lentel $strTableHasBeenEmptied = 'Lentels reikms %s itutintos'; $strTableHasBeenFlushed = 'Lentels buferis %s ivalytas'; $strTableMaintenance = 'Lentels diagnostika'; +$strTableOfContents = 'Turinys'; $strTableStructure = 'Sukurta duomen struktra lentelei'; $strTableType = 'Lentels tipas'; $strTables = '%s lentel(s)'; @@ -400,6 +404,7 @@ $strTheContent = 'J $strTheContents = 'Failo turinys terpus panaikina irinktos lentels ar stulpelio turin, bet ilieka unikals ir pirminiai indeksai.'; $strTheTerminator = 'Lauk pabaigos ym.'; $strTotal = ' i viso '; +$strTotalUC = 'Viso'; $strType = 'Tipas'; $strUncheckAll = 'Nepaymti visus(as)'; @@ -434,11 +439,6 @@ $strYes = 'Taip'; $strZip = '"zip"'; //To translate: -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strLandscape = 'Landscape'; //to translate $strPortrait = 'Portrait'; //to translate diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 86f01d110..7c0cc70f7 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -257,6 +257,7 @@ $strNoValidateSQL = 'Ikke teste SQL'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s treff i tabell %s'; $strNumSearchResultsTotal = 'Totalt: %s treff'; +$strNumTables = 'Tabeller'; $strOftenQuotation = 'Ofte anfrselstegn. Valgfritt innebrer at kun tekstfelter ("char" og "varchar") felter er omfattet av tegnet.'; $strOK = 'OK'; @@ -404,6 +405,7 @@ $strTheContent = 'Innholdet av filen er lagt inn.'; $strTheContents = 'Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt'; $strTheTerminator = 'Tegn som angir slutt p felter.'; $strTotal = 'totalt'; +$strTotalUC = 'Totalt'; $strType = 'Type'; $strUncheckAll = 'Fjern merking'; @@ -438,8 +440,6 @@ $strYes = 'Ja'; $strZip = 'Komprimert (zip)'; // To translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strTableOfContents = 'Table of contents'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index cd79e94c3..4ebdfad21 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -258,6 +258,7 @@ $strNoValidateSQL = 'Ikke teste SQL'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s treff i tabell %s'; $strNumSearchResultsTotal = 'Totalt: %s treff'; +$strNumTables = 'Tabeller'; $strOftenQuotation = 'Ofte anførselstegn. Valgfritt innebærer at kun tekstfelter ("char" og "varchar") felter er omfattet av tegnet.'; $strOK = 'OK'; @@ -405,6 +406,7 @@ $strTheContent = 'Innholdet av filen er lagt inn.'; $strTheContents = 'Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt'; $strTheTerminator = 'Tegn som angir slutt på felter.'; $strTotal = 'totalt'; +$strTotalUC = 'Totalt'; $strType = 'Type'; $strUncheckAll = 'Fjern merking'; @@ -439,8 +441,6 @@ $strYes = 'Ja'; $strZip = 'Komprimert (zip)'; // To translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strTableOfContents = 'Table of contents'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 654417561..71981404d 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -2,7 +2,7 @@ /* $Id$ */ // first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian -// last modified 2002/11/18 Arthit Suriyawongkul +// last modified 2002/12/06 Arthit Suriyawongkul $charset = 'tis-620'; $text_dir = 'ltr'; @@ -157,7 +157,7 @@ $strFieldsEnclosedBy = ' $strFieldsEscapedBy = 'ͧѺ escape char'; $strFieldsTerminatedBy = 'Ŵ'; $strFixed = ''; -$strFlushTable = 'ҧҧ ("FLUSH")'; +$strFlushTable = 'ҧҧ (flush)'; $strFormEmpty = 'Ẻ !'; $strFormat = 'ٻẺ'; $strFullText = '駢ͤ'; @@ -179,7 +179,7 @@ $strHomepageSourceforge = '˹ $strHost = 'ʵ'; $strHostEmpty = 'ʵѧҧ!'; -$strIdxFulltext = 'Fulltext'; +$strIdxFulltext = 'ͤ (fulltext)'; $strIfYouWish = 'ҵͧ¡ ੾кҧ кªͿŴҴ (Ъʹͧ١)'; $strIgnore = 'ʹ'; $strImportDocSQL = ' docSQL'; @@ -189,7 +189,7 @@ $strIndexHasBeenDropped = ' $strIndexName = 'ʹѪ :'; $strIndexType = 'ԴͧѪ :'; $strIndexes = 'Ѫ'; -$strInsecureMySQL = '纤ҡ˹ͧس ˹ (root with no password) ѹж١ ͻ ѺͷԷԾɢͧ MySQL. MySQL ӧҹ¤ҡ˹ Դ͡١ءء سèѹѹ ͤʹ'; +$strInsecureMySQL = 'ҡ纤ҡ˹ͧس سʼҹѺ root 觨ж١繪ͻ«ԷԾ. MySQL ӧҹ¤һ¹ Ҩ١ءء سèѹѹ ͤʹ'; $strInsert = 'á'; $strInsertAsNewRow = 'á'; $strInsertNewRow = 'á'; @@ -257,6 +257,7 @@ $strNotValidNumber = ' $strNull = 'ҧ (null)'; $strNumSearchResultsInTable = ' %s Ѿç㹵ҧ %s'; $strNumSearchResultsTotal = ': %s Ѿç'; +$strNumTables = 'ҧ'; $strOK = 'ŧ'; $strOftenQuotation = '»ԨͧѭС (ͧ¤Ӿٴ)
"ҷ" ¶֧ ͧ¤ ੾СѺŴ쪹Դ char varchar ҹ'; @@ -378,7 +379,7 @@ $strSort = ' $strSpaceUsage = 'ͷ'; $strSplitWordsWithSpace = 'Ӷ١觴ªͧҧ (" ").'; $strStatement = ''; -$strStrucCSV = ' CSV'; +$strStrucCSV = ' CSV (蹴ͧ١ ",")'; $strStrucData = 'çҧТ'; $strStrucDrop = ' \'drop table\''; $strStrucExcelCSV = ' CSV ѺëͿ'; @@ -404,6 +405,7 @@ $strTheContent = ' $strTheContents = 'ѺǷդ unique key ͹ѹ Ҩҡ ᷹㹵ҧ'; $strTheTerminator = 'ششͧŴ'; $strTotal = ''; +$strTotalUC = ''; $strType = 'Դ'; $strUncheckAll = '͡'; @@ -438,8 +440,6 @@ $strYes = ' $strZip = '"١պѴ (zip)"'; // To translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strTableOfContents = 'Table of contents'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 614bc29ea..d2d2710dc 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -2,7 +2,7 @@ /* $Id$ */ // first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian -// last modified 2002/11/18 Arthit Suriyawongkul +// last modified 2002/12/06 Arthit Suriyawongkul $charset = 'utf-8'; $allow_recoding = TRUE; @@ -158,7 +158,7 @@ $strFieldsEnclosedBy = 'คร่อมฟิลด์ด้วย'; $strFieldsEscapedBy = 'เครื่องหมายสำหรับ escape char'; $strFieldsTerminatedBy = 'จบฟิลด์ด้วย'; $strFixed = 'คงที่'; -$strFlushTable = 'ล้างตาราง ("FLUSH")'; +$strFlushTable = 'ล้างตาราง (flush)'; $strFormEmpty = 'ค่าในแบบฟอร์มหายไป !'; $strFormat = 'รูปแบบ'; $strFullText = 'ทั้งข้อความ'; @@ -180,7 +180,7 @@ $strHomepageSourceforge = 'หน้าดาวน์โหลด phpMyAdmin $strHost = 'โฮสต์'; $strHostEmpty = 'ชื่อโฮสต์ยังว่างอยู่!'; -$strIdxFulltext = 'Fulltext'; +$strIdxFulltext = 'ข้อความเต็ม (fulltext)'; $strIfYouWish = 'ถ้าต้องการเรียกดู เฉพาะบางคอลัมน์ ให้ระบุรายชื่อฟิลด์มาด้วย (คั่นแต่ละชื่อด้วยเครื่องหมายลูกน้ำ)'; $strIgnore = 'ไม่สนใจ'; $strImportDocSQL = 'นำเข้าไฟล์ docSQL'; @@ -190,7 +190,7 @@ $strIndexHasBeenDropped = 'โยนดัชนี %s ทิ้งไปเร $strIndexName = 'ชื่อดัชนี :'; $strIndexType = 'ชนิดของดัชนี :'; $strIndexes = 'ดัชนี'; -$strInsecureMySQL = 'ไฟล์เก็บค่ากำหนดของคุณ ได้กำหนดค่า (root with no password) เอาไว้ ซึ่งมันจะถูกใช้เป็น ชื่อปริยาย สำหรับชื่อที่มีสิทธิพิเศษของ MySQL. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่ากำหนดนี้ จะเปิดโอกาสให้ถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย'; +$strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย'; $strInsert = 'แทรก'; $strInsertAsNewRow = 'แทรกเป็นแถวใหม่'; $strInsertNewRow = 'แทรกแถวใหม่'; @@ -258,6 +258,7 @@ $strNotValidNumber = ' ไม่ใช่หมายเลขแถวที่ $strNull = 'ว่างเปล่า (null)'; $strNumSearchResultsInTable = 'พบ %s ผลลัพธ์ที่ตรงในตาราง %s'; $strNumSearchResultsTotal = 'รวม: %s ผลลัพธ์ที่ตรง'; +$strNumTables = 'ตาราง'; $strOK = 'ตกลง'; $strOftenQuotation = 'โดยปกติจะเป็นเครื่องหมายอัญประกาศ (เครื่องหมายคำพูด)
"เท่าที่จำเป็น" หมายถึง ให้ใส่เครื่องหมายคร่อม เฉพาะกับฟิลด์ชนิด char และ varchar เท่านั้น'; @@ -379,7 +380,7 @@ $strSort = 'เรียง'; $strSpaceUsage = 'เนื้อที่ที่ใช้'; $strSplitWordsWithSpace = 'คำถูกแบ่งด้วยช่องว่าง (" ").'; $strStatement = 'คำสั่ง'; -$strStrucCSV = 'ข้อมูล CSV'; +$strStrucCSV = 'ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ ",")'; $strStrucData = 'ทั้งโครงสร้างและข้อมูล'; $strStrucDrop = 'เพิ่มคำสั่ง \'drop table\''; $strStrucExcelCSV = 'ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล'; @@ -405,6 +406,7 @@ $strTheContent = 'ได้แทรกข้อมูล จากไฟล์ $strTheContents = 'สำหรับแถวที่มีไพรมารีคีย์ หรือ unique key เหมือนกัน เนื้อหาจากไฟล์ จะแทนที่เนื้อหาเดิมในตาราง'; $strTheTerminator = 'จุดสิ้นสุดของฟิลด์'; $strTotal = 'ทั้งหมด'; +$strTotalUC = 'รวม'; $strType = 'ชนิด'; $strUncheckAll = 'ไม่เลือกเลย'; @@ -439,8 +441,6 @@ $strYes = 'ใช่'; $strZip = '"ถูกบีบอัดอยู่ (zip)"'; // To translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate $strRelationalSchema = 'Relational schema'; //to translate $strTableOfContents = 'Table of contents'; //to translate $strCannotLogin = 'Cannot login to MySQL server'; //to translate