[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 <?php 2 /* $Id: portuguese-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */ 3 4 /** 5 * Portuguese language file by 6 * Lopo Pizarro <lopopizarro@users.sourceforge.net> 7 * António Raposo <cfmsoft@users.sourceforge.net> 8 */ 9 10 $charset = 'utf-8'; 11 $allow_recoding = TRUE; 12 $text_dir = 'ltr'; 13 $number_thousands_separator = ','; 14 $number_decimal_separator = '.'; 15 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 16 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); 17 18 $mysql_4_1_doc_lang = 'pt'; 19 20 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); 21 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); 22 // See http://www.php.net/manual/en/function.strftime.php to define the 23 // variable below 24 $datefmt = '%d-%B-%Y às %H:%M'; 25 26 $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos'; 27 28 $strAbortedClients = 'Abortado'; 29 $strAccessDenied = 'Acesso Negado'; 30 $strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.'; 31 $strAction = 'Acções'; 32 $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT'; 33 $strAddConstraints = 'Adicionar limitadores'; 34 $strAddDeleteColumn = 'Adicionar/Remover Campos'; 35 $strAddDeleteRow = 'Adicionar/Remover Critérios'; 36 $strAddIntoComments = 'Adicionar aos comentários'; 37 $strAddNewField = 'Adiciona novo campo'; 38 $strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte'; 39 $strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte'; 40 $strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):'; 41 $strAddToIndex = 'Adicionar ao índice %s coluna(s)'; 42 $strAddUser = 'Acrescenta um utilizador'; 43 $strAddUserMessage = 'Acrescentou um novo utilizador.'; 44 $strAdministration = 'Administração'; 45 $strAffectedRows = 'Linhas afectadas:'; 46 $strAfter = 'Depois %s'; 47 $strAfterInsertBack = 'Voltar atrás'; 48 $strAfterInsertNewInsert = 'Inserir novo registo'; 49 $strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?'; 50 $strAll = 'Todas'; 51 $strAlterOrderBy = 'Alterar a ordem da tabela por'; 52 $strAnalyzeTable = 'Analizar tabela'; 53 $strAnd = 'E'; 54 $strAnIndex = 'Um índice foi adicionado a %s'; 55 $strAnyHost = 'Qualquer máquina'; 56 $strAny = 'Todos'; 57 $strAnyUser = 'Qualquer utilizador'; 58 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; 59 $strArabic = 'Árabe'; 60 $strArmenian = 'Arménio'; 61 $strAscending = 'Ascendente'; 62 $strAtBeginningOfTable = 'No Início da Tabela'; 63 $strAtEndOfTable = 'No Fim da Tabela'; 64 $strAttr = 'Atributos'; 65 $strAutomaticLayout = 'Layout automático'; 66 67 $strBack = 'Voltar'; 68 $strBaltic = 'Báltico'; 69 $strBinary = ' Binário '; 70 $strBinaryDoNotEdit = ' Binário - não editar '; 71 $strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador'; 72 $strBookmarkDeleted = 'Marcador apagado com sucesso.'; 73 $strBookmarkLabel = 'Etiqueta'; 74 $strBookmarkQuery = 'Comandos SQL marcados'; 75 $strBookmarkThis = 'Marcar este comando SQL'; 76 $strBookmarkView = 'Ver apenas'; 77 $strBrowse = 'Visualiza'; 78 $strBulgarian = 'Búlgaro'; 79 $strBzip = '"Compressão bzip"'; 80 81 $strCannotLogin = 'Não é possível fazer login no servidor MySQL'; 82 $strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor'; 83 $strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.'; 84 $strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!'; 85 $strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.'; 86 $strCardinality = 'Quantidade'; 87 $strCaseInsensitive = 'Sensível a maiúsculas/minúculas'; 88 $strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas'; 89 $strCentralEuropean = 'Europeu Central'; 90 $strChangeCopyModeCopy = '... manter o antigo.'; 91 $strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...'; 92 $strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.'; 93 $strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.'; 94 $strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.'; 95 $strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador'; 96 $strChangeDisplay = 'Escolha campo para mostrar'; 97 $strChange = 'Muda'; 98 $strChangePassword = 'Alterar a palavra-passe'; 99 $strCharset = 'Mapa de Caractere'; 100 $strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:'; 101 $strCharsets = 'Mapas de Caracteres'; 102 $strCheckAll = 'Todos'; 103 $strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados "%s".'; 104 $strCheckPrivs = 'Verificar Privilégios'; 105 $strCheckTable = 'Verificar tabela'; 106 $strChoosePage = 'Escolha uma Página para editar'; 107 $strColComFeat = 'Mostrando comentários das Colunas'; 108 $strColumnNames = 'Nome dos Campos'; 109 $strColumnPrivileges = 'Privilégios específicos da Coluna'; 110 $strCommand = 'Comando'; 111 $strComments = 'Comentários'; 112 $strCompleteInserts = 'Instrucções de inserção completas'; 113 $strCompression = 'Compressão'; 114 $strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.'; 115 $strConfigureTableCoord = 'Configure as cordenadas para a tabela %s'; 116 $strConnections = 'Ligações'; 117 $strConstraintsForTable = 'Limitadores para a tabela'; 118 $strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.'; 119 $strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):'; 120 $strCopyTableOK = 'Tabela %s copiada para %s.'; 121 $strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!'; 122 $strCreate = 'Criar'; 123 $strCreateIndex = 'Criar um índice com %s coluna(s)'; 124 $strCreateIndexTopic = 'Criar um novo índice'; 125 $strCreateNewDatabase = 'Criar nova base de dados'; 126 $strCreateNewTable = 'Criar nova tabela na base de dados %s'; 127 $strCreatePage = 'Criar uma Página nova'; 128 $strCreatePdfFeat = 'Criação de PDFs'; 129 $strCreationDates = 'Datas de Criação/Actualização/verificação'; 130 $strCriteria = 'Critérios'; 131 $strCroatian = 'Croata'; 132 $strCSVOptions = 'Opções CSV'; 133 $strCzech = 'Checo'; 134 $strCzechSlovak = 'Checo-Eslovaco'; 135 136 $strDanish = 'Dinamarquês'; 137 $strDatabase = 'Base de Dados'; 138 $strDatabaseExportOptions = 'Opções de exportação da Base de Dados'; 139 $strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.'; 140 $strDatabases = 'Base de Dados'; 141 $strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.'; 142 $strDatabasesStatsDisable = 'Desactivar Estatísticas'; 143 $strDatabasesStatsEnable = 'Activar Estatísticas'; 144 $strDatabasesStats = 'Estatísticas das bases de dados'; 145 $strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.'; 146 $strData = 'Dados'; 147 $strDataDict = 'Dicionario de dados'; 148 $strDataOnly = 'Apenas dados'; 149 $strDBComment = 'Comentário da Base de Dados: '; 150 $strDbPrivileges = 'Privilégios específicos da Base de Dados'; 151 $strDbSpecific = 'Especifico da Base de Dados'; 152 $strDefault = 'Defeito'; 153 $strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.'; 154 $strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.'; 155 $strDelete = 'Apagar'; 156 $strDeleted = 'Registo eliminado'; 157 $strDeletedRows = 'Linhas apagadas:'; 158 $strDeleting = 'A apagar %s'; 159 $strDescending = 'Descendente'; 160 $strDescription = 'Descrição'; 161 $strDictionary = 'dicionário'; 162 $strDisabled = 'Desactidado'; 163 $strDisplayFeat = 'Mostrar Características'; 164 $strDisplayOrder = 'Ordem de visualização:'; 165 $strDisplayPDF = 'Mostrar o esquema de PDF'; 166 $strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")'; 167 $strDocu = 'Documentação'; 168 $strDoYouReally = 'Confirma : '; 169 $strDrop = 'Elimina'; 170 $strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.'; 171 $strDumpingData = 'Extraindo dados da tabela'; 172 $strDumpSaved = 'O Dump foi gravado para o ficheiro %s.'; 173 $strDumpXRows = 'Exporta %s registos começando em %s.'; 174 $strDynamic = 'dinâmico'; 175 176 $strEdit = 'Edita'; 177 $strEditPDFPages = 'Editar páginas PDF'; 178 $strEditPrivileges = 'Alterar Privilegios'; 179 $strEffective = 'Em uso'; 180 $strEmpty = 'Limpa'; 181 $strEmptyResultSet = 'MySQL não retornou nenhum registo.'; 182 $strEnabled = 'Activado'; 183 $strEnd = 'Fim'; 184 $strEnglish = 'Inglês'; 185 $strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês '; 186 $strError = 'Erro'; 187 $strEstonian = 'Estoniano'; 188 $strExcelEdition = 'Edição Excel'; 189 $strExcelOptions = 'Opções Excel'; 190 $strExecuteBookmarked = 'Executar um query marcado(do marcador)'; 191 $strExplain = 'Explicar SQL'; 192 $strExport = 'Exportar'; 193 $strExtendedInserts = 'Instrucções de inserção múltiplas'; 194 $strExtra = 'Extra'; // written the same in portuguese 195 196 $strFailedAttempts = 'Tentativas falhadas'; 197 $strField = 'Campo'; 198 $strFieldHasBeenDropped = 'O campo %s foi eliminado'; 199 $strFieldsEmpty = ' Número de campos inválido! '; 200 $strFieldsEnclosedBy = 'Campos delimitados por'; 201 $strFieldsEscapedBy = 'Campos precedidos por'; 202 $strFields = 'Qtd Campos'; 203 $strFieldsTerminatedBy = 'Campos terminados por'; 204 $strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).'; 205 $strFileCouldNotBeRead = 'Não foi possível ler o ficheiro'; 206 $strFileNameTemplate = 'Nome do ficheiro modelo'; 207 $strFileNameTemplateRemember = 'Lembrar-se do modelo'; 208 $strFixed = 'fixo'; 209 $strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente 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 nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.'; 210 $strFlushTable = 'Fecha a tabela ("FLUSH")'; 211 $strFormat = 'Formato'; 212 $strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!'; 213 $strFullText = 'Texto inteiro'; 214 $strFunction = 'Funções'; 215 216 $strGenBy = 'Gerado por'; 217 $strGeneralRelationFeat = 'Características gerais de Relação'; 218 $strGenTime = 'Data de Criação'; 219 $strGeorgian = 'Georgiano'; 220 $strGerman = 'Alemão'; 221 $strGlobal = 'global'; //(same in portuguese) 222 $strGlobalPrivileges = 'Privilégios Globais'; 223 $strGlobalValue = 'Valor Global'; 224 $strGo = 'Executa'; 225 $strGrantOption = 'Conceder/Grant'; 226 $strGreek = 'Grego'; 227 $strGzip = '"Compressão gzip"'; 228 229 $strHasBeenAltered = 'foi alterado(a).'; 230 $strHasBeenCreated = 'foi criado(a).'; 231 $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar'; 232 $strHebrew = 'Hebráico'; 233 $strHome = 'Início'; 234 $strHomepageOfficial = 'Página Oficial do phpMyAdmin'; 235 $strHostEmpty = 'O nome da máquina está vazio!'; 236 $strHost = 'Máquina'; 237 $strHungarian = 'Húngaro'; 238 239 $strId = 'ID'; //(same in portuguese) 240 $strIdxFulltext = 'Texto Completo'; 241 $strIgnore = 'Ignora'; 242 $strImportFiles = 'Importar'; 243 $strIndexes = 'Índices'; 244 $strIndexHasBeenDropped = 'O Índice %s foi eliminado'; 245 $strIndexName = 'Nome do Índice :'; 246 $strIndex = 'Índice'; 247 $strIndexType = 'Tipo de Índice :'; 248 $strInnodbStat = 'Estado da InnoDB'; 249 $strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.'; 250 $strInsertAsNewRow = 'Insere como novo registo'; 251 $strInsertedRowId = 'Inserir id de linha:'; 252 $strInsertedRows = 'Registos inseridos :'; 253 $strInsert = 'Insere'; 254 $strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.'; 255 $strInternalRelations = 'Relações internas'; 256 $strInUse = 'em uso'; 257 258 $strJapanese = 'Japonês'; 259 $strJumpToDB = 'Saltar para a Base de Dados "%s".'; 260 $strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.'; 261 $strJustDeleteDescr = 'Os utilizadores "deleted" continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.'; 262 263 $strKeepPass = 'Mantendo a palavra-passe '; 264 $strKeyname = 'Nome do Índice'; 265 $strKill = 'Termina'; 266 $strKorean = 'Coreano'; 267 268 $strLandscape = 'Paisagem/ao baixo'; 269 $strLatexCaption = 'Legenda da tabela'; 270 $strLatexContent = 'Conteúdo da tabela __TABLE__'; 271 $strLatexContinuedCaption = 'Continuação da legenda da tabela'; 272 $strLatexContinued = '(continuação)'; 273 $strLatexIncludeCaption = 'Incluir a legenda da tabela'; 274 $strLaTeX = 'LaTeX'; //(same in portuguese) 275 $strLaTeXOptions = 'Opções LaTeX'; 276 $strLatexStructure = 'estructura da tabela __TABLE__'; 277 $strLengthSet = 'Tamanho/Valores*'; 278 $strLimitNumRows = 'Número de registos por página'; 279 $strLinesTerminatedBy = 'Linhas terminadas por'; 280 $strLinkNotFound = 'Link não encontrado'; 281 $strLinksTo = 'Links para'; 282 $strLithuanian = 'Lituano'; 283 $strLocalhost = 'Local'; 284 $strLocationTextfile = 'Localização do arquivo de texto'; 285 $strLogin = 'Entrada'; 286 $strLoginInformation = 'Informação de Login '; 287 $strLogout = 'Sair'; 288 $strLogPassword = 'Palavra-passe :'; 289 $strLogServer = 'Servidor'; 290 $strLogUsername = 'Utilizador :'; 291 292 $strMaximumSize = 'Tamanho máximo: %s%s'; 293 $strMIME_available_mime = 'MIME-types disponíveis'; 294 $strMIME_available_transform = 'Transformações disponíveis'; 295 $strMIME_description = 'Descrição'; 296 $strMIME_MIMEtype = 'MIME-type'; //(same in portuguese) 297 $strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.'; 298 $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'; 299 $strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\', 100, b,\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; 300 $strMIME_transformation_options = 'Opções de tranformação'; 301 $strMIME_transformation = 'Transformação do navegador'; 302 $strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada'; 303 $strModifications = 'Modificações foram guardadas'; 304 $strModifyIndexTopic = 'Modificar um índice'; 305 $strModify = 'Modifica'; 306 $strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):'; 307 $strMoveTableOK = 'A tabela %s foi movida para %s.'; 308 $strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!'; 309 $strMultilingual = 'multilingua'; 310 $strMySQLCharset = 'Mapa de Caracteres do mySQL'; 311 $strMySQLSaid = 'Mensagens do MySQL : '; 312 $strMySQLShowProcess = 'Mostra os Processos'; 313 $strMySQLShowStatus = 'Mostra informação do estado do MySQL'; 314 $strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL'; 315 316 $strName = 'Nome'; 317 $strNext = 'Próximo'; 318 $strNoDatabasesSelected = 'Nenhuma base de dados selecionada.'; 319 $strNoDatabases = 'Sem bases de dados'; 320 $strNoDescription = 'sem Descrição'; 321 $strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.'; 322 $strNoExplain = 'Saltar Explicar SQL'; 323 $strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.'; 324 $strNoIndex = 'Nenhum indíce definido!'; 325 $strNoIndexPartsDefined = 'Nenhuma parte do índice definida!'; 326 $strNoModification = 'Sem alterações'; 327 $strNone = 'Nenhum'; 328 $strNo = 'Não'; 329 $strNoOptions = 'Este formato não tem opções'; 330 $strNoPassword = 'Sem palavra-passe'; 331 $strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.'; 332 $strNoPhp = 'sem código PHP'; 333 $strNoPrivileges = 'Sem Privilégios'; 334 $strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!'; 335 $strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.'; 336 $strNoTablesFound = 'Nenhuma tabela encontrada na base de dados'; 337 $strNotNumber = 'Isto não é um número!'; 338 $strNotOK = 'não está OK'; 339 $strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s'; 340 $strNoUsersFound = 'Nenhum utilizador encontrado.'; 341 $strNoValidateSQL = 'Saltar a validação SQL'; 342 $strNull = 'Nulo'; 343 $strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>'; 344 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)'; 345 $strNumTables = 'Tabelas'; 346 347 $strOK = 'OK'; //Same in portuguese 348 $strOperations = 'Operações'; 349 $strOptimizeTable = 'Optimizar tabela'; 350 $strOr = 'Ou'; 351 $strOverhead = 'Suspenso'; 352 $strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)'; 353 354 $strPageNumber = 'Página número:'; 355 $strPaperSize = 'Tamanho do papel'; 356 $strPartialText = 'Texto parcial'; 357 $strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.'; 358 $strPasswordEmpty = 'Indique a palavras-passe!'; 359 $strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!'; 360 $strPassword = 'Palavra-passe'; 361 $strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s'; 362 $strPdfInvalidTblName = 'A tabela "%s" não existe!'; 363 $strPdfNoTables = 'Sem tablelas'; 364 $strPerHour = 'por hora'; 365 $strPerMinute = 'por minuto'; 366 $strPerSecond = 'por segundo'; 367 $strPhoneBook = 'lista telefónica'; 368 $strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.'; 369 $strPhp = 'Criar código PHP'; 370 $strPHPVersion = 'versão do PHP'; 371 $strPmaDocumentation = 'Documentação do phpMyAdmin'; 372 $strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!'; 373 $strPortrait = 'Retrato/Ao alto'; 374 $strPos1 = 'Inicio'; 375 $strPrevious = 'Anterior'; 376 $strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada'; 377 $strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!'; 378 $strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)'; 379 $strPrimary = 'Primária'; 380 $strPrint = 'Imprimir'; 381 $strPrintViewFull = 'Vista de impressão (com texto inteiro)'; 382 $strPrintView = 'Vista de impressão'; 383 $strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.'; 384 $strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.'; 385 $strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.'; 386 $strPrivDescCreateTbl = 'Permite criar novas tabelas.'; 387 $strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.'; 388 $strPrivDescDelete = 'Permite apagar dados.'; 389 $strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.'; 390 $strPrivDescDropTbl = 'Permite apagar Bases de Dados.'; 391 $strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.'; 392 $strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.'; 393 $strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.'; 394 $strPrivDescIndex = 'Permite criar e apagar indexes.'; 395 $strPrivDescInsert = 'Permite inserir e substituir dados.'; 396 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; 397 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; 398 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; 399 $strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.'; 400 $strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.'; 401 $strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.'; 402 $strPrivDescSelect = 'Permite ler dados.'; 403 $strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.'; 404 $strPrivDescShutdown = 'Permite desligar o servidor.'; 405 $strPrivDescUpdate = 'Permite alterar dados.'; 406 $strPrivDescUsage = 'Sem privilégios.'; 407 $strPrivileges = 'Privilégios'; 408 $strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.'; 409 $strProcesses = 'Processos'; 410 $strProcesslist = 'Lista de Processos'; 411 $strPutColNames = 'Coloca os nomes dos compos na primeira linha'; 412 413 $strQBEDel = 'Elim.'; 414 $strQBEIns = 'Ins.'; 415 $strQBE = 'Pesquisa por formulário'; 416 $strQueryFrame = 'Janela de Query'; 417 $strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:'; 418 $strQuerySQLHistory = 'Histórico SQL'; 419 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; 420 $strQueryTime = 'O Query demorou %01.4f sec'; 421 $strQueryType = 'Tipo de Query'; 422 $strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela'; 423 424 $strReceived = 'Recebido'; 425 $strRecords = 'Registos'; 426 $strReferentialIntegrity = 'Verificar Integridade referencial:'; 427 $strRelationalSchema = 'Esquema relacional'; 428 $strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.'; 429 $strRelations = 'Relações'; 430 $strRelationView = 'Vista de Relação'; 431 $strReloadingThePrivileges = 'A recarregar privilégios'; 432 $strRemoveSelectedUsers = 'Remover utilizadores seleccionados'; 433 $strRenameTableOK = 'Tabela %s renomeada para %s'; 434 $strRenameTable = 'Renomeia a tabela para '; 435 $strRepairTable = 'Reparar tabela'; 436 $strReplaceNULLBy = 'Substituir NULL por'; 437 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; 438 $strReset = 'Limpa'; 439 $strResourceLimits = 'Limites do recurso'; 440 $strReType = 'Confirma'; 441 $strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.'; 442 $strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.'; 443 $strRevoke = 'Anula'; 444 $strRevokeMessage = 'Anulou os privilégios para %s'; 445 $strRowLength = 'Comprim. dos reg.'; 446 $strRowsFrom = 'registos começando em'; 447 $strRowSize = ' Tamanho dos reg.'; 448 $strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)'; 449 $strRowsModeHorizontal = 'horizontal'; // same in portuguese! 450 $strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células'; 451 $strRowsModeVertical = 'vertical'; // same in portuguese! 452 $strRows = 'Registos'; 453 $strRowsStatistic = 'Estatísticas dos registos'; 454 $strRunning = 'a correr em %s'; 455 $strRunQuery = 'Executa Comando SQL'; 456 $strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s'; 457 $strRussian = 'Russo'; 458 459 $strSave = 'Guarda'; 460 $strSaveOnServer = 'Gravar no servidor na directoria %s'; 461 $strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página'; 462 $strSearchFormTitle = 'Pesquisar na Base de Dados'; 463 $strSearchInTables = 'Dentro de Tabela(s):'; 464 $strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):'; 465 $strSearchOption1 = 'pelo menos uma das palavras'; 466 $strSearchOption2 = 'todas as palavras'; 467 $strSearchOption3 = 'a frase exacta'; 468 $strSearchOption4 = 'as regular expression'; 469 $strSearch = 'Pesquisar'; 470 $strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:'; 471 $strSearchType = 'Procurar:'; 472 $strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).'; 473 $strSelectADb = 'Por favor seleccione uma base de dados'; 474 $strSelectAll = 'Selecciona Todas'; 475 $strSelectFields = 'Seleccione os campos (no mínimo 1)'; 476 $strSelectNumRows = 'na pesquisa'; 477 $strSelectTables = 'Seleccionar Tabelas'; 478 $strSend = 'envia'; 479 $strSent = 'Enviado'; 480 $strServerChoice = 'Escolha do Servidor'; 481 $strServer = 'Servidor'; 482 $strServerStatus = 'Informação de Runtime'; 483 $strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.'; 484 $strServerTabVariables = 'Variáveis'; 485 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; 486 $strServerVars = 'Variáveis do servidor e configurações'; 487 $strServerVersion = 'Versão do servidor'; 488 $strSessionValue = 'Valor de sessão'; 489 $strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').'; 490 $strShowAll = 'Mostrar tudo'; 491 $strShowColor = 'Mostrar côr'; 492 $strShowDatadictAs = 'Formato dos dados do dicionário'; 493 $strShowFullQueries = 'Mostrar queries completos'; 494 $strShowGrid = 'Mostrar grelha'; 495 $strShowingRecords = 'Mostrando registos '; 496 $strShow = 'Mostra'; 497 $strShowPHPInfo = 'Mostra informação do PHP'; 498 $strShowTableDimension = 'Mostrar dimensão das tabelas'; 499 $strShowTables = 'Mostra tabelas'; 500 $strShowThisQuery = ' Mostrar de novo aqui este comando '; 501 $strSimplifiedChinese = 'Chinês Simplificado'; 502 $strSingly = '(A refazer após inserir/eliminar)'; 503 $strSize = 'Tamanho'; 504 $strSortByKey = 'Ordenar por chave'; 505 $strSort = 'Ordenação'; 506 $strSpaceUsage = 'Espaço ocupado'; 507 $strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").'; 508 $strSQLExportType = 'Tipo de Exportação'; 509 $strSQLOptions = 'Opções SQL'; 510 $strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o 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 do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:'; 511 $strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.'; 512 $strSQLQuery = 'Comando SQL'; 513 $strSQLResult = 'Resultado SQL'; 514 $strSQL = 'SQL'; 515 $strSQPBugInvalidIdentifer = 'Identificador inválido'; 516 $strSQPBugUnclosedQuote = 'Aspa não fechada'; 517 $strSQPBugUnknownPunctuation = 'Pontuação desconhecida'; 518 $strStatCheckTime = 'Verificação'; 519 $strStatCreateTime = 'Criação'; 520 $strStatement = 'Itens'; 521 $strStatUpdateTime = 'Actualização'; 522 $strStatus = 'Estado'; 523 $strStrucCSV = 'Dados CSV'; 524 $strStrucData = 'Estrutura e dados'; 525 $strStrucExcelCSV = 'dados CSV para MS Excel'; 526 $strStrucOnly = 'Somente estrutura'; 527 $strStructPropose = 'Propor uma estrutura de tabela'; 528 $strStructure = 'Estrutura'; 529 $strSubmit = 'Submete'; 530 $strSuccess = 'O seu comando SQL foi executado com sucesso'; 531 $strSum = 'Soma'; 532 $strSwedish = 'Sueco'; 533 $strSwitchToTable = 'Mudar para a tabela copiada'; 534 535 $strTableComments = 'Comentários da tabela'; 536 $strTableEmpty = 'O nome da tabela está vazio!'; 537 $strTableHasBeenDropped = 'A tabela %s foi eliminada'; 538 $strTableHasBeenEmptied = 'A tabela %s foi limpa'; 539 $strTableHasBeenFlushed = 'A tabela %s foi fechada'; 540 $strTableMaintenance = 'Manutenção da tabela'; 541 $strTableOfContents = 'Índice'; 542 $strTableOptions = 'Opções da tabela'; 543 $strTables = '%s tabela(s)'; 544 $strTableStructure = 'Estrutura da tabela'; 545 $strTable = 'Tabela'; 546 $strTblPrivileges = 'Privilégios específicos da tabela'; 547 $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável '; 548 $strThai = 'Tailandês'; 549 $strThisHost = 'Este Anfitrião'; 550 $strTime = 'Tempo'; 551 $strTotal = 'total'; 552 $strTotalUC = 'Total'; // (same in portuguese) 553 $strTraditionalChinese = 'Chinês Tradicional'; 554 $strTraffic = 'Tráfego'; 555 $strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)'; 556 $strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).'; 557 $strTransformation_image_png__inline = 'Ver imagem/jpeg: inline'; 558 $strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.'; 559 $strTruncateQueries = 'Truncar os Queries mostrados'; 560 $strTurkish = 'Turco'; 561 $strType = 'Tipo'; 562 563 $strUkrainian = 'Ucraniano'; 564 $strUncheckAll = 'Nenhum'; 565 $strUnicode = 'Unicode'; 566 $strUnique = 'Único'; 567 $strUnknown = 'desconhecido'; 568 $strUnselectAll = 'Limpa Todas as Selecções'; 569 $strUpdatePrivMessage = 'Actualizou os privilégios de %s.'; 570 $strUpdateProfileMessage = 'O prefil foi actualizado.'; 571 $strUpdateQuery = 'Actualiza Comando SQL'; 572 $strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table'; 573 $strUpgrade = 'deve actualizar para %s %s ou mais recente.'; 574 $strUsage = 'Utilização'; 575 $strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos'; 576 $strUseHostTable = 'Usar a tabela do anfitrião'; 577 $strUserAlreadyExists = 'O utilizador %s já existe!'; 578 $strUserEmpty = 'O nome do utilizador está vazio!'; 579 $strUserName = 'Nome do Utilizador'; 580 $strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.'; 581 $strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.'; 582 $strUsersHavingAccessToDb = 'Utilizadores que tem acesso a "%s"'; 583 $strUser = 'Utilizador'; 584 $strUseTables = 'Usar Tabelas'; 585 $strUseTextField = 'Usar campo de texto'; 586 $strUseThisValue = 'Usar este valor'; 587 588 $strValidateSQL = 'Validar SQL'; 589 $strValue = 'Valor'; 590 $strVar = 'Variável'; 591 $strViewDumpDB = 'Ver o esquema da base de dados'; 592 $strViewDump = 'Ver o esquema da tabela'; 593 594 $strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload'; 595 $strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload'; 596 $strWelcome = 'Bemvindo ao %s'; 597 $strWestEuropean = 'Europeu de Oeste'; 598 $strWithChecked = 'Com os seleccionados:'; 599 $strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.'; 600 601 $strXML = 'XML';// (Same in portuguese) 602 603 $strYes = 'Sim'; 604 605 $strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.'; 606 $strZip = '"Compressão zip"'; 607 608 // To translate: 609 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate 610 $strAddFields = 'Add %s field(s)'; //to translate 611 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate 612 $strAfterInsertNext = 'Edit next row'; //to translate 613 $strAfterInsertSame = 'Go back to this page'; //to translate 614 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate 615 $strAndThen = 'and then'; //to translate 616 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate 617 618 $strBeginCut = 'BEGIN CUT'; //to translate 619 $strBeginRaw = 'BEGIN RAW'; //to translate 620 $strBinaryLog = 'Binary log'; //to translate 621 $strBinLogEventType = 'Event type'; //to translate 622 $strBinLogInfo = 'Information'; //to translate 623 $strBinLogName = 'Log name'; //to translate 624 $strBinLogOriginalPosition = 'Original position'; //to translate 625 $strBinLogPosition = 'Position'; //to translate 626 $strBinLogServerId = 'Server ID'; //to translate 627 $strBookmarkCreated = 'Bookmark %s created'; //to translate 628 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate 629 $strBrowseDistinctValues = 'Browse distinct values'; //to translate 630 $strBrowseForeignValues = 'Browse foreign values'; //to translate 631 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate 632 $strBufferPool = 'Buffer Pool'; //to translate 633 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate 634 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate 635 $strBufferReadMisses = 'Read misses'; //to translate 636 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate 637 $strBufferWriteWaits = 'Write waits'; //to translate 638 $strBusyPages = 'Busy pages'; //to translate 639 $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 <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. 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 640 641 $strCalendar = 'Calendar'; //to translate 642 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate 643 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 644 $strCheckOverhead = 'Check tables with overhead'; //to translate 645 $strCollation = 'Collation'; //to translate 646 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate 647 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate 648 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate 649 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate 650 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate 651 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 652 $strCopy = 'Copy'; //to translate 653 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate 654 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate 655 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate 656 $strCSV = 'CSV'; //to translate 657 $strCSVImportOptions = 'CSV options'; //to translate 658 $strCyrillic = 'Cyrillic'; //to translate 659 660 $strDatabaseEmpty = 'The database name is empty!'; //to translate 661 $strDataPages = 'Pages containing data'; //to translate 662 $strDBCopy = 'Copy database to'; //to translate 663 $strDBRename = 'Rename database to'; //to translate 664 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate 665 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate 666 $strDefragment = 'Defragment table'; //to translate 667 $strDelayedInserts = 'Use delayed inserts'; //to translate 668 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate 669 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate 670 $strDirtyPages = 'Dirty pages'; //to translate 671 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate 672 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate 673 674 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate 675 $strEndCut = 'END CUT'; //to translate 676 $strEndRaw = 'END RAW'; //to translate 677 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate 678 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate 679 $strEngines = 'Engines'; //to translate 680 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate 681 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate 682 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate 683 $strEsperanto = 'Esperanto'; //to translate 684 685 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate 686 $strFileNameTemplateDescriptionServer = 'server name'; //to translate 687 $strFileNameTemplateDescriptionTable = 'table name'; //to translate 688 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate 689 $strFileToImport = 'File to import'; //to translate 690 $strFlushQueryCache = 'Flush query cache'; //to translate 691 $strFlushTables = 'Flush (close) all tables'; //to translate 692 $strFreePages = 'Free pages'; //to translate 693 694 $strGenerate = 'Generate'; //to translate 695 $strGeneratePassword = 'Generate Password'; //to translate 696 697 $strHandler = 'Handler'; //to translate 698 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate 699 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate 700 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate 701 $strHTMLWord = 'Microsoft Word 2000'; //to translate 702 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate 703 704 $strIcelandic = 'Icelandic'; //to translate 705 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate 706 $strIgnoreInserts = 'Use ignore inserts'; //to translate 707 $strImportFormat = 'Format of imported file'; //to translate 708 $strImport = 'Import'; //to translate 709 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate 710 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate 711 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate 712 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate 713 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate 714 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate 715 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate 716 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate 717 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate 718 $strInnoDBDataFilePath = 'Data files'; //to translate 719 $strInnoDBDataHomeDir = 'Data home directory'; //to translate 720 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate 721 $strInnoDBPages = 'pages'; //to translate 722 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate 723 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate 724 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate 725 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate 726 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate 727 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate 728 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate 729 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate 730 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate 731 $strInvalidRowNumber = '%d is not valid row number.'; //to translate 732 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate 733 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate 734 735 $strJoins = 'Joins'; //to translate 736 737 $strKeyCache = 'Key cache'; //to translate 738 739 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate 740 $strLatchedPages = 'Latched pages'; //to translate 741 $strLatexLabel = 'Label key';//to translate 742 $strLatvian = 'Latvian'; //to translate 743 $strLDI = 'CSV using LOAD DATA'; //to translate 744 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate 745 $strLDILocal = 'Use LOCAL keyword'; //to translate 746 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate 747 748 $strMaxConnects = 'max. concurrent connections'; //to translate 749 $strMaximalQueryLength = 'Maximal length of created query'; //to translate 750 $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 751 $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 752 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate 753 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate 754 $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 755 $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 756 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate 757 $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 758 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate 759 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate 760 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate 761 $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 762 $strMyISAMRepairThreads = 'Repair threads'; //to translate 763 $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 764 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate 765 $strMysqlClientVersion = 'MySQL client version'; //to translate 766 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate 767 768 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate 769 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate 770 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate 771 $strNoRowsSelected = 'No rows selected'; //to translate 772 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate 773 $strNumberOfFields = 'Number of fields'; //to translate 774 775 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate 776 $strOperator = 'Operator'; //to translate 777 778 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate 779 $strPartialImport = 'Partial import'; //to translate 780 $strPasswordHashing = 'Password Hashing'; //to translate 781 $strPDFOptions = 'PDF options'; //to translate 782 $strPDF = 'PDF'; //to translate 783 $strPDFReportTitle = 'Report title'; //to translate 784 $strPersian = 'Persian'; //to translate 785 $strPolish = 'Polish'; //to translate 786 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate 787 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate 788 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate 789 $strPrivDescCreateView = 'Allows creating new views.'; //to translate 790 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate 791 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate 792 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate 793 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate 794 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate 795 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate 796 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate 797 $strPrivDescSuper = 'Permite 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 798 $strProtocolVersion = 'Protocol version'; //to translate 799 800 $strQueryCache = 'Query cache'; //to translate 801 802 $strReadRequests = 'Read requests'; //to translate 803 $strRefresh = 'Refresh'; //to translate 804 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate 805 $strReloadPrivileges = 'Reload privileges'; //to translate 806 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate 807 $strReplication = 'Replication'; //to translate 808 $strRomanian = 'Romanian'; //to translate 809 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate 810 811 $strSelectBinaryLog = 'Select binary log to view'; //to translate 812 $strServerNotResponding = 'The server is not responding'; //to translate 813 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate 814 $strShowingBookmark = 'Showing bookmark'; //to translate 815 $strShowOpenTables = 'Show open tables'; //to translate 816 $strShowSlaveHosts = 'Show slave hosts'; //to translate 817 $strShowSlaveStatus = 'Show slave status'; //to translate 818 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate 819 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate 820 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate 821 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate 822 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate 823 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate 824 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate 825 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate 826 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate 827 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate 828 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate 829 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate 830 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate 831 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate 832 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate 833 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate 834 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate 835 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate 836 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate 837 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate 838 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate 839 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate 840 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate 841 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate 842 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate 843 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate 844 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate 845 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate 846 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate 847 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate 848 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate 849 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate 850 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate 851 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate 852 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate 853 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate 854 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate 855 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate 856 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate 857 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate 858 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate 859 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate 860 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 861 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 862 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate 863 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate 864 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate 865 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate 866 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate 867 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate 868 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate 869 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate 870 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate 871 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate 872 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate 873 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate 874 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate 875 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate 876 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate 877 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate 878 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate 879 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate 880 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate 881 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate 882 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate 883 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate 884 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate 885 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate 886 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate 887 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate 888 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate 889 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate 890 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate 891 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate 892 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate 893 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate 894 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate 895 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate 896 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate 897 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate 898 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate 899 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate 900 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate 901 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate 902 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate 903 $strShowStatusReset = 'Reset'; //to translate 904 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate 905 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate 906 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate 907 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate 908 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate 909 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate 910 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate 911 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate 912 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate 913 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate 914 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate 915 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate 916 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate 917 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate 918 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate 919 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate 920 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate 921 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate 922 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate 923 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate 924 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate 925 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate 926 $strSlovak = 'Slovak'; //to translate 927 $strSlovenian = 'Slovenian'; //to translate 928 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate 929 $strSorting = 'Sorting'; //to translate 930 $strSpanish = 'Spanish'; //to translate 931 $strSQLCompatibility = 'SQL compatibility mode'; //to translate 932 $strSQLImportOptions = 'SQL options'; //to translate 933 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate 934 $strStorageEngines = 'Storage Engines'; //to translate 935 $strStorageEngine = 'Storage Engine'; //to translate 936 $strStrucNativeExcel = 'Native MS Excel data'; //to translate 937 $strSwitchToDatabase = 'Switch to copied database'; //to translate 938 939 $strTableAlreadyExists = 'Table %s already exists!'; //to translate 940 $strTakeIt = 'take it'; //to translate 941 $strTempData = 'Temporary data'; //to translate 942 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate 943 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate 944 $strThemeNotFound = 'Theme %s not found!'; //to translate 945 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate 946 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate 947 $strTheme = 'Theme / Style'; //to translate 948 $strThreads = 'Threads'; //to translate 949 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate 950 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate 951 $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate 952 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate 953 $strToggleScratchboard = 'toggle scratchboard'; //to translate 954 $strTraditionalSpanish = 'Traditional Spanish'; //to translate 955 $strTransactionCoordinator = 'Transaction coordinator'; //to translate 956 $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 957 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate 958 $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 959 $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 960 $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 961 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate 962 $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 963 964 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate 965 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate 966 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate 967 $strUserOverview = 'User overview'; //to translate 968 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate 969 970 $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 971 $strVersionInformation = 'Version information'; //to translate 972 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate 973 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate 974 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate 975 $strView = 'View'; //to translate 976 977 $strWildcard = 'wildcard'; //to translate 978 $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 979 $strWriteRequests = 'Write requests'; //to translate 980 981 $strQueryResultsOperations = 'Query results operations'; //to translate 982 $strAddClause = 'Add %s'; //to translate 983 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate 984 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate 985 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate 986 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate 987 $strXMLOptions = 'XML options'; //to translate 988 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate 989 $strCreateUserDatabase = 'Database for user'; //to translate 990 $strCreateUserDatabaseNone = 'None'; //to translate 991 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate 992 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate 993 $strOpenDocumentText = 'Open Document Text'; //to translate 994 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate 995 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate 996 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate 997 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate 998 $strInvalidTableName = 'Invalid table name'; //to translate 999 $strInvalidDatabase = 'Invalid database'; //to translate 1000 $strServers = 'Servers'; //to translate 1001 $strDelimiter = 'Delimiter'; //to translate 1002 $strFunctions = 'Functions'; //to translate 1003 $strProcedures = 'Procedures'; //to translate 1004 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate 1005 $strFontSize = 'Font size'; //to translate 1006 $strLanguage = 'Language'; //to translate 1007 $strPmaWiki = 'phpMyAdmin wiki'; //to translate 1008 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate 1009 $strDocSQL = 'DocSQL'; //to translate 1010 $strDocSQLOptions = 'DocSQL options'; //to translate 1011 $strTableName = 'Table name'; //to translate 1012 $strTableIsEmpty = 'Table seems to be empty!'; //to translate 1013 $strDbIsEmpty = 'Database seems to be empty!'; //to translate 1014 $strShowingPhp = 'Showing as PHP code'; //to translate 1015 $strShowingSQL = 'Showing SQL query'; //to translate 1016 $strDesigner = 'Designer'; //to translate 1017 $strNumberOfTables = 'Number of tables'; //to translate 1018 $strCreateTable = 'Create table'; //to translate 1019 $strCreateRelation = 'Create relation'; //to translate 1020 $strSavePosition = 'Save position'; //to translate 1021 $strSelectForeignKey = 'Select Foreign Key'; //to translate 1022 $strHide = 'Hide'; //to translate 1023 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate 1024 $strReload = 'Reload'; //to translate 1025 $strSmallBigAll = 'Small/Big All'; //to translate 1026 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate 1027 $strMoveMenu = 'Move Menu'; //to translate 1028 $strAngularLinks = 'Angular links'; //to translate 1029 $strDirectLinks = 'Direct links'; //to translate 1030 $strHideShowAll = 'Hide/Show all'; //to translate 1031 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate 1032 $strInternalRelationAdded = 'Internal relation added'; //to translate 1033 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate 1034 $strRelationDeleted = 'Relation deleted'; //to translate 1035 $strToSelectRelation = 'To select relation, click :'; //to translate 1036 $strExportImportToScale = 'Export/Import to scale'; //to translate 1037 $strRecommended = 'recommended'; //to translate 1038 $strToFromPage = 'to/from page'; //to translate 1039 $strSelectReferencedKey = 'Select referenced key'; //to translate 1040 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate 1041 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate 1042 $strHelp = 'Help'; //to translate 1043 $strCancel = 'Cancel'; //to translate 1044 $strDeleteRelation = 'Delete relation'; //to translate 1045 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate 1046 $strStructureForView = 'Structure for view'; //to translate 1047 $strStandInStructureForView = 'Stand-in structure for view'; //to translate 1048 $strToggleSmallBig = 'Toggle small/big'; //to translate 1049 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate 1050 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate 1051 $strErrorRelationExists = 'Error: relation already exists.'; //to translate 1052 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate 1053 $strSnapToGrid = 'Snap to grid'; //to translate 1054 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate 1055 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate 1056 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Mon Nov 26 15:18:20 2007 | par Balluche grce PHPXref 0.7 |
![]() |