* lang/portuguese.inc.php3 updates, thanks to Lopo Pizarro

This commit is contained in:
Robin Johnson
2002-06-22 20:05:54 +00:00
parent 9325287412
commit 4e421d2f80
2 changed files with 13 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ $Source$
- Fixed style="PAGE-BREAK-AFTER: always" from appearing on the
last <div>, to stop a blank page being printed
- Moved <hr /> to just inside </div> - gets line on the same page
* lang/portuguese.inc.php3 updates, thanks to Lopo Pizarro
2002-06-21 Olivier L. M<>ller <om@omnis.ch>
* libraries/common.lib.php3, main.php3: be more tolerant with lazy

View File

@@ -3,8 +3,8 @@
/**
* Portuguese language file by
* Ant<6E>nio Raposo <cfmsoft@users.sourceforge.net>
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* Ant<6E>nio Raposo <cfmsoft@users.sourceforge.net>
*/
$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 "<i>%s</i>" %s:';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSplitWordsWithSpace = 'As palavras s<>o separadas pelo caracter espa<70>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<EFBFBD><EFBFBD>o';
$strNoDescription = 'sem Descri<72><69>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<6E>rios';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strSearchOption4 = 'as regular expression';
$strPdfDbSchema = 'Esquema da base de dados "%s" - P<>gina %s';
$strScaleFactorSmall = 'O factor escala <20> muito pequeno para encaixar o esquema numa p<>gina';
$strConfigFileError = 'O phpMyAdmin n<>o foi capaz de ler o ficheiro de configura<72><61>o!<br />Isto pode acontecer se o php encontrou um erro no <i>parsing</i> ou se n<>o consegue encontrar o ficheiro.<br />Chame o ficheiro de configura<72><61>o directamente usando o <i>link</i> 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.<br />Se receber uma p<>gina em branco, est<73> tudo correcto.';
$strNotSet = 'A Tabela <b>%s</b> 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 <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> 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!<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
$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