avoid spaces in file names, as asked by a distro maintainer
[phpmyadmin/madhuracj.git] / lang / brazilian_portuguese-utf-8.inc.php
blob377ccd8f7444728190aa22341de42403c7fdd830
1 <?php
2 /* $Id$ */
3 /* translated by: Airon Luis Pereira <airon(dot)pereira(at)gmail(dot)com> */
4 /* contribution by: Fabio Bucior <fabio(at)bucior(dot)com(dot)br> */
6 $charset = 'utf-8';
7 $text_dir = 'ltr'; // ('ltr' da esquerda para direita, 'rtl' da direita para esquerda)
8 $number_thousands_separator = ',';
9 $number_decimal_separator = '.';
10 // abreviações para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
11 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
13 $mysql_4_1_doc_lang = 'pt';
15 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
16 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
17 // Veja http://www.php.net/manual/en/function.strftime.php para definir
18 // as variáveis abaixo
19 $datefmt = '%B %d, %Y as %I:%M %p';
21 $timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
23 $strAbortedClients = 'Abortado';
24 $strAccessDenied = 'Acesso negado';
25 $strAccessDeniedCreateConfig = 'A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o %1$ssetup script%2$s para criar um.';
26 $strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o servidor, 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.';
27 $strAction = 'Ação';
28 $strActions = 'Ações';
29 $strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
30 $strAddClause = 'Adicionar %s';
31 $strAddConstraints = 'Adicionar restrições';
32 $strAddDeleteColumn = 'Adicionar/Remover colunas';
33 $strAddDeleteRow = 'Adicionar/Remover critérios de busca';
34 $strAddFields = 'Adicionar %s campo(s)';
35 $strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
36 $strAddIntoComments = 'Adicionar nos comentários';
37 $strAddNewField = 'Adicionar novo campo';
38 $strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados';
39 $strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas';
40 $strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):';
41 $strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
42 $strAddUser = 'Adicionar novo usuário';
43 $strAddUserMessage = 'Adicionado usuário';
44 $strAdministration = 'Administração';
45 $strAfter = 'Depois %s';
46 $strAfterInsertBack = 'Retornar';
47 $strAfterInsertNewInsert = 'Inserir novo registro';
48 $strAfterInsertNext = 'Editar próximo registro';
49 $strAfterInsertSame = 'Voltar para esta página';
50 $strAllowInterrupt = 'Permitir interromper a importação caso se detecte que o script demorará perto do tempo limite. Isso pode ser um bom caminho para importar arquivos grandes, entretanto isso pode interromper as transações.';
51 $strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
52 $strAll = 'Todos';
53 $strAlterOrderBy = 'Alterar tabela ordenada por';
54 $strAnalyze = 'Analizar';
55 $strAnalyzeTable = 'Analizar tabela';
56 $strAnd = 'E';
57 $strAndThen = 'e então';
58 $strAngularLinks = 'Links Angulares';
59 $strAnIndex = 'Um índice foi adicionado a %s';
60 $strAnyHost = 'Qualquer servidor';
61 $strAny = 'Qualquer';
62 $strAnyUser = 'Qualquer usuário';
63 $strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11';
64 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
65 $strArabic = 'Árabe';
66 $strArmenian = 'Armêno';
67 $strAscending = 'Ascendente';
68 $strAtBeginningOfTable = 'No início da tabela';
69 $strAtEndOfTable = 'No final da tabela';
70 $strAttr = 'Atributos';
71 $strAutomaticLayout = 'Leiaute automático';
73 $strBack = 'Voltar';
74 $strBaltic = 'Báltico';
75 $strBeginCut = 'INICIO CORTE';
76 $strBeginRaw = 'INICIO CRU';
77 $strBinary = ' Binário ';
78 $strBinaryDoNotEdit = ' Binário - não edite ';
79 $strBinaryLog = 'Log binário';
80 $strBinLogEventType = 'Tipo de evento';
81 $strBinLogInfo = 'Informação';
82 $strBinLogName = 'Nome do log';
83 $strBinLogOriginalPosition = 'Posição original';
84 $strBinLogPosition = 'Posição';
85 $strBinLogServerId = 'ID do Servidor';
86 $strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
87 $strBookmarkCreated = 'Marcador %s criado';
88 $strBookmarkDeleted = 'O marcador foi removido.';
89 $strBookmarkLabel = 'Nome';
90 $strBookmarkQuery = 'Consulta SQL gravada';
91 $strBookmarkReplace = 'Substituir marcador de mesmo nome existente';
92 $strBookmarkThis = 'Gravar essa consulta SQL';
93 $strBookmarkView = 'Apenas visualizar';
94 $strBrowseDistinctValues = 'Navegador distingue valores';
95 $strBrowseForeignValues = 'Visualizar valores estrangeiros';
96 $strBrowse = 'Visualizar';
97 $strBufferPoolActivity = 'Atividade do Buffer Pool';
98 $strBufferPool = 'Buffer Pool';
99 $strBufferPoolUsage = 'Uso do Buffer Pool';
100 $strBufferReadMissesInPercent = 'Leitura falhou em %';
101 $strBufferReadMisses = 'Leitura falhou';
102 $strBufferWriteWaits = 'Escrever as esperas';
103 $strBufferWriteWaitsInPercent = 'Escrita esperada em %';
104 $strBulgarian = 'Bulgaro';
105 $strBusyPages = 'Página ocupadas';
106 $strBzip = '"compactado com bzip"';
108 $strCalendar = 'Calendário';
109 $strCancel = 'Cancelar';
110 $strCanNotLoadExportPlugins = 'Não pode carregar exportação dos plugins, verifique sua instalação!';
111 $strCanNotLoadImportPlugins = 'Não foi possível importar plugins, verifique sua instalação!';
112 $strCannotLogin = 'Não foi possível se logar no servidor MySQL';
113 $strCantLoad = 'não carregou extensão %s,<br />verifique a configurações do php';
114 $strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> 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.';
115 $strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
116 $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.';
117 $strCardinality = 'Cardinalidade';
118 $strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas';
119 $strCaseSensitive = 'Diferencia maiúsculas/minúsculas';
120 $strCentralEuropean = 'Europeu Central';
121 $strChange = 'Alterar';
122 $strChangeCopyModeCopy = '... manter o antigo.';
123 $strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...';
124 $strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.';
125 $strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.';
126 $strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.';
127 $strChangeCopyUser = 'Mudar informações de login / Copiar usuário';
128 $strChangeDisplay = 'Escolha o campo para exibir';
129 $strChangePassword = 'Alterar a senha';
130 $strCharset = 'Conjunto de caracteres';
131 $strCharsetOfFile = 'Conjunto de caracteres do arquivo';
132 $strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
133 $strCharsets = 'Conjuntos de caracteres';
134 $strCheckAll = 'Marcar todos';
135 $strCheck = 'Checar';
136 $strCheckOverhead = 'Verificar sobre-carga';
137 $strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados &quot;%s&quot;.';
138 $strCheckPrivs = 'Verificar privilégios';
139 $strCheckTable = 'Verificar tabela';
140 $strChoosePage = 'Escolha a página para editar';
141 $strColComFeat = 'Exibindo comentários da coluna';
142 $strCollation = 'Collation';
143 $strColumnNames = 'Nome das colunas';
144 $strColumnPrivileges = 'Privilégios específicos da coluna';
145 $strCommand = 'Comando';
146 $strComment = 'Cometário';
147 $strComments = 'Comentários';
148 $strCompatibleHashing = 'Compatível com MySQL&nbsp;4.0';
149 $strCompleteInserts = 'Inserções completas';
150 $strCompression = 'Compressão';
151 $strCompressionWillBeDetected = 'Compressão do arquivo importado será automaticamente detectada de: %s';
152 $strConfigDefaultFileError = 'Não foi possível carregar configuração padrão de: "%1$s"';
153 $strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o arquivo.<br />Chame o arquivo de configuração diretamente usando o <i>link</i> 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.<br />Se receber uma página em branco, está tudo certo.';
154 $strConfigureTableCoord = 'Configure as coordenadas para a tabela %s';
155 $strConnectionError = 'Não pode conectar: configurações inválidas.';
156 $strConnections = 'Conexões';
157 $strConstraintsForDumped = 'Restrições para as tabelas dumpadas';
158 $strConstraintsForTable = 'Restrições para a tabela';
159 $strControluserFailed = 'Conexão para controle do usuário como definido nas configurações falhou.';
160 $strCookiesRequired = 'Cookies devem estar ativos após este ponto.';
161 $strCopy = 'Copiar';
162 $strCopyDatabaseOK = 'Banco de Dados %s copiado para %s';
163 $strCopyTable = 'Copiar tabela para (Banco de Dados<b>.</b>tabela):';
164 $strCopyTableOK = 'Tabela %s copiada para %s.';
165 $strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!';
166 $strCouldNotKill = 'phpMyAdmin não foi capaz de matar o processo %s. É possível que ele já esteja fechado.';
167 $strCreate = 'Criar';
168 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar';
169 $strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
170 $strCreateIndexTopic = 'Criar um novo índice';
171 $strCreateNewDatabase = 'Criar novo Banco de Dados';
172 $strCreateNewTable = 'Criar nova tabela no Banco de Dados %s';
173 $strCreatePage = 'Criar uma nova página';
174 $strCreatePdfFeat = 'Criação de PDFs';
175 $strCreateRelation = 'Criar relacionamento';
176 $strCreateTable = 'Criar tabela';
177 $strCreateUserDatabase = 'Banco de Dados para usuário';
178 $strCreateUserDatabaseName = 'Criar Banco de Dados com o mesmo nome e conceder todos os privilégios';
179 $strCreateUserDatabaseNone = 'Nenhum';
180 $strCreateUserDatabaseWildcard = 'Conceder todos os privilégios no nome coringa (nome_do_usuário_%)';
181 $strCreationDates = 'Criar/Atualizar/Verificar datas';
182 $strCriteria = 'Critério';
183 $strCroatian = 'Croata';
184 $strCSV = 'CSV';
185 $strCyrillic = 'Cirílico';
186 $strCzechSlovak = 'Tcheco-Eslováquio';
187 $strCzech = 'Tcheco';
189 $strDanish = 'Dinamarquês';
190 $strDatabase = 'Banco de Dados';
191 $strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
192 $strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
193 $strDatabaseHasBeenCreated = 'Banco de dados %1$s foi criado.';
194 $strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
195 $strDatabases = 'Banco de Dados';
196 $strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
197 $strDatabasesStatsDisable = 'Disabilitar estatísticas';
198 $strDatabasesStatsEnable = 'Habilitar estatísticas';
199 $strDatabasesStats = 'Estatísticas do Banco de Dados';
200 $strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.';
201 $strData = 'Dados';
202 $strDataDict = 'Dicionário de dados';
203 $strDataOnly = 'Dados apenas';
204 $strDataPages = 'Páginas contendo dados';
205 $strDBComment = 'Comentário do Banco de Dados: ';
206 $strDBCopy = 'Copiar Banco de Dados para';
207 $strDbIsEmpty = 'Banco de Dados parece estar vazio!';
208 $strDbPrivileges = 'Privilégios específicos do Banco de Dados';
209 $strDBRename = 'Renomear Banco de Dados para';
210 $strDbSpecific = 'Específico do Banco de Dados';
211 $strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
212 $strDefault = 'Padrão';
213 $strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
214 $strDefragment = 'Desfragmentar tabela';
215 $strDelayedInserts = 'Usar inserções demoradas';
216 $strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.';
217 $strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.';
218 $strDeleted = 'Registro eliminado';
219 $strDeleteNoUsersSelected = 'Nenhum usuário selecionado para exclusão!';
220 $strDeleteRelation = 'Apagar relacionamento';
221 $strDelete = 'Remover';
222 $strDeleting = 'Eliminando %s';
223 $strDelimiter = 'Delimitadores';
224 $strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
225 $strDescending = 'Descendente';
226 $strDescription = 'Descrição';
227 $strDesigner = 'Designer';
228 $strDesignerHelpDisplayField = 'O campo de exibição está em rosa. Para ajustar/desajustar um campo como campo de exibição, clique no ícone "Escolher campo para exibição", então clique no nome do campo apropriado.';
229 $strDetails = 'Detalhes...';
230 $strDictionary = 'dicionário';
231 $strDirectLinks = 'Links diretos';
232 $strDirtyPages = 'Páginas sujas';
233 $strDisabled = 'Desabilitado';
234 $strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
235 $strDisplayFeat = 'Exibir recursos';
236 $strDisplayOrder = 'Ordenado por:';
237 $strDisplayPDF = 'Exibir esquema PDF';
238 $strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
239 $strDocSQL = 'DocSQL';
240 $strDocu = 'Documentação';
241 $strDoYouReally = 'Confirmar';
242 $strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
243 $strDrop = 'Eliminar';
244 $strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.';
245 $strDumpingData = 'Extraindo dados da tabela';
246 $strDumpSaved = 'Dump foi salvo no arquivo %s.';
247 $strDumpXRows = 'Dumpar %s registros, começando pelo registro %s.';
248 $strDynamic = 'dinâmico';
250 $strEdit = 'Editar';
251 $strEditPDFPages = 'Editar Páginas PDF';
252 $strEditPrivileges = 'Editar Privilégios';
253 $strEffective = 'Efetivo';
254 $strEmpty = 'Limpar';
255 $strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
256 $strEnabled = 'Habilitado';
257 $strEncloseInTransaction = 'Encapsular exportação numa transação';
258 $strEndCut = 'FIM CORTE';
259 $strEnd = 'Fim';
260 $strEndRaw = 'FIM CRU';
261 $strEngineAvailable = '%s está disponível neste servidor MySQL.';
262 $strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
263 $strEngines = 'Engines'; //sem traducao
264 $strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
265 $strEnglish = 'Inglês';
266 $strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
267 $strError = 'Erro';
268 $strErrorInZipFile = 'Erro no arquivo ZIP:';
269 $strErrorRelationAdded = 'Erro: relacionamento não adicionado.';
270 $strErrorRelationExists = 'Erro: relacionamento já existe.';
271 $strErrorRenamingTable = 'Erro ao renomear tabela %1$s para %2$s';
272 $strErrorSaveTable = 'Erro ao salvar coordenada para o Designer.';
273 $strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente';
274 $strEsperanto = 'Esperanto';
275 $strEstonian = 'Estoniano';
276 $strEvent = 'Evento';
277 $strEvents = 'Eventos';
278 $strExcelEdition = 'Edição do Excel';
279 $strExecuteBookmarked = 'Executar consulta marcada';
280 $strExplain = 'Explicar SQL';
281 $strExport = 'Exportar';
282 $strExportImportToScale = 'Exportar/Importar para escala';
283 $strExportMustBeFile = 'Tipo de exportação selecionada tem que ser salva no arquivo!';
284 $strExtendedInserts = 'Inserções extendidas';
285 $strExtra = 'Extra';
287 $strFailedAttempts = 'Tentativas falharam';
288 $strField = 'Campo';
289 $strFieldHasBeenDropped = 'Campo %s foi deletado';
290 $strFieldInsertFromFileTempDirNotExists = 'Erro ao mover o arquivo carregado, veja FAQ 1.11';
291 $strFields = 'Campos';
292 $strFieldsEnclosedBy = 'Campos delimitados por';
293 $strFieldsEscapedBy = 'Campos contornados por';
294 $strFieldsTerminatedBy = 'Campos terminados por';
295 $strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.';
296 $strFileCouldNotBeRead = 'O arquivo não pode ser lido';
297 $strFileNameTemplateDescriptionDatabase = 'nome do Banco de Dados';
298 $strFileNameTemplateDescription = 'Esse valor é interpretado usando %1$sstrftime%2$s, então você pode usar as strings de formatação de tempo. Adicionalmente a seguinte transformação ocorrerá: %3$s. Outros textos serão mantidos como são.';
299 $strFileNameTemplateDescriptionServer = 'nome do servidor';
300 $strFileNameTemplateDescriptionTable = 'nome da tabela';
301 $strFileNameTemplate = 'Nome do arquivo do modelo';
302 $strFileNameTemplateRemember = 'lembrar modelo';
303 $strFiles = 'Arquivos';
304 $strFileToImport = 'Arquivo para importar';
305 $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 divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..';
306 $strFlushQueryCache = 'Nivelar cache da consulta'; //está correto isso?
307 $strFlushTable = 'Limpar a tabela ("LIMPAR")';
308 $strFlushTables = 'Nivelar (fechar) todas as tabelas'; //está correto isso?
309 $strFontSize = 'Tamanho da fonte';
310 $strForeignKeyError = 'Erro ao criar chave externa no %1$s (check data types)';
311 $strFormat = 'Formato';
312 $strFormEmpty = 'Faltando valores no formulário!';
313 $strFreePages = 'Páginas livres';
314 $strFullText = 'Textos completos';
315 $strFunction = 'Funções';
316 $strFunctions = 'Funções';
318 $strGenBy = 'Gerado por';
319 $strGeneralRelationFeat = 'Recursos de relações gerais';
320 $strGenerate = 'Gerar';
321 $strGeneratePassword = 'Gerar Senha';
322 $strGenTime = 'Tempo de Geração';
323 $strGeorgian = 'Georgiano';
324 $strGerman = 'Alemão';
325 $strGlobal = 'global';
326 $strGlobalPrivileges = 'Privilégios globais';
327 $strGlobalValue = 'Valor global';
328 $strGo = 'Executar';
329 $strGrantOption = 'Conceder/Grant';
330 $strGreek = 'Grego';
331 $strGzip = '"compactado com gzip"';
333 $strHandler = 'Alimentador'; //está correto isso? seria Gestor??
334 $strHasBeenAltered = 'foi alterado.';
335 $strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
336 $strHebrew = 'Hebreu';
337 $strHelp = 'Ajuda';
338 $strHexForBLOB = 'Usar hexadecimal para BLOB';
339 $strHide = 'Ocultar';
340 $strHideShowAll = 'Ocultar/Exibir tudo';
341 $strHideShowNoRelation = 'Ocultar/Exibir Tabelas sem relacionamento';
342 $strHomepageOfficial = 'Página Oficial do phpMyAdmin';
343 $strHome = 'Principal';
344 $strHostEmpty = 'O nome do servidor está vazio!';
345 $strHost = 'Servidor';
346 $strHTMLExcel = 'Microsoft Excel 2000';
347 $strHTMLWord = 'Microsoft Word 2000';
348 $strHungarian = 'Húngaro';
350 $strIcelandic = 'Islandês';
351 $strId = 'ID';
352 $strIdxFulltext = 'Texto completo';
353 $strIEUnsupported = 'Internet Explorer não suporta esta função.';
354 $strIgnoreDuplicates = 'Ignorar linhas duplicadas';
355 $strIgnore = 'Ignorar';
356 $strIgnoreInserts = 'Usar inserções ignoradas';
357 $strImportExportCoords = 'Importar/Exportar coordenadas para esquema PDF';
358 $strImportFiles = 'Importar arquivos';
359 $strImportFormat = 'Formato do arquivo importado';
360 $strImport = 'Importar';
361 $strImportSuccessfullyFinished = 'Importação finalizada com sucesso, %d consultas executadas.';
362 $strIndexes = 'Índices';
363 $strIndexesSeemEqual = 'A indexação %1$s e %2$s parecem ser iguais ou uma delas pode ter sido removida.';
364 $strIndexHasBeenDropped = 'Índice %s foi eliminado';
365 $strIndex = 'Índice';
366 $strIndexName = 'Nome do índice:';
367 $strIndexType = 'Tipo de índice:';
368 $strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
369 $strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
370 $strInnoDBAutoextendIncrement = 'Incremento autoextendido';
371 $strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
372 $strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
373 $strInnoDBDataFilePath = 'Arquivos de dados';
374 $strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
375 $strInnoDBDataHomeDir = 'Diretório raiz de dados';
376 $strInnoDBPages = 'páginas';
377 $strInnodbStat = 'Status do InnoDB';
378 $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.';
379 $strInsertAsNewRow = 'Inserir como um novo registro';
380 $strInsertedRowId = 'Id da linha inserida: %1$d';
381 $strInsert = 'Inserir';
382 $strInterface = 'Interface'; // Não há tradução clara...
383 $strInternalRelationAdded = 'Adicionado relacionamento Interno';
384 $strInternalRelations = 'Relações internas';
385 $strInUse = 'em uso';
386 $strInvalidAuthMethod = 'Método de autenticação inválido informado nas configurações:';
387 $strInvalidColumn = 'Coluna especificada (%s) é inválida!';
388 $strInvalidColumnCount = 'Contador da coluna deve ser maior que zero.';
389 $strInvalidCSVFieldCount = 'Contador de campo inválido na linha %d da entrada CSV.';
390 $strInvalidCSVFormat = 'Formato inválido na linha %d da entrada CSV.';
391 $strInvalidCSVParameter = 'Parâmetro inválido para importação CSV: %s';
392 $strInvalidDatabase = 'Banco de Dados inválido';
393 $strInvalidFieldAddCount = 'Você deve adicionar pelo menos um campo.';
394 $strInvalidFieldCount = 'Tabela deve ter pelo menos um campo.';
395 $strInvalidLDIImport = 'Esse plugin não suporta importações comprimidas!';
396 $strInvalidRowNumber = '%d não é um número de linha válido.';
397 $strInvalidServerHostname = 'Nome de serivdor inválido para o servidor %1$s. Verifique suas configurações.';
398 $strInvalidServerIndex = 'Índice de servidor inválido: "%s"';
399 $strInvalidTableName = 'Nome de tabela inválida';
401 $strJapanese = 'Japonês';
402 $strJoins = 'Junções';
403 $strJumpToDB = 'Ir para o Banco de Dados &quot;%s&quot;.';
404 $strJustDelete = 'Apenas apagar o usuário da tabela de privilégios';
405 $strJustDeleteDescr = 'O usuário &quot;apagado&quot; ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.';
407 $strKeepPass = 'Não mudar a senha';
408 $strKeyCache = 'Chave do cache';
409 $strKeyname = 'Nome chave';
410 $strKill = 'Matar';
411 $strKnownExternalBug = 'A funcionalidade %s é afetada por um bug conhecido, veja %s';
412 $strKorean = 'Coreano';
414 $strLandscape = 'Paisagem';
415 $strLanguage = 'Linguagem';
416 $strLanguageUnknown = 'Linguagem desconhecida: %1$s.';
417 $strLatchedPages = 'Páginas trancadas';
418 $strLatexCaption = 'Leganda da Tabela';
419 $strLatexContent = 'Conteúdo da tabela __TABLE__';
420 $strLatexContinuedCaption = 'Continuação da legenda da tabela';
421 $strLatexContinued = '(continuação)';
422 $strLatexIncludeCaption = 'Incluir legenda da tabela';
423 $strLatexLabel = 'Rótulo da chave';
424 $strLaTeX = 'LaTeX';
425 $strLatexStructure = 'Estrutura da tabela __TABLE__';
426 $strLatvian = 'Letonês';
427 $strLDI = 'CSV usando LOAD DATA';
428 $strLDILocal = 'Usar palavra-chave LOCAL';
429 $strLengthSet = 'Tamanho/Definir*';
430 $strLimitNumRows = 'registros por página';
431 $strLinesTerminatedBy = 'Linhas terminadas por';
432 $strLinkNotFound = 'Link não encontrado';
433 $strLinksTo = 'Links para';
434 $strLithuanian = 'Lituânio';
435 $strLocalhost = 'Local';
436 $strLocationTextfile = 'Localização do arquivo texto';
437 $strLogin = 'Autenticação';
438 $strLoginInformation = 'Informação de login';
439 $strLogout = 'Sair';
440 $strLogPassword = 'Senha:';
441 $strLogServer = 'Servidor';
442 $strLogUsername = 'Usuário:';
443 $strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
445 $strMaxConnects = 'máx. de conexões concorrentes';
446 $strMaximalQueryLength = 'Tamanho máximo da consulta gerada';
447 $strMaximumSize = 'Tamanho máximo: %s%s';
448 $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.';
449 $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!';
450 $strMIME_available_mime = 'MIME-type disponíveis';
451 $strMIME_available_transform = 'Transformações disponíveis';
452 $strMIME_description = 'Descrição';
453 $strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
454 $strMIME_nodescription = 'Sem descrição disponível para essa transformação.<br />Pergunte ao autor o que %s faz.';
455 $strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %sdescrição de transformações%s';
456 $strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\', 100, b,\'c\'...<br />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\').';
457 $strMIME_transformation_options = 'Opções de transformação';
458 $strMIME_transformation = 'Transformações do navegador';
459 $strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
460 $strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada';
461 $strModifications = 'Modificações foram salvas';
462 $strModifyIndexTopic = 'Modificar um índice';
463 $strModify = 'Modificar';
464 $strMoveMenu = 'Mover Menu';
465 $strMoveTable = 'Mover tabela para (Banco de Dados<b>.</b>tabela):';
466 $strMoveTableOK = 'Tabela %s foi movida para %s.';
467 $strMoveTableSameNames = 'Não pode mover a tabela para ela mesma!';
468 $strMultilingual = 'multi-linguagem';
469 $strMyISAMDataPointerSizeDesc = 'O tamanho padrão do ponteiro em bytes, para ser usado por CREATE TABLE para tabelas MyISAM quando a opção MAX_ROWS não é especificada.';
470 $strMyISAMDataPointerSize = 'Tamanho do ponteiro de dados';
471 $strMyISAMMaxExtraSortFileSizeDesc = 'Se os arquivos temporários usados para rápida criação de índices MyISAM forem maiores do que usando a chave do cache pela quantidade especificada aqui, prefira o método chave do cache.';
472 $strMyISAMMaxExtraSortFileSize = 'Tamanho máximo para arquivos temporários na criação do índice';
473 $strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL que é permitido usar quando for recriar um índice MyISAM (durante REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE).';
474 $strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação';
475 $strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.';
476 $strMyISAMRecoverOptions = 'Modo de recuperação automático';
477 $strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio processo) durante o Reparo pelo processo de ordenação.';
478 $strMyISAMRepairThreads = 'Processos de reparo';
479 $strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.';
480 $strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
481 $strMySQLCharset = 'Conjunto de caracteres MySQL';
482 $strMysqlClientVersion = 'Versão do cliente MySQL';
483 $strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
484 $strMysqlLibDiffersServerVersion = 'Sua versão %s da biblioteca MySQL do PHP difere da versão %s do seu servidor MySQL. Isso pode causar um comportamento estranho.';
485 $strMySQLSaid = 'Mensagens do MySQL : ';
486 $strMySQLShowProcess = 'Mostrar os Processos';
488 $strName = 'Nome';
489 $strNext = 'Próximo';
490 $strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
491 $strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
492 $strNoDatabases = 'Sem bases';
493 $strNoDataReceived = 'Nenhum dado foi recebido pra importar. Tampouco um nome de arquivo foi submetido, ou o tamanho do arquivo excedeu o tamanho máximo permitido pelas suas configurações do PHP. Veja FAQ 1.16.';
494 $strNoDescription = 'sem Descrição';
495 $strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.';
496 $strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
497 $strNoExplain = 'Pular Explicação SQL';
498 $strNoFilesFoundInZip = 'Nenhum arquivo encontrado dentro do arquivo ZIP!';
499 $strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
500 $strNoIndex = 'Nenhum índice definido!';
501 $strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
502 $strNoModification = 'Sem Mudança';
503 $strNo = 'Não';
504 $strNone = 'Nenhum';
505 $strNoOptions = 'Esse formato não tem opções';
506 $strNoPassword = 'Sem senha';
507 $strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.';
508 $strNoPhp = 'sem código PHP';
509 $strNoPrivileges = 'Sem privilégios';
510 $strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
511 $strNoRowsSelected = 'Nenhum registro selecionado';
512 $strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.';
513 $strNoTablesFound = 'Nenhuma tabela encontrada no Banco de Dados';
514 $strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.';
515 $strNotNumber = 'Isto não é um número!';
516 $strNotOK = 'não está OK';
517 $strNotSet = '<b>%s</b> tabela não encontrada ou não configurada em %s';
518 $strNoUsersFound = 'Nenhum usuário(s) encontrado.';
519 $strNoValidateSQL = 'Pular validação SQL';
520 $strNull = 'Nulo';
521 $strNumberOfFields = 'Número de arquivos';
522 $strNumberOfTables = 'Numero de tabelas';
523 $strNumSearchResultsInTable = '%s resultado(s) dentro da tabela <i>%s</i>';
524 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
525 $strNumTables = 'Tabelas';
527 $strOK = 'OK';
528 $strOpenDocumentSpreadsheet = 'Abrir Documento Planilha';
529 $strOpenDocumentText = 'Abrir Documento de Texto';
530 $strOpenNewWindow = 'Abrir nova janela do phpMyAdmin';
531 $strOperations = 'Operações';
532 $strOperator = 'Operador';
533 $strOptimize = 'Otimizar';
534 $strOptimizeTable = 'Otimizar tabela';
535 $strOptions = 'Opções';
536 $strOr = 'Ou';
537 $strOverhead = 'Sobrecarga';
538 $strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
540 $strPacked = 'Pacote';
541 $strPageNumber = 'Numero da página:';
542 $strPagesToBeFlushed = 'Páginas para serem niveladas';
543 $strPaperSize = 'Tamanho do papel';
544 $strPartialImport = 'Importação parcial';
545 $strPartialText = 'Textos parciais';
546 $strPartitionDefinition = 'Definição da PARTIÇÃO';
547 $strPartitioned = 'Particionado';
548 $strPartitionMaintenance = 'Manutenção da partição';
549 $strPartition = 'Partição %s';
550 $strPasswordChanged = 'A senha para %s foi modificada com sucesso.';
551 $strPasswordEmpty = 'A senhas está em branco!';
552 $strPasswordHashing = 'Hashing da senha'; // Hashing nao tem traducao
553 $strPasswordNotSame = 'As senhas não são iguais!';
554 $strPassword = 'Senha';
555 $strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s';
556 $strPdfInvalidTblName = 'A tabela "%s" não existe!';
557 $strPdfNoTables = 'Sem tabelas';
558 $strPDF = 'PDF';
559 $strPDFReportExplanation = '(Gerado um relatório contendo dados da tabela simples)';
560 $strPDFReportTitle = 'Título do Relatório';
561 $strPerHour = 'por hora';
562 $strPerMinute = 'por minuto';
563 $strPerSecond = 'por segundo';
564 $strPersian = 'Pérsa';
565 $strPhoneBook = 'Agenda de telefones';
566 $strPhp = 'Criar código PHP';
567 $strPHPVersion = 'Versão do PHP';
568 $strPleaseSelectPrimaryOrUniqueKey = 'Por favor, selecione uma chave primária ou uma chave única';
569 $strPmaDocumentation = 'Documentação do phpMyAdmin ';
570 $strPmaUriError = 'A variável <tt>$cfg[\'PmaAbsoluteUri\']</tt> deve ser setada';
571 $strPolish = 'Polonês';
572 $strPortrait = 'Retrato';
573 $strPos1 = 'Início';
574 $strPrevious = 'Anterior';
575 $strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
576 $strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
577 $strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome <b>de</b> e <b>apenas da</b> chave primária!)';
578 $strPrimary = 'Primária';
579 $strPrint = 'Imprimir';
580 $strPrintViewFull = 'Ver impressão (com textos completos)';
581 $strPrintView = 'Visualização para impressão';
582 $strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
583 $strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
584 $strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
585 $strPrivDescCreateDb = 'Permitir criar novas tabelas e Banco de Dados.';
586 $strPrivDescCreateRoutine = 'Permitir criar stored routines.';
587 $strPrivDescCreateTbl = 'Permitir criar novas tabelas.';
588 $strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.';
589 $strPrivDescCreateUser = 'Permitir criar, apagar e renomear contas dos usuários.';
590 $strPrivDescCreateView = 'Permitir criar novas visões.';
591 $strPrivDescDelete = 'Permitir apagar dados.';
592 $strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
593 $strPrivDescDropTbl = 'Permitir eliminar tabelas.';
594 $strPrivDescEvent = 'Permitir iniciar eventos no cronograma de eventos';
595 $strPrivDescExecute5 = 'Permitir executar stored routines.';
596 $strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
597 $strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.';
598 $strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.';
599 $strPrivDescIndex = 'Permitir criar e eliminar índices.';
600 $strPrivDescInsert = 'Permitir inserir e substituir dados.';
601 $strPrivDescLockTables = 'Permitir bloquear tabelas para a processo atual.';
602 $strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.';
603 $strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.';
604 $strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.';
605 $strPrivDescMaxUserConnections = 'Limitar o número de conexões simultâneas que o usuário pode ter.';
606 $strPrivDescProcess = 'Permitir visualizar processos de todos os usuários';
607 $strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.';
608 $strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.';
609 $strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.';
610 $strPrivDescReplSlave = 'Precisar dos escravos de replicação.';
611 $strPrivDescSelect = 'Permitir leitura dos dados.';
612 $strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.';
613 $strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.';
614 $strPrivDescShutdown = 'Permitir desligar o servidor.';
615 $strPrivDescSuper = 'Permitir conectar, 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 processos de outros usuários.';
616 $strPrivDescTrigger = 'Permitir criar e e largar em cadeia'; //será que ta certo?
617 $strPrivDescUpdate = 'Permitir modificar dados.';
618 $strPrivDescUsage = 'Sem privilégios.';
619 $strPrivileges = 'Privilégios';
620 $strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.';
621 $strProcedures = 'Procedimentos';
622 $strProcesses = 'Processos';
623 $strProcesslist = 'Lista de processos';
624 $strProfiling = 'Perfil';
625 $strProtocolVersion = 'Versão do Protocolo';
626 $strPutColNames = 'Colocar nome do campo na primeira linha';
628 $strQBEDel = 'Del'; // (used in tbl_qbe.php)
629 $strQBEIns = 'Ins'; // (used in tbl_qbe.php)
630 $strQBE = 'Procurar por exemplo';
631 $strQueryCache = 'Consulta do cache';
632 $strQueryFrame = 'Janela de consulta';
633 $strQueryOnDb = 'Consulta no Banco de Dados <b>%s</b>:';
634 $strQueryResultsOperations = 'Operações resultantes das consultas';
635 $strQuerySQLHistory = 'Histórico de consultas';
636 $strQueryStatistics = '<b>Estatísticas das consultas</b>: Desde o início, %s consultas foram enviadas para o servidor.';
637 $strQueryTime = 'Consulta levou %01.4f segundos';
638 $strQueryType = 'Tipo de consulta';
639 $strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
641 $strReadRequests = 'Leitura requisitada';
642 $strRebuild = 'Reconstruir';
643 $strReceived = 'Recebido';
644 $strRecommended = 'recomendado';
645 $strRecords = 'Registros';
646 $strReferentialIntegrity = 'Verificar integridade referencial:';
647 $strRefresh = 'Atualizar';
648 $strRelationalKey = 'Chave de relação';
649 $strRelationalSchema = 'Esquema relacional';
650 $strRelationDeleted = 'Relacionamento apagado';
651 $strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.';
652 $strRelationsForTable = 'RELAÇÕES PARA A TABELA';
653 $strRelations = 'Relações';
654 $strRelationView = 'Ver relações';
655 $strReloadingThePrivileges = 'Recarregando os privilégios';
656 $strReloadPrivileges = 'Recarregar privilégios';
657 $strReload = 'Recarregar';
658 $strRemovePartitioning = 'Remover partição';
659 $strRemoveSelectedUsers = 'Remover os usuários selecionados';
660 $strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s';
661 $strRenameTableOK = 'Tabela %s renomeada para %s';
662 $strRenameTable = 'Renomear a tabela para ';
663 $strRepair = 'Reparar';
664 $strRepairTable = 'Reparar tabela';
665 $strReplaceNULLBy = 'Substituir NULL por';
666 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
667 $strReplication = 'Replicação';
668 $strReset = 'Resetar';
669 $strResourceLimits = 'Limite dos recursos';
670 $strRestartInsertion = 'Reiniciar inserção com %s registros';
671 $strReType = 'Re-digite';
672 $strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
673 $strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
674 $strRevokeMessage = 'Você revogou os privilégios para %s';
675 $strRevoke = 'Revogar';
676 $strRomanian = 'Romêno';
677 $strRoutineReturnType = 'Tipo de returno';
678 $strRoutines = 'Rotinas';
679 $strRowLength = 'Tamanho do registro';
680 $strRowsAffected = '%1$d linha(s) afetadas.';
681 $strRowsDeleted = '%1$d linhas(s) excluídas.';
682 $strRowsFrom = 'registro(s) começando de';
683 $strRowsInserted = '%1$d linha(s) inseridas.';
684 $strRowSize = ' Tamanho do registro ';
685 $strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)';
686 $strRowsModeHorizontal = 'horizontal';
687 $strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
688 $strRowsModeVertical = 'vertical';
689 $strRows = 'Registros';
690 $strRowsStatistic = 'Estatísticas do registros';
691 $strRunning = 'Rodando em %s';
692 $strRunQuery = 'Enviar consulta SQL';
693 $strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
694 $strRunSQLQueryOnServer = 'Rodar consulta(s) SQL no servidor %s';
695 $strRussian = 'Russo';
697 $strSaveOnServer = 'Salvar no servidor no diretório %s';
698 $strSavePosition = 'Salvar posição';
699 $strSave = 'Salvar';
700 $strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
701 $strSearchFormTitle = 'Procurar no Banco de Dados';
702 $strSearchInField = 'Dentro do campo:';
703 $strSearchInTables = 'Dentro da(s) tabela(s):';
704 $strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):';
705 $strSearchOption1 = 'pelo menos uma das palavras';
706 $strSearchOption2 = 'todas as palavras';
707 $strSearchOption3 = 'a frase exata';
708 $strSearchOption4 = 'como expressão regular';
709 $strSearch = 'Procurar';
710 $strSearchResultsFor = 'Procurar resultados por "<i>%s</i>" %s:';
711 $strSearchType = 'Encontrar:';
712 $strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
713 $strSelectADb = 'Selecionar um Banco de Dados';
714 $strSelectAll = 'Selecionar Todos';
715 $strSelectBinaryLog = 'Selecionar log binário para exibir';
716 $strSelectFields = 'Selecionar os campos (no mínimo 1)';
717 $strSelectForeignKey = 'Selecionar Chave Estrangeira';
718 $strSelectNumRows = 'na consulta';
719 $strSelectReferencedKey = 'Seleciona chave referenciada';
720 $strSelectTables = 'Tabelas selecionadas';
721 $strSend = 'Enviado';
722 $strSent = 'Enviar';
723 $strServerChoice = 'Seleção do Servidor';
724 $strServerNotResponding = 'O servidor não está respondendo';
725 $strServer = 'Servidor';
726 $strServers = 'Servidores';
727 $strServerStatusDelayedInserts = 'Inserções demoradas';
728 $strServerStatus = 'Informações de Runtime';
729 $strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
730 $strServerTabVariables = 'Variáveis';
731 $strServerTrafficNotes = '<b>Tráfico do servidor</b>: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.';
732 $strServerVars = 'Variáveis e configurações do servidor';
733 $strServerVersion = 'Versão do Servidor';
734 $strSessionStartupErrorGeneral = 'Não pôde iniciar a sessão sem erros, cheque os erros ocorridos nos logs do PHP e/ou do seu servidor web e configure a instalação do PHP corretamente.';
735 $strSessionValue = 'Valor da sessão';
736 $strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />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\').';
737 $strShowAll = 'Mostrar todos';
738 $strShowColor = 'Mostrar cor';
739 $strShowDatadictAs = 'Formato do dicionário de dados';
740 $strShowFullQueries = 'Mostrar consultas completas';
741 $strShowGrid = 'Mostrar grade';
742 $strShowHideLeftMenu = 'Exibir/Ocultar menu da esquerda';
743 $strShowingBookmark = 'Exibindo marcadores';
744 $strShowingPhp = 'Exibindo como código PHP';
745 $strShowingRecords = 'Mostrando registros ';
746 $strShowingSQL = 'Exibindo consulta SQL';
747 $strShow = 'Mostrar';
748 $strShowOpenTables = 'Exibir tabelas abertas';
749 $strShowPHPInfo = 'Mostrar informações do PHP';
750 $strShowSlaveHosts = 'Exibir servidores escravos';
751 $strShowSlaveStatus = 'Exibir status dos escravos';
752 $strShowStatusBinlog_cache_disk_useDescr = 'O número de transações que usaram o cache do log binário temporário mas que excederam o valor do binlog_cache_size e usaram o arquivo temporário para armazenar enunciados da transação.';
753 $strShowStatusBinlog_cache_useDescr = 'O número de transações que usaram o cache do log binário temporário.';
754 $strShowStatusCreated_tmp_disk_tablesDescr = 'O número de tabelas temporárias no disco criadas automaticamente pelo servidor enquanto executava os enunciados. Se Created_tmp_disk_tables é grande, você pode aumentar o valor de tmp_table_size para fazer as tabelas temporárias serem baseadas na memória ou invés de baseadas no disco';
755 $strShowStatusCreated_tmp_filesDescr = 'Quantos arquivos temporários o MySQL tinha criado.';
756 $strShowStatusCreated_tmp_tablesDescr = 'O número de tabelas temporárias na memória criadas automaticamente pelo servidor enquanto executava os enunciados.';
757 $strShowStatusDelayed_errorsDescr = 'O número de linhas escritas com INSERT DELAYED para cada erro ocorrido (provavelmente chave duplicada).';
758 $strShowStatusDelayed_insert_threadsDescr = 'O número de processos manipuladores de INSERT DELAYED em uso. Cada tabela diferente em que se usa INSERT DELAYED começa seu próprio processo.';
759 $strShowStatusDelayed_writesDescr = 'O número de linhas INSERT DELAYED escritas.';
760 $strShowStatusFlush_commandsDescr = 'O número de enunciados FLUSH executados.';
761 $strShowStatusHandler_commitDescr = 'O número de enunciados COMMIT internos.';
762 $strShowStatusHandler_deleteDescr = 'O número de vezes que uma linha foi deletada de uma tabela.';
763 $strShowStatusHandler_discoverDescr = 'O servidor MySQL pode perguntar ao motor de armazenamento do NDB Cluster se ele sabe sobre uma tabela com um nome dado. Isto é chamado descoberta. Handler_discover indica o número de vezes que tabelas foram descobertas.';
764 $strShowStatusHandler_read_firstDescr = 'O número de vezes que a primeira entrada foi lida de um índice. Se isto for alto, sugere que o usuário está fazendo muitas varreduras completas do índice; por exemplo, SELECT col1 FROM foo, supondo que col1 é um índice.';
765 $strShowStatusHandler_read_keyDescr = 'O número de requisições para ler uma linha baseada em uma chave. Se isto for alto, é uma boa indicação de que suas consultas e tabelas estejam corretamente indexadas.';
766 $strShowStatusHandler_read_nextDescr = 'O número de requisições para ler a linha seguinte na ordem da chave. Isto é incrementado se você estiver consultando uma coluna do índice com uma restrição da escala ou se você estiver fazendo uma varredura do índice.';
767 $strShowStatusHandler_read_prevDescr = 'O número de requisições para ler a linha precedente na ordem da chave. Este método de leitura é usado principalmente para otimizar ORDER BY… DESC.';
768 $strShowStatusHandler_read_rndDescr = 'O número de requisições pra ler uma linha baseada em uma posição fixa. Isto é alto se você estiver fazendo muitas consultas que requerem a ordenação do resultado. Você tem provavelmente muitas consultas que requerem que o MySQL faça a varredura de tabelas inteiras ou você tem junções que não usam as chaves corretamente.';
769 $strShowStatusHandler_read_rnd_nextDescr = 'O número de requisições para ler a linha seguinte no arquivo de dados. Isto é alto se você estiver fazendo muitas varreduras da tabela. Geralmente isto sugere que suas tabelas não estão corretamente indexadas ou que suas consultas não estão escritas para tomar vantagem dos índices que você têm.';
770 $strShowStatusHandler_rollbackDescr = 'O número de enunciados ROLLBACK internos.';
771 $strShowStatusHandler_updateDescr = 'O número de requisições para atualizar uma linha na tabela.';
772 $strShowStatusHandler_writeDescr = 'O número de requisições para inserir uma linha na tabela.';
773 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'O número de páginas que contém dados (sujos ou limpos).';
774 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'O número de páginas atualmente sujas.';
775 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'O número de páginas do buffer pool que foram requisitadas para serem niveladas.';
776 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'O número de páginas livres.';
777 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'O número de páginas trancadas no buffer pool do InnoDB. Estas são páginas que estão sendo lidas ou escritas atualmente ou aquela não pode ser nivelada ou removido por alguma outra razão.';
778 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páginas ocupadas porque foram alocados para rotinas administrativas tais como trancamento de linhas ou índice hash adaptável. Este valor pode também ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
779 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamanho total do buffer pool, em páginas.';
780 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'O número de ler-adiante "aleatórios" InnoDB iniciado. Isto acontece quando uma consulta faz a varredura de uma parcela grande de uma tabela mas na ordem aleatória.';
781 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'O número de ler-adiante sequenciais InnoDB iniciado. Isto acontece quando o InnoDB faz uma varredura sequencial completa da tabela.';
782 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'O número de requisições de leitura lógica InnoDB que foram feitas.';
783 $strShowStatusInnodb_buffer_pool_readsDescr = 'O número de leituras lógicas que o InnoDB não pode satisfer do buffer pool e teria que fazer uma leitura de página simples';
784 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escreve para o buffer pool do InnoDB rodando em segundo plano. Entretanto, se for necessário ler ou criar uma página e nenhuma página limpa estiver disponível, é necessário esperar as páginas serem niveladas primeiramente. Este contador conta instâncias dessas esperas. Se o tamanho do buffer pool for ajustado corretamente, este valor deve ser pequeno.';
785 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'O número de escritas feitas para o buffer pool do InnoDB.';
786 $strShowStatusInnodb_data_fsyncsDescr = 'O número de operações fsync() à fazer.';
787 $strShowStatusInnodb_data_pending_fsyncsDescr = 'O número atual de operações fsync() pendentes.';
788 $strShowStatusInnodb_data_pending_readsDescr = 'O número atual de leituras pendentes.';
789 $strShowStatusInnodb_data_pending_writesDescr = 'O número atual de escritas pendentes.';
790 $strShowStatusInnodb_data_readDescr = 'O montante de leitura de dados à fazer, em bytes.';
791 $strShowStatusInnodb_data_readsDescr = 'O número total de dados lidos.';
792 $strShowStatusInnodb_data_writesDescr = 'O número total de dados escritos.';
793 $strShowStatusInnodb_data_writtenDescr = 'O montante de escrita de dados à fazer, em bytes.';
794 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'O número de escritas doublewrite que foram executadas e o número de páginas que foram escritas para esta finalidade.';
795 $strShowStatusInnodb_dblwr_writesDescr = 'O número de escritas doublewrite que foram executadas e o número de páginas que foram escritas para esta finalidade.';
796 $strShowStatusInnodb_log_waitsDescr = 'O número de esperas geradas porque o buffer do log era muito pequeno e teve que esperar que fosse nivelada antes de continuar.';
797 $strShowStatusInnodb_log_write_requestsDescr = 'O número de requisições de escrita de log.';
798 $strShowStatusInnodb_log_writesDescr = 'O número de escritas físicas para o arquivo de log.';
799 $strShowStatusInnodb_os_log_fsyncsDescr = 'O número de escritas fsyncs feitas no arquivo de log.';
800 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'O número de arquivos de log fsyncs pendentes.';
801 $strShowStatusInnodb_os_log_pending_writesDescr = 'Escrita de arquivos de log pendentes.';
802 $strShowStatusInnodb_os_log_writtenDescr = 'O número de bytes escritos para o arquivo de log.';
803 $strShowStatusInnodb_pages_createdDescr = 'O número de páginas criadas.';
804 $strShowStatusInnodb_page_sizeDescr = 'O tamanho de página compilada do InnoDB (padrão 16KB). Muitos valores são contados em páginas; o tamanho de página permite que sejam facilmente convertidos em bytes.';
805 $strShowStatusInnodb_pages_readDescr = 'O número de páginas lidas.';
806 $strShowStatusInnodb_pages_writtenDescr = 'O número de páginas escritas.';
807 $strShowStatusInnodb_row_lock_current_waitsDescr = 'O número de linhas trancadas que estão esperando atualmente.';
808 $strShowStatusInnodb_row_lock_time_avgDescr = 'O tempo médio para recuperar uma linha trancada, em milísegundo.';
809 $strShowStatusInnodb_row_lock_timeDescr = 'O tempo total gasto para recuperar linhas trancadas, em milísegundo.';
810 $strShowStatusInnodb_row_lock_time_maxDescr = 'O máximo de tempo para recuperar uma linha trancada, em milísegundo.';
811 $strShowStatusInnodb_row_lock_waitsDescr = 'O número de vezes que uma linhas trancada teve que esperar para ser escrita.';
812 $strShowStatusInnodb_rows_deletedDescr = 'O número de linhas deletadas de tabelas InnoDB.';
813 $strShowStatusInnodb_rows_insertedDescr = 'O número de linhas inseridas em tabelas InnoDB.';
814 $strShowStatusInnodb_rows_readDescr = 'O número de linhas lidas de tabelas InnoDB.';
815 $strShowStatusInnodb_rows_updatedDescr = 'O número de linhas atualizadas em tabelas InnoDB.';
816 $strShowStatusKey_blocks_not_flushedDescr = 'O número de blocos chave no cache chave que mudaram mas não foram nivelados ainda ao disco. Antes era chamado de Not_flushed_key_blocks.';
817 $strShowStatusKey_blocks_unusedDescr = 'O número de blocos não usados no cache chave. Você pode usar este valor para determinar quanto do cache chave está no uso.';
818 $strShowStatusKey_blocks_usedDescr = 'O número de blocos usados no cache chave. Este valor é uma marca d\'água que indica o número máximo de blocos que estiveram sempre em uso em algum momento.';
819 $strShowStatusKey_read_requestsDescr = 'O número de requisições para ler um bloco chave do cache.';
820 $strShowStatusKey_readsDescr = 'O número de leituras físicas de um bloco chave do disco. Se Key_reads for alto, então seu valor do key_buffer_size é provavelmente muito baixo. A taxa de falta de cache pode ser calculada como Key_reads/Key_read_requests.';
821 $strShowStatusKey_write_requestsDescr = 'O número de requisições para escrever um bloco chave para o cache.';
822 $strShowStatusKey_writesDescr = 'O número de escritas físicas para um bloco chave para o disco.';
823 $strShowStatusLast_query_costDescr = 'O custo total da última consulta compilada como computado pelo otimizador de consultas. Útil para comparar o custo de diferentes planos de consulta para a mesma consulta. O valor padrão 0 significa que nenhuma consulta foi compilada ainda.';
824 $strShowStatusNot_flushed_delayed_rowsDescr = 'O número de linhas esperando para serem escritas na fila de INSERT DELAYED.';
825 $strShowStatusOpened_tablesDescr = 'O número de tabelas que devem estar abertas. Se aberta, as tabelas são grandes, o valor do cache de suas tabelas é provavelmente muito pequeno.';
826 $strShowStatusOpen_filesDescr = 'O número de arquivos que estão abertos.';
827 $strShowStatusOpen_streamsDescr = 'O número de streams que estão abertos (usados principalmente para log).';
828 $strShowStatusOpen_tablesDescr = 'O número de tabelas que estão abertas.';
829 $strShowStatusQcache_free_blocksDescr = 'O número de blocos de memória livre na consulta do cache.';
830 $strShowStatusQcache_free_memoryDescr = 'O montante de memória livre para a consulta do cache.';
831 $strShowStatusQcache_hitsDescr = 'O número de hits do cache.';
832 $strShowStatusQcache_insertsDescr = 'O número de consultas adicionadas no cache.';
833 $strShowStatusQcache_lowmem_prunesDescr = 'O número de consultas que foram removidas do cache para liberar memória para novas consultas. Essa informação pode ajudar você a ajustar o tamanho da consulta do cache. A consulta do cache usa a estratégia do "usado menos recentemente" (LRU - least recently used) para decidir qual consulta remover do cache.';
834 $strShowStatusQcache_not_cachedDescr = 'O número de consultas sem cache (não cacheável, ou não pode ser cacheável devido à configuração em query_cache_type).';
835 $strShowStatusQcache_queries_in_cacheDescr = 'O número de consultas registradas no cache.';
836 $strShowStatusQcache_total_blocksDescr = 'O número total de blocos na consulta do cache.';
837 $strShowStatusReset = 'Resetar';
838 $strShowStatusRpl_statusDescr = 'O status da replicação à prova de falhas (não implementado).';
839 $strShowStatusSelect_full_joinDescr = 'O número de junções que não usaram índices. Se este valor não for 0, você deve cuidadosamente verificar os índices de suas tabelas.';
840 $strShowStatusSelect_full_range_joinDescr = 'O número de junções que usaram uma pesquisa de escala na tabela de referência.'; //está correto isso?
841 $strShowStatusSelect_range_checkDescr = 'O número de junções sem chaves que verificam para ver se há o uso da chave após cada linha. (Se este não for 0, você deve cuidadosamente verificar os índices de suas tabelas.)';
842 $strShowStatusSelect_rangeDescr = 'O número de junções que usaram escalas na primeira tabela. (Não é normalmente crítico mesmo se este for grande.)';
843 $strShowStatusSelect_scanDescr = 'O número junções que fez uma varredura completa da primeira tabela.';
844 $strShowStatusSlave_open_temp_tablesDescr = 'O número de tabelas temporárias abertas atualmente pelo processo SQL escravo.';
845 $strShowStatusSlave_retried_transactionsDescr = 'Número total (desde o início) de vezes que o processo SQL escravo de replicação teve que tentar transações.';
846 $strShowStatusSlave_runningDescr = 'Isto é ON se este servidor é um escravo conectado à um mestre.';
847 $strShowStatusSlow_launch_threadsDescr = 'O número de processos que levaram mais que slow_launch_time segundos para serem criadas.';
848 $strShowStatusSlow_queriesDescr = 'O número de consultas que levaram mais que long_query_time segundos.';
849 $strShowStatusSort_merge_passesDescr = 'O número de fusões que o algoritmo de ordenação teve que fazer. Se este valor for alto, você deve considerar aumentar o valor da variável sort_buffer_size do sistema.';
850 $strShowStatusSort_rangeDescr = 'O número de ordenações que foram feitas com escalas.'; //está correto isso? ranges = escalas??
851 $strShowStatusSort_rowsDescr = 'O número de linhas ordenadas.';
852 $strShowStatusSort_scanDescr = 'O número de ordenações que foram feitas scaneando a tabela.';
853 $strShowStatusTable_locks_immediateDescr = 'O número de vezes que uma tabela trancada foi recuperada imediatamente.';
854 $strShowStatusTable_locks_waitedDescr = 'O número de vezes que uma tabela trancada não foi recuperada imediatamente e uma espera foi necessária. Se isso foi alto e você tem problemas de performance, você precisa primeiramente otimizar suas consultas e então, ou dividir sua tabela ou usar replicação.';
855 $strShowStatusThreads_cachedDescr = 'O número de processos no cache de processos. A taxa de hits do cache pode ser calculada como Threads_created/conexões. Se este valor for vermelho você deve aumentar seu thread_cache_size';
856 $strShowStatusThreads_connectedDescr = 'O número de conexões atualmente abertas.';
857 $strShowStatusThreads_createdDescr = 'O número de processos criadas para manipular conexões. Se Threads_created é grande, você deveria aumentar o valor de thread_cache_size. (Normalmente isso não da um aumento notável de performance se você tem uma boa implementação de processos.)';
858 $strShowStatusThreads_runningDescr = 'O número de processos que não estão dormindo.';
859 $strShowTableDimension = 'Mostrar dimensão das tabelas';
860 $strShowTables = 'Mostrar tabelas';
861 $strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
862 $strSimplifiedChinese = 'Chinês Simplificado';
863 $strSingly = '(singularmente)';
864 $strSize = 'Tamanho';
865 $strSkipQueries = 'Número de registros (consultas) ignoradas no início';
866 $strSlovak = 'Eslováquio';
867 $strSlovenian = 'Eslovênio';
868 $strSmallBigAll = 'Tudo Pequeno/Grande';
869 $strSnapToGrid = 'Ajustar à grade';
870 $strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
871 $strSortByKey = 'Ordenar pela chave';
872 $strSorting = 'Ordenando';
873 $strSort = 'Ordenar';
874 $strSpaceUsage = 'Uso do espaço';
875 $strSpanish = 'Espanhol';
876 $strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
877 $strSQLCompatibility = 'Modo de compatibilidade SQL';
878 $strSQLExportType = 'Tipo de exportação';
879 $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 tentando subir um arquivo com saída binária 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 CORTE abaixo:';
880 $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.';
881 $strSQLQuery = 'consulta SQL';
882 $strSQLResult = 'Resultado SQL';
883 $strSQL = 'SQL';
884 $strSQPBugInvalidIdentifer = 'Identificador inválido';
885 $strSQPBugUnclosedQuote = 'Aspas não fechada';
886 $strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
887 $strStandInStructureForView = 'Estrutura stand-in para visualizar';
888 $strStatCheckTime = 'Última verificação';
889 $strStatCreateTime = 'Criação';
890 $strStatement = 'Comandos';
891 $strStatisticsOverrun = 'Em servidores ocupados, os contadores de byte podem sobrecarregar, então as estatísticas como relatadas pelo servidor MySQL podem estar incorretas.';
892 $strStatUpdateTime = 'Última atualização';
893 $strStatus = 'Status';
894 $strStorageEngines = 'Storage Engines'; // sem traducao
895 $strStorageEngine = 'Storage Engine'; // sem traducao
896 $strStrucCSV = 'Dados CSV';
897 $strStrucData = 'Estrutura e dados';
898 $strStrucExcelCSV = 'CSV para dados MS Excel';
899 $strStrucNativeExcel = 'Dados nativos do MS Excel';
900 $strStrucOnly = 'Somente estrutura';
901 $strStructPropose = 'Propor estrutura da tabela';
902 $strStructure = 'Estrutura';
903 $strStructureForView = 'Estrutura para visualizar';
904 $strSubmit = 'Submeter';
905 $strSuccess = 'Seu comando SQL foi executado com sucesso';
906 $strSuhosin = 'Servidor rodando com \'Suhosin\'. Verifique a %sdocumentation%s para possíveis razões do erro.';
907 $strSum = 'Soma';
908 $strSwedish = 'Suéco';
909 $strSwekeyAuthenticating = 'Autenticando...';
910 $strSwekeyAuthFailed = 'Falha na autenticação de hardware';
911 $strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
912 $strSwitchToTable = 'Mudar para a tabela copiada';
914 $strTableAlreadyExists = 'Tabela %s já existe!';
915 $strTableAlteredSuccessfully = 'A tabela %1$s foi alterada com sucesso';
916 $strTableComments = 'Comentários da tabela';
917 $strTableEmpty = 'O Nome da Tabela está vazio!';
918 $strTableHasBeenCreated = 'A tabela %1$s foi criada.';
919 $strTableHasBeenDropped = 'Tabela %s foi eliminada';
920 $strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
921 $strTableHasBeenFlushed = 'Tabela %s foi limpa';
922 $strTableIsEmpty = 'Tabela para estar vazia!';
923 $strTableMaintenance = 'Tabela de Manutenção';
924 $strTableName = 'Nome da Tabela';
925 $strTableOfContents = 'Tabela de conteúdos';
926 $strTableOptions = 'Opções da tabela';
927 $strTables = '%s tabela(s)';
928 $strTableStructure = 'Estrutura da tabela';
929 $strTable = 'Tabela';
930 $strTakeIt = 'tome';
931 $strTblPrivileges = 'Privilégios específicos da tabela';
932 $strTempData = 'Dados temporários';
933 $strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
934 $strTexyText = 'Texy! texto'; // Texy??
935 $strThai = 'Thailandês';
936 $strThemeDefaultNotFound = 'Tema padrão %s não encontrado!';
937 $strThemeNoPreviewAvailable = 'Nenhuma pré-visualização disponível.';
938 $strThemeNotFound = 'Tema %s não encontrado!';
939 $strThemeNoValidImgPath = 'Encontrado caminho inválido para imagens para o tema %s!';
940 $strThemePathNotFound = 'Encontrado caminho inválido para o tema %s!';
941 $strTheme = 'Tema / Estilo';
942 $strThisHost = 'Esse Servidor';
943 $strThreads = 'Processos';
944 $strThreadSuccessfullyKilled = 'Processo %s foi morto com sucesso.';
945 $strTimeoutInfo = 'Importação anterior passou do tempo limite, depois de reenviar, irá continuar na posição %d.';
946 $strTimeoutNothingParsed = 'Entretanto na última vez nenhum dado foi passado, isso normalmente significa que o phpMyAdmin não é capaz de finalizar essa importação à menos que você aumente o tempo limite do PHP.';
947 $strTimeoutPassed = 'Script passou do tempo limite, se você deseja terminar a importação, reenvie o mesmo arquivo que a importação será resumida.';
948 $strTime = 'Tempo';
949 $strToFromPage = 'página de/para';
950 $strToggleScratchboard = 'mudar o estado do Scratchboard'; //isso está correto? mas nao descobri o q eh
951 $strToggleSmallBig = 'Mudar para pequeno/grande';
952 $strToSelectRelation = 'Para selecionar relacionamento, clique :';
953 $strTotal = 'total';
954 $strTotalUC = 'Total';
955 $strTraditionalChinese = 'Chinês Tradicional';
956 $strTraditionalSpanish = 'Espanhol Traditional';
957 $strTraffic = 'Tráfego';
958 $strTransactionCoordinator = 'Coordenador da transação';
959 $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';
960 $strTransformation_application_octetstream__hex = 'Exibir representação hexadecimal dos dados. Primeiro parâmetro opcional especifica como frequentemente espaços serão adicionados (padrão para 2 mordidelas).'; //ta certo isso? nibbles, traduzi como mordidelas
961 $strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)';
962 $strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).';
963 $strTransformation_image_png__inline = 'Ver imagem/jpeg: em linha';
964 $strTransformation_text_plain__dateformat = 'Exibir um TIME, TIMESTAMP, DATETIME ou campo numérico unix timestamp formatado como data. A primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Use a segunda opção para especificar uma string de formatação data/tempo diferente. A terceira opção determina se você deseja ver data local ou UTC (use a string "local" ou "utc") para isso. De acordo com isso, o formatdo da data terá valores diferentes - para "local" veja a documentação do PHP para função strftime() e para "utc" isso é feito usando a função gmdate().';
965 $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)';
966 $strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.';
967 $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.';
968 $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.';
969 $strTransformation_text_plain__sql = 'Formatar texto como consulta SQL com síntaxe colorida.';
970 $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: ...).';
971 $strTriggers = 'Gatilhos';
972 $strTruncateQueries = 'Truncar as consultas SQL exibidas';
973 $strTurkish = 'Turco';
974 $strType = 'Tipo';
976 $strUkrainian = 'Ucraniano';
977 $strUncheckAll = 'Desmarcar todos';
978 $strUnicode = 'Unicode';
979 $strUnique = 'Único';
980 $strUnknown = 'desconhecido';
981 $strUnselectAll = 'Desmarcar Todos';
982 $strUnsupportedCompressionDetected = 'Você tentou carregar um arquivo com compressão não suportada (%s). Pode o suporte para isso não ter sido implementado ou pode ter sido desabilitado por sua configuração PHP.';
983 $strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
984 $strUpdateProfileMessage = 'A configuração foi atualizada.';
985 $strUpdateQuery = 'Atualizar a consulta SQL';
986 $strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
987 $strUpgrade = 'Você deveria atualizar para %s %s ou posterior.';
988 $strUploadErrorCantWrite = 'Falhou ao salvar arquivo no disco.';
989 $strUploadErrorExtension = 'Carregamento do arquivo parado pela extenção.';
990 $strUploadErrorFormSize = 'O arquivo carregado excede o tamanho definido na diretriz MAX_FILE_SIZE do formulário HTM.';
991 $strUploadErrorIniSize = 'O arquivo carregado excede o tamanho definido na diretriz upload_max_filesize no php.ini.';
992 $strUploadErrorNoTempDir = 'Pasta temporária não encontrada.';
993 $strUploadErrorPartial = 'Carregamento do arquivo foi apenas parcial.';
994 $strUploadErrorUnknown = 'Erro desconhecido no carregamento do arquivo.';
995 $strUploadLimit = 'Você provavelmente tentou carregar um arquivo muito grande. Veja referências na %sdocumentation%s para burlar esses limites.';
996 $strUploadsNotAllowed = 'Não é permitido subir arquivos neste servidor.';
997 $strUsage = 'Uso';
998 $strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
999 $strUseHostTable = 'Usar Tabela do Servidor';
1000 $strUserAlreadyExists = 'O usuário %s já existe!';
1001 $strUserEmpty = 'O nome do usuário está em branco!';
1002 $strUserName = 'Nome do usuário';
1003 $strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.';
1004 $strUserOverview = 'Avaliação dos usuários';
1005 $strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
1006 $strUsersHavingAccessToDb = 'Usuários que têm acesso à &quot;%s&quot;';
1007 $strUser = 'Usuário';
1008 $strUseTabKey = 'Usar a tecla TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção';
1009 $strUseTables = 'Usar tabelas';
1010 $strUseTextField = 'Usar campo texto';
1011 $strUseThisValue = 'Usar este valor';
1013 $strValidateSQL = 'Validar SQL';
1014 $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.';
1015 $strValue = 'Valor';
1016 $strVar = 'Variáveis';
1017 $strVersionInformation = 'Informações da versão';
1018 $strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
1019 $strViewDumpDB = 'Ver o esquema do Banco de Dados';
1020 $strViewDump = 'Ver o esquema da tabela';
1021 $strViewHasBeenDropped = 'Visão %s foi apagada';
1022 $strViewName = 'Nome da VISÃO';
1023 $strView = 'Visão';
1025 $strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
1026 $strWebServerUploadDirectory = 'Servidor web subiu o diretório';
1027 $strWelcome = 'Bem vindo ao %s';
1028 $strWestEuropean = 'Oeste Europeu';
1029 $strWildcard = 'coringa';
1030 $strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
1031 $strWithChecked = 'Com marcados:';
1032 $strWriteRequests = 'Escrita requisitada';
1033 $strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
1035 $strXML = 'XML';
1037 $strYes = 'Sim';
1039 $strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.';
1040 $strZip = '"compactado com zip"';
1042 // To translate:
1043 $strAndSmall = 'and'; //to translate
1044 $strApplyChanges = 'Apply Selected Changes'; //to translate
1045 $strAsDefined = 'As defined:'; //to translate
1047 $strBLOBRepository = 'BLOB Repository'; //to translate
1048 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1049 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1050 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1051 $strBLOBRepositoryDisable = 'Disable'; //to translate
1052 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1053 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1054 $strBLOBRepositoryEnable = 'Enable'; //to translate
1055 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1056 $strBLOBRepositoryRepair = 'Repair'; //to translate
1057 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1059 $strClickToSelect = 'Click to select'; //to translate
1060 $strClickToUnselect = 'Click to unselect'; //to translate
1061 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
1062 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
1063 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
1064 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
1065 $strCurrentServer = 'Current server'; //to translate
1066 $strCustomColor = 'Custom color'; //to translate
1068 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
1069 $strDatabase_src = 'Source database'; //to translate
1070 $strDatabase_trg = 'Target database'; //to translate
1071 $strDataDiff = 'Data Difference'; //to translate
1072 $strDataSyn = 'Data Synchronization'; //to translate
1073 $strDifference = 'Difference'; //to translate
1074 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
1075 $strDownloadFile = 'Download file'; //to translate
1076 $strDumpAllRows = 'Dump all rows'; //to translate
1078 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1079 $strFullStart = 'Full start'; //to translate
1080 $strFullStop = 'Full stop'; //to translate
1082 $strGetMoreThemes = 'Get more themes!'; //to translate
1083 $strGoToDatabase = 'Go to database'; //to translate
1084 $strGoToTable = 'Go to table'; //to translate
1085 $strGoToView = 'Go to view'; //to translate
1087 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
1088 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
1090 $strImportColNames = 'Column names in first row'; //to translate
1091 $strImportEmptyRows = 'Do not import empty rows'; //to translate
1092 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
1093 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
1094 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
1095 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
1096 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
1097 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
1098 $strImportODS = 'Open Document Spreadsheet'; //to translate
1099 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
1100 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
1101 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1102 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
1103 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
1104 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1106 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1107 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1109 $strMediaWiki = 'MediaWiki Table'; //to translate
1111 $strNavTableFilter = 'Filter'; //to translate
1112 $strNoneDefault = 'None'; //to translate
1113 $strNotPresent = 'not present'; //to translate
1115 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1116 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1117 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1118 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1119 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1120 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1121 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1122 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1123 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1124 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1125 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
1126 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1127 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1128 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1129 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1130 $strPBXTLogFileCount = 'Log file count'; //to translate
1131 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1132 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1133 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1134 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1135 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1136 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1137 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1138 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1139 $strPhpArray = 'PHP array'; //to translate
1140 $strPHPExtension = 'PHP extension'; //to translate
1141 $strPlayAudio = 'Play audio'; //to translate
1142 $strPort = 'Port'; //to translate
1144 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1146 $strRelationalDisplayField = 'Relational display field'; //to translate
1147 $strRemoteServer = 'Remote server'; //to translate
1148 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1149 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1150 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1151 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1152 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1153 $strReplicationControlSlave = 'Control slave:'; //to translate
1154 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1155 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1156 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1157 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1158 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1159 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1160 $strReplicationMaster = 'Master replication'; //to translate
1161 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1162 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1163 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1164 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1165 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1166 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1167 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1168 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1169 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1170 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1171 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1172 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1173 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1174 $strReplicationSlaveReset = 'Reset slave'; //to translate
1175 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1176 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1177 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1178 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1179 $strReplicationSlave = 'Slave replication'; //to translate
1180 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1181 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1182 $strReplicationStatus_master = 'Master status'; //to translate
1183 $strReplicationStatus = 'Replication status'; //to translate
1184 $strReplicationStatus_slave = 'Slave status'; //to translate
1185 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1186 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1187 $strReplicationUnknownError = 'Unknown error'; //to translate
1189 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1190 $strSettings = 'settings'; //to translate
1191 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1192 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1193 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1194 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1195 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1196 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1197 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1198 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1199 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1200 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1201 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1202 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1203 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1204 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1205 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1206 $strSetupBZipDump_name = 'Bzip2'; //to translate
1207 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1208 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1209 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1210 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1211 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1212 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1213 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1214 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1215 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1216 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1217 $strSetupClear = 'Clear'; //to translate
1218 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1219 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1220 $strSetupConfigurationFile = 'Configuration file'; //to translate
1221 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1222 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1223 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1224 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1225 $strSetupDefaultLanguage = 'Default language'; //to translate
1226 $strSetupDefaultServer = 'Default server'; //to translate
1227 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1228 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1229 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1230 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1231 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1232 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1233 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1234 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1235 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1236 $strSetupDisplay = 'Display'; //to translate
1237 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1238 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1239 $strSetupDonateLink = 'Donate'; //to translate
1240 $strSetupDownload = 'Download'; //to translate
1241 $strSetupEndOfLine = 'End of line'; //to translate
1242 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1243 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1244 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1245 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1246 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1247 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1248 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1249 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1250 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1251 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1252 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1253 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1254 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1255 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1256 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1257 $strSetupExport_asfile_name = 'Save as file'; //to translate
1258 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1259 $strSetupExport_compression_name = 'Compression'; //to translate
1260 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1261 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1262 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1263 $strSetupExport_format_name = 'Format'; //to translate
1264 $strSetupExport_onserver_name = 'Save on server'; //to translate
1265 $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
1266 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1267 $strSetupFalse = 'no'; //to translate
1268 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1269 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1270 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1271 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1272 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1273 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1274 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1275 $strSetupForm_Browse = 'Browse mode'; //to translate
1276 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1277 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1278 $strSetupForm_Edit = 'Edit mode'; //to translate
1279 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1280 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1281 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1282 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1283 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1284 $strSetupForm_Import_export = 'Import / export'; //to translate
1285 $strSetupForm_Left_databases = 'Databases'; //to translate
1286 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1287 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1288 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1289 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1290 $strSetupForm_Left_servers = 'Servers'; //to translate
1291 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1292 $strSetupForm_Left_tables = 'Tables'; //to translate
1293 $strSetupForm_Main_frame = 'Main frame'; //to translate
1294 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1295 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1296 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1297 $strSetupForm_Query_window = 'Query window'; //to translate
1298 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1299 $strSetupForm_Security = 'Security'; //to translate
1300 $strSetupForm_Server = 'Basic settings'; //to translate
1301 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1302 $strSetupForm_Server_config = 'Server configuration'; //to translate
1303 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1304 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1305 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1306 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1307 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1308 $strSetupFormset_customization = 'Customization'; //to translate
1309 $strSetupFormset_export = 'Customize export options'; //to translate
1310 $strSetupFormset_features = 'Features'; //to translate
1311 $strSetupFormset_import = 'Customize import defaults'; //to translate
1312 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1313 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1314 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1315 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1316 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1317 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1318 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1319 $strSetupForm_Startup = 'Startup'; //to translate
1320 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1321 $strSetupForm_Tabs = 'Tabs'; //to translate
1322 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1323 $strSetupGZipDump_name = 'GZip'; //to translate
1324 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1325 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1326 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1327 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1328 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1329 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1330 $strSetupImport_allow_interrupt_desc = '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
1331 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1332 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1333 $strSetupImport_format_name = 'Format of imported file'; //to translate
1334 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1335 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1336 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1337 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1338 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1339 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1340 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1341 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1342 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1343 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1344 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1345 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1346 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1347 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1348 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1349 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1350 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1351 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1352 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1353 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1354 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1355 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1356 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1357 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1358 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1359 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1360 $strSetupLetUserChoose = 'let the user choose'; //to translate
1361 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1362 $strSetupLightTabs_name = 'Light tabs'; //to translate
1363 $strSetupLoad = 'Load'; //to translate
1364 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1365 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1366 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1367 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1368 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1369 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1370 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1371 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1372 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1373 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1374 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1375 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1376 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1377 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1378 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1379 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1380 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1381 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1382 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1383 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1384 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1385 $strSetupNewServer = 'New server'; //to translate
1386 $strSetupNoServers = 'There are no configured servers'; //to translate
1387 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1388 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1389 $strSetupOptionNone = '- none -'; //to translate
1390 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1391 $strSetupOrder_name = 'Default sorting order'; //to translate
1392 $strSetupOverview = 'Overview'; //to translate
1393 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1394 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1395 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1396 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1397 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1398 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1399 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1400 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1401 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1402 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1403 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1404 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1405 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1406 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1407 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1408 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1409 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1410 $strSetupSaveDir_name = 'Save directory'; //to translate
1411 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1412 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1413 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1414 $strSetupServersAdd = 'Add a new server'; //to translate
1415 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1416 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1417 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1418 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1419 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1420 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1421 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1422 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1423 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1424 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1425 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate
1426 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1427 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate
1428 $strSetupServers_column_info_name = 'Column information table'; //to translate
1429 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1430 $strSetupServers_compress_name = 'Compress connection'; //to translate
1431 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1432 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1433 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1434 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate
1435 $strSetupServers_controluser_name = 'Control user'; //to translate
1436 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1437 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1438 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate
1439 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1440 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1441 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1442 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1443 $strSetupServersEdit = 'Edit server'; //to translate
1444 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1445 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1446 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1447 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1448 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate
1449 $strSetupServers_history_name = 'SQL query history table'; //to translate
1450 $strSetupServers_host_desc = ''; //to translate
1451 $strSetupServers_host_name = 'Server hostname'; //to translate
1452 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1453 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1454 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1455 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1456 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1457 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1458 $strSetupServers_password_name = 'Password for config auth'; //to translate
1459 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate
1460 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1461 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate
1462 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1463 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1464 $strSetupServers_port_name = 'Server port'; //to translate
1465 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate
1466 $strSetupServers_relation_name = 'Relation table'; //to translate
1467 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1468 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1469 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1470 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1471 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1472 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1473 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1474 $strSetupServers_socket_name = 'Server socket'; //to translate
1475 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1476 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1477 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate
1478 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1479 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate
1480 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1481 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1482 $strSetupServers_user_name = 'User for config auth'; //to translate
1483 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1484 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1485 $strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate
1486 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1487 $strSetupSetValue = 'Set value: %s'; //to translate
1488 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1489 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1490 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1491 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1492 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1493 $strSetupShowForm = 'Show form'; //to translate
1494 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1495 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1496 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1497 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1498 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1499 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1500 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1501 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1502 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1503 $strSetupShowStats_name = 'Show statistics'; //to translate
1504 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1505 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1506 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1507 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1508 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1509 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1510 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1511 $strSetupSQLQuery_Edit_name = 'Edit'; //to translate
1512 $strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
1513 $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
1514 $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
1515 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1516 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1517 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1518 $strSetupTrue = 'yes'; //to translate
1519 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1520 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1521 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1522 $strSetupUploadDir_name = 'Upload directory'; //to translate
1523 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1524 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1525 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1526 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1527 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1528 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1529 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1530 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1531 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1532 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1533 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1534 $strSetupVersionCheck = 'Version check'; //to translate
1535 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1536 $strSetupWarning = 'Warning'; //to translate
1537 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1538 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1539 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1540 $strSetupZipDump_name = 'ZIP'; //to translate
1541 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1542 $strShowBinaryContents = 'Show binary contents'; //to translate
1543 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1544 $strShowKeys = 'Only show keys'; //to translate
1545 $strShowMasterStatus = 'Show master status'; //to translate
1546 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1547 $strSocket = 'Socket'; //to translate
1548 $strStart = 'Start'; //to translate
1549 $strStatic = 'static'; //to translate
1550 $strStop = 'Stop'; //to translate
1551 $strStructureDiff = 'Structure Difference' ; //to translate
1552 $strStructureLC = 'structure'; //to translate
1553 $strStructureSyn = 'Structure Synchronization'; //to translate
1554 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1555 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1556 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1557 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1558 $strSynchronize = 'Synchronize'; //to translate
1560 $strTableAddColumn = 'Add column(s)'; //to translate
1561 $strTableAlterColumn = 'Alter column(s)'; //to translate
1562 $strTableAlterIndex = 'Alter index(s)'; //to translate
1563 $strTableApplyIndex = 'Apply index(s)'; //to translate
1564 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1565 $strTableInsertRow = 'Insert row(s)'; //to translate
1566 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1567 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1568 $strTableUpdateRow = 'Update row(s)'; //to translate
1569 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1570 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1571 $strTrackingActivateNow = 'Activate now'; //to translate
1572 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1573 $strTrackingCreateVersion = 'Create version'; //to translate
1574 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1575 $strTrackingDatabaseLog = 'Database Log'; //to translate
1576 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1577 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1578 $strTrackingDate = 'Date'; //to translate
1579 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1580 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1581 $strTrackingExportAs = 'Export as %s'; //to translate
1582 $strTrackingIsActive = 'Tracking is active.'; //to translate
1583 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1584 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1585 $strTrackingReportClose = 'Close'; //to translate
1586 $strTrackingReport = 'Tracking report'; //to translate
1587 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1588 $strTrackingShowVersions = 'Show versions'; //to translate
1589 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1590 $strTrackingSQLDump = 'SQL dump'; //to translate
1591 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1592 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1593 $strTrackingSQLExecution = 'SQL execution'; //to translate
1594 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1595 $strTrackingStatements = 'Tracking statements'; //to translate
1596 $strTrackingStatusActive = 'active'; //to translate
1597 $strTrackingStatusNotActive = 'not active'; //to translate
1598 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1599 $strTrackingThCreated = 'Created'; //to translate
1600 $strTrackingThLastVersion = 'Last version'; //to translate
1601 $strTrackingThUpdated = 'Updated'; //to translate
1602 $strTrackingThVersion = 'Version'; //to translate
1603 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1604 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1605 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1606 $strTracking = 'Tracking'; //to translate
1607 $strTrackingTrackTable = 'Track table'; //to translate
1608 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1609 $strTrackingUsername = 'Username'; //to translate
1610 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1611 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1612 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1613 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1614 $strTrackingVersions = 'Versions'; //to translate
1616 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1617 $strViewImage = 'View image'; //to translate
1618 $strViewVideo = 'View video'; //to translate
1620 $strWebServer = 'Web server'; //to translate
1621 $strWiki = 'Wiki'; //to translate
1623 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1624 $strXMLExportContents = 'Export contents'; //to translate
1625 $strXMLExportFunctions = 'Export functions'; //to translate
1626 $strXMLExportProcedures = 'Export procedures'; //to translate
1627 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1628 $strXMLExportTables = 'Export tables'; //to translate
1629 $strXMLExportTriggers = 'Export triggers'; //to translate
1630 $strXMLExportViews = 'Export views'; //to translate
1632 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1633 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1634 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1635 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
1636 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1637 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate