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