languages updated
This commit is contained in:
parent
b412e2661a
commit
6d13e69134
@ -121,6 +121,8 @@ $strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
|
||||
$strEnd = 'Fine';
|
||||
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
|
||||
$strError = 'Errore';
|
||||
$strExport = 'Esporta';
|
||||
$strExportToXML = 'Esporta in formato XML';
|
||||
$strExtendedInserts = 'Inserimenti estesi';
|
||||
$strExtra = 'Extra';
|
||||
|
||||
@ -219,6 +221,7 @@ $strNoUsersFound = 'Nessun utente trovato.';
|
||||
$strNull = 'Null';
|
||||
|
||||
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.';
|
||||
$strOperations = 'Operazioni';
|
||||
$strOptimizeTable = 'Ottimizza tabella';
|
||||
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';
|
||||
$strOptionally = 'OPZIONALE';
|
||||
@ -356,8 +359,5 @@ $strZip = '"compresso con zip"';
|
||||
|
||||
|
||||
// To translate
|
||||
$strExport = 'Export'; //to translate
|
||||
$strOperations = 'Operations'; //to translate
|
||||
$strExportToXML = 'Export to XML format'; //to translate
|
||||
$strOptions = 'Options'; //to translate
|
||||
?>
|
||||
|
||||
@ -40,7 +40,7 @@ $strAfterInsertBack = 'Voltar atr
|
||||
$strAfterInsertNewInsert = 'Inserir novo registo';
|
||||
$strAll = 'Todas';
|
||||
$strAlterOrderBy = 'Alterar a ordem da tabela por';
|
||||
$strAnIndex = 'Um indíce foi adicionado a %s';
|
||||
$strAnIndex = 'Um índice foi adicionado a %s';
|
||||
$strAnalyzeTable = 'Analizar tabela';
|
||||
$strAnd = 'E';
|
||||
$strAny = 'Todos';
|
||||
@ -117,10 +117,12 @@ $strEdit = 'Edita';
|
||||
$strEditPrivileges = 'Alterar Privilegios';
|
||||
$strEffective = 'Em uso';
|
||||
$strEmpty = 'Limpa';
|
||||
$strEmptyResultSet = 'MySQL não retornou nenum registo.';
|
||||
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
|
||||
$strEnd = 'Fim';
|
||||
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
|
||||
$strError = 'Erro';
|
||||
$strExport = 'Exportar';
|
||||
$strExportToXML = 'Exportar para o formato XML';
|
||||
$strExtendedInserts = 'Instrucções de inserção múltiplas';
|
||||
$strExtra = 'Extra'; // written the same in portuguese
|
||||
|
||||
@ -178,13 +180,14 @@ $strLimitNumRows = 'N
|
||||
$strLineFeed = 'Mudança de linha: \\n';
|
||||
$strLines = 'Linhas';
|
||||
$strLinesTerminatedBy = 'Linhas terminadas por';
|
||||
$strLinksTo = 'Links para';
|
||||
$strLocationTextfile = 'Localização do arquivo de texto';
|
||||
$strLogPassword = 'Senha :';
|
||||
$strLogUsername = 'Utilizador :';
|
||||
$strLogin = 'Entrada';
|
||||
$strLogout = 'Sair';
|
||||
|
||||
$strModifications = 'Modificações foram Guardadas';
|
||||
$strModifications = 'Modificações foram guardadas';
|
||||
$strModify = 'Modifica';
|
||||
$strModifyIndexTopic = 'Modificar um índice';
|
||||
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
|
||||
@ -218,6 +221,7 @@ $strNotValidNumber = ' n
|
||||
$strNull = 'Nulo';
|
||||
|
||||
$strOftenQuotation = 'Normalmente aspas. OPTIONALLY significa que apenas os campos "char" e "varchar" são delimitados pelo caractere delimitador.';
|
||||
$strOperations = 'Operações';
|
||||
$strOptimizeTable = 'Optimizar tabela';
|
||||
$strOptionalControls = 'Opcional. Comanda o modo de escrita e leitura dos caracteres especiais.';
|
||||
$strOptionally = 'OPCIONAL';
|
||||
@ -355,9 +359,5 @@ $strZip = '"Compress
|
||||
|
||||
|
||||
// To translate
|
||||
$strLinksTo = 'Links to'; //to translate
|
||||
$strExport = 'Export'; //to translate
|
||||
$strOperations = 'Operations'; //to translate
|
||||
$strExportToXML = 'Export to XML format'; //to translate
|
||||
$strOptions = 'Options'; //to translate
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user