diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3
index fc7854b997..1d9307d8f9 100644
--- a/lang/italian.inc.php3
+++ b/lang/italian.inc.php3
@@ -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 char e varchar 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
?>
diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3
index 9194e05bef..19da3366d6 100644
--- a/lang/portuguese.inc.php3
+++ b/lang/portuguese.inc.php3
@@ -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.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
?>