This commit is contained in:
Marc Delisle
2001-11-13 17:52:19 +00:00
parent 64be0bb996
commit 64eed0182f

View File

@@ -24,6 +24,7 @@ $strAddNewField = 'Adicionar un novo campo';
$strAddPriv = 'Adicionar un novo privilexio';
$strAddPrivMessage = 'Privilexio adicionado.';
$strAddSearchConditions = 'Condici<63>n da pesquisa (ou sexa, o complemento da cl<63>usula "WHERE"):';
$strAddToIndex = 'Adicionar ao <20>ndice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar un novo usuario';
$strAddUserMessage = 'Usuario adicionado.';
$strAffectedRows = 'Filas que van ser afectadas:';
@@ -56,6 +57,8 @@ $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.';
$strCantRenameIdxToPrimary = 'Non se pode facer que este <20>ndice sexa PRIMARIO!';
$strCardinality = 'Cardinalidade';
$strCarriage = 'Car<61>cter de retorno: \\r';
$strChange = 'Mudar';
$strCheckAll = 'Marc<72>-los todos';
@@ -67,6 +70,8 @@ $strCompleteInserts = 'Inserci
$strConfirm = 'Est<73> seguro/a?';
$strCopyTableOK = 'Tabela \$table copiada para \$new_name.';
$strCreate = 'Crear';
$strCreateIndex = 'Crear un <20>ndice en&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Crear un novo <20>ndice';
$strCreateNewDatabase = 'Crear un novo banco de datos';
$strCreateNewTable = 'Crear unha nova tabela neste banco de datos ';
$strCriteria = 'Criterio';
@@ -135,8 +140,11 @@ $strHostEmpty = 'O nome do servidor est
$strIdxFulltext = 'Texto completo';
$strIfYouWish = 'Para carregar s<> algunhas columnas da tabela, faga unha lista separada por v<>rgulas.';
$strIgnore = 'Ignorar';
$strIndex = '<27>ndice';
$strIndexHasBeenDropped = 'Eliminouse o <20>ndice %s';
$strIndexName = 'Nome do <20>ndice&nbsp;:';
$strIndexType = 'Tipo de <20>ndice&nbsp;:';
$strIndexes = '<27>ndices';
$strInsert = 'Inserir';
$strInsertAsNewRow = 'Inserir unha nova columna';
@@ -163,6 +171,7 @@ $strLogout = 'Sair';
$strModifications = 'As modificaci<63>ns foron gardadas';
$strModify = 'Modificar';
$strModifyIndexTopic = 'Modificar un <20>ndice';
$strMySQLReloaded = 'MySQL reiniciado.';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
@@ -176,7 +185,10 @@ $strNo = 'Non';
$strNoDatabases = 'Non hai neng<6E>n banco de datos';
$strNoDropDatabases = 'Os comandos "Eliminar banco de datos" non est<73>n permitidos.';
$strNoFrames = 'phpMyAdmin usa-se mellor cun navegador que <b>acepte molduras</b>.';
$strNoIndex = 'Non se definiu un <20>ndice';
$strNoIndexPartsDefined = 'Non se definiron partes do <20>ndice';
$strNoModification = 'Sen cambios';
$strNone = 'Nengun';
$strNoPassword = 'Sen Contrasinal';
$strNoPrivileges = 'Sen Privilexios';
$strNoRights = 'Non ten direitos suficientes para estar aqu<71> agora!';
@@ -205,6 +217,8 @@ $strPrevious = 'Anterior';
$strPrimary = 'Primaria';
$strPrimaryKey = 'Chave primaria';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" <b>debe</b> ser o nome de e <b>s<> de</b> unha chave primaria)';
$strPrintView = 'Visualizaci<63>n previa da impresi<73>n';
$strPrivileges = 'Privilexios';
$strProperties = 'Propiedades';
@@ -324,19 +338,4 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strNoQuery = 'No SQL query!'; //to translate
// Indexes
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCardinality = 'Cardinality';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strIgnore = 'Ignore';
$strIndexName = 'Index name&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strModifyIndexTopic = 'Modify an index';
$strNone = 'None';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoIndex = 'No index defined!';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
?>