diff --git a/ChangeLog b/ChangeLog index 17fad2e99..76022a813 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ - Fixed style="PAGE-BREAK-AFTER: always" from appearing on the last
, to stop a blank page being printed - Moved
to just inside
- gets line on the same page + * lang/portuguese.inc.php3 updates, thanks to Lopo Pizarro 2002-06-21 Olivier L. Müller * libraries/common.lib.php3, main.php3: be more tolerant with lazy diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 75219d478..56a36a637 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -3,8 +3,8 @@ /** * Portuguese language file by - * António Raposo * Lopo Pizarro + * António Raposo */ $charset = 'iso-8859-1'; @@ -377,7 +377,7 @@ $strRelationView = 'Vista de Rela $strConfigureTableCoord = 'Configure as cordenadas para a tabela %s'; $strChangeDisplay = 'Escolha campo para mostrar'; $strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):'; -$strSearchResultsFor = 'Procur resultados para "%s" %s:'; +$strSearchResultsFor = 'Procurar resultados para "%s" %s:'; $strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").'; $strStructPropose = 'Propor uma estrutura de tabela'; $strExplain = 'Explicar código SQL'; @@ -386,24 +386,24 @@ $strNoPhp = 'sem c $strGenBy = 'Gerado por'; $strSQLResult = 'Resultado SQL'; $strEditPDFPages = 'Editar páginas PDF'; -$strNoDescription = 'sem Descripção'; +$strNoDescription = 'sem Descrição'; $strChoosePage = 'Escolha uma Página para editar'; $strCreatePage = 'Criar uma Página nova'; $strSelectTables = 'Seleccionar Tabelas'; $strMySQLCharset = 'Mapa de Caracteres do mySQL'; $strComments = 'Comentários'; $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar'; +$strDisplayPDF = 'Mostrar o esquema de PDF'; +$strNumSearchResultsInTable = '%s resultado(s) na tabela %s'; +$strNumSearchResultsTotal = 'Total: %s resultado(s)'; +$strSearchOption4 = 'as regular expression'; +$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s'; +$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página'; +$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!
Isto pode acontecer se o php encontrou um erro no parsing ou se não consegue encontrar o ficheiro.
Chame o ficheiro de configuração directamente usando o link a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou ponto e vírgula algures.
Se receber uma página em branco, está tudo correcto.'; +$strNotSet = 'A Tabela %s não foi encontrada ou não foi definida em %s'; +$strMissingBracket = 'Falta chaveta'; // To translate -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
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.
If you recieve a blank page, everything is fine.'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strMissingBracket = 'Missing Bracket'; //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