This commit is contained in:
Marc Delisle
2002-06-19 10:16:36 +00:00
parent e15f2bd332
commit 9a48e756e1

View File

@@ -64,7 +64,9 @@ $strBrowse = 'Visualizar';
$strBzip = 'comprimido no formato "bzipped"';
$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!';
$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a funci<63>n recode_stringf mentres haxa extensi<73>ns por carregar. Comprobe a s<>a configuraci<63>n do php.';
$strCardinality = 'Cardinalidade';
$strCarriage = 'Car<61>cter de retorno: \\r';
$strChange = 'Mudar';
@@ -74,6 +76,7 @@ $strCheckDbPriv = 'Verificar os privilexios do banco de datos';
$strCheckTable = 'Verificar a tabela';
$strColumn = 'Columna';
$strColumnNames = 'Nomes das Columnas';
$strComments = 'Comentarios';
$strCompleteInserts = 'Inserci<63>ns completas';
$strConfirm = 'Est<73> seguro/a?';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.';
@@ -143,6 +146,7 @@ $strGzip = 'comprimido no formato "gzipped"';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi creado.';
$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'P<>xina Oficial do phpMyAdmin';
$strHomepageSourceforge = 'P<>xina do phpMyAdmin en Sourceforge';
@@ -182,11 +186,13 @@ $strLogout = 'Sair';
$strLogPassword = 'Contrasinal:';
$strLogUsername = 'Nome de usuario:';
$strMissingBracket = 'Falta un par<61>ntese';
$strModifications = 'As modificaci<63>ns foron gardadas';
$strModify = 'Modificar';
$strModifyIndexTopic = 'Modificar un <20>ndice';
$strMoveTable = 'Mover a tabela a (base_de_datos<b>.</b>tabela):';
$strMoveTableOK = 'Moveuse a tabela %s para %s.';
$strMySQLCharset = 'C<>digo de caracteres (Charset) MySQL';
$strMySQLReloaded = 'MySQL reiniciado.';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
@@ -397,10 +403,5 @@ $strCreatePage = 'Create a new Page'; //to translate
$strSelectTables = 'Select Tables'; //to translate
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strMissingBracket = 'Missing Bracket'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strMySQLCharset = 'MySQL Charset'; //to translate
$strComments = 'Comments'; //to translate
?>