Updates
This commit is contained in:
parent
246ff6f2ac
commit
6f814daba9
@ -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 <lem9@users.sourceforge.net>
|
||||
* lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
|
||||
|
||||
@ -62,6 +62,7 @@ $strBookmarkView = 'Vaata ainult';
|
||||
$strBrowse = 'Vaata';
|
||||
$strBzip = '"bzipitud"';
|
||||
|
||||
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
|
||||
$strCantLoadMySQL = 'ei suutnud lugeda MySql laiendit,<br />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!';
|
||||
@ -300,6 +301,7 @@ $strQueryOnDb = 'SQL-p
|
||||
$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.';
|
||||
@ -393,6 +395,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)';
|
||||
@ -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
|
||||
|
||||
@ -63,6 +63,7 @@ $strBookmarkView = 'Vaata ainult';
|
||||
$strBrowse = 'Vaata';
|
||||
$strBzip = '"bzipitud"';
|
||||
|
||||
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
|
||||
$strCantLoadMySQL = 'ei suutnud lugeda MySql laiendit,<br />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 <b>%s</b>:';
|
||||
$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
|
||||
|
||||
@ -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,<br />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 <b>%s</b>:';
|
||||
$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
|
||||
|
||||
@ -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,<br />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 <b>%s</b>:';
|
||||
$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
|
||||
|
||||
@ -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,<br />patikrinkite PHP nustatymus.';
|
||||
$strCantLoadRecodeIconv = 'Nepavyko užkrauti <em>iconv</em> arba <em>recode</em> 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 <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> 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 <b>%s</b>:';
|
||||
$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
|
||||
|
||||
@ -62,6 +62,7 @@ $strBookmarkView = 'Per
|
||||
$strBrowse = 'Perþiûrëti';
|
||||
$strBzip = '"bzip"';
|
||||
|
||||
$strCannotLogin = 'Neprisijungia prie MySQL serverio';
|
||||
$strCantLoadMySQL = 'negali uþkrauti MySQL proceso,<br />patikrinkite PHP nustatymus.';
|
||||
$strCantLoadRecodeIconv = 'Nepavyko uþkrauti <em>iconv</em> arba <em>recode</em> 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!';
|
||||
@ -253,6 +254,7 @@ $strNotValidNumber = ' netinkamas eilut
|
||||
$strNull = 'Null';
|
||||
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelëje <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> 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.';
|
||||
@ -299,6 +301,7 @@ $strQueryOnDb = 'SQL-u
|
||||
$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.';
|
||||
@ -392,6 +395,7 @@ $strTableHasBeenDropped = 'Lentel
|
||||
$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)';
|
||||
@ -400,6 +404,7 @@ $strTheContent = 'J
|
||||
$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)';
|
||||
@ -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
|
||||
|
||||
@ -257,6 +257,7 @@ $strNoValidateSQL = 'Ikke teste SQL';
|
||||
$strNull = 'Null';
|
||||
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> treff';
|
||||
$strNumTables = 'Tabeller';
|
||||
|
||||
$strOftenQuotation = 'Ofte anførselstegn. Valgfritt innebærer 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
|
||||
|
||||
@ -258,6 +258,7 @@ $strNoValidateSQL = 'Ikke teste SQL';
|
||||
$strNull = 'Null';
|
||||
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> 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
|
||||
|
||||
@ -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 = '悼勍客智<EFBFBD> ("FLUSH")';
|
||||
$strFlushTable = '<EFBFBD>י<EFBFBD>§µ<EFBFBD><EFBFBD><EFBFBD>§ (flush)';
|
||||
$strFormEmpty = '¤èÒã¹áºº¿ÍÃìÁËÒÂä» !';
|
||||
$strFormat = 'ÃٻẺ';
|
||||
$strFullText = '·Ñé§¢éͤÇÒÁ';
|
||||
@ -179,7 +179,7 @@ $strHomepageSourceforge = '˹
|
||||
$strHost = 'âÎʵì';
|
||||
$strHostEmpty = 'ª×èÍâÎʵìÂѧÇèÒ§ÍÂÙè!';
|
||||
|
||||
$strIdxFulltext = 'Fulltext';
|
||||
$strIdxFulltext = '¢י<EFBFBD>¤<EFBFBD><EFBFBD><EFBFBD>אµח<EFBFBD> (fulltext)';
|
||||
$strIfYouWish = '¶éÒµéͧ¡ÒÃàÃÕ¡´Ù ੾Òкҧ¤ÍÅÑÁ¹ì ãËéÃкØÃÒª×èÍ¿ÔÅ´ìÁÒ´éÇ (¤Ñè¹áµèÅЪ×èÍ´éÇÂà¤Ã×èͧËÁÒÂÅÙ¡¹éÓ)';
|
||||
$strIgnore = 'äÁèʹã¨';
|
||||
$strImportDocSQL = '¹Óà¢éÒä¿Åì docSQL';
|
||||
@ -189,7 +189,7 @@ $strIndexHasBeenDropped = '
|
||||
$strIndexName = 'ª×èʹѪ¹Õ :';
|
||||
$strIndexType = 'ª¹Ô´¢Í§´Ñª¹Õ :';
|
||||
$strIndexes = '´Ñª¹Õ';
|
||||
$strInsecureMySQL = '篆東燹膾よ辧嗚拘⇒Г愕 箚蕁嗚拘よ<E68B98> (root with no password) 猴吮秤 <20>茹叢宏亢戞礫蛟紫<E89B9F> <20>萢暫埖丗 篇肪兀<E882AA>萢荊菫嬖垠股菖猗柊友 MySQL. 爻埣貎倏傭<E5808F> MySQL 荊莊哥匚顔蚤よ辧嗚拘衡<E68B98> <20>犹坿睛〈甫哩禽〆悄蜘>顔 へ海巴<E6B5B7>瓠蜆<E793A0>拊刪罵儿衡薹儿荊 狆怦佑拝岨斗汗兮';
|
||||
$strInsecureMySQL = '¨<EFBFBD><EFBFBD>ה<EFBFBD><EFBFBD>לא<EFBFBD>ח÷¤ט<EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹´¢<EFBFBD>§¤<EFBFBD>³ ¤<>³ה<C2B3>טה´יµ<D799>י§<D799><C2A7><EFBFBD><EFBFBD>¼ט<C2BC>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD>÷ root «<>ט§¨<C2A7>¶<EFBFBD><C2B6>ד×יא»ח¹×<C2B9>ט<EFBFBD>»<EFBFBD><C2BB><EFBFBD><EFBFBD><EFBFBD>«<EFBFBD>ט§<D798><C2A7><EFBFBD><EFBFBD>·¸<C2B7>¾<EFBFBD>א<EFBFBD><D790>. א«<D790><C2AB>ל<EFBFBD>א<EFBFBD><D790><EFBFBD>ל MySQL ·<>ט·<D798>§<EFBFBD>¹´י<C2B4><D799>¤ט<C2A4>»<EFBFBD><C2BB><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD>י <20><>¨¶<C2A8><C2B6>÷<EFBFBD><C3B7><EFBFBD><EFBFBD><EFBFBD>ה´י ¤<>³¤<C2B3><C2A4>¨<EFBFBD>ב<EFBFBD>יה¢<D794><C2A2><EFBFBD><EFBFBD>ט<EFBFBD><D798><EFBFBD>¹¹<C2B9>י·<D799>¹·<C2B9> א¾<D790>ט<EFBFBD>¤<EFBFBD><C2A4><EFBFBD>»<EFBFBD><C2BB>´<EFBFBD><C2B4><EFBFBD>';
|
||||
$strInsert = 'á·Ã¡';
|
||||
$strInsertAsNewRow = 'á·Ã¡à»ç¹á¶ÇãËÁè';
|
||||
$strInsertNewRow = 'á·Ã¡á¶ÇãËÁè';
|
||||
@ -257,6 +257,7 @@ $strNotValidNumber = '
|
||||
$strNull = 'ÇèÒ§à»ÅèÒ (null)';
|
||||
$strNumSearchResultsInTable = '¾º %s ¼ÅÅѾ¸ì·ÕèµÃ§ã¹µÒÃÒ§ <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>ÃÇÁ:</b> <i>%s</i> ¼ÅÅѾ¸ì·ÕèµÃ§';
|
||||
$strNumTables = 'µ<><C2B5><EFBFBD>§';
|
||||
|
||||
$strOK = 'µ¡Å§';
|
||||
$strOftenQuotation = 'â´Â»¡µÔ¨Ðà»ç¹à¤Ã×èͧËÁÒÂÍÑ»ÃСÒÈ (à¤Ã×èͧËÁÒ¤Ӿٴ)<br />"à·èÒ·Õè¨Óà»ç¹" ËÁÒ¶֧ ãËéãÊèà¤Ã×èͧËÁÒ¤ÃèÍÁ ੾ÒСѺ¿ÔŴ쪹Դ char áÅÐ varchar à·èÒ¹Ñé¹';
|
||||
@ -378,7 +379,7 @@ $strSort = '
|
||||
$strSpaceUsage = 'à¹×éÍ·Õè·Õèãªé';
|
||||
$strSplitWordsWithSpace = '¤Ó¶Ù¡áºè§´éǪèͧÇèÒ§ (" ").';
|
||||
$strStatement = '¤ÓÊÑè§';
|
||||
$strStrucCSV = '∫輿拇 CSV';
|
||||
$strStrucCSV = '¢י<EFBFBD><EFBFBD><EFBFBD><EFBFBD> CSV (¤<>ט¹´י<C2B4><D799>א¤<D790><C2A4>ט<EFBFBD>§<EFBFBD><C2A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹י<C2B9> ",")';
|
||||
$strStrucData = '·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ';
|
||||
$strStrucDrop = 'à¾ÔèÁ¤ÓÊÑè§ \'drop table\'';
|
||||
$strStrucExcelCSV = '¢éÍÁÙÅ CSV ÊÓËÃѺäÁâ¤Ã«Í¿µìàÍç¡à«Å';
|
||||
@ -404,6 +405,7 @@ $strTheContent = '
|
||||
$strTheContents = 'ÊÓËÃѺá¶Ç·ÕèÁÕä¾ÃÁÒÃÕ¤ÕÂì ËÃ×Í unique key àËÁ×͹¡Ñ¹ à¹×éÍËÒ¨Ò¡ä¿Åì ¨Ðá·¹·Õèà¹×éÍËÒà´ÔÁã¹µÒÃÒ§';
|
||||
$strTheTerminator = '¨Ø´ÊÔé¹ÊØ´¢Í§¿ÔÅ´ì';
|
||||
$strTotal = '·Ñé§ËÁ´';
|
||||
$strTotalUC = '<27><><EFBFBD>';
|
||||
$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
|
||||
|
||||
@ -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 ผลลัพธ์ที่ตรงในตาราง <i>%s</i>';
|
||||
$strNumSearchResultsTotal = '<b>รวม:</b> <i>%s</i> ผลลัพธ์ที่ตรง';
|
||||
$strNumTables = 'ตาราง';
|
||||
|
||||
$strOK = 'ตกลง';
|
||||
$strOftenQuotation = 'โดยปกติจะเป็นเครื่องหมายอัญประกาศ (เครื่องหมายคำพูด)<br />"เท่าที่จำเป็น" หมายถึง ให้ใส่เครื่องหมายคร่อม เฉพาะกับฟิลด์ชนิด 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user