update
This commit is contained in:
@@ -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<73>n %s.<br />Comprobe a configuraci<63>n do PHP.';
|
||||
$strCantLoadMySQL = 'Non foi posible carregar a extensi<73>n do MySQL;<br>comprobe, por favor, a configuraci<63>n do PHP.';
|
||||
$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou prec<65>sase da extensi<73>n recode para a conversi<73>n do charset. Configure o php para que se poidan usar estas extensi<73>ns ou indique que non se use a conversi<73>n de charset en phpMyAdmin.';
|
||||
$strCantRenameIdxToPrimary = 'Non se pode facer que este <20>ndice sexa PRIMARIO!';
|
||||
@@ -113,6 +114,15 @@ $strCreatePage = 'Crear unha p
|
||||
$strCreatePdfFeat = 'Creaci<63>n de PDFs';
|
||||
$strCriteria = 'Criterio';
|
||||
|
||||
$strDBGContext = 'Contexto';
|
||||
$strDBGContextID = 'ID do contexto';
|
||||
$strDBGHits = 'Hits';
|
||||
$strDBGLine = 'Li<4C>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,<br />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
|
||||
|
||||
?>
|
||||
|
@@ -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.<br />Comprobe a configuración do PHP.';
|
||||
$strCantLoadMySQL = 'Non foi posible carregar a extensión do MySQL;<br>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,<br />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
|
||||
|
||||
?>
|
||||
|
@@ -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,<br />va rugam verificati configuratia PHP.';
|
||||
$strCantLoadMySQL = 'extensia MySQL nu se incarca,<br />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,<br />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
|
||||
|
||||
?>
|
||||
|
@@ -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,<br />va rugam verificati configuratia PHP.';
|
||||
$strCantLoadMySQL = 'extensia MySQL nu se incarca,<br />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,<br />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
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user