From f6d8310c29aa825804318a02df5f04203cf034a0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 23 Jan 2002 17:46:01 +0000 Subject: [PATCH] updates --- ChangeLog | 4 + lang/portuguese.inc.php3 | 466 +++++++++++++++++++-------------------- 2 files changed, 234 insertions(+), 236 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2337e4915..2deea58f9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-23 Marc Delisle + * portuguese major updates, thanks to António Raposo + (Antonio.Raposo at CFMsoft.JazzNet.pt) + 2002-01-22 Marc Delisle * german updates thanks to Michael Hauptmann * libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html: diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 436d5848e..016017fe1 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -9,346 +9,340 @@ $number_thousands_separator = ','; $number_decimal_separator = '.'; $byteUnits = array('Bytes', 'KB', 'MB', 'GB'); -$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); -$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'); +$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); +$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); // See http://www.php.net/manual/en/function.strftime.php to define the // variable below -$datefmt = '%B %d, %Y at %I:%M %p'; - +$datefmt = '%d-%B-%Y às %H:%M'; +$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; $strAccessDenied = 'Acesso Negado'; -$strAction = 'Ações'; +$strAction = 'Acções'; $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3) $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3) $strAddNewField = 'Adiciona novo campo'; -$strAddPriv = 'Add a new Privilege'; //to translate -$strAddPrivMessage = 'You have added a new privilege.'; //to translate +$strAddPriv = 'Acrescenta um novo Privilégio'; +$strAddPrivMessage = 'Acrescentou um novo privilégio.'; $strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "where"):'; -$strAddUser = 'Add a new User'; //to translate -$strAddUserMessage = 'You have added a new user.'; //to translate -$strAfter = 'After'; //to translate -$strAll = 'All'; //to translate -$strAlterOrderBy = 'Alter table order by'; //to translate -$strAnalyzeTable = 'Analyze table'; //to translate -$strAnd = 'And'; //to translate (tbl_qbe.php3) -$strAny = 'Any'; //to translate -$strAnyColumn = 'Any Column'; //to translate -$strAnyDatabase = 'Any database'; //to translate -$strAnyHost = 'Any host'; //to translate -$strAnyTable = 'Any table'; //to translate -$strAnyUser = 'Any user'; //to translate -$strAscending = 'Ascending'; //to translate (tbl_qbe.php3) -$strAtBeginningOfTable = 'At Beginning of Table'; //to translate -$strAtEndOfTable = 'At End of Table'; //to translate +$strAddToIndex = 'Add to index  %s column(s)'; +$strAddUser = 'Acrescenta um utilizador'; +$strAddUserMessage = 'Acrescentou um novo utilizador.'; +$strAffectedRows = 'Affected rows:'; +$strAfter = 'Depois'; +$strAfterInsertBack = 'Return'; +$strAfterInsertNewInsert = 'Insert a new record'; +$strAll = 'Todas'; +$strAlterOrderBy = 'Alterar a ordem da tabela por'; +$strAnIndex = 'Um indíce foi adicionado a %s'; +$strAnalyzeTable = 'Analizar tabela'; +$strAnd = 'E'; // (tbl_qbe.php3) +$strAny = 'Todos'; +$strAnyColumn = 'Qualquer coluna'; +$strAnyDatabase = 'Qualquer base de dados'; +$strAnyHost = 'Qualquer máquina'; +$strAnyTable = 'Qualquer tabela'; +$strAnyUser = 'Qualquer utilizador'; +$strAscending = 'Ascendente'; // (tbl_qbe.php3) +$strAtBeginningOfTable = 'No Início da Tabela'; +$strAtEndOfTable = 'No Fim da Tabela'; $strAttr = 'Atributos'; $strBack = 'Voltar'; +$strBinary = ' Binário '; +$strBinaryDoNotEdit = ' Binário - não editar '; +$strBookmarkDeleted = 'The bookmark has been deleted.'; $strBookmarkLabel = 'Label'; //to translate $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate $strBookmarkThis = 'Bookmark this SQL-query'; //to translate $strBookmarkView = 'View only'; //to translate $strBrowse = 'Visualiza'; +$strBzip = '"bzipped"'; //to translate -$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate -$strCarriage = 'Carriage return: \\r'; +$strCantLoadMySQL = 'não foi possível carregar a extensão MySQL,
por favor verifique a configuração do PHP.'; +$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; +$strCardinality = 'Cardinality'; +$strCarriage = 'Fim de linha: \\r'; $strChange = 'Muda'; -$strCheckAll = 'Check All'; //to translate -$strCheckDbPriv = 'Check Database Privileges'; //to translate -$strCheckTable = 'Check table'; //to translate -$strColumn = 'Column'; //to translate -$strColumnNames = 'Nome da Colunas'; -$strCompleteInserts = 'Complete inserts'; //to translate +$strCheckAll = 'Todos'; +$strCheckDbPriv = 'Visualiza os Privilégios da Base de Dados'; +$strCheckTable = 'Verificar tabela'; +$strColumn = 'Campo'; +$strColumnNames = 'Nome dos Campos'; +$strCompleteInserts = 'Instrucções de inserção completas'; $strConfirm = 'Do you really want to do it?'; //to translate +$strCookiesRequired = 'O mecanoismo de "Cookies" tem de estar ligado a partir deste ponto.'; +$strCopyTable = 'Copia tabela para (base-de-dados.tabela):'; $strCopyTableOK = 'Tabela %s copiada para %s.'; -$strCreate = 'Cria'; -$strCreateNewDatabase = 'Cria novo banco de dados'; -$strCreateNewTable = 'Cria nova tabela no banco de dados '; -$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) +$strCreate = 'Criar'; +$strCreateIndex = 'Criar um índice com %s coluna(s)'; +$strCreateIndexTopic = 'Criar um novo índice'; +$strCreateNewDatabase = 'Criar nova base de dados'; +$strCreateNewTable = 'Criar nova tabela na base de dados '; +$strCriteria = 'Criteria'; // to translate (tbl_qbe.php3) -$strData = 'Data'; //to translate -$strDatabase = 'Banco de Dados '; -$strDatabases = 'Banco de Dados'; -$strDataOnly = 'Data only'; //to translate -$strDefault = 'Default'; +$strData = 'Dados'; +$strDataOnly = 'Apenas dados'; +$strDatabase = 'Base de Dados '; +$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.'; +$strDatabases = 'Base de Dados'; +$strDatabasesStats = 'Estatísticas das bases de dados'; +$strDefault = 'Defeito'; $strDelete = 'Remove'; -$strDeleted = 'Registro eliminado'; $strDeleteFailed = 'Deleted Failed!'; //to translate -$strDescending = 'Desending'; //to translate (tbl_qbe.php3) -$strDisplay = 'Display'; //to translate +$strDeleteUserMessage = 'Apagou o utilizador %s.'; +$strDeleted = 'Registo eliminado'; +$strDeletedRows = 'Deleted rows:'; +$strDescending = 'Descendente'; // (tbl_qbe.php3) +$strDisplay = 'Mostra'; +$strDisplayOrder = 'Ordem de visualização:'; $strDoAQuery = 'Faça uma "query by example" (wildcard: "%")'; -$strDocu = 'Documentação'; $strDoYouReally = 'Confirma : '; +$strDocu = 'Documentação'; $strDrop = 'Elimina'; -$strDropDB = 'Elimina o banco de dados: '; +$strDropDB = 'Elimina a base de dados: '; +$strDropTable = 'Elimina tabela'; $strDumpingData = 'Extraindo dados da tabela'; -$strDynamic = 'dynamic'; //to translate +$strDynamic = 'dinâmico'; $strEdit = 'Edita'; -$strEditPrivileges = 'Edit Privileges'; //to translate -$strEffective = 'Effective'; //to translate +$strEditPrivileges = 'Alterar Privilegios'; +$strEffective = 'Em uso'; $strEmpty = 'Limpa'; $strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).'; $strEnd = 'Fim'; +$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês '; $strError = 'Erro'; -$strExtra = 'Extra'; //to translate +$strExtendedInserts = 'Instrucções de inserção múltiplas'; +$strExtra = 'Extra'; // written the same in portuguese $strField = 'Campo'; +$strFieldHasBeenDropped = 'O campo %s foi eliminado'; $strFields = 'Qtd Campos'; -$strFixed = 'fixed'; //to translate -$strFormat = 'Format'; //to translate -$strFunction = 'Funçoes'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Campos delimitados por'; +$strFieldsEscapedBy = 'Campos marcados por'; // to refine translation +$strFieldsTerminatedBy = 'Campos terminados por'; +$strFixed = 'fixo'; +$strFlushTable = 'Fecha a tabela ("FLUSH")'; +$strFormEmpty = 'Missing value in the form !'; +$strFormat = 'Formato'; +$strFullText = 'Full Texts'; //to translate +$strFunction = 'Funções'; -$strGenTime = 'Generation Time'; //to translate +$strGenTime = 'Data de Criação'; $strGo = 'Executa'; -$strGrants = 'Grants'; //to translate +$strGrants = 'Autorizações'; +$strGzip = '"gzipped"'; //to translate $strHasBeenAltered = 'foi alterado.'; $strHasBeenCreated = 'foi criado.'; -$strHome = 'Home'; -$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHome = 'Início'; +$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate -$strHost = 'Host'; -$strHostEmpty = 'The host name is empty!'; //to translate +$strHost = 'Máquina'; +$strHostEmpty = 'O nome da máquina está vazio!'; +$strIdxFulltext = 'Fulltext'; //to translate $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por virgula.'; -$strIndex = 'Index'; -$strIndexes = 'Indexes'; //to translate -$strInsert = 'Insere'; -$strInsertAsNewRow = 'Insert as new row'; //to translate -$strInsertNewRow = 'Insere novo registro'; -$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strIgnore = 'Ignora'; $strInUse = 'in use'; //to translate +$strIndex = 'Índice'; +$strIndexHasBeenDropped = 'O Índice %s foi eliminado'; +$strIndexName = 'Nome do Índice :'; +$strIndexType = 'Tipo de Índice :'; +$strIndexes = 'Índices'; +$strInsert = 'Insere'; +$strInsertAsNewRow = 'Insere como novo registo'; +$strInsertNewRow = 'Insere novo registo'; +$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strInsertedRows = 'Inserted rows:'; +$strInstructions = 'Instructions'; //to translate +$strInvalidName = '"%s" é uma palavra reservada, não pode usar como nome de base de dados/tabela/campo.'; +$strKeepPass = 'Sem alterar senha'; $strKeyname = 'Keyname'; -$strKill = 'Kill'; //to translate +$strKill = 'Termina'; -$strLength = 'Length'; //to translate +$strLength = 'Comprimento'; $strLengthSet = 'Tamanho/Set*'; -$strLimitNumRows = 'records per page'; //to translate -$strLineFeed = 'Linefeed: \\n'; +$strLimitNumRows = 'registos por página'; +$strLineFeed = 'Mudança de linha: \\n'; $strLines = 'Linhas'; -$strLocationTextfile = 'Localização do arquivo textos'; +$strLinesTerminatedBy = 'Linhas terminadas por'; +$strLocationTextfile = 'Localização do arquivo de texto'; +$strLogPassword = 'Senha :'; +$strLogUsername = 'Utilizador :'; +$strLogin = 'Entrada'; $strLogout = 'Log out'; $strModifications = 'Modificações foram salvas'; -$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strModify = 'Modifica'; // (tbl_qbe.php3) +$strModifyIndexTopic = 'Modificar um índice'; +$strMoveTable = 'Move tabela para (base de dados.tabela):'; +$strMoveTableOK = 'A tabela %s foi movida para %s.'; $strMySQLReloaded = 'MySQL reiniciado.'; $strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLServerProcess = 'MySQL %pma_s1% correndo em %pma_s2% como %pma_s3%'; $strMySQLShowProcess = 'Mostra os Processos'; -$strMySQLShowStatus = 'Mostra informação de runtime do MySql'; -$strMySQLShowVars = 'Mostra variáveis de sistema do MySQL'; +$strMySQLShowStatus = 'Mostra informação do estado do MySql'; +$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL'; $strName = 'Nome'; +$strNbRecords = 'n. de registos'; $strNext = 'Próximo'; $strNo = 'Não'; -$strNoPassword = 'No Password'; //to translate -$strNoPrivileges = 'No Privileges'; //to translate +$strNoDatabases = 'No databases'; +$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; +$strNoIndex = 'Nenhum indíce definido!'; +$strNoIndexPartsDefined = 'No index parts defined!'; +$strNoModification = 'No change'; // To translate +$strNoPassword = 'Sem Senha'; +$strNoPrivileges = 'Sem Privilégios'; +$strNoQuery = 'No SQL query!'; //to translate $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate -$strNoTablesFound = 'Nenhuma table encontrada no banco de dados'; +$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados'; $strNoUsersFound = 'No user(s) found.'; //to translate -$strNull = 'Null'; //to translate +$strNone = 'Nenhum'; +$strNotNumber = 'Isto não é um número!'; +$strNotValidNumber = ' não é um número de registo válido!'; +$strNull = 'Nulo'; $strNumberIndexes = ' Number of advanced indexes '; //to translate -$strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate -$strOptimizeTable = 'Optimize table'; //to translate -$strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate +$strOftenQuotation = 'Normalmente aspas. OPTIONALLY significa que apenas os campos "char" e "varchar" são delimitados pelo caractere delimitador.'; +$strOptimizeTable = 'Optimizar tabela'; +$strOptionalControls = 'Opcional. Comanda o modo de escrita e leitura dos caracteres especiais.'; $strOptionally = 'OPTIONALLY'; -$strOr = 'Or'; //to translate -$strOverhead = 'Overhead'; //to translate +$strOr = 'Ou'; +$strOverhead = 'Extra'; -$strPassword = 'Password'; //to translate +$strPHPVersion = 'versão do PHP'; +$strPartialText = 'Partial Texts';//to translate +$strPassword = 'Senha'; $strPasswordEmpty = 'The password is empty!'; //to translate $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate -$strPHPVersion = 'PHP Version'; //to translate +$strPmaDocumentation = 'Documentação do phpMyAdmin'; $strPos1 = 'Inicio'; $strPrevious = 'Anterior'; -$strPrimary = 'Primary'; +$strPrimary = 'Primária'; $strPrimaryKey = 'Chave Primária'; -$strPrintView = 'Print view'; //to translate -$strPrivileges = 'Privileges'; //to translate +$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada'; +$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!'; +$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" tem de ser o nome de e apenas de uma chave primária!)'; +$strPrintView = 'Vista de impressão'; +$strPrivileges = 'Privilégios'; $strProperties = 'Propriedades'; -$strQBE = 'Query by Example'; -$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) -$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) +$strQBE = 'Pesquisa por formulário'; +$strQBEDel = 'Elim.'; // Elimina (used in tbl_qbe.php3) +$strQBEIns = 'Ins.'; // Insere (used in tbl_qbe.php3) +$strQueryOnDb = 'Comando SQL na base de dados %s:'; -$strRecords = 'Registros'; +$strReType = 'Confirma'; +$strRecords = 'Registos'; $strReloadFailed = 'Reinicialização do MySQL falhou.'; $strReloadMySQL = 'Reinicializa o MySQL'; -$strRememberReload = 'Remember reload the server.'; //to translate +$strRememberReload = 'Lembre-se de reinicializar o servidor.'; $strRenameTable = 'Renomeia a tabela para '; $strRenameTableOK = 'Tabela %s renomeada para %s'; -$strRepairTable = 'Repair table'; //to translate +$strRepairTable = 'Reparar tabela'; $strReplace = 'Substituir'; $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; -$strReset = 'Reset'; -$strReType = 'Re-type'; //to translate -$strRevoke = 'Revoke'; //to translate -$strRevokeGrant = 'Revoke Grant'; //to translate -$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; //to translate -$strRevokeMessage = 'You have revoked the privileges for %s'; //to translate -$strRevokePriv = 'Revoke Privileges'; //to translate -$strRowLength = 'Row length'; //to translate -$strRows = 'Rows'; //to translate -$strRowsFrom = 'rows starting from'; //to translate -$strRowsStatistic = 'Row Statistic'; //to translate -$strRunning = 'Rodando em %s'; -$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strReset = 'Limpa'; +$strRevoke = 'Anula'; +$strRevokeGrant = 'Anula Autorização'; +$strRevokeGrantMessage = 'Anulou a autorização para %s'; +$strRevokeMessage = 'Anulou os privilégios para %s'; +$strRevokePriv = 'Anula Privilégios'; +$strRowLength = 'Comprim. dos reg.'; +$strRowSize = ' Tamanho dos reg.'; +$strRows = 'Registos'; +$strRowsFrom = 'registos começando em'; +$strRowsModeHorizontal = 'horizontal'; // written the same in portuguese! +$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate +$strRowsModeVertical = 'vertical'; // written the same in portuguese! +$strRowsStatistic = 'Estatísticas dos registos'; +$strRunQuery = 'Executa Comando SQL'; // (tbl_qbe.php3) +$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s'; +$strRunning = 'a correr em %s'; -$strSave = 'Salva'; -$strSelect = 'Seleciona'; -$strSelectFields = 'Seleciones os campos (no mínimo 1)'; +$strSQLQuery = 'Comando SQL'; +$strSave = 'Guarda'; +$strSelect = 'Selecciona'; +$strSelectADb = 'Por favor seleccione uma base de dados'; +$strSelectAll = 'Selecciona Todas'; +$strSelectFields = 'Seleccione os campos (no mínimo 1)'; $strSelectNumRows = 'in query'; //to translate $strSend = 'envia'; -$strSequence = 'Seq.'; //to translate -$strServerVersion = 'Server version'; //to translate -$strShow = 'Show'; //to translate -$strShowingRecords = 'Mostrando registros '; +$strSequence = 'Seq.'; // Sequence => Sequencia, same abreviation +$strServerChoice = 'Server Choice';//to translate +$strServerVersion = 'Versão do servidor'; +$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...
Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strShow = 'Mostra'; +$strShowAll = 'Show all'; // to translate +$strShowCols = 'Mostra Colunas'; +$strShowPHPInfo = 'Mostra informação do PHP'; +$strShowTables = 'Mostra tabelas'; +$strShowThisQuery = ' Mostrar de novo aqui este comando '; +$strShowingRecords = 'Mostrando registos '; $strSingly = '(singly)'; //to translate -$strSize = 'Size'; //to translate -$strSort = 'Sort'; //to translate (tbl_qbe.php3) -$strSpaceUsage = 'Space usage'; //to translate -$strSQLQuery = 'SQL-query'; -$strStatement = 'Statements'; //to translate +$strSize = 'Tamanho'; +$strSort = 'Ordenação'; // (tbl_qbe.php3) +$strSpaceUsage = 'Espaço ocupado'; +$strStartingRecord = 'Registo inicial'; +$strStatement = 'Itens'; $strStrucCSV = 'Dados CSV'; $strStrucData = 'Estrutura e dados'; $strStrucDrop = 'Adiciona \'drop table\''; -$strStrucOnly = 'Somente estrutura'; +$strStrucExcelCSV = 'dados CSV para Ms Excel'; +$strStrucOnly = 'Sómente estrutura'; $strSubmit = 'Submete'; -$strSuccess = 'Sua SQL-query foi executada com sucesso'; -$strSum = 'Sum'; //to translate +$strSuccess = 'O seu comando SQL foi executado com sucesso'; +$strSum = 'Soma'; $strTable = 'tabela '; $strTableComments = 'Comentários da tabela'; -$strTableEmpty = 'The table name is empty!'; //to translate -$strTableMaintenance = 'Table maintenance'; //to translate +$strTableEmpty = 'O nome da tabela está vazio!'; +$strTableHasBeenDropped = 'A tabela %s foi eliminada'; +$strTableHasBeenEmptied = 'A tabela %s foi limpa'; +$strTableHasBeenFlushed = 'A tabela %s foi fechada'; +$strTableMaintenance = 'Manutenção da tabela'; $strTableStructure = 'Estrutura da tabela'; -$strTableType = 'Table type'; //to translate -$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTableType = 'Tipo de tabela'; +$strTables = '%s tabela(s)'; +$strTextAreaLength = ' Devido ao seu tamanho,
este campo pode não ser editável '; $strTheContent = 'O conteúdo do seu arquivo foi inserido'; $strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única'; $strTheTerminator = 'Terminador de campos.'; $strTotal = 'total'; $strType = 'Tipo'; -$strUncheckAll = 'Uncheck All'; //to translate -$strUnique = 'Unique'; -$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) -$strUsage = 'Usage'; //to translate -$strUser = 'User'; //to translate -$strUserEmpty = 'The user name is empty!'; //to translate -$strUserName = 'User name'; //to translate -$strUsers = 'Users'; //to translate -$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) +$strUncheckAll = 'Nenhum'; +$strUnique = 'Único'; +$strUnselectAll = 'Limpa Todas as Selecções'; +$strUpdatePrivMessage = 'Actualizou os privilégios de %s.'; +$strUpdateProfile = 'Actualiza o prefil:'; +$strUpdateProfileMessage = 'O prefil foi actualizado.'; +$strUpdateQuery = 'Actualiza Comando SQL'; // (tbl_qbe.php3) +$strUsage = 'Utilização'; +$strUseBackquotes = 'Usar apostrofes com os nomes das tabelas e campos'; +$strUseTables = 'Usar Tabelas'; // (tbl_qbe.php3) +$strUser = 'Utilizador'; +$strUserEmpty = 'O nome do utilizador está vazio!'; +$strUserName = 'Nome do Utilizador'; +$strUsers = 'Utilizadores'; -$strValue = 'Value'; +$strValue = 'Valor'; $strViewDump = 'Ver o esquema da tabela'; -$strViewDumpDB = 'Ver o esquema do banco de dados'; +$strViewDumpDB = 'Ver o esquema da base de dados'; -$strWelcome = 'Benvindo ao %s'; -$strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; +$strWelcome = 'Bemvindo ao %s'; +$strWithChecked = 'Com os selecçionados:'; +$strWrongUser = 'Utilizador ou Senha errada. Acesso Negado.'; $strYes = 'Sim'; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) -// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary = ' Binary '; //to translate -$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate -$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate -$strNotNumber = 'This is not a number!'; //to translate -$strNotValidNumber = ' is not a valid row number!'; //to translate - -// export Zip (July 07, 2001, 19:48am) -$strBzip = '"bzipped"'; //to translate -$strGzip = '"gzipped"'; //to translate $strZip = '"zipped"'; //to translate - // To translate -$strAffectedRows = 'Affected rows:'; -$strAfterInsertBack = 'Return'; -$strAfterInsertNewInsert = 'Insert a new record'; -$strAnIndex = 'An index has been added on %s';//to translate -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strBookmarkDeleted = 'The bookmark has been deleted.'; -$strCookiesRequired = 'Cookies must be enabled past this point.'; -$strCopyTable = 'Copy table to (database.table):'; -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strDatabasesStats = 'Databases statistics';//to translate -$strDeletedRows = 'Deleted rows:'; -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strDisplayOrder = 'Display order:'; -$strDropTable = 'Drop table'; -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEmpty = ' The field count is empty! '; //to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strFlushTable = 'Flush the table ("FLUSH")'; -$strFormEmpty = 'Missing value in the form !'; -$strFullText = 'Full Texts';//to translate -$strIdxFulltext = 'Fulltext'; //to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strInsertedRows = 'Inserted rows:'; -$strInstructions = 'Instructions';//to translate -$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate -$strKeepPass = 'Do not change the password';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strLogin = 'Login'; -$strLogPassword = 'Password :'; -$strLogUsername = 'Username :'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; -$strNbRecords = 'no. of records'; -$strNoDatabases = 'No databases'; -$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; -$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; -$strNoModification = 'No change'; // To translate -$strNoQuery = 'No SQL query!'; //to translate -$strPartialText = 'Partial Texts';//to translate -$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strQueryOnDb = 'SQL-query on database %s:'; -$strRowSize = ' Row size '; //to translate -$strRowsModeHorizontal = 'horizontal'; //to translate -$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate -$strRowsModeVertical = 'vertical'; //to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate -$strSelectADb = 'Please select a database'; -$strSelectAll = 'Select All'; //to translate -$strServerChoice = 'Server Choice';//to translate -$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; -$strShowAll = 'Show all'; // to translate -$strShowCols = 'Show columns'; -$strShowPHPInfo = 'Show PHP information'; // To translate -$strShowTables = 'Show tables'; -$strShowThisQuery = ' Show this query here again '; //to translate -$strStartingRecord = 'Starting record';//to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTableHasBeenDropped = 'Table %s has been dropped';//to translate -$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strTableHasBeenFlushed = 'Table %s has been flushed'; -$strTables = '%s table(s)'; //to translate -$strUnselectAll = 'Unselect All'; //to translate -$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate -$strUpdateProfile = 'Update profile:';//to translate -$strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With selected:'; - -// Indexes -$strAddToIndex = 'Add to index  %s column(s)'; -$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; -$strCardinality = 'Cardinality'; -$strCreateIndex = 'Create an index on %s columns'; -$strCreateIndexTopic = 'Create a new index'; -$strIgnore = 'Ignore'; -$strIndexName = 'Index name :'; -$strIndexType = 'Index type :'; -$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" must be the name of and only of a primary key!)'; ?>