diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index ad3edd1ee..4d04a0701 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -1,828 +1,821 @@ - */ + * translated by: + Renato Lins DESCONTINUED + Airon Luis Pereira around v2.6.0 +*/ -$charset = 'iso-8859-1'; -$text_dir = 'ltr'; -$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'arial, helvetica, geneva, sans-serif'; -$number_thousands_separator = ','; -$number_decimal_separator = '.'; -// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$charset = 'iso-8859-1'; +$text_dir = 'ltr'; +$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$number_thousands_separator = ','; +$number_decimal_separator = '.'; -$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'; +// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$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'); -$strAccessDenied = 'Acesso Negado'; -$strAction = 'Ações'; -$strAddDeleteColumn = 'Adiciona/Remove Colunas'; -$strAddDeleteRow = 'Adiciona/Remove Condições de busca'; -$strAddNewField = 'Adiciona novo campo'; -$strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "onde"):'; -$strAddToIndex = 'Adicionar ao índice  %s coluna(s)'; -$strAddUser = 'Adicionar um novo usuário'; -$strAddUserMessage = 'Usuário adcionado.'; -$strAffectedRows = 'Registro afetados:'; -$strAfter = 'Depois %s'; -$strAfterInsertBack = 'Retornar'; -$strAfterInsertNewInsert = 'Inserir um novo registro'; -$strAll = 'Todos'; -$strAlterOrderBy = 'Alterar tabela ordenada por'; -$strAnalyzeTable = 'Analizar tabela'; -$strAnd = 'E'; -$strAnIndex = 'Um índice foi adicionado a %s'; -$strAny = 'Qualquer'; -$strAnyHost = 'Qualquer servidor'; -$strAnyUser = 'Qualquer usuário'; -$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; -$strAscending = 'Ascendente'; -$strAtBeginningOfTable = 'No começo da tabela'; -$strAtEndOfTable = 'Ao fim da tabela'; -$strAttr = 'Atributos'; +// See http://www.php.net/manual/en/function.strftime.php to define the // variable below +$datefmt = '%B %d, %Y as %I:%M %p'; -$strBack = 'Voltar'; -$strBinary = ' Binário '; -$strBinaryDoNotEdit = ' Binário - não edite '; -$strBookmarkDeleted = 'O bookmark foi removido.'; -$strBookmarkLabel = 'Nome'; -$strBookmarkQuery = 'Procura de SQL salva'; -$strBookmarkThis = 'Salvar essa procura de SQL'; -$strBookmarkView = 'Apenas visualiza'; -$strBrowse = 'Visualiza'; -$strBzip = '"compactado com bzip"'; +$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; -$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!'; -$strCardinality = 'Cardinalidade'; -$strCarriage = 'Caracter de retorno: \\r'; -$strChange = 'Muda'; -$strChangePassword = 'Mude a senha'; -$strCheckAll = 'Marcar All'; -$strCheckTable = 'Verifica tabela'; -$strColumnNames = 'Nome da Colunas'; -$strCompleteInserts = 'Inserções Completas'; -$strCookiesRequired = 'Cookies devem estar ativados após este ponto.'; -$strCopyTable = 'Copiar tabela para (base.tabela):'; -$strCopyTableOK = 'Tabela %s copiada para %s.'; -$strCreate = 'Cria'; -$strCreateIndex = 'Criar um índice em %s colunas'; -$strCreateIndexTopic = 'Criar um novo índice'; -$strCreateNewDatabase = 'Cria novo banco de dados'; -$strCreateNewTable = 'Cria nova tabela no banco de dados %s'; -$strCriteria = 'Critério'; +$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; +$strAbortedClients = 'Abortado'; +$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web'; +$strAccessDenied = 'Acesso negado'; +$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.'; +$strAction = 'Ações'; +$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; +$strAddConstraints = 'Adicionar restrições'; +$strAddDeleteColumn = 'Adicionar/Remover colunas'; +$strAddDeleteRow = 'Adicionar/Remover condições de busca'; +$strAddDropDatabase = 'Adicionar DROP DATABASE'; +$strAddFields = 'Adicionar %s campo(s)'; +$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)'; +$strAddIfNotExists = 'Adicionar IF NOT EXISTS'; +$strAddIntoComments = 'Adicionar nos comentários'; +$strAddNewField = 'Adicionar novo campo'; +$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados'; +$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas'; +$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):'; +$strAddToIndex = 'Adicionar ao índice  %s coluna(s)'; +$strAddUser = 'Adicionar novo usuário'; +$strAddUserMessage = 'Adicionado usuário'; +$strAddedColumnComment = 'Adicionado comentário para a coluna'; +$strAddedColumnRelation = 'Adicionado relação para a coluna'; +$strAdministration = 'Administração'; +$strAffectedRows = 'Registro(s) afetado(s):'; +$strAfter = 'Depois %s'; +$strAfterInsertBack = 'Retornar'; +$strAfterInsertNewInsert = 'Inserir novo registro'; +$strAfterInsertNext = 'Editar próximo registro'; +$strAfterInsertSame = 'Voltar para esta página'; +$strAll = 'Todos'; +$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?'; +$strAlterOrderBy = 'Alterar tabela ordenada por'; +$strAnIndex = 'Um índice foi adicionado a %s'; +$strAnalyzeTable = 'Analizar tabela'; +$strAnd = 'E'; +$strAny = 'Qualquer'; +$strAnyHost = 'Qualquer servidor'; +$strAnyUser = 'Qualquer usuário'; +$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11'; +$strArabic = 'Árabe'; +$strArmenian = 'Armêno'; +$strAscending = 'Ascendente'; +$strAtBeginningOfTable = 'No início da tabela'; +$strAtEndOfTable = 'No final da tabela'; +$strAttr = 'Atributos'; +$strAutodetect = 'Auto-detectar'; +$strAutomaticLayout = 'Leiaute automático'; -$strData = 'Dados'; -$strDatabase = 'Banco de Dados'; -$strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.'; -$strDatabases = 'Banco de Dados'; -$strDatabasesStats = 'Estatisticas da base'; -$strDataOnly = 'Dados apenas'; -$strDefault = 'Padrão'; -$strDelete = 'Remove'; -$strDeleted = 'Registro eliminado'; -$strDeletedRows = 'Registro deletados:'; -$strDescending = 'Descendente'; -$strDisplayOrder = 'Ordenado por:'; -$strDoAQuery = 'Faça uma "procura por exemplo" (coringa: "%")'; -$strDocu = 'Documentação'; -$strDoYouReally = 'Confirma : '; -$strDrop = 'Elimina'; -$strDumpingData = 'Extraindo dados da tabela'; -$strDynamic = 'dinâmico'; +$strBack = 'Voltar'; +$strBaltic = 'Báltico'; +$strBeginCut = 'INICIO CORTE'; +$strBeginRaw = 'INICIO CRU'; +$strBinLogEventType = 'Tipo de evento'; +$strBinLogInfo = 'Informação'; +$strBinLogName = 'Nome do log'; +$strBinLogOriginalPosition = 'Posição original'; +$strBinLogPosition = 'Posição'; +$strBinLogServerId = 'ID do Servidor'; +$strBinary = ' Binário '; +$strBinaryDoNotEdit = ' Binário - não edite '; +$strBinaryLog = 'Log binário'; +$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador'; +$strBookmarkDeleted = 'O marcador foi removido.'; +$strBookmarkLabel = 'Nome'; +$strBookmarkOptions = 'Opções de marcador'; +$strBookmarkQuery = 'Consulta SQL gravada'; +$strBookmarkThis = 'Gravar essa consulta SQL'; +$strBookmarkView = 'Apenas visualizar'; +$strBrowse = 'Visualizar'; +$strBrowseForeignValues = 'Visualizar valores estrangeiros'; +$strBulgarian = 'Bulgaro'; +$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva $cfg[\'BZipDump\'] do arquivo de configuração do phpMyAdmin para FALSE. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.'; +$strBzip = '"compactado com bzip"'; -$strEdit = 'Edita'; -$strEditPrivileges = 'Edita Privilégios'; -$strEffective = 'Efetivo'; -$strEmpty = 'Limpa'; -$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; -$strEnd = 'Fim'; -$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; -$strError = 'Erro'; -$strExtendedInserts = 'Inserções extendidas'; -$strExtra = 'Extra'; +$strCSVOptions = 'Opções CSV'; +$strCalendar = 'Calendário'; +$strCannotLogin = 'Não foi possível se logar no servidor MySQL'; +$strCantLoad = 'não carregou extensão %s,
verifique a configurações do php'; +$strCantLoadRecodeIconv = 'Não é possível carregar iconv ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.'; +$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!'; +$strCantUseRecodeIconv = 'Não é possível usar iconv nem libiconv nem a função recode_string enquanto a extensão reportar que está ligada. Confira a configuração do seu php.'; +$strCardinality = 'Cardinalidade'; +$strCarriage = 'Caracter de retorno: \\r'; +$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas'; +$strCaseSensitive = 'Diferencia maiúsculas/minúsculas'; +$strCentralEuropean = 'Europeu Central'; +$strChange = 'Alterar'; +$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...'; +$strChangeCopyModeCopy = '... manter o antigo.'; +$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.'; +$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.'; +$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.'; +$strChangeCopyUser = 'Mudar informações de login / Copiar usuário'; +$strChangeDisplay = 'Escolha o campo para exibir'; +$strChangePassword = 'Alterar a senha'; +$strCharset = 'Conjunto de caracteres'; +$strCharsetOfFile = 'Conjunto de caracteres do arquivo'; +$strCharsets = 'Conjuntos de caracteres'; +$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations'; +$strCheckAll = 'Marcar todos'; +$strCheckOverhead = 'Verificar sobre-carga'; +$strCheckPrivs = 'Verificar privilégios'; +$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados "%s".'; +$strCheckTable = 'Verificar tabela'; +$strChoosePage = 'Escolha a página para editar'; +$strColComFeat = 'Exibindo comentários da coluna'; +$strCollation = 'Collation'; +$strColumnNames = 'Nome das colunas'; +$strColumnPrivileges = 'Privilégios específicos da coluna'; +$strCommand = 'Comando'; +$strComments = 'Comentários'; +$strCommentsForTable = 'COMENTÁRIOS PARA A TABELA'; +$strCompatibleHashing = 'Compatível com MySQL 4.0'; +$strCompleteInserts = 'Inserções completas'; +$strCompression = 'Compressão'; +$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!
Isto pode acontecer se o php encontrar um erro no parsing ou se não conseguir encontrar o arquivo.
Chame o arquivo de configuração diretamente usando o link abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.
Se receber uma página em branco, está tudo certo.'; +$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s'; +$strConnectionError = 'Não pôde conectar: configurações inválidas.'; +$strConnections = 'Conexões'; +$strConstraintsForDumped = 'Restrições para as tabelas dumpadas'; +$strConstraintsForTable = 'Restrições para a tabela'; +$strCookiesRequired = 'Cookies devem estar ativados após este ponto.'; +$strCopyDatabaseOK = 'Banco de Dados %s copiada para %s'; +$strCopyTable = 'Copiar tabela para (Banco de Dados.tabela):'; +$strCopyTableOK = 'Tabela %s copiada para %s.'; +$strCopyTableSameNames = 'Não pode copiar a tabela para a mesma!'; +$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.'; +$strCreate = 'Criar'; +$strCreateIndex = 'Criar um índice em %s colunas'; +$strCreateIndexTopic = 'Criar um novo índice'; +$strCreateNewDatabase = 'Criar novo banco de dados'; +$strCreateNewTable = 'Criar nova tabela no banco de dados %s'; +$strCreatePage = 'Criar uma nova página'; +$strCreatePdfFeat = 'Criação de PDFs'; +$strCreationDates = 'Criar/Atualizar/Verificar datas'; +$strCriteria = 'Critério'; +$strCroatian = 'Croata'; +$strCyrillic = 'Cirílico'; +$strCzech = 'Tcheco'; +$strCzechSlovak = 'Tcheco-Eslováquio'; -$strField = 'Campo'; -$strFieldHasBeenDropped = 'Campo %s foi deletado'; -$strFields = 'Campos'; -$strFieldsEmpty = ' O campo count esta vazio! '; -$strFieldsEnclosedBy = 'Campos delimitados por'; -$strFieldsEscapedBy = 'Campo contornado por'; -$strFieldsTerminatedBy = 'Campos terminados por'; -$strFixed = 'fixo'; -$strFlushTable = 'Limpar a tabela ("LIMPAR")'; -$strFormat = 'Formato'; -$strFormEmpty = 'Faltando valores do form !'; -$strFullText = 'Textos completos'; -$strFunction = 'Funçoes'; +$strDBComment = 'Comentário do Banco de Dados: '; +$strDBCopy = 'Copiar Banco de Dados para'; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID do contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Linha'; +$strDBGMaxTimeMs = 'Tempo máx, ms'; +$strDBGMinTimeMs = 'Tempo min, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo total, ms'; +$strDBRename = 'Renomear Banco de Dados para'; +$strDanish = 'Dinamarquês'; +$strData = 'Dados'; +$strDataDict = 'Dicionário de dados'; +$strDataOnly = 'Dados apenas'; +$strDatabase = 'Banco de Dados'; +$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!'; +$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados'; +$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.'; +$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!'; +$strDatabases = 'Banco de Dados'; +$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!'; +$strDatabasesStats = 'Estatísticas do Banco de Dados'; +$strDatabasesStatsDisable = 'Disabilitar estatísticas'; +$strDatabasesStatsEnable = 'Habilitar estatísticas'; +$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.'; +$strDbPrivileges = 'Privilégios específicos do Banco de Dados'; +$strDbSpecific = 'Específico do Banco de Dados'; +$strDefault = 'Padrão'; +$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a'; +$strDefragment = 'Desfragmentar tabela'; +$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?'; +$strDelayedInserts = 'Usar inserções demoradas'; +$strDelete = 'Remover'; +$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.'; +$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.'; +$strDeleted = 'Registro eliminado'; +$strDeletedRows = 'Registros eliminados:'; +$strDeleting = 'Eliminando %s'; +$strDescending = 'Descendente'; +$strDescription = 'Descrição'; +$strDictionary = 'dicionário'; +$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras'; +$strDisabled = 'Desabilitado'; +$strDisplayFeat = 'Exibir recursos'; +$strDisplayOrder = 'Ordenado por:'; +$strDisplayPDF = 'Exibir esquema PDF'; +$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")'; +$strDoYouReally = 'Confirmar: '; +$strDocu = 'Documentação'; +$strDrop = 'Eliminar'; +$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!'; +$strDropSelectedDatabases = 'Eliminar os Bancos de Dados selecionados'; +$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.'; +$strDumpSaved = 'Dump foi salvo no arquivo %s.'; +$strDumpXRows = 'Dump %s registros, começando pelo registro %s.'; +$strDumpingData = 'Extraindo dados da tabela'; +$strDynamic = 'dinâmico'; -$strGenTime = 'Tempo de Generação'; -$strGo = 'Executa'; -$strGzip = '"compactado com gzip"'; +$strEdit = 'Editaar'; +$strEditPDFPages = 'Editar Páginas PDF'; +$strEditPrivileges = 'Editar Privilégios'; +$strEffective = 'Efetivo'; +$strEmpty = 'Limpa'; +$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; +$strEnabled = 'Habilitado'; +$strEncloseInTransaction = 'Encapsular exportação numa transação'; +$strEnd = 'Fim'; +$strEndCut = 'FIM CORTE'; +$strEndRaw = 'FIM CRU'; +$strEnglish = 'Inglês'; +$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; +$strError = 'Erro'; +$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente'; +$strEstonian = 'Estoniano'; +$strExcelEdition = 'Edição do Excel'; +$strExcelOptions = 'Opções do Excel'; +$strExecuteBookmarked = 'Executar consulta marcada'; +$strExplain = 'Explicar SQL'; +$strExport = 'Exportar'; +$strExtendedInserts = 'Inserções extendidas'; +$strExtra = 'Extra'; -$strHasBeenAltered = 'foi alterado.'; -$strHasBeenCreated = 'foi criado.'; -$strHome = 'Principal'; -$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; -$strHost = 'Servidor'; -$strHostEmpty = 'O nome do servidor está vazio!'; +$strFailedAttempts = 'Tentativas falharam'; +$strField = 'Campo'; +$strFieldHasBeenDropped = 'Campo %s foi deletado'; +$strFields = 'Campos'; +$strFieldsEmpty = ' O campo count esta vazio! '; +$strFieldsEnclosedBy = 'Campos delimitados por'; +$strFieldsEscapedBy = 'Campo contornado por'; +$strFieldsTerminatedBy = 'Campos terminados por'; +$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.'; +$strFileCouldNotBeRead = 'O arquivo não pode ser lido'; +$strFileNameTemplate = 'Nome do arquivo do modelo'; +$strFileNameTemplateHelp = 'Usar __DB__ para nome de Banco de Dados, __TABLE__ para nome de tabelas e opções %sany strftime%s para especificar data/hora, a extensão será "automagicamente" adicionada. Qualquer outro texto será preservado.'; +$strFileNameTemplateRemember = 'lembrar modelo'; +$strFixed = 'fixo'; +$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sreload the privileges%s antes de continuar..'; +$strFlushTable = 'Limpar a tabela ("LIMPAR")'; +$strFormEmpty = 'Faltando valores no formulário!'; +$strFormat = 'Formato'; +$strFullText = 'Textos completos'; +$strFunction = 'Funções'; -$strIdxFulltext = 'Fulltext'; -$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; -$strIgnore = 'Ignorar'; -$strIndex = 'Índice'; -$strIndexes = 'Índices'; -$strIndexHasBeenDropped = 'Índice %s foi deletado'; -$strIndexName = 'Nome do índice :'; -$strIndexType = 'Tipo de índice :'; -$strInsert = 'Insere'; -$strInsertAsNewRow = 'Insere uma nova coluna'; -$strInsertedRows = 'Linhas Inseridas:'; -$strInsertNewRow = 'Insere novo registro'; -$strInsertTextfiles = 'Insere arquivo texto na tabela'; -$strInstructions = 'Instruções'; -$strInUse = 'em uso'; +$strGenBy = 'Gerado por'; +$strGenTime = 'Tempo de Geração'; +$strGeneralRelationFeat = 'Recursos de relações gerais'; +$strGeorgian = 'Georgiano'; +$strGerman = 'Alemão'; +$strGlobal = 'global'; +$strGlobalPrivileges = 'Privilégios globais'; +$strGlobalValue = 'Valor global'; +$strGo = 'Executar'; +$strGrantOption = 'Conceder/Grant'; +$strGreek = 'Grego'; +$strGzip = '"compactado com gzip"'; -$strKeepPass = 'Não mudar a senha'; -$strKeyname = 'Nome chave'; -$strKill = 'Matar'; +$strHasBeenAltered = 'foi alterado.'; +$strHasBeenCreated = 'foi criado.'; +$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir'; +$strHebrew = 'Hebreu'; +$strHexForBinary = 'Usar hexadecimal para campos binários'; +$strHome = 'Principal'; +$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; +$strHost = 'Servidor'; +$strHostEmpty = 'O nome do servidor está vazio!'; +$strHungarian = 'Húngaro'; -$strLengthSet = 'Tamanho/Definir*'; -$strLimitNumRows = 'registros por página'; -$strLineFeed = 'Caracter de Alimentação de Linha: \\n'; -$strLinesTerminatedBy = 'Linhas terminadas por'; -$strLocationTextfile = 'Localização do arquivo texto'; -$strLogin = 'Autenticação'; -$strLogout = 'Sair'; -$strLogPassword = 'Senha:'; -$strLogUsername = 'Usuário:'; +$strIcelandic = 'Islandês'; +$strId = 'ID'; +$strIdxFulltext = 'Texto completo'; +$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; +$strIgnore = 'Ignorar'; +$strIgnoreInserts = 'Usar inserções ignoradas'; +$strIgnoringFile = 'Ignorar arquivo %s'; +$strImportDocSQL = 'Importar Arquivos docSQL'; +$strImportFiles = 'Importar arquivos'; +$strImportFinished = 'Importação terminada'; +$strInUse = 'em uso'; +$strIndex = 'Índice'; +$strIndexHasBeenDropped = 'Índice %s foi eliminado'; +$strIndexName = 'Nome do índice :'; +$strIndexType = 'Tipo de índice :'; +$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`'; +$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`'; +$strIndexWarningTable = 'Problemas com o índice da tabela `%s`'; +$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`'; +$strIndexes = 'Índices'; +$strInnodbStat = 'Status do InnoDB'; +$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.'; +$strInsert = 'Inserir'; +$strInsertAsNewRow = 'Inserir uma nova coluna'; +$strInsertBookmarkTitle = 'Digite o título do marcador'; +$strInsertNewRow = 'Insere novo registro'; +$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strInsertedRowId = 'Inserir id do registro:'; +$strInsertedRows = 'Registros inseridos:'; +$strInstructions = 'Instruções'; +$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; +$strInternalRelations = 'Relações internas'; -$strModifications = 'Modificações foram salvas'; -$strModify = 'Modificar'; -$strModifyIndexTopic = 'Modificar um índice'; -$strMoveTable = 'Mover tabela para (base de dados.tabela):'; -$strMoveTableOK = 'Tabela %s foi movida para %s.'; -$strMySQLReloaded = 'MySQL reiniciado.'; -$strMySQLSaid = 'Mensagens do MySQL : '; -$strMySQLServerProcess = 'MySQL %pma_s1% funcionando 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'; +$strJapanese = 'Japonês'; +$strJumpToDB = 'Ir para o Banco de Dados "%s".'; +$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios'; +$strJustDeleteDescr = 'O usuário "apagado" ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.'; -$strName = 'Nome'; -$strNext = 'Próximo'; -$strNo = 'Não'; -$strNoDatabases = 'Sem bases'; -$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; -$strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir frames.'; -$strNoIndex = 'Nenhum índice definido!'; -$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; -$strNoModification = 'Sem Mudança'; -$strNone = 'Nenhum'; -$strNoPassword = 'Sem Senha'; -$strNoPrivileges = 'Sem Privilégios'; -$strNoQuery = 'Nenhuma procura SQL!'; -$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!'; -$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; -$strNotNumber = 'Isto não é um número!'; -$strNotValidNumber = ' não é um número de registro valido!'; -$strNoUsersFound = 'Nenhum usuário(s) encontrado.'; -$strNull = 'Nulo'; +$strKeepPass = 'Não mudar a senha'; +$strKeyname = 'Nome chave'; +$strKill = 'Matar'; +$strKorean = 'Coreano'; -$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"'; -$strOptimizeTable = 'Optimizar tabela'; -$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; -$strOptionally = 'OPCIONAL'; -$strOr = 'Ou'; -$strOverhead = 'Sobre Carga'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'Opções LaTeX'; +$strLandscape = 'Paisagem'; +$strLatexCaption = 'Leganda da Tabela'; +$strLatexContent = 'Conteúdo da tabela __TABLE__'; +$strLatexContinued = '(continuação)'; +$strLatexContinuedCaption = 'Continuação da legenda da tabela'; +$strLatexIncludeCaption = 'Incluir legenda da tabela'; +$strLatexLabel = 'Rótulo da chave'; +$strLatexStructure = 'Estrutura da tabela __TABLE__'; +$strLatvian = 'Letonês'; +$strLengthSet = 'Tamanho/Definir*'; +$strLimitNumRows = 'registros por página'; +$strLineFeed = 'Caracter de nova linha: \\n'; +$strLinesTerminatedBy = 'Linhas terminadas por'; +$strLinkNotFound = 'Link não encontrado'; +$strLinksTo = 'Links para'; +$strLithuanian = 'Lituânio'; +$strLoadExplanation = 'O melhor método é verificado por padrão, mas você pode mudar se ele falhar.'; +$strLoadMethod = 'Método de carregar (LOAD)'; +$strLocalhost = 'Local'; +$strLocationTextfile = 'Localização do arquivo texto'; +$strLogPassword = 'Senha:'; +$strLogServer = 'Servidor'; +$strLogUsername = 'Usuário:'; +$strLogin = 'Autenticação'; +$strLoginInformation = 'Informação de login'; +$strLogout = 'Sair'; -$strPartialText = 'Textos parciais'; -$strPassword = 'Senha'; -$strPasswordEmpty = 'A senhas está vazia!'; -$strPasswordNotSame = 'As senhas não são a mesma!'; -$strPHPVersion = 'Versão do PHP'; -$strPmaDocumentation = 'Documentação do phpMyAdmin '; -$strPmaUriError = 'A diretiva $cfg[\'PmaAbsoluteUri\'] Deve ser setada'; -$strPos1 = 'Início'; -$strPrevious = 'Anterior'; -$strPrimary = 'Primária'; -$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; -$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!'; -$strPrimaryKeyWarning = '("PRIMARY" precisa ser o nome de e apenas da chave primária!)'; -$strPrintView = 'Visualização para Impressão'; -$strPrivileges = 'Privilégios'; +$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS'; +$strMIME_MIMEtype = 'MIME-type'; +$strMIME_available_mime = 'MIME-type disponíveis'; +$strMIME_available_transform = 'Transformações disponíveis'; +$strMIME_description = 'Descricção'; +$strMIME_nodescription = 'Sem descrição disponível para essa transformação.
Pergunte ao autor o que %s faz.'; +$strMIME_transformation = 'Transformações do navegador'; +$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %stransformation descriptions%s'; +$strMIME_transformation_options = 'Opções de transformação'; +$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...
Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada'; +$strMaximumSize = 'Tamanho máximo: %s%s'; +$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.'; +$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!'; +$strModifications = 'Modificações foram salvas'; +$strModify = 'Modificar'; +$strModifyIndexTopic = 'Modificar um índice'; +$strMoreStatusVars = 'Mais variáveis de status'; +$strMoveTable = 'Mover tabela para (Banco de Dados.tabela):'; +$strMoveTableOK = 'Tabela %s foi movida para %s.'; +$strMoveTableSameNames = 'Não pode mover a tabela para a mesma!'; +$strMultilingual = 'multi-linguagem'; +$strMustSelectFile = 'Você deve selecionar qual arquivo deseja inserir.'; +$strMySQLCharset = 'Conjunto de caracteres MySQL'; +$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; +$strMySQLReloaded = 'MySQL reiniciado.'; +$strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLServerProcess = 'MySQL %pma_s1% rodando em %pma_s2% como %pma_s3%'; +$strMySQLShowProcess = 'Mostrar os Processos'; +$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL'; +$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL'; -$strQBE = 'Procura por Exemplo'; -$strQueryOnDb = 'Procura SQL na base de dados %s:'; +$strName = 'Nome'; +$strNeedPrimaryKey = 'Você deve definir a chave primaria para esta tabela.'; +$strNext = 'Próximo'; +$strNo = 'Não'; +$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente'; +$strNoDatabases = 'Sem bases'; +$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.'; +$strNoDescription = 'sem Descrição'; +$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; +$strNoExplain = 'Pular Explicação SQL'; +$strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir frames.'; +$strNoIndex = 'Nenhum índice definido!'; +$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; +$strNoModification = 'Sem Mudança'; +$strNoOptions = 'Esse formato não tem opções'; +$strNoPassword = 'Sem Senha'; +$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.'; +$strNoPhp = 'sem código PHP'; +$strNoPrivileges = 'Sem privilégios'; +$strNoQuery = 'Nenhuma consulta SQL!'; +$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!'; +$strNoRowsSelected = 'Nenhum registro selecionado'; +$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.'; +$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; +$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.'; +$strNoUsersFound = 'Nenhum usuário(s) encontrado.'; +$strNoValidateSQL = 'Pular Validação SQL'; +$strNone = 'Nenhum'; +$strNotNumber = 'Isto não é um número!'; +$strNotOK = 'não OK'; +$strNotSet = '%s tabela não encontra ou não configurada em %s'; +$strNotValidNumber = ' não é um número de registro valido!'; +$strNull = 'Nulo'; +$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela %s'; +$strNumSearchResultsTotal = 'Total: %s resultado(s)'; +$strNumTables = 'Tabelas'; -$strRecords = 'Registros'; -$strReferentialIntegrity = 'Verificar integridade referencial:'; -$strReloadFailed = 'Reinicialização do MySQL falhou.'; -$strReloadMySQL = 'Reinicializa o MySQL'; -$strRenameTable = 'Renomeia a tabela para '; -$strRenameTableOK = 'Tabela %s renomeada para %s'; -$strRepairTable = 'Reparar tabela'; -$strReplace = 'Substituir'; -$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; -$strReset = 'Resetar'; -$strReType = 'Re-digite'; -$strRevoke = 'Revogar'; -$strRevokeMessage = 'Você revogou os privilégios para %s'; -$strRowLength = 'Tamanho da Coluna'; -$strRows = 'Colunas'; -$strRowsFrom = 'colunas começando de'; -$strRowSize = ' Tamanho do registro '; -$strRowsModeHorizontal = 'horizontal'; -$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células'; -$strRowsModeVertical = 'vertical'; -$strRowsStatistic = 'Estatistícas da Coluna'; -$strRunning = 'Rodando em %s'; -$strRunQuery = 'Envia Query'; -$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s'; +$strOK = 'OK'; +$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"'; +$strOperations = 'Operações'; +$strOperator = 'Operador'; +$strOptimizeTable = 'Otimizar tabela'; +$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; +$strOptionally = 'OPCIONAL'; +$strOr = 'Ou'; +$strOverhead = 'Sobrecarga'; +$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)'; -$strSave = 'Salva'; -$strSelectADb = 'Por favor, selecione uma base de dados'; -$strSelectAll = 'Selecionar Todos'; -$strSelectFields = 'Selecione os campos (no mínimo 1)'; -$strSelectNumRows = 'na procura'; -$strSend = 'Envia'; -$strServerChoice = 'Seleção da Base'; -$strServerVersion = 'Versão do Servidor'; -$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...
Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; -$strShow = 'Mostrar'; -$strShowAll = 'Mostrar Todos'; -$strShowingRecords = 'Mostrando registros '; -$strShowPHPInfo = 'Mostra informações do PHP'; -$strShowTables = 'Mostrar Tabelas'; -$strShowThisQuery = ' Mostra esta query novamente '; -$strSingly = '(singularmente)'; -$strSize = 'Tamanho'; -$strSort = 'Ordena'; -$strSpaceUsage = 'Uso do espaço'; -$strSQLQuery = 'comando SQL'; -$strStatement = 'Comandos'; -$strStrucCSV = 'Dados CSV'; -$strStrucData = 'Estrutura e dados'; -$strStrucDrop = 'Adiciona \'Sobrescrever\''; -$strStrucExcelCSV = 'CSV para dados MS Excel'; -$strStrucOnly = 'Somente estrutura'; -$strSubmit = 'Submete'; -$strSuccess = 'Seu comando SQL foi executado com sucesso'; -$strSum = 'Soma'; +$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.'; +$strPHPVersion = 'Versão do PHP'; +$strPageNumber = 'Numero da página:'; +$strPaperSize = 'Tamanho do papel'; +$strPartialText = 'Textos parciais'; +$strPassword = 'Senha'; +$strPasswordChanged = 'A senha para %s foi modificada com sucesso.'; +$strPasswordEmpty = 'A senhas está em branco!'; +$strPasswordHashing = 'Hashing da senha'; +$strPasswordNotSame = 'As senhas não são iguais!'; +$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s'; +$strPdfInvalidTblName = 'A tabela "%s" não existe!'; +$strPdfNoTables = 'Sem tabelas'; +$strPerHour = 'por hora'; +$strPerMinute = 'por minuto'; +$strPerSecond = 'por segundo'; +$strPersian = 'Persa'; +$strPhoneBook = 'Agenda de telefones'; +$strPhp = 'Criar código PHP'; +$strPmaDocumentation = 'Documentação do phpMyAdmin '; +$strPmaUriError = 'A diretiva $cfg[\'PmaAbsoluteUri\'] deve ser setada'; +$strPolish = 'Polonês'; +$strPortrait = 'Retrato'; +$strPos1 = 'Início'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primária'; +$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; +$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" precisa ser o nome de e apenas da chave primária!)'; +$strPrint = 'Imprimir'; +$strPrintView = 'Visualização para impressão'; +$strPrintViewFull = 'Ver impressão (com textos completos)'; +$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.'; +$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.'; +$strPrivDescCreateDb = 'Permitir criar novas tabelas e banco de dados.'; +$strPrivDescCreateTbl = 'Permitir criar novas tabelas.'; +$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.'; +$strPrivDescDelete = 'Permitir apagar dados.'; +$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.'; +$strPrivDescDropTbl = 'Permitir eliminar tabelas.'; +$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.'; +$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.'; +$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.'; +$strPrivDescIndex = 'Permitir criar e eliminar índices.'; +$strPrivDescInsert = 'Permitir inserir e substituir dados.'; +$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.'; +$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.'; +$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.'; +$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Banco de Dados ou tabelas que o usuário pode executar por hora.'; +$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.'; +$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.'; +$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.'; +$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.'; +$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.'; +$strPrivDescReplSlave = 'Precisar dos escravos de replicação.'; +$strPrivDescSelect = 'Permitir leitura dos dados.'; +$strPrivDescShowDb = 'Permitir acesso completo à lista de Banco de Dados.'; +$strPrivDescShutdown = 'Permitir desligar o servidor.'; +$strPrivDescSuper = 'Permitir connectiong, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.'; +$strPrivDescUpdate = 'Permitir modificar dados.'; +$strPrivDescUsage = 'Sem privilégios.'; +$strPrivileges = 'Privilégios'; +$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.'; +$strProcesslist = 'Lista de processos'; +$strPutColNames = 'Colocar nome do campo na primeira linha'; -$strTable = 'Tabela'; -$strTableComments = 'Comentários da tabela'; -$strTableEmpty = 'O Nome da Tabela está vazio!'; -$strTableHasBeenDropped = 'Tabela %s foi deletada'; -$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; -$strTableHasBeenFlushed = 'Tabela %s foi limpa'; -$strTableMaintenance = 'Tabela de Manutenção'; -$strTables = '%s tabela(s)'; -$strTableStructure = 'Estrutura da tabela'; -$strTableType = 'Tipo da Tabela'; -$strTextAreaLength = ' Por causa da sua largura,
esse 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'; +$strQBE = 'Procurar por exemplo'; +$strQBEDel = 'Del'; // (used in tbl_qbe.php) +$strQBEIns = 'Ins'; // (used in tbl_qbe.php) +$strQueryFrame = 'Janela de consulta'; +$strQueryOnDb = 'Consulta no Banco de Dados %s:'; +$strQuerySQLHistory = 'Histórico de consultas'; +$strQueryStatistics = 'Estatísticas das consultas: Desde o início, %s consultas foram enviadas para o servidor.'; +$strQueryTime = 'Consulta levou %01.4f segundos'; +$strQueryType = 'Tipo de consulta'; +$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela'; -$strUncheckAll = 'Desmarca Todos'; -$strUnique = 'Único'; -$strUnselectAll = 'Desmarcar Todos'; -$strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; -$strUpdateProfileMessage = 'A configuração foi atualizada.'; -$strUpdateQuery = 'Atualiza a Procura'; -$strUsage = 'Uso'; -$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; -$strUser = 'Usuário'; -$strUserEmpty = 'O nome do usuário está vazio!'; -$strUserName = 'Nome do usuário'; -$strUseTables = 'Usar Tabelas'; +$strReType = 'Re-digite'; +$strReceived = 'Recebido'; +$strRecords = 'Registros'; +$strReferentialIntegrity = 'Verificar integridade referencial:'; +$strRefresh = 'Atualizar'; +$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.'; +$strRelationView = 'Ver relações'; +$strRelationalSchema = 'Esquema relacional'; +$strRelations = 'Relações'; +$strRelationsForTable = 'RELAÇÕES PARA A TABELA'; +$strReloadFailed = 'Reinicialização do MySQL falhou.'; +$strReloadMySQL = 'Reinicializa o MySQL'; +$strReloadingThePrivileges = 'Recarregar os privilégios'; +$strRemoveSelectedUsers = 'Remover os usuários selecionados'; +$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s'; +$strRenameTable = 'Renomeia a tabela para '; +$strRenameTableOK = 'Tabela %s renomeada para %s'; +$strRepairTable = 'Reparar tabela'; +$strReplace = 'Substituir'; +$strReplaceNULLBy = 'Substituir NULL por'; +$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReset = 'Resetar'; +$strResourceLimits = 'Limite dos recursos'; +$strRevoke = 'Revogar'; +$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.'; +$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.'; +$strRevokeMessage = 'Você revogou os privilégios para %s'; +$strRomanian = 'Romêno'; +$strRowLength = 'Tamanho da coluna'; +$strRowSize = ' Tamanho do registro '; +$strRows = 'Colunas'; +$strRowsFrom = 'colunas começando de'; +$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)'; +$strRowsModeHorizontal = 'horizontal'; +$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células'; +$strRowsModeVertical = 'vertical'; +$strRowsStatistic = 'Estatistícas da coluna'; +$strRunQuery = 'Enviar consulta SQL'; +$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s'; +$strRunning = 'Rodando em %s'; +$strRussian = 'Russo'; -$strValue = 'Valor'; -$strViewDump = 'Ver o esquema da tabela'; -$strViewDumpDB = 'Ver o esquema do banco de dados'; +$strSQL = 'SQL'; +$strSQLExportCompatibility = 'Compatibilidade de exportação SQL'; +$strSQLExportType = 'Tipo de exportação'; +$strSQLOptions = 'Opções SQL'; +$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar fazendo o upload de um arquivo com outside binário de uma área de texto citada. Pode também experimentar a sua Consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da Consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CUT abaixo:'; +$strSQLParserUserError = 'Parece haver um erro na sua Consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.'; +$strSQLQuery = 'comando SQL'; +$strSQLResult = 'Resultado SQL'; +$strSQPBugInvalidIdentifer = 'Identificador inválido'; +$strSQPBugUnclosedQuote = 'Aspas não fechada'; +$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida'; +$strSave = 'Salvar'; +$strSaveOnServer = 'Salvar no servidor no diretório %s'; +$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página'; +$strSearch = 'Procurar'; +$strSearchFormTitle = 'Procurar no Banco de Dados'; +$strSearchInTables = 'Dentro da(s) tabela(s):'; +$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):'; +$strSearchOption1 = 'pelo menos uma das palavras'; +$strSearchOption2 = 'todas as palavras'; +$strSearchOption3 = 'a frase exata'; +$strSearchOption4 = 'como expressão regular'; +$strSearchResultsFor = 'Procurar resultados por "%s" %s:'; +$strSearchType = 'Encontrar:'; +$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).'; +$strSelectADb = 'Selecionar um Banco de Dados'; +$strSelectAll = 'Selecionar Todos'; +$strSelectBinaryLog = 'Selecionar log binário para exibir'; +$strSelectFields = 'Selecionar os campos (no mínimo 1)'; +$strSelectNumRows = 'na consulta'; +$strSelectTables = 'Tabelas selecionadas'; +$strSend = 'Enviado'; +$strSent = 'Enviar'; +$strServer = 'Servidor'; +$strServerChoice = 'Seleção da Base'; +$strServerNotResponding = 'O servidor não está respondendo'; +$strServerStatus = 'Informações de Runtime'; +$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.'; +$strServerTabProcesslist = 'Processos'; +$strServerTabVariables = 'Variáveis'; +$strServerTrafficNotes = 'Tráfico do servidor: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.'; +$strServerVars = 'Variáveis e configurações do servidor'; +$strServerVersion = 'Versão do Servidor'; +$strSessionValue = 'Valor da sessão'; +$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...
Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strShow = 'Mostrar'; +$strShowAll = 'Mostrar todos'; +$strShowColor = 'Mostrar cor'; +$strShowDatadictAs = 'Formato do dicionário de dados'; +$strShowFullQueries = 'Mostrar consultas completas'; +$strShowGrid = 'Mostrar grade'; +$strShowPHPInfo = 'Mostrar informações do PHP'; +$strShowTableDimension = 'Mostrar dimensão das tabelas'; +$strShowTables = 'Mostrar tabelas'; +$strShowThisQuery = ' Mostra esta query novamente '; +$strShowingRecords = 'Mostrando registros '; +$strSimplifiedChinese = 'Chinês Simplificado'; +$strSingly = '(singularmente)'; +$strSize = 'Tamanho'; +$strSlovak = 'Eslováquio'; +$strSlovenian = 'Eslovênio'; +$strSort = 'Ordena'; +$strSortByKey = 'Ordenar pela chave'; +$strSpaceUsage = 'Uso do espaço'; +$strSpanish = 'Espanhol'; +$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").'; +$strStatCheckTime = 'Última verificação'; +$strStatCreateTime = 'Criação'; +$strStatUpdateTime = 'Última atualização'; +$strStatement = 'Comandos'; +$strStatus = 'Status'; +$strStrucCSV = 'Dados CSV'; +$strStrucData = 'Estrutura e dados'; +$strStrucDrop = 'Adicionar \'Sobrescrever\''; +$strStrucExcelCSV = 'CSV para dados MS Excel'; +$strStrucNativeExcel = 'Dados nativos do MS Excel'; +$strStrucOnly = 'Somente estrutura'; +$strStructPropose = 'Propor estrutura da tabela'; +$strStructure = 'Estrutura'; +$strSubmit = 'Submeter'; +$strSuccess = 'Seu comando SQL foi executado com sucesso'; +$strSum = 'Soma'; +$strSwedish = 'Suéco'; +$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado'; +$strSwitchToTable = 'Mudar para a tabela copiada'; -$strWelcome = 'Bem vindo ao %s'; -$strWithChecked = 'Com marcados:'; -$strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; +$strTable = 'Tabela'; +$strTableComments = 'Comentários da tabela'; +$strTableEmpty = 'O Nome da Tabela está vazio!'; +$strTableHasBeenDropped = 'Tabela %s foi eliminada'; +$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; +$strTableHasBeenFlushed = 'Tabela %s foi limpa'; +$strTableMaintenance = 'Tabela de Manutenção'; +$strTableOfContents = 'Tabela de conteúdos'; +$strTableOptions = 'Opções da tabela'; +$strTableStructure = 'Estrutura da tabela'; +$strTableType = 'Tipo da Tabela'; +$strTables = '%s tabela(s)'; +$strTakeIt = 'tome'; +$strTblPrivileges = 'Privilégios específicos da tabela'; +$strTextAreaLength = ' Por causa da sua largura,
esse campo pode não ser editável '; +$strThai = 'Thailandês'; +$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.'; +$strTheme = 'Tema / Estilo'; +$strThisHost = 'Esse Host'; +$strThisNotDirectory = 'Isso não é um diretório'; +$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.'; +$strTime = 'Tempo'; +$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; //isso ta muito errado, mas não descobri o q é +$strTotal = 'total'; +$strTotalUC = 'Total'; +$strTraditionalChinese = 'Chinês Tradicional'; +$strTraditionalSpanish = 'Espanhol Traditional'; +$strTraffic = 'Tráfego'; +$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco'; +$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)'; +$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).'; +$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.'; +$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)'; +$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.'; +$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.'; +$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.'; +$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).'; +$strTransformation_text_plain__unformatted = 'Mostra o código HTML como entidades HTML. Não é mostrada a formatação HTML.'; +$strTruncateQueries = 'Truncar as Consultas SQL exibidas'; +$strTurkish = 'Turco'; +$strType = 'Tipo'; -$strYes = 'Sim'; +$strUkrainian = 'Ucraniano'; +$strUncheckAll = 'Desmarcar todos'; +$strUnicode = 'Unicode'; +$strUnique = 'Único'; +$strUnknown = 'desconhecido'; +$strUnselectAll = 'Desmarcar Todos'; +$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments'; +$strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; +$strUpdateProfileMessage = 'A configuração foi atualizada.'; +$strUpdateQuery = 'Atualiza a Procura'; +$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.'; +$strUsage = 'Uso'; +$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; +$strUseHostTable = 'Usar Tabela de Host'; +$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção'; +$strUseTables = 'Usar tabelas'; +$strUseTextField = 'Usar campo texto'; +$strUseThisValue = 'Usar este valor'; +$strUser = 'Usuário'; +$strUserAlreadyExists = 'O usuário %s já existe!'; +$strUserEmpty = 'O nome do usuário está em branco!'; +$strUserName = 'Nome do usuário'; +$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.'; +$strUserOverview = 'Avaliação dos usuários'; +$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.'; +$strUsersHavingAccessToDb = 'Usuários que têm acesso à "%s"'; -$strZip = '"compactado com zip"'; -// To translate +$strValidateSQL = 'Validar SQL'; +$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.'; +$strValue = 'Valor'; +$strVar = 'Variáveis'; +$strViewDump = 'Ver o esquema da tabela'; +$strViewDumpDB = 'Ver o esquema do Banco de Dados'; +$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados'; -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate +$strWebServerUploadDirectory = 'Servidor web subiu o diretório'; +$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.'; +$strWelcome = 'Bem vindo ao %s'; +$strWestEuropean = 'Oeste Europeu'; +$strWildcard = 'coringa'; +$strWindowNotFound = 'A janela alvo do navegador não pode ser atualiazada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas por configuração de segurança.'; +$strWithChecked = 'Com marcados:'; +$strWritingCommentNotPossible = 'Não foi possível escrever o comentário'; +$strWritingRelationNotPossible = 'Não foi possível escrever a relação'; +$strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate +$strXML = 'XML'; -$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 -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strComments = 'Comments'; //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 -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate +$strYes = 'Sim'; -$strDisabled = 'Disabled'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate +$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.'; +$strZip = '"compactado com zip"'; -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate +// To translate: -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate - -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate - -$strLinkNotFound = 'Link not found'; //to translate -$strLinksTo = 'Links to'; //to translate - -$strMySQLCharset = 'MySQL Charset'; //to translate - -$strNoDescription = 'no Description'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate - -$strOK = 'OK'; //to translate -$strOperations = 'Operations'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPhp = 'Create PHP Code'; //to translate - -$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php) -$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php) - -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationView = 'Relation view'; //to translate - -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearch = 'Search';//to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearchType = 'Find:';//to translate -$strSelectTables = 'Select Tables'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQL = 'SQL'; //to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQLResult = 'SQL result'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate - -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strServer = 'Server'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strPrint = 'Print'; //to translate -$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate -$strCompression = 'Compression'; //to translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strLandscape = 'Landscape'; //to translate -$strPortrait = 'Portrait'; //to translate - -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate - -$strAbortedClients = 'Aborted'; //to translate -$strConnections = 'Connections'; //to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strMoreStatusVars = 'More status variables'; //to translate -$strPerHour = 'per hour'; //to translate -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; -$strQueryType = 'Query type'; //to translate -$strReceived = 'Received'; //to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strTraffic = 'Traffic'; //to translate -$strVar = 'Variable'; //to translate - -$strCommand = 'Command'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strId = 'ID'; //to translate -$strProcesslist = 'Process list'; //to translate -$strStatus = 'Status'; //to translate -$strTime = 'Time'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate - -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate -$strLaTeX = 'LaTeX'; //to translate - -$strAdministration = 'Administration'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGrantOption = 'Grant'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strUserOverview = 'User overview'; //to translate -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate - -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options 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\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strAutodetect = 'Autodetect'; //to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate -$strCharset = 'Charset'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strRelations = 'Relations'; //to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate -$strLoadMethod = 'LOAD method'; //to translate -$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strAddIntoComments = 'Add into comments';//to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strAddDropDatabase = 'Add DROP DATABASE';//to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTableOptions = 'Table options'; //to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strCharsets = 'Charsets'; //to translate -$strDescription = 'Description'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCollation = 'Collation'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strGerman = 'German'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strDictionary = 'dictionary'; //to translate -$strSwedish = 'Swedish'; //to translate -$strDanish = 'Danish'; //to translate -$strCzech = 'Czech'; //to translate -$strTurkish = 'Turkish'; //to translate -$strEnglish = 'English'; //to translate -$strHungarian = 'Hungarian'; //to translate -$strCroatian = 'Croatian'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strEstonian = 'Estonian'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strUkrainian = 'Ukrainian'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strWestEuropean = 'West European'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strCyrillic = 'Cyrillic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strArabic = 'Arabic'; //to translate -$strRussian = 'Russian'; //to translate -$strUnknown = 'unknown'; //to translate -$strBaltic = 'Baltic'; //to translate -$strUnicode = 'Unicode'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strKorean = 'Korean'; //to translate -$strGreek = 'Greek'; //to translate -$strJapanese = 'Japanese'; //to translate -$strThai = 'Thai'; //to translate -$strUseThisValue = 'Use this value'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate - -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strLogServer = 'Server'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strBookmarkOptions = 'Bookmark options'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCheckOverhead = 'Check overheaded'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strOperator = 'Operator'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strCalendar = 'Calendar'; //to translate -$strRefresh = 'Refresh'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strSpanish = 'Spanish'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strTakeIt = 'take it'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strIcelandic = 'Icelandic'; //to translate -$strLatvian = 'Latvian'; //to translate -$strPolish = 'Polish'; //to translate -$strRomanian = 'Romanian'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strSlovak = 'Slovak'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate -$strPersian = 'Persian'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strDBCopy = 'Copy database to'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strSQLExportCompatibility = 'SQL export compatibility'; //to translate -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strView = 'View'; //to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strEngines = 'Engines'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate $strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strFreePages = 'Free pages'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strLatchedPages = 'Latched pages'; //to translate $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strReadRequests = 'Read requests'; //to translate -$strWriteRequests = 'Write requests'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strBusyPages = 'Busy pages'; //to translate + +$strDataPages = 'Pages containing data'; //to translate +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate + +$strEngineAvailable = '%s is available on this MySQL server.'; //to translate +$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate +$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate +$strEngines = 'Engines'; //to translate + +$strFreePages = 'Free pages'; //to translate + $strHTMLExcel = 'Microsoft Excel 2000'; //to translate $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate $strHTMLWord = 'Microsoft Word 2000'; //to translate $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate + +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate + +$strLatchedPages = 'Latched pages'; //to translate +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate + +$strMyISAMDataPointerSize = 'Data pointer size'; //to translate +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate +$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate +$strMyISAMRepairThreads = 'Repair threads'; //to translate +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate +$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate + +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate + +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate + +$strReadRequests = 'Read requests'; //to translate + $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate +$strStorageEngine = 'Storage Engine'; //to translate +$strStorageEngines = 'Storage Engines'; //to translate + +$strVersionInformation = 'Version information'; //to translate +$strView = 'View'; //to translate +$strViewHasBeenDropped = 'View %s has been dropped'; //to translate + +$strWriteRequests = 'Write requests'; //to translate + ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 9507a0477..c59789a97 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1,829 +1,822 @@ - */ + * translated by: + Renato Lins DESCONTINUED + Airon Luis Pereira around v2.6.0 +*/ -$charset = 'utf-8'; +$charset = 'utf-8'; $allow_recoding = TRUE; -$text_dir = 'ltr'; -$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'arial, helvetica, geneva, sans-serif'; -$number_thousands_separator = ','; -$number_decimal_separator = '.'; -// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa -$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$text_dir = 'ltr'; +$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$number_thousands_separator = ','; +$number_decimal_separator = '.'; -$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'; +// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa +$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); +$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'); -$strAccessDenied = 'Acesso Negado'; -$strAction = 'Ações'; -$strAddDeleteColumn = 'Adiciona/Remove Colunas'; -$strAddDeleteRow = 'Adiciona/Remove Condições de busca'; -$strAddNewField = 'Adiciona novo campo'; -$strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "onde"):'; -$strAddToIndex = 'Adicionar ao índice  %s coluna(s)'; -$strAddUser = 'Adicionar um novo usuário'; -$strAddUserMessage = 'Usuário adcionado.'; -$strAffectedRows = 'Registro afetados:'; -$strAfter = 'Depois %s'; -$strAfterInsertBack = 'Retornar'; -$strAfterInsertNewInsert = 'Inserir um novo registro'; -$strAll = 'Todos'; -$strAlterOrderBy = 'Alterar tabela ordenada por'; -$strAnalyzeTable = 'Analizar tabela'; -$strAnd = 'E'; -$strAnIndex = 'Um índice foi adicionado a %s'; -$strAny = 'Qualquer'; -$strAnyHost = 'Qualquer servidor'; -$strAnyUser = 'Qualquer usuário'; -$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; -$strAscending = 'Ascendente'; -$strAtBeginningOfTable = 'No começo da tabela'; -$strAtEndOfTable = 'Ao fim da tabela'; -$strAttr = 'Atributos'; +// See http://www.php.net/manual/en/function.strftime.php to define the // variable below +$datefmt = '%B %d, %Y as %I:%M %p'; -$strBack = 'Voltar'; -$strBinary = ' Binário '; -$strBinaryDoNotEdit = ' Binário - não edite '; -$strBookmarkDeleted = 'O bookmark foi removido.'; -$strBookmarkLabel = 'Nome'; -$strBookmarkQuery = 'Procura de SQL salva'; -$strBookmarkThis = 'Salvar essa procura de SQL'; -$strBookmarkView = 'Apenas visualiza'; -$strBrowse = 'Visualiza'; -$strBzip = '"compactado com bzip"'; +$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; -$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!'; -$strCardinality = 'Cardinalidade'; -$strCarriage = 'Caracter de retorno: \\r'; -$strChange = 'Muda'; -$strChangePassword = 'Mude a senha'; -$strCheckAll = 'Marcar All'; -$strCheckTable = 'Verifica tabela'; -$strColumnNames = 'Nome da Colunas'; -$strCompleteInserts = 'Inserções Completas'; -$strCookiesRequired = 'Cookies devem estar ativados após este ponto.'; -$strCopyTable = 'Copiar tabela para (base.tabela):'; -$strCopyTableOK = 'Tabela %s copiada para %s.'; -$strCreate = 'Cria'; -$strCreateIndex = 'Criar um índice em %s colunas'; -$strCreateIndexTopic = 'Criar um novo índice'; -$strCreateNewDatabase = 'Cria novo banco de dados'; -$strCreateNewTable = 'Cria nova tabela no banco de dados %s'; -$strCriteria = 'Critério'; +$strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; +$strAbortedClients = 'Abortado'; +$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web'; +$strAccessDenied = 'Acesso negado'; +$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.'; +$strAction = 'Ações'; +$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; +$strAddConstraints = 'Adicionar restrições'; +$strAddDeleteColumn = 'Adicionar/Remover colunas'; +$strAddDeleteRow = 'Adicionar/Remover condições de busca'; +$strAddDropDatabase = 'Adicionar DROP DATABASE'; +$strAddFields = 'Adicionar %s campo(s)'; +$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)'; +$strAddIfNotExists = 'Adicionar IF NOT EXISTS'; +$strAddIntoComments = 'Adicionar nos comentários'; +$strAddNewField = 'Adicionar novo campo'; +$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados'; +$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas'; +$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):'; +$strAddToIndex = 'Adicionar ao índice  %s coluna(s)'; +$strAddUser = 'Adicionar novo usuário'; +$strAddUserMessage = 'Adicionado usuário'; +$strAddedColumnComment = 'Adicionado comentário para a coluna'; +$strAddedColumnRelation = 'Adicionado relação para a coluna'; +$strAdministration = 'Administração'; +$strAffectedRows = 'Registro(s) afetado(s):'; +$strAfter = 'Depois %s'; +$strAfterInsertBack = 'Retornar'; +$strAfterInsertNewInsert = 'Inserir novo registro'; +$strAfterInsertNext = 'Editar próximo registro'; +$strAfterInsertSame = 'Voltar para esta página'; +$strAll = 'Todos'; +$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?'; +$strAlterOrderBy = 'Alterar tabela ordenada por'; +$strAnIndex = 'Um índice foi adicionado a %s'; +$strAnalyzeTable = 'Analizar tabela'; +$strAnd = 'E'; +$strAny = 'Qualquer'; +$strAnyHost = 'Qualquer servidor'; +$strAnyUser = 'Qualquer usuário'; +$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11'; +$strArabic = 'Ãrabe'; +$strArmenian = 'Armêno'; +$strAscending = 'Ascendente'; +$strAtBeginningOfTable = 'No início da tabela'; +$strAtEndOfTable = 'No final da tabela'; +$strAttr = 'Atributos'; +$strAutodetect = 'Auto-detectar'; +$strAutomaticLayout = 'Leiaute automático'; -$strData = 'Dados'; -$strDatabase = 'Banco de Dados'; -$strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.'; -$strDatabases = 'Banco de Dados'; -$strDatabasesStats = 'Estatisticas da base'; -$strDataOnly = 'Dados apenas'; -$strDefault = 'Padrão'; -$strDelete = 'Remove'; -$strDeleted = 'Registro eliminado'; -$strDeletedRows = 'Registro deletados:'; -$strDescending = 'Descendente'; -$strDisplayOrder = 'Ordenado por:'; -$strDoAQuery = 'Faça uma "procura por exemplo" (coringa: "%")'; -$strDocu = 'Documentação'; -$strDoYouReally = 'Confirma : '; -$strDrop = 'Elimina'; -$strDumpingData = 'Extraindo dados da tabela'; -$strDynamic = 'dinâmico'; +$strBack = 'Voltar'; +$strBaltic = 'Báltico'; +$strBeginCut = 'INICIO CORTE'; +$strBeginRaw = 'INICIO CRU'; +$strBinLogEventType = 'Tipo de evento'; +$strBinLogInfo = 'Informação'; +$strBinLogName = 'Nome do log'; +$strBinLogOriginalPosition = 'Posição original'; +$strBinLogPosition = 'Posição'; +$strBinLogServerId = 'ID do Servidor'; +$strBinary = ' Binário '; +$strBinaryDoNotEdit = ' Binário - não edite '; +$strBinaryLog = 'Log binário'; +$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador'; +$strBookmarkDeleted = 'O marcador foi removido.'; +$strBookmarkLabel = 'Nome'; +$strBookmarkOptions = 'Opções de marcador'; +$strBookmarkQuery = 'Consulta SQL gravada'; +$strBookmarkThis = 'Gravar essa consulta SQL'; +$strBookmarkView = 'Apenas visualizar'; +$strBrowse = 'Visualizar'; +$strBrowseForeignValues = 'Visualizar valores estrangeiros'; +$strBulgarian = 'Bulgaro'; +$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva $cfg[\'BZipDump\'] do arquivo de configuração do phpMyAdmin para FALSE. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.'; +$strBzip = '"compactado com bzip"'; -$strEdit = 'Edita'; -$strEditPrivileges = 'Edita Privilégios'; -$strEffective = 'Efetivo'; -$strEmpty = 'Limpa'; -$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; -$strEnd = 'Fim'; -$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; -$strError = 'Erro'; -$strExtendedInserts = 'Inserções extendidas'; -$strExtra = 'Extra'; +$strCSVOptions = 'Opções CSV'; +$strCalendar = 'Calendário'; +$strCannotLogin = 'Não foi possível se logar no servidor MySQL'; +$strCantLoad = 'não carregou extensão %s,
verifique a configurações do php'; +$strCantLoadRecodeIconv = 'Não é possível carregar iconv ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.'; +$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!'; +$strCantUseRecodeIconv = 'Não é possível usar iconv nem libiconv nem a função recode_string enquanto a extensão reportar que está ligada. Confira a configuração do seu php.'; +$strCardinality = 'Cardinalidade'; +$strCarriage = 'Caracter de retorno: \\r'; +$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas'; +$strCaseSensitive = 'Diferencia maiúsculas/minúsculas'; +$strCentralEuropean = 'Europeu Central'; +$strChange = 'Alterar'; +$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...'; +$strChangeCopyModeCopy = '... manter o antigo.'; +$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.'; +$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.'; +$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.'; +$strChangeCopyUser = 'Mudar informações de login / Copiar usuário'; +$strChangeDisplay = 'Escolha o campo para exibir'; +$strChangePassword = 'Alterar a senha'; +$strCharset = 'Conjunto de caracteres'; +$strCharsetOfFile = 'Conjunto de caracteres do arquivo'; +$strCharsets = 'Conjuntos de caracteres'; +$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations'; +$strCheckAll = 'Marcar todos'; +$strCheckOverhead = 'Verificar sobre-carga'; +$strCheckPrivs = 'Verificar privilégios'; +$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados "%s".'; +$strCheckTable = 'Verificar tabela'; +$strChoosePage = 'Escolha a página para editar'; +$strColComFeat = 'Exibindo comentários da coluna'; +$strCollation = 'Collation'; +$strColumnNames = 'Nome das colunas'; +$strColumnPrivileges = 'Privilégios específicos da coluna'; +$strCommand = 'Comando'; +$strComments = 'Comentários'; +$strCommentsForTable = 'COMENTÃRIOS PARA A TABELA'; +$strCompatibleHashing = 'Compatível com MySQL 4.0'; +$strCompleteInserts = 'Inserções completas'; +$strCompression = 'Compressão'; +$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!
Isto pode acontecer se o php encontrar um erro no parsing ou se não conseguir encontrar o arquivo.
Chame o arquivo de configuração diretamente usando o link abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.
Se receber uma página em branco, está tudo certo.'; +$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s'; +$strConnectionError = 'Não pôde conectar: configurações inválidas.'; +$strConnections = 'Conexões'; +$strConstraintsForDumped = 'Restrições para as tabelas dumpadas'; +$strConstraintsForTable = 'Restrições para a tabela'; +$strCookiesRequired = 'Cookies devem estar ativados após este ponto.'; +$strCopyDatabaseOK = 'Banco de Dados %s copiada para %s'; +$strCopyTable = 'Copiar tabela para (Banco de Dados.tabela):'; +$strCopyTableOK = 'Tabela %s copiada para %s.'; +$strCopyTableSameNames = 'Não pode copiar a tabela para a mesma!'; +$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.'; +$strCreate = 'Criar'; +$strCreateIndex = 'Criar um índice em %s colunas'; +$strCreateIndexTopic = 'Criar um novo índice'; +$strCreateNewDatabase = 'Criar novo banco de dados'; +$strCreateNewTable = 'Criar nova tabela no banco de dados %s'; +$strCreatePage = 'Criar uma nova página'; +$strCreatePdfFeat = 'Criação de PDFs'; +$strCreationDates = 'Criar/Atualizar/Verificar datas'; +$strCriteria = 'Critério'; +$strCroatian = 'Croata'; +$strCyrillic = 'Cirílico'; +$strCzech = 'Tcheco'; +$strCzechSlovak = 'Tcheco-Eslováquio'; -$strField = 'Campo'; -$strFieldHasBeenDropped = 'Campo %s foi deletado'; -$strFields = 'Campos'; -$strFieldsEmpty = ' O campo count esta vazio! '; -$strFieldsEnclosedBy = 'Campos delimitados por'; -$strFieldsEscapedBy = 'Campo contornado por'; -$strFieldsTerminatedBy = 'Campos terminados por'; -$strFixed = 'fixo'; -$strFlushTable = 'Limpar a tabela ("LIMPAR")'; -$strFormat = 'Formato'; -$strFormEmpty = 'Faltando valores do form !'; -$strFullText = 'Textos completos'; -$strFunction = 'Funçoes'; +$strDBComment = 'Comentário do Banco de Dados: '; +$strDBCopy = 'Copiar Banco de Dados para'; +$strDBGContext = 'Contexto'; +$strDBGContextID = 'ID do contexto'; +$strDBGHits = 'Hits'; +$strDBGLine = 'Linha'; +$strDBGMaxTimeMs = 'Tempo máx, ms'; +$strDBGMinTimeMs = 'Tempo min, ms'; +$strDBGModule = 'Módulo'; +$strDBGTimePerHitMs = 'Tempo/Hit, ms'; +$strDBGTotalTimeMs = 'Tempo total, ms'; +$strDBRename = 'Renomear Banco de Dados para'; +$strDanish = 'Dinamarquês'; +$strData = 'Dados'; +$strDataDict = 'Dicionário de dados'; +$strDataOnly = 'Dados apenas'; +$strDatabase = 'Banco de Dados'; +$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!'; +$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados'; +$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.'; +$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!'; +$strDatabases = 'Banco de Dados'; +$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!'; +$strDatabasesStats = 'Estatísticas do Banco de Dados'; +$strDatabasesStatsDisable = 'Disabilitar estatísticas'; +$strDatabasesStatsEnable = 'Habilitar estatísticas'; +$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.'; +$strDbPrivileges = 'Privilégios específicos do Banco de Dados'; +$strDbSpecific = 'Específico do Banco de Dados'; +$strDefault = 'Padrão'; +$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a'; +$strDefragment = 'Desfragmentar tabela'; +$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?'; +$strDelayedInserts = 'Usar inserções demoradas'; +$strDelete = 'Remover'; +$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.'; +$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.'; +$strDeleted = 'Registro eliminado'; +$strDeletedRows = 'Registros eliminados:'; +$strDeleting = 'Eliminando %s'; +$strDescending = 'Descendente'; +$strDescription = 'Descrição'; +$strDictionary = 'dicionário'; +$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras'; +$strDisabled = 'Desabilitado'; +$strDisplayFeat = 'Exibir recursos'; +$strDisplayOrder = 'Ordenado por:'; +$strDisplayPDF = 'Exibir esquema PDF'; +$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")'; +$strDoYouReally = 'Confirmar: '; +$strDocu = 'Documentação'; +$strDrop = 'Eliminar'; +$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!'; +$strDropSelectedDatabases = 'Eliminar os Bancos de Dados selecionados'; +$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.'; +$strDumpSaved = 'Dump foi salvo no arquivo %s.'; +$strDumpXRows = 'Dump %s registros, começando pelo registro %s.'; +$strDumpingData = 'Extraindo dados da tabela'; +$strDynamic = 'dinâmico'; -$strGenTime = 'Tempo de Generação'; -$strGo = 'Executa'; -$strGzip = '"compactado com gzip"'; +$strEdit = 'Editaar'; +$strEditPDFPages = 'Editar Páginas PDF'; +$strEditPrivileges = 'Editar Privilégios'; +$strEffective = 'Efetivo'; +$strEmpty = 'Limpa'; +$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; +$strEnabled = 'Habilitado'; +$strEncloseInTransaction = 'Encapsular exportação numa transação'; +$strEnd = 'Fim'; +$strEndCut = 'FIM CORTE'; +$strEndRaw = 'FIM CRU'; +$strEnglish = 'Inglês'; +$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; +$strError = 'Erro'; +$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente'; +$strEstonian = 'Estoniano'; +$strExcelEdition = 'Edição do Excel'; +$strExcelOptions = 'Opções do Excel'; +$strExecuteBookmarked = 'Executar consulta marcada'; +$strExplain = 'Explicar SQL'; +$strExport = 'Exportar'; +$strExtendedInserts = 'Inserções extendidas'; +$strExtra = 'Extra'; -$strHasBeenAltered = 'foi alterado.'; -$strHasBeenCreated = 'foi criado.'; -$strHome = 'Principal'; -$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; -$strHost = 'Servidor'; -$strHostEmpty = 'O nome do servidor está vazio!'; +$strFailedAttempts = 'Tentativas falharam'; +$strField = 'Campo'; +$strFieldHasBeenDropped = 'Campo %s foi deletado'; +$strFields = 'Campos'; +$strFieldsEmpty = ' O campo count esta vazio! '; +$strFieldsEnclosedBy = 'Campos delimitados por'; +$strFieldsEscapedBy = 'Campo contornado por'; +$strFieldsTerminatedBy = 'Campos terminados por'; +$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.'; +$strFileCouldNotBeRead = 'O arquivo não pode ser lido'; +$strFileNameTemplate = 'Nome do arquivo do modelo'; +$strFileNameTemplateHelp = 'Usar __DB__ para nome de Banco de Dados, __TABLE__ para nome de tabelas e opções %sany strftime%s para especificar data/hora, a extensão será "automagicamente" adicionada. Qualquer outro texto será preservado.'; +$strFileNameTemplateRemember = 'lembrar modelo'; +$strFixed = 'fixo'; +$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sreload the privileges%s antes de continuar..'; +$strFlushTable = 'Limpar a tabela ("LIMPAR")'; +$strFormEmpty = 'Faltando valores no formulário!'; +$strFormat = 'Formato'; +$strFullText = 'Textos completos'; +$strFunction = 'Funções'; -$strIdxFulltext = 'Fulltext'; -$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; -$strIgnore = 'Ignorar'; -$strIndex = 'Ãndice'; -$strIndexes = 'Ãndices'; -$strIndexHasBeenDropped = 'Ãndice %s foi deletado'; -$strIndexName = 'Nome do índice :'; -$strIndexType = 'Tipo de índice :'; -$strInsert = 'Insere'; -$strInsertAsNewRow = 'Insere uma nova coluna'; -$strInsertedRows = 'Linhas Inseridas:'; -$strInsertNewRow = 'Insere novo registro'; -$strInsertTextfiles = 'Insere arquivo texto na tabela'; -$strInstructions = 'Instruções'; -$strInUse = 'em uso'; +$strGenBy = 'Gerado por'; +$strGenTime = 'Tempo de Geração'; +$strGeneralRelationFeat = 'Recursos de relações gerais'; +$strGeorgian = 'Georgiano'; +$strGerman = 'Alemão'; +$strGlobal = 'global'; +$strGlobalPrivileges = 'Privilégios globais'; +$strGlobalValue = 'Valor global'; +$strGo = 'Executar'; +$strGrantOption = 'Conceder/Grant'; +$strGreek = 'Grego'; +$strGzip = '"compactado com gzip"'; -$strKeepPass = 'Não mudar a senha'; -$strKeyname = 'Nome chave'; -$strKill = 'Matar'; +$strHasBeenAltered = 'foi alterado.'; +$strHasBeenCreated = 'foi criado.'; +$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir'; +$strHebrew = 'Hebreu'; +$strHexForBinary = 'Usar hexadecimal para campos binários'; +$strHome = 'Principal'; +$strHomepageOfficial = 'Página Oficial do phpMyAdmin'; +$strHost = 'Servidor'; +$strHostEmpty = 'O nome do servidor está vazio!'; +$strHungarian = 'Húngaro'; -$strLengthSet = 'Tamanho/Definir*'; -$strLimitNumRows = 'registros por página'; -$strLineFeed = 'Caracter de Alimentação de Linha: \\n'; -$strLinesTerminatedBy = 'Linhas terminadas por'; -$strLocationTextfile = 'Localização do arquivo texto'; -$strLogin = 'Autenticação'; -$strLogout = 'Sair'; -$strLogPassword = 'Senha:'; -$strLogUsername = 'Usuário:'; +$strIcelandic = 'Islandês'; +$strId = 'ID'; +$strIdxFulltext = 'Texto completo'; +$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; +$strIgnore = 'Ignorar'; +$strIgnoreInserts = 'Usar inserções ignoradas'; +$strIgnoringFile = 'Ignorar arquivo %s'; +$strImportDocSQL = 'Importar Arquivos docSQL'; +$strImportFiles = 'Importar arquivos'; +$strImportFinished = 'Importação terminada'; +$strInUse = 'em uso'; +$strIndex = 'Ãndice'; +$strIndexHasBeenDropped = 'Ãndice %s foi eliminado'; +$strIndexName = 'Nome do índice :'; +$strIndexType = 'Tipo de índice :'; +$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`'; +$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`'; +$strIndexWarningTable = 'Problemas com o índice da tabela `%s`'; +$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`'; +$strIndexes = 'Ãndices'; +$strInnodbStat = 'Status do InnoDB'; +$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.'; +$strInsert = 'Inserir'; +$strInsertAsNewRow = 'Inserir uma nova coluna'; +$strInsertBookmarkTitle = 'Digite o título do marcador'; +$strInsertNewRow = 'Insere novo registro'; +$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strInsertedRowId = 'Inserir id do registro:'; +$strInsertedRows = 'Registros inseridos:'; +$strInstructions = 'Instruções'; +$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; +$strInternalRelations = 'Relações internas'; -$strModifications = 'Modificações foram salvas'; -$strModify = 'Modificar'; -$strModifyIndexTopic = 'Modificar um índice'; -$strMoveTable = 'Mover tabela para (base de dados.tabela):'; -$strMoveTableOK = 'Tabela %s foi movida para %s.'; -$strMySQLReloaded = 'MySQL reiniciado.'; -$strMySQLSaid = 'Mensagens do MySQL : '; -$strMySQLServerProcess = 'MySQL %pma_s1% funcionando 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'; +$strJapanese = 'Japonês'; +$strJumpToDB = 'Ir para o Banco de Dados "%s".'; +$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios'; +$strJustDeleteDescr = 'O usuário "apagado" ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.'; -$strName = 'Nome'; -$strNext = 'Próximo'; -$strNo = 'Não'; -$strNoDatabases = 'Sem bases'; -$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; -$strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir frames.'; -$strNoIndex = 'Nenhum índice definido!'; -$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; -$strNoModification = 'Sem Mudança'; -$strNone = 'Nenhum'; -$strNoPassword = 'Sem Senha'; -$strNoPrivileges = 'Sem Privilégios'; -$strNoQuery = 'Nenhuma procura SQL!'; -$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!'; -$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; -$strNotNumber = 'Isto não é um número!'; -$strNotValidNumber = ' não é um número de registro valido!'; -$strNoUsersFound = 'Nenhum usuário(s) encontrado.'; -$strNull = 'Nulo'; +$strKeepPass = 'Não mudar a senha'; +$strKeyname = 'Nome chave'; +$strKill = 'Matar'; +$strKorean = 'Coreano'; -$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"'; -$strOptimizeTable = 'Optimizar tabela'; -$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; -$strOptionally = 'OPCIONAL'; -$strOr = 'Ou'; -$strOverhead = 'Sobre Carga'; +$strLaTeX = 'LaTeX'; +$strLaTeXOptions = 'Opções LaTeX'; +$strLandscape = 'Paisagem'; +$strLatexCaption = 'Leganda da Tabela'; +$strLatexContent = 'Conteúdo da tabela __TABLE__'; +$strLatexContinued = '(continuação)'; +$strLatexContinuedCaption = 'Continuação da legenda da tabela'; +$strLatexIncludeCaption = 'Incluir legenda da tabela'; +$strLatexLabel = 'Rótulo da chave'; +$strLatexStructure = 'Estrutura da tabela __TABLE__'; +$strLatvian = 'Letonês'; +$strLengthSet = 'Tamanho/Definir*'; +$strLimitNumRows = 'registros por página'; +$strLineFeed = 'Caracter de nova linha: \\n'; +$strLinesTerminatedBy = 'Linhas terminadas por'; +$strLinkNotFound = 'Link não encontrado'; +$strLinksTo = 'Links para'; +$strLithuanian = 'Lituânio'; +$strLoadExplanation = 'O melhor método é verificado por padrão, mas você pode mudar se ele falhar.'; +$strLoadMethod = 'Método de carregar (LOAD)'; +$strLocalhost = 'Local'; +$strLocationTextfile = 'Localização do arquivo texto'; +$strLogPassword = 'Senha:'; +$strLogServer = 'Servidor'; +$strLogUsername = 'Usuário:'; +$strLogin = 'Autenticação'; +$strLoginInformation = 'Informação de login'; +$strLogout = 'Sair'; -$strPartialText = 'Textos parciais'; -$strPassword = 'Senha'; -$strPasswordEmpty = 'A senhas está vazia!'; -$strPasswordNotSame = 'As senhas não são a mesma!'; -$strPHPVersion = 'Versão do PHP'; -$strPmaDocumentation = 'Documentação do phpMyAdmin '; -$strPmaUriError = 'A diretiva $cfg[\'PmaAbsoluteUri\'] Deve ser setada'; -$strPos1 = 'Início'; -$strPrevious = 'Anterior'; -$strPrimary = 'Primária'; -$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; -$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!'; -$strPrimaryKeyWarning = '("PRIMARY" precisa ser o nome de e apenas da chave primária!)'; -$strPrintView = 'Visualização para Impressão'; -$strPrivileges = 'Privilégios'; +$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS'; +$strMIME_MIMEtype = 'MIME-type'; +$strMIME_available_mime = 'MIME-type disponíveis'; +$strMIME_available_transform = 'Transformações disponíveis'; +$strMIME_description = 'Descricção'; +$strMIME_nodescription = 'Sem descrição disponível para essa transformação.
Pergunte ao autor o que %s faz.'; +$strMIME_transformation = 'Transformações do navegador'; +$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %stransformation descriptions%s'; +$strMIME_transformation_options = 'Opções de transformação'; +$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...
Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada'; +$strMaximumSize = 'Tamanho máximo: %s%s'; +$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.'; +$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!'; +$strModifications = 'Modificações foram salvas'; +$strModify = 'Modificar'; +$strModifyIndexTopic = 'Modificar um índice'; +$strMoreStatusVars = 'Mais variáveis de status'; +$strMoveTable = 'Mover tabela para (Banco de Dados.tabela):'; +$strMoveTableOK = 'Tabela %s foi movida para %s.'; +$strMoveTableSameNames = 'Não pode mover a tabela para a mesma!'; +$strMultilingual = 'multi-linguagem'; +$strMustSelectFile = 'Você deve selecionar qual arquivo deseja inserir.'; +$strMySQLCharset = 'Conjunto de caracteres MySQL'; +$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; +$strMySQLReloaded = 'MySQL reiniciado.'; +$strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLServerProcess = 'MySQL %pma_s1% rodando em %pma_s2% como %pma_s3%'; +$strMySQLShowProcess = 'Mostrar os Processos'; +$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL'; +$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL'; -$strQBE = 'Procura por Exemplo'; -$strQueryOnDb = 'Procura SQL na base de dados %s:'; +$strName = 'Nome'; +$strNeedPrimaryKey = 'Você deve definir a chave primaria para esta tabela.'; +$strNext = 'Próximo'; +$strNo = 'Não'; +$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente'; +$strNoDatabases = 'Sem bases'; +$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.'; +$strNoDescription = 'sem Descrição'; +$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; +$strNoExplain = 'Pular Explicação SQL'; +$strNoFrames = 'phpMyAdmin é mais amigável com um navegador capaz de exibir frames.'; +$strNoIndex = 'Nenhum índice definido!'; +$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; +$strNoModification = 'Sem Mudança'; +$strNoOptions = 'Esse formato não tem opções'; +$strNoPassword = 'Sem Senha'; +$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.'; +$strNoPhp = 'sem código PHP'; +$strNoPrivileges = 'Sem privilégios'; +$strNoQuery = 'Nenhuma consulta SQL!'; +$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!'; +$strNoRowsSelected = 'Nenhum registro selecionado'; +$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.'; +$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; +$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.'; +$strNoUsersFound = 'Nenhum usuário(s) encontrado.'; +$strNoValidateSQL = 'Pular Validação SQL'; +$strNone = 'Nenhum'; +$strNotNumber = 'Isto não é um número!'; +$strNotOK = 'não OK'; +$strNotSet = '%s tabela não encontra ou não configurada em %s'; +$strNotValidNumber = ' não é um número de registro valido!'; +$strNull = 'Nulo'; +$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela %s'; +$strNumSearchResultsTotal = 'Total: %s resultado(s)'; +$strNumTables = 'Tabelas'; -$strRecords = 'Registros'; -$strReferentialIntegrity = 'Verificar integridade referencial:'; -$strReloadFailed = 'Reinicialização do MySQL falhou.'; -$strReloadMySQL = 'Reinicializa o MySQL'; -$strRenameTable = 'Renomeia a tabela para '; -$strRenameTableOK = 'Tabela %s renomeada para %s'; -$strRepairTable = 'Reparar tabela'; -$strReplace = 'Substituir'; -$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; -$strReset = 'Resetar'; -$strReType = 'Re-digite'; -$strRevoke = 'Revogar'; -$strRevokeMessage = 'Você revogou os privilégios para %s'; -$strRowLength = 'Tamanho da Coluna'; -$strRows = 'Colunas'; -$strRowsFrom = 'colunas começando de'; -$strRowSize = ' Tamanho do registro '; -$strRowsModeHorizontal = 'horizontal'; -$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células'; -$strRowsModeVertical = 'vertical'; -$strRowsStatistic = 'Estatistícas da Coluna'; -$strRunning = 'Rodando em %s'; -$strRunQuery = 'Envia Query'; -$strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s'; +$strOK = 'OK'; +$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"'; +$strOperations = 'Operações'; +$strOperator = 'Operador'; +$strOptimizeTable = 'Otimizar tabela'; +$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; +$strOptionally = 'OPCIONAL'; +$strOr = 'Ou'; +$strOverhead = 'Sobrecarga'; +$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)'; -$strSave = 'Salva'; -$strSelectADb = 'Por favor, selecione uma base de dados'; -$strSelectAll = 'Selecionar Todos'; -$strSelectFields = 'Selecione os campos (no mínimo 1)'; -$strSelectNumRows = 'na procura'; -$strSend = 'Envia'; -$strServerChoice = 'Seleção da Base'; -$strServerVersion = 'Versão do Servidor'; -$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...
Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; -$strShow = 'Mostrar'; -$strShowAll = 'Mostrar Todos'; -$strShowingRecords = 'Mostrando registros '; -$strShowPHPInfo = 'Mostra informações do PHP'; -$strShowTables = 'Mostrar Tabelas'; -$strShowThisQuery = ' Mostra esta query novamente '; -$strSingly = '(singularmente)'; -$strSize = 'Tamanho'; -$strSort = 'Ordena'; -$strSpaceUsage = 'Uso do espaço'; -$strSQLQuery = 'comando SQL'; -$strStatement = 'Comandos'; -$strStrucCSV = 'Dados CSV'; -$strStrucData = 'Estrutura e dados'; -$strStrucDrop = 'Adiciona \'Sobrescrever\''; -$strStrucExcelCSV = 'CSV para dados MS Excel'; -$strStrucOnly = 'Somente estrutura'; -$strSubmit = 'Submete'; -$strSuccess = 'Seu comando SQL foi executado com sucesso'; -$strSum = 'Soma'; +$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.'; +$strPHPVersion = 'Versão do PHP'; +$strPageNumber = 'Numero da página:'; +$strPaperSize = 'Tamanho do papel'; +$strPartialText = 'Textos parciais'; +$strPassword = 'Senha'; +$strPasswordChanged = 'A senha para %s foi modificada com sucesso.'; +$strPasswordEmpty = 'A senhas está em branco!'; +$strPasswordHashing = 'Hashing da senha'; +$strPasswordNotSame = 'As senhas não são iguais!'; +$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s'; +$strPdfInvalidTblName = 'A tabela "%s" não existe!'; +$strPdfNoTables = 'Sem tabelas'; +$strPerHour = 'por hora'; +$strPerMinute = 'por minuto'; +$strPerSecond = 'por segundo'; +$strPersian = 'Persa'; +$strPhoneBook = 'Agenda de telefones'; +$strPhp = 'Criar código PHP'; +$strPmaDocumentation = 'Documentação do phpMyAdmin '; +$strPmaUriError = 'A diretiva $cfg[\'PmaAbsoluteUri\'] deve ser setada'; +$strPolish = 'Polonês'; +$strPortrait = 'Retrato'; +$strPos1 = 'Início'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primária'; +$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; +$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!'; +$strPrimaryKeyWarning = '("PRIMARY" precisa ser o nome de e apenas da chave primária!)'; +$strPrint = 'Imprimir'; +$strPrintView = 'Visualização para impressão'; +$strPrintViewFull = 'Ver impressão (com textos completos)'; +$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.'; +$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.'; +$strPrivDescCreateDb = 'Permitir criar novas tabelas e banco de dados.'; +$strPrivDescCreateTbl = 'Permitir criar novas tabelas.'; +$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.'; +$strPrivDescDelete = 'Permitir apagar dados.'; +$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.'; +$strPrivDescDropTbl = 'Permitir eliminar tabelas.'; +$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.'; +$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.'; +$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.'; +$strPrivDescIndex = 'Permitir criar e eliminar índices.'; +$strPrivDescInsert = 'Permitir inserir e substituir dados.'; +$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.'; +$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.'; +$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.'; +$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Banco de Dados ou tabelas que o usuário pode executar por hora.'; +$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.'; +$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.'; +$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.'; +$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.'; +$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.'; +$strPrivDescReplSlave = 'Precisar dos escravos de replicação.'; +$strPrivDescSelect = 'Permitir leitura dos dados.'; +$strPrivDescShowDb = 'Permitir acesso completo à lista de Banco de Dados.'; +$strPrivDescShutdown = 'Permitir desligar o servidor.'; +$strPrivDescSuper = 'Permitir connectiong, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.'; +$strPrivDescUpdate = 'Permitir modificar dados.'; +$strPrivDescUsage = 'Sem privilégios.'; +$strPrivileges = 'Privilégios'; +$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.'; +$strProcesslist = 'Lista de processos'; +$strPutColNames = 'Colocar nome do campo na primeira linha'; -$strTable = 'Tabela'; -$strTableComments = 'Comentários da tabela'; -$strTableEmpty = 'O Nome da Tabela está vazio!'; -$strTableHasBeenDropped = 'Tabela %s foi deletada'; -$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; -$strTableHasBeenFlushed = 'Tabela %s foi limpa'; -$strTableMaintenance = 'Tabela de Manutenção'; -$strTables = '%s tabela(s)'; -$strTableStructure = 'Estrutura da tabela'; -$strTableType = 'Tipo da Tabela'; -$strTextAreaLength = ' Por causa da sua largura,
esse 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'; +$strQBE = 'Procurar por exemplo'; +$strQBEDel = 'Del'; // (used in tbl_qbe.php) +$strQBEIns = 'Ins'; // (used in tbl_qbe.php) +$strQueryFrame = 'Janela de consulta'; +$strQueryOnDb = 'Consulta no Banco de Dados %s:'; +$strQuerySQLHistory = 'Histórico de consultas'; +$strQueryStatistics = 'Estatísticas das consultas: Desde o início, %s consultas foram enviadas para o servidor.'; +$strQueryTime = 'Consulta levou %01.4f segundos'; +$strQueryType = 'Tipo de consulta'; +$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela'; -$strUncheckAll = 'Desmarca Todos'; -$strUnique = 'Único'; -$strUnselectAll = 'Desmarcar Todos'; -$strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; -$strUpdateProfileMessage = 'A configuração foi atualizada.'; -$strUpdateQuery = 'Atualiza a Procura'; -$strUsage = 'Uso'; -$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; -$strUser = 'Usuário'; -$strUserEmpty = 'O nome do usuário está vazio!'; -$strUserName = 'Nome do usuário'; -$strUseTables = 'Usar Tabelas'; +$strReType = 'Re-digite'; +$strReceived = 'Recebido'; +$strRecords = 'Registros'; +$strReferentialIntegrity = 'Verificar integridade referencial:'; +$strRefresh = 'Atualizar'; +$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.'; +$strRelationView = 'Ver relações'; +$strRelationalSchema = 'Esquema relacional'; +$strRelations = 'Relações'; +$strRelationsForTable = 'RELAÇÕES PARA A TABELA'; +$strReloadFailed = 'Reinicialização do MySQL falhou.'; +$strReloadMySQL = 'Reinicializa o MySQL'; +$strReloadingThePrivileges = 'Recarregar os privilégios'; +$strRemoveSelectedUsers = 'Remover os usuários selecionados'; +$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s'; +$strRenameTable = 'Renomeia a tabela para '; +$strRenameTableOK = 'Tabela %s renomeada para %s'; +$strRepairTable = 'Reparar tabela'; +$strReplace = 'Substituir'; +$strReplaceNULLBy = 'Substituir NULL por'; +$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReset = 'Resetar'; +$strResourceLimits = 'Limite dos recursos'; +$strRevoke = 'Revogar'; +$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.'; +$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.'; +$strRevokeMessage = 'Você revogou os privilégios para %s'; +$strRomanian = 'Romêno'; +$strRowLength = 'Tamanho da coluna'; +$strRowSize = ' Tamanho do registro '; +$strRows = 'Colunas'; +$strRowsFrom = 'colunas começando de'; +$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)'; +$strRowsModeHorizontal = 'horizontal'; +$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células'; +$strRowsModeVertical = 'vertical'; +$strRowsStatistic = 'Estatistícas da coluna'; +$strRunQuery = 'Enviar consulta SQL'; +$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s'; +$strRunning = 'Rodando em %s'; +$strRussian = 'Russo'; -$strValue = 'Valor'; -$strViewDump = 'Ver o esquema da tabela'; -$strViewDumpDB = 'Ver o esquema do banco de dados'; +$strSQL = 'SQL'; +$strSQLExportCompatibility = 'Compatibilidade de exportação SQL'; +$strSQLExportType = 'Tipo de exportação'; +$strSQLOptions = 'Opções SQL'; +$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar fazendo o upload de um arquivo com outside binário de uma área de texto citada. Pode também experimentar a sua Consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da Consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CUT abaixo:'; +$strSQLParserUserError = 'Parece haver um erro na sua Consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.'; +$strSQLQuery = 'comando SQL'; +$strSQLResult = 'Resultado SQL'; +$strSQPBugInvalidIdentifer = 'Identificador inválido'; +$strSQPBugUnclosedQuote = 'Aspas não fechada'; +$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida'; +$strSave = 'Salvar'; +$strSaveOnServer = 'Salvar no servidor no diretório %s'; +$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página'; +$strSearch = 'Procurar'; +$strSearchFormTitle = 'Procurar no Banco de Dados'; +$strSearchInTables = 'Dentro da(s) tabela(s):'; +$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):'; +$strSearchOption1 = 'pelo menos uma das palavras'; +$strSearchOption2 = 'todas as palavras'; +$strSearchOption3 = 'a frase exata'; +$strSearchOption4 = 'como expressão regular'; +$strSearchResultsFor = 'Procurar resultados por "%s" %s:'; +$strSearchType = 'Encontrar:'; +$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).'; +$strSelectADb = 'Selecionar um Banco de Dados'; +$strSelectAll = 'Selecionar Todos'; +$strSelectBinaryLog = 'Selecionar log binário para exibir'; +$strSelectFields = 'Selecionar os campos (no mínimo 1)'; +$strSelectNumRows = 'na consulta'; +$strSelectTables = 'Tabelas selecionadas'; +$strSend = 'Enviado'; +$strSent = 'Enviar'; +$strServer = 'Servidor'; +$strServerChoice = 'Seleção da Base'; +$strServerNotResponding = 'O servidor não está respondendo'; +$strServerStatus = 'Informações de Runtime'; +$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.'; +$strServerTabProcesslist = 'Processos'; +$strServerTabVariables = 'Variáveis'; +$strServerTrafficNotes = 'Tráfico do servidor: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.'; +$strServerVars = 'Variáveis e configurações do servidor'; +$strServerVersion = 'Versão do Servidor'; +$strSessionValue = 'Valor da sessão'; +$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...
Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; +$strShow = 'Mostrar'; +$strShowAll = 'Mostrar todos'; +$strShowColor = 'Mostrar cor'; +$strShowDatadictAs = 'Formato do dicionário de dados'; +$strShowFullQueries = 'Mostrar consultas completas'; +$strShowGrid = 'Mostrar grade'; +$strShowPHPInfo = 'Mostrar informações do PHP'; +$strShowTableDimension = 'Mostrar dimensão das tabelas'; +$strShowTables = 'Mostrar tabelas'; +$strShowThisQuery = ' Mostra esta query novamente '; +$strShowingRecords = 'Mostrando registros '; +$strSimplifiedChinese = 'Chinês Simplificado'; +$strSingly = '(singularmente)'; +$strSize = 'Tamanho'; +$strSlovak = 'Eslováquio'; +$strSlovenian = 'Eslovênio'; +$strSort = 'Ordena'; +$strSortByKey = 'Ordenar pela chave'; +$strSpaceUsage = 'Uso do espaço'; +$strSpanish = 'Espanhol'; +$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").'; +$strStatCheckTime = 'Última verificação'; +$strStatCreateTime = 'Criação'; +$strStatUpdateTime = 'Última atualização'; +$strStatement = 'Comandos'; +$strStatus = 'Status'; +$strStrucCSV = 'Dados CSV'; +$strStrucData = 'Estrutura e dados'; +$strStrucDrop = 'Adicionar \'Sobrescrever\''; +$strStrucExcelCSV = 'CSV para dados MS Excel'; +$strStrucNativeExcel = 'Dados nativos do MS Excel'; +$strStrucOnly = 'Somente estrutura'; +$strStructPropose = 'Propor estrutura da tabela'; +$strStructure = 'Estrutura'; +$strSubmit = 'Submeter'; +$strSuccess = 'Seu comando SQL foi executado com sucesso'; +$strSum = 'Soma'; +$strSwedish = 'Suéco'; +$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado'; +$strSwitchToTable = 'Mudar para a tabela copiada'; -$strWelcome = 'Bem vindo ao %s'; -$strWithChecked = 'Com marcados:'; -$strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; +$strTable = 'Tabela'; +$strTableComments = 'Comentários da tabela'; +$strTableEmpty = 'O Nome da Tabela está vazio!'; +$strTableHasBeenDropped = 'Tabela %s foi eliminada'; +$strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; +$strTableHasBeenFlushed = 'Tabela %s foi limpa'; +$strTableMaintenance = 'Tabela de Manutenção'; +$strTableOfContents = 'Tabela de conteúdos'; +$strTableOptions = 'Opções da tabela'; +$strTableStructure = 'Estrutura da tabela'; +$strTableType = 'Tipo da Tabela'; +$strTables = '%s tabela(s)'; +$strTakeIt = 'tome'; +$strTblPrivileges = 'Privilégios específicos da tabela'; +$strTextAreaLength = ' Por causa da sua largura,
esse campo pode não ser editável '; +$strThai = 'Thailandês'; +$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.'; +$strTheme = 'Tema / Estilo'; +$strThisHost = 'Esse Host'; +$strThisNotDirectory = 'Isso não é um diretório'; +$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.'; +$strTime = 'Tempo'; +$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; //isso ta muito errado, mas não descobri o q é +$strTotal = 'total'; +$strTotalUC = 'Total'; +$strTraditionalChinese = 'Chinês Tradicional'; +$strTraditionalSpanish = 'Espanhol Traditional'; +$strTraffic = 'Tráfego'; +$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco'; +$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)'; +$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).'; +$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; +$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.'; +$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)'; +$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.'; +$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.'; +$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.'; +$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).'; +$strTransformation_text_plain__unformatted = 'Mostra o código HTML como entidades HTML. Não é mostrada a formatação HTML.'; +$strTruncateQueries = 'Truncar as Consultas SQL exibidas'; +$strTurkish = 'Turco'; +$strType = 'Tipo'; -$strYes = 'Sim'; +$strUkrainian = 'Ucraniano'; +$strUncheckAll = 'Desmarcar todos'; +$strUnicode = 'Unicode'; +$strUnique = 'Único'; +$strUnknown = 'desconhecido'; +$strUnselectAll = 'Desmarcar Todos'; +$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments'; +$strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; +$strUpdateProfileMessage = 'A configuração foi atualizada.'; +$strUpdateQuery = 'Atualiza a Procura'; +$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.'; +$strUsage = 'Uso'; +$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; +$strUseHostTable = 'Usar Tabela de Host'; +$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção'; +$strUseTables = 'Usar tabelas'; +$strUseTextField = 'Usar campo texto'; +$strUseThisValue = 'Usar este valor'; +$strUser = 'Usuário'; +$strUserAlreadyExists = 'O usuário %s já existe!'; +$strUserEmpty = 'O nome do usuário está em branco!'; +$strUserName = 'Nome do usuário'; +$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.'; +$strUserOverview = 'Avaliação dos usuários'; +$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.'; +$strUsersHavingAccessToDb = 'Usuários que têm acesso à "%s"'; -$strZip = '"compactado com zip"'; -// To translate +$strValidateSQL = 'Validar SQL'; +$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.'; +$strValue = 'Valor'; +$strVar = 'Variáveis'; +$strViewDump = 'Ver o esquema da tabela'; +$strViewDumpDB = 'Ver o esquema do Banco de Dados'; +$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados'; -$strAllTableSameWidth = 'display all Tables with same width?'; //to translate +$strWebServerUploadDirectory = 'Servidor web subiu o diretório'; +$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.'; +$strWelcome = 'Bem vindo ao %s'; +$strWestEuropean = 'Oeste Europeu'; +$strWildcard = 'coringa'; +$strWindowNotFound = 'A janela alvo do navegador não pode ser atualiazada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas por configuração de segurança.'; +$strWithChecked = 'Com marcados:'; +$strWritingCommentNotPossible = 'Não foi possível escrever o comentário'; +$strWritingRelationNotPossible = 'Não foi possível escrever a relação'; +$strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; -$strBeginCut = 'BEGIN CUT'; //to translate -$strBeginRaw = 'BEGIN RAW'; //to translate +$strXML = 'XML'; -$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 -$strChangeDisplay = 'Choose Field to display'; //to translate -$strCharsetOfFile = 'Character set of the file:'; //to translate -$strChoosePage = 'Please choose a Page to edit'; //to translate -$strColComFeat = 'Displaying Column Comments'; //to translate -$strComments = 'Comments'; //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 -$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate -$strCreatePage = 'Create a new Page'; //to translate -$strCreatePdfFeat = 'Creation of PDFs'; //to translate +$strYes = 'Sim'; -$strDisabled = 'Disabled'; //to translate -$strDisplayFeat = 'Display Features'; //to translate -$strDisplayPDF = 'Display PDF schema'; //to translate -$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate +$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.'; +$strZip = '"compactado com zip"'; -$strEditPDFPages = 'Edit PDF Pages'; //to translate -$strEnabled = 'Enabled'; //to translate -$strEndCut = 'END CUT'; //to translate -$strEndRaw = 'END RAW'; //to translate -$strExplain = 'Explain SQL'; //to translate -$strExport = 'Export'; //to translate +// To translate: -$strGenBy = 'Generated by'; //to translate -$strGeneralRelationFeat = 'General relation features'; //to translate - -$strHaveToShow = 'You have to choose at least one Column to display'; //to translate - -$strLinkNotFound = 'Link not found'; //to translate -$strLinksTo = 'Links to'; //to translate - -$strMySQLCharset = 'MySQL Charset'; //to translate - -$strNoDescription = 'no Description'; //to translate -$strNoExplain = 'Skip Explain SQL'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -$strNotOK = 'not OK'; //to translate -$strNotSet = '%s table not found or not set in %s'; //to translate -$strNoValidateSQL = 'Skip Validate SQL'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate - -$strOK = 'OK'; //to translate -$strOperations = 'Operations'; //to translate - -$strPageNumber = 'Page number:'; //to translate -$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate -$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate -$strPdfNoTables = 'No tables'; //to translate -$strPhp = 'Create PHP Code'; //to translate - -$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php) -$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php) - -$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate -$strRelationView = 'Relation view'; //to translate - -$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate -$strSearch = 'Search';//to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearchType = 'Find:';//to translate -$strSelectTables = 'Select Tables'; //to translate -$strShowColor = 'Show color'; //to translate -$strShowGrid = 'Show grid'; //to translate -$strShowTableDimension = 'Show dimension of tables'; //to translate -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate -$strSQL = 'SQL'; //to translate -$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate -$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate -$strSQLResult = 'SQL result'; //to translate -$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate -$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate -$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate -$strStructPropose = 'Propose table structure'; //to translate -$strStructure = 'Structure'; //to translate - -$strValidateSQL = 'Validate SQL'; //to translate - -$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate -$strWebServerUploadDirectory = 'web-server upload directory'; //to translate -$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate -$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate -$strServer = 'Server'; //to translate -$strPutColNames = 'Put fields names at first row'; //to translate -$strImportDocSQL = 'Import docSQL Files'; //to translate -$strDataDict = 'Data Dictionary'; //to translate -$strPrint = 'Print'; //to translate -$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate -$strCompression = 'Compression'; //to translate -$strNumTables = 'Tables'; //to translate -$strTotalUC = 'Total'; //to translate -$strRelationalSchema = 'Relational schema'; //to translate -$strTableOfContents = 'Table of contents'; //to translate -$strCannotLogin = 'Cannot login to MySQL server'; //to translate -$strShowDatadictAs = 'Data Dictionary Format'; //to translate -$strLandscape = 'Landscape'; //to translate -$strPortrait = 'Portrait'; //to translate - -$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate - -$strAbortedClients = 'Aborted'; //to translate -$strConnections = 'Connections'; //to translate -$strFailedAttempts = 'Failed attempts'; //to translate -$strGlobalValue = 'Global value'; //to translate -$strMoreStatusVars = 'More status variables'; //to translate -$strPerHour = 'per hour'; //to translate -$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; -$strQueryType = 'Query type'; //to translate -$strReceived = 'Received'; //to translate -$strSent = 'Sent'; //to translate -$strServerStatus = 'Runtime Information'; //to translate -$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate -$strServerTabVariables = 'Variables'; //to translate -$strServerTabProcesslist = 'Processes'; //to translate -$strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; -$strServerVars = 'Server variables and settings'; //to translate -$strSessionValue = 'Session value'; //to translate -$strTraffic = 'Traffic'; //to translate -$strVar = 'Variable'; //to translate - -$strCommand = 'Command'; //to translate -$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate -$strId = 'ID'; //to translate -$strProcesslist = 'Process list'; //to translate -$strStatus = 'Status'; //to translate -$strTime = 'Time'; //to translate -$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate - -$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the $cfg[\'BZipDump\'] directive in your phpMyAdmin configuration file to FALSE. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate -$strLaTeX = 'LaTeX'; //to translate - -$strAdministration = 'Administration'; //to translate -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate -$strGlobalPrivileges = 'Global privileges'; //to translate -$strGrantOption = 'Grant'; //to translate -$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate -$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate -$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate -$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate -$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate -$strPrivDescDelete = 'Allows deleting data.'; //to translate -$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate -$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate -$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate -$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate -$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate -$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate -$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate -$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate -$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; -$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; -$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; -$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate -$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate -$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate -$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate -$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate -$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate -$strPrivDescSelect = 'Allows reading data.'; //to translate -$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate -$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate -$strPrivDescUpdate = 'Allows changing data.'; //to translate -$strPrivDescUsage = 'No privileges.'; //to translate -$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate -$strResourceLimits = 'Resource limits'; //to translate -$strUserOverview = 'User overview'; //to translate -$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate - -$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate - -$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate -$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate -$strDeleting = 'Deleting %s'; //to translate -$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate -$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate -$strReloadingThePrivileges = 'Reloading the privileges'; //to translate -$strRemoveSelectedUsers = 'Remove selected users'; //to translate -$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate -$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate -$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate - -$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate -$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate -$strColumnPrivileges = 'Column-specific privileges'; //to translate -$strDbPrivileges = 'Database-specific privileges'; //to translate -$strLocalhost = 'Local'; -$strLoginInformation = 'Login Information'; //to translate -$strTblPrivileges = 'Table-specific privileges'; //to translate -$strThisHost = 'This Host'; //to translate -$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate -$strUserAlreadyExists = 'The user %s already exists!'; //to translate -$strUseTextField = 'Use text field'; //to translate - -$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate -$strAddedColumnComment = 'Added comment for column'; //to translate -$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate -$strAddedColumnRelation = 'Added relation for column'; //to translate -$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate -$strImportFinished = 'Import finished'; //to translate -$strFileCouldNotBeRead = 'File could not be read'; //to translate -$strIgnoringFile = 'Ignoring file %s'; //to translate -$strThisNotDirectory = 'This was not a directory'; //to translate -$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate -$strImportFiles = 'Import files'; //to translate -$strDBGModule = 'Module'; //to translate -$strDBGLine = 'Line'; //to translate -$strDBGHits = 'Hits'; //to translate -$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate -$strDBGTotalTimeMs = 'Total time, ms'; //to translate -$strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMaxTimeMs = 'Max time, ms'; //to translate -$strDBGContextID = 'Context ID'; //to translate -$strDBGContext = 'Context'; //to translate -$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate -$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate -$strCheckPrivs = 'Check Privileges'; //to translate -$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate -$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate -$strDatabasesStatsDisable = 'Disable Statistics'; //to translate -$strDatabasesStatsEnable = 'Enable Statistics'; //to translate -$strJumpToDB = 'Jump to database "%s".'; //to translate -$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate -$strNoDatabasesSelected = 'No databases selected.'; //to translate -$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate -$strGlobal = 'global'; //to translate -$strDbSpecific = 'database-specific'; //to translate -$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate -$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate -$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate -$strChangeCopyModeCopy = '... keep the old one.'; //to translate -$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate -$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate -$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate -$strWildcard = 'wildcard'; //to translate -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate -$strQueryTime = 'Query took %01.4f sec';//to translate -$strDBComment = 'Database comment: ';//to translate -$strQueryFrame = 'Query window';//to translate -$strQuerySQLHistory = 'SQL-history';//to translate -$strMIME_MIMEtype = 'MIME-type';//to translate -$strMIME_transformation = 'Browser transformation';//to translate -$strMIME_transformation_options = 'Transformation options';//to translate -$strMIME_transformation_options_note = 'Please enter the values for transformation options 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\').';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate -$strMIME_available_mime = 'Available MIME-types';//to translate -$strMIME_available_transform = 'Available transformations';//to translate -$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate -$strMIME_description = 'Description';//to translate -$strMIME_nodescription = 'No Description is available for this transformation.
Please ask the author, what %s does.';//to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate -$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate -$strInnodbStat = 'InnoDB Status'; //to translate -$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate -$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate -$strSQLOptions = 'SQL options';//to translate -$strXML = 'XML';//to translate -$strCSVOptions = 'CSV options';//to translate -$strNoOptions = 'This format has no options';//to translate -$strStatCreateTime = 'Creation';//to translate -$strStatUpdateTime = 'Last update';//to translate -$strStatCheckTime = 'Last check';//to translate -$strPerMinute = 'per minute';//to translate -$strPerSecond = 'per second';//to translate -$strAutomaticLayout = 'Automatic layout'; //to translate -$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate -$strFileNameTemplate = 'File name template';//to translate -$strFileNameTemplateRemember = 'remember template';//to translate -$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strAutodetect = 'Autodetect'; //to translate -$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate -$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate -$strUseHostTable = 'Use Host Table'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate -$strSwitchToTable = 'Switch to copied table'; //to translate -$strCharset = 'Charset'; //to translate -$strLaTeXOptions = 'LaTeX options'; //to translate -$strRelations = 'Relations'; //to translate -$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate -$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate -$strMustSelectFile = 'You should select file which you want to insert.'; //to translate -$strSaveOnServer = 'Save on server in %s directory'; //to translate -$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate -$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate -$strDumpSaved = 'Dump has been saved to file %s.'; //to translate -$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate -$strNoSpace = 'Insufficient space to save the file %s.'; //to translate -$strInsertedRowId = 'Inserted row id:'; //to translate -$strLoadMethod = 'LOAD method'; //to translate -$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate -$strExecuteBookmarked = 'Execute bookmarked query'; //to translate -$strExcelOptions = 'Excel options'; //to translate -$strReplaceNULLBy = 'Replace NULL by'; //to translate -$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate -$strPaperSize = 'Paper size'; //to translate -$strDatabaseNoTable = 'This database contains no table!';//to translate -$strViewDumpDatabases = 'View dump (schema) of databases';//to translate -$strAddIntoComments = 'Add into comments';//to translate -$strDatabaseExportOptions = 'Database export options';//to translate -$strAddDropDatabase = 'Add DROP DATABASE';//to translate -$strToggleScratchboard = 'toggle scratchboard'; //to translate -$strTableOptions = 'Table options'; //to translate -$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate -$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate -$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate -$strCharsets = 'Charsets'; //to translate -$strDescription = 'Description'; //to translate -$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate -$strCollation = 'Collation'; //to translate -$strMultilingual = 'multilingual'; //to translate -$strGerman = 'German'; //to translate -$strPhoneBook = 'phone book'; //to translate -$strDictionary = 'dictionary'; //to translate -$strSwedish = 'Swedish'; //to translate -$strDanish = 'Danish'; //to translate -$strCzech = 'Czech'; //to translate -$strTurkish = 'Turkish'; //to translate -$strEnglish = 'English'; //to translate -$strHungarian = 'Hungarian'; //to translate -$strCroatian = 'Croatian'; //to translate -$strBulgarian = 'Bulgarian'; //to translate -$strLithuanian = 'Lithuanian'; //to translate -$strEstonian = 'Estonian'; //to translate -$strCaseInsensitive = 'case-insensitive'; //to translate -$strCaseSensitive = 'case-sensitive'; //to translate -$strUkrainian = 'Ukrainian'; //to translate -$strHebrew = 'Hebrew'; //to translate -$strWestEuropean = 'West European'; //to translate -$strCentralEuropean = 'Central European'; //to translate -$strTraditionalChinese = 'Traditional Chinese'; //to translate -$strCyrillic = 'Cyrillic'; //to translate -$strArmenian = 'Armenian'; //to translate -$strArabic = 'Arabic'; //to translate -$strRussian = 'Russian'; //to translate -$strUnknown = 'unknown'; //to translate -$strBaltic = 'Baltic'; //to translate -$strUnicode = 'Unicode'; //to translate -$strSimplifiedChinese = 'Simplified Chinese'; //to translate -$strKorean = 'Korean'; //to translate -$strGreek = 'Greek'; //to translate -$strJapanese = 'Japanese'; //to translate -$strThai = 'Thai'; //to translate -$strUseThisValue = 'Use this value'; //to translate -$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate -$strBrowseForeignValues = 'Browse foreign values'; //to translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate - -$strPrintViewFull = 'Print view (with full texts)'; //to translate -$strLogServer = 'Server'; //to translate -$strSortByKey = 'Sort by key'; //to translate -$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate -$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate -$strConstraintsForTable = 'Constraints for table'; //to translate -$strBookmarkOptions = 'Bookmark options'; //to translate -$strCreationDates = 'Creation/Update/Check dates'; //to translate -$strCheckOverhead = 'Check overheaded'; //to translate -$strExcelEdition = 'Excel edition'; //to translate -$strDelayedInserts = 'Use delayed inserts'; //to translate -$strSQLExportType = 'Export type'; //to translate -$strAddConstraints = 'Add constraints'; //to translate -$strGeorgian = 'Georgian'; //to translate -$strCzechSlovak = 'Czech-Slovak'; //to translate -$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate -$strMaximumSize = 'Maximum size: %s%s'; //to translate -$strConnectionError = 'Cannot connect: invalid settings.'; //to translate -$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate -$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate -$strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate -$strIgnoreInserts = 'Use ignore inserts'; //to translate -$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate -$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate -$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate -$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate -$strAfterInsertSame = 'Go back to this page'; //to translate -$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate -$strDatabaseEmpty = 'The database name is empty!'; //to translate -$strDBRename = 'Rename database to'; //to translate -$strOperator = 'Operator'; //to translate -$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate -$strCalendar = 'Calendar'; //to translate -$strRefresh = 'Refresh'; //to translate -$strDefragment = 'Defragment table'; //to translate -$strNoRowsSelected = 'No rows selected'; //to translate -$strSpanish = 'Spanish'; //to translate -$strStrucNativeExcel = 'Native MS Excel data'; //to translate -$strDisableForeignChecks = 'Disable foreign key checks'; //to translate -$strServerNotResponding = 'The server is not responding'; //to translate -$strTheme = 'Theme / Style'; //to translate -$strTakeIt = 'take it'; //to translate -$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate -$strIcelandic = 'Icelandic'; //to translate -$strLatvian = 'Latvian'; //to translate -$strPolish = 'Polish'; //to translate -$strRomanian = 'Romanian'; //to translate -$strSlovenian = 'Slovenian'; //to translate -$strTraditionalSpanish = 'Traditional Spanish'; //to translate -$strSlovak = 'Slovak'; //to translate -$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate -$strPersian = 'Persian'; //to translate -$strAddFields = 'Add %s field(s)'; //to translate -$strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate -$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate -$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate -$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate -$strBinLogName = 'Log name'; //to translate -$strBinLogPosition = 'Position'; //to translate -$strBinLogEventType = 'Event type'; //to translate -$strBinLogServerId = 'Server ID'; //to translate -$strBinLogOriginalPosition = 'Original position'; //to translate -$strBinLogInfo = 'Information'; //to translate -$strBinaryLog = 'Binary log'; //to translate -$strSelectBinaryLog = 'Select binary log to view'; //to translate -$strDBCopy = 'Copy database to'; //to translate -$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate -$strSwitchToDatabase = 'Switch to copied database'; //to translate -$strPasswordHashing = 'Password Hashing'; //to translate -$strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate -$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate -$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate -$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate -$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate -$strSQLExportCompatibility = 'SQL export compatibility'; //to translate -$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate -$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate -$strAfterInsertNext = 'Edit next row'; //to translate -$strView = 'View'; //to translate -$strViewHasBeenDropped = 'View %s has been dropped'; //to translate -$strEngines = 'Engines'; //to translate -$strStorageEngines = 'Storage Engines'; //to translate -$strStorageEngine = 'Storage Engine'; //to translate -$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strEngineAvailable = '%s is available on this MySQL server.'; //to translate -$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate -$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate -$strVersionInformation = 'Version information'; //to translate -$strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate -$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate $strBufferPool = 'Buffer Pool'; //to translate -$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate -$strDataPages = 'Pages containing data'; //to translate -$strFreePages = 'Free pages'; //to translate -$strBusyPages = 'Busy pages'; //to translate -$strDirtyPages = 'Dirty pages'; //to translate -$strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strLatchedPages = 'Latched pages'; //to translate $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate -$strReadRequests = 'Read requests'; //to translate -$strWriteRequests = 'Write requests'; //to translate +$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate $strBufferReadMisses = 'Read misses'; //to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate +$strBusyPages = 'Busy pages'; //to translate + +$strDataPages = 'Pages containing data'; //to translate +$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate +$strDirtyPages = 'Dirty pages'; //to translate + +$strEngineAvailable = '%s is available on this MySQL server.'; //to translate +$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate +$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate +$strEngines = 'Engines'; //to translate + +$strFreePages = 'Free pages'; //to translate + $strHTMLExcel = 'Microsoft Excel 2000'; //to translate $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate $strHTMLWord = 'Microsoft Word 2000'; //to translate $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate + +$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate +$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate +$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate + +$strLatchedPages = 'Latched pages'; //to translate +$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate + +$strMyISAMDataPointerSize = 'Data pointer size'; //to translate +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate +$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate +$strMyISAMRepairThreads = 'Repair threads'; //to translate +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate +$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate + +$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate + +$strPagesToBeFlushed = 'Pages to be flushed'; //to translate + +$strReadRequests = 'Read requests'; //to translate + $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate +$strStorageEngine = 'Storage Engine'; //to translate +$strStorageEngines = 'Storage Engines'; //to translate + +$strVersionInformation = 'Version information'; //to translate +$strView = 'View'; //to translate +$strViewHasBeenDropped = 'View %s has been dropped'; //to translate + +$strWriteRequests = 'Write requests'; //to translate + ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index c1b33b4e3..b97f23b2d 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -524,7 +524,6 @@ $strPrivDescUsage = 'Ingen privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.'; $strProcesslist = 'Procesliste'; -$strProperties = 'Egenskaber'; $strPutColNames = 'Indsæt feltnavne i første række'; $strQBE = 'Foresp. via eks.'; diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 7d6cf8bdb..633ca0c32 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -525,7 +525,6 @@ $strPrivDescUsage = 'Ingen privilegier.'; $strPrivileges = 'Privilegier'; $strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.'; $strProcesslist = 'Procesliste'; -$strProperties = 'Egenskaber'; $strPutColNames = 'Indsæt feltnavne i første række'; $strQBE = 'Foresp. via eks.'; diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 60575f1e8..d465324ad 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -327,7 +327,6 @@ $strIndexName = 'Nom de la clef :'; $strIndexType = 'Type de clef :'; $strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`'; $strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index'; -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; $strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`'; $strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index'; $strIndexes = 'Index'; diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 2b6a357b7..cc3d001ba 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -328,7 +328,6 @@ $strIndexName = 'Nom de la clef :'; $strIndexType = 'Type de clef :'; $strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`'; $strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index'; -$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; $strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`'; $strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index'; $strIndexes = 'Index'; diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 6e80c7c66..1f11f4f7f 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -375,7 +375,6 @@ $strLongOperation = 'Esta operaci $strMIMETypesForTable = 'TIPOS MIME PARA A TABELA'; $strMIME_MIMEtype = 'Tipo MIME'; $strMIME_available_mime = 'Tipos MIME disponíbeis'; -$strMIME_available_transform = 'Transformacións disponibles'; $strMIME_available_transform = 'Transformacións disponíbeis'; $strMIME_description = 'Descrición'; $strMIME_nodescription = 'Non existe descrición desta transformación.
Pergunte-lle ao autor que é o que fai %s.'; @@ -708,7 +707,6 @@ $strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vincul $strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).'; $strTransformation_image_png__inline = 'Ver image/jpeg: na liña'; $strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.'; -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; $strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)'; $strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.'; $strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.'; diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 7e1218b1a..b2a96d6b1 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -376,7 +376,6 @@ $strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual $strMIMETypesForTable = 'TIPOS MIME PARA A TABELA'; $strMIME_MIMEtype = 'Tipo MIME'; $strMIME_available_mime = 'Tipos MIME disponíbeis'; -$strMIME_available_transform = 'Transformacións disponibles'; $strMIME_available_transform = 'Transformacións disponíbeis'; $strMIME_description = 'Descrición'; $strMIME_nodescription = 'Non existe descrición desta transformación.
Pergunte-lle ao autor que é o que fai %s.'; @@ -709,7 +708,6 @@ $strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vinculábel. $strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).'; $strTransformation_image_png__inline = 'Ver image/jpeg: na liña'; $strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.'; -$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; $strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)'; $strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.'; $strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.'; diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index f26dd1efd..9732a0561 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -804,4 +804,6 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBPages = 'pages'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate + +$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index fb35d7d72..e0f7fa4e4 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -805,4 +805,6 @@ $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cac $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate $strInnoDBPages = 'pages'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate + +$strQueryStatistics = 'Query statistics: Since its startup, %s queries have been sent to the server.'; ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 9cb79cc55..c2e0345fb 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -508,7 +508,6 @@ $strPrivDescUsage = 'Nav privilēģiju.'; $strPrivileges = 'Privilēģijas'; $strPrivilegesReloaded = 'Privilēģijas tika veiksmÄ«gi pÄrlÄdÄ“tas.'; $strProcesslist = 'Procesu saraksts'; -$strProperties = 'Īpašības'; $strPutColNames = 'Likt kolonnu nosaukumus pirmajÄ rindÄ'; $strQBE = 'VaicÄjums pÄ“c parauga'; diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index b819b73d3..ce8b5d645 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -507,7 +507,6 @@ $strPrivDescUsage = 'Nav privil $strPrivileges = 'Privilçìijas'; $strPrivilegesReloaded = 'Privilçìijas tika veiksmîgi pârlâdçtas.'; $strProcesslist = 'Procesu saraksts'; -$strProperties = 'Îpaðîbas'; $strPutColNames = 'Likt kolonnu nosaukumus pirmajâ rindâ'; $strQBE = 'Vaicâjums pçc parauga'; diff --git a/translators.html b/translators.html index 698b188e7..ed71b7dc9 100644 --- a/translators.html +++ b/translators.html @@ -139,8 +139,8 @@ Brazilian Portuguese - - Renato Lins (email lost) + + Airon Luis Pereira