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