From 5b22bdbb09c9bd07dfe28d48c89e3def51a5a32d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 2 Feb 2003 19:58:50 +0000 Subject: [PATCH] update --- lang/galician-iso-8859-1.inc.php3 | 41 +++++++++++++++++-------------- lang/galician-utf-8.inc.php3 | 41 +++++++++++++++++-------------- lang/romanian-iso-8859-1.inc.php3 | 41 +++++++++++++++++-------------- lang/romanian-utf-8.inc.php3 | 41 +++++++++++++++++-------------- 4 files changed, 92 insertions(+), 72 deletions(-) diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 056b8b581..bd27cbf2e 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -74,6 +74,7 @@ $strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que es $strBzip = 'comprimido no formato "bzipped"'; $strCannotLogin = 'Non podo conectar co servidor de MySQL'; +$strCantLoad = 'Non se pode carregar a extensión %s.
Comprobe a configuración do PHP.'; $strCantLoadMySQL = 'Non foi posible carregar a extensión do MySQL;
comprobe, por favor, a configuración do PHP.'; $strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!'; @@ -113,6 +114,15 @@ $strCreatePage = 'Crear unha p $strCreatePdfFeat = 'Creación de PDFs'; $strCriteria = 'Criterio'; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID do contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Liña'; +$strDBGMinTimeMs = 'Tempo máximo, ms'; +$strDBGMinTimeMs = 'Tempo mínimo, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo total, ms'; $strData = 'Datos'; $strDataDict = 'Diccionario de datos'; $strDataOnly = 'Só os datos'; @@ -538,24 +548,19 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci $strZip = 'comprimido no formato "zipped"'; // To translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate + +$strFileCouldNotBeRead = 'File could not be read'; //to translate + +$strIgnoringFile = 'Ignoring file %s'; //to translate $strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMinTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strImportFinished = 'Import finished'; //to translate + +$strThisNotDirectory = 'This was not a directory'; //to translate + +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate + ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index ce43654b7..d20c683ad 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -75,6 +75,7 @@ $strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que es $strBzip = 'comprimido no formato "bzipped"'; $strCannotLogin = 'Non podo conectar co servidor de MySQL'; +$strCantLoad = 'Non se pode carregar a extensión %s.
Comprobe a configuración do PHP.'; $strCantLoadMySQL = 'Non foi posible carregar a extensión do MySQL;
comprobe, por favor, a configuración do PHP.'; $strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!'; @@ -114,6 +115,15 @@ $strCreatePage = 'Crear unha páxina nova'; $strCreatePdfFeat = 'Creación de PDFs'; $strCriteria = 'Criterio'; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID do contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Liña'; +$strDBGMinTimeMs = 'Tempo máximo, ms'; +$strDBGMinTimeMs = 'Tempo mínimo, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo total, ms'; $strData = 'Datos'; $strDataDict = 'Diccionario de datos'; $strDataOnly = 'Só os datos'; @@ -539,24 +549,19 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e $strZip = 'comprimido no formato "zipped"'; // To translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate + +$strFileCouldNotBeRead = 'File could not be read'; //to translate + +$strIgnoringFile = 'Ignoring file %s'; //to translate $strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMinTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strImportFinished = 'Import finished'; //to translate + +$strThisNotDirectory = 'This was not a directory'; //to translate + +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate + ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index c2f3065b0..9b7d1b394 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -70,6 +70,7 @@ $strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei ex $strBzip = '"bzipped"'; $strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL'; +$strCantLoad = 'nu se poate incarca %s extensia,
va rugam verificati configuratia PHP.'; $strCantLoadMySQL = 'extensia MySQL nu se incarca,
va rugam verificati configuratia PHP.'; $strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!'; @@ -109,6 +110,15 @@ $strCreatePage = 'Creaza o noua pagina'; $strCreatePdfFeat = 'Creare de PDF'; $strCriteria = 'Criteriu'; +$strDBGContext = 'Context'; +$strDBGContextID = 'Context ID'; +$strDBGHits = 'Afisari'; +$strDBGLine = 'Linia'; +$strDBGMinTimeMs = 'Timp maxim, ms'; +$strDBGMinTimeMs = 'Timp minim, ms'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Timp/Afisare, ms'; +$strDBGTotalTimeMs = 'Timp total, ms'; $strData = 'Date'; $strDataDict = 'Dictionar de date'; $strDataOnly = 'Numai date'; @@ -534,24 +544,19 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate + +$strFileCouldNotBeRead = 'File could not be read'; //to translate + +$strIgnoringFile = 'Ignoring file %s'; //to translate $strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMinTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strImportFinished = 'Import finished'; //to translate + +$strThisNotDirectory = 'This was not a directory'; //to translate + +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate + ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index e61af7632..0373b1ba2 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -71,6 +71,7 @@ $strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei ex $strBzip = '"bzipped"'; $strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL'; +$strCantLoad = 'nu se poate incarca %s extensia,
va rugam verificati configuratia PHP.'; $strCantLoadMySQL = 'extensia MySQL nu se incarca,
va rugam verificati configuratia PHP.'; $strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!'; @@ -110,6 +111,15 @@ $strCreatePage = 'Creaza o noua pagina'; $strCreatePdfFeat = 'Creare de PDF'; $strCriteria = 'Criteriu'; +$strDBGContext = 'Context'; +$strDBGContextID = 'Context ID'; +$strDBGHits = 'Afisari'; +$strDBGLine = 'Linia'; +$strDBGMinTimeMs = 'Timp maxim, ms'; +$strDBGMinTimeMs = 'Timp minim, ms'; +$strDBGModule = 'Modul'; +$strDBGTimePerHitMs = 'Timp/Afisare, ms'; +$strDBGTotalTimeMs = 'Timp total, ms'; $strData = 'Date'; $strDataDict = 'Dictionar de date'; $strDataOnly = 'Numai date'; @@ -535,24 +545,19 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate +$strAddedColumnComment = 'Added comment for column'; //to translate +$strAddedColumnRelation = 'Added relation for column'; //to translate + +$strFileCouldNotBeRead = 'File could not be read'; //to translate + +$strIgnoringFile = 'Ignoring file %s'; //to translate $strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMinTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate +$strImportFinished = 'Import finished'; //to translate + +$strThisNotDirectory = 'This was not a directory'; //to translate + +$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate +$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate + ?>