xhtml typo
[phpmyadmin/crack.git] / lang / brazilian_portuguese-utf-8.inc.php3
blobb40682d746c56d0c165e6e493ae52b63b5e59327
1 <?php
2 /* $Id$ */
4 /**
5 * Translated by Renato Lins <thbest at information4u.com>
6 */
8 $charset = 'utf-8';
9 $allow_recoding = TRUE;
10 $text_dir = 'ltr';
11 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
12 $right_font_family = 'arial, helvetica, geneva, sans-serif';
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 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
19 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
20 // See http://www.php.net/manual/en/function.strftime.php to define the
21 // variable below
22 $datefmt = '%B %d, %Y at %I:%M %p';
24 $strAccessDenied = 'Acesso Negado';
25 $strAction = 'Ações';
26 $strAddDeleteColumn = 'Adiciona/Remove Colunas';
27 $strAddDeleteRow = 'Adiciona/Remove Condições de busca';
28 $strAddNewField = 'Adiciona novo campo';
29 $strAddPriv = 'Adiciona um novo Privilégio';
30 $strAddPrivMessage = 'Privilégio adicionado.';
31 $strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "onde"):';
32 $strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
33 $strAddUser = 'Adicionar um novo usuário';
34 $strAddUserMessage = 'Usuário adcionado.';
35 $strAffectedRows = 'Registro afetados:';
36 $strAfter = 'Depois %s';
37 $strAfterInsertBack = 'Retornar';
38 $strAfterInsertNewInsert = 'Inserir um novo registro';
39 $strAll = 'Todos';
40 $strAlterOrderBy = 'Alterar tabela ordenada por';
41 $strAnalyzeTable = 'Analizar tabela';
42 $strAnd = 'E';
43 $strAnIndex = 'Um índice foi adicionado a %s';
44 $strAny = 'Qualquer';
45 $strAnyColumn = 'Qualquer coluna';
46 $strAnyDatabase = 'Qualquer banco de dados';
47 $strAnyHost = 'Qualquer servidor';
48 $strAnyTable = 'Qualquer tabela';
49 $strAnyUser = 'Qualquer usuário';
50 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
51 $strAscending = 'Ascendente';
52 $strAtBeginningOfTable = 'No começo da tabela';
53 $strAtEndOfTable = 'Ao fim da tabela';
54 $strAttr = 'Atributos';
56 $strBack = 'Voltar';
57 $strBinary = ' Binário ';
58 $strBinaryDoNotEdit = ' Binário - não edite ';
59 $strBookmarkDeleted = 'O bookmark foi removido.';
60 $strBookmarkLabel = 'Nome';
61 $strBookmarkQuery = 'Procura de SQL salva';
62 $strBookmarkThis = 'Salvar essa procura de SQL';
63 $strBookmarkView = 'Apenas visualiza';
64 $strBrowse = 'Visualiza';
65 $strBzip = '"compactado com bzip"';
67 $strCantLoadMySQL = 'não foi possível carregar extensão do MySQL,<br />por favor cheque a configuração do PHP.';
68 $strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
69 $strCardinality = 'Cardinalidade';
70 $strCarriage = 'Caracter de retorno: \\r';
71 $strChange = 'Muda';
72 $strChangePassword = 'Mude a senha';
73 $strCheckAll = 'Marcar All';
74 $strCheckDbPriv = 'Verifica Privilégios do Banco de Dados';
75 $strCheckTable = 'Verifica tabela';
76 $strColumn = 'Coluna';
77 $strColumnNames = 'Nome da Colunas';
78 $strCompleteInserts = 'Inserções Completas';
79 $strConfirm = 'Você tem certeza?';
80 $strCookiesRequired = 'Cookies devem estar ativados após este ponto.';
81 $strCopyTable = 'Copiar tabela para (base<b>.</b>tabela):';
82 $strCopyTableOK = 'Tabela %s copiada para %s.';
83 $strCreate = 'Cria';
84 $strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
85 $strCreateIndexTopic = 'Criar um novo índice';
86 $strCreateNewDatabase = 'Cria novo banco de dados';
87 $strCreateNewTable = 'Cria nova tabela no banco de dados %s';
88 $strCriteria = 'Critério';
90 $strData = 'Dados';
91 $strDatabase = 'Banco de Dados ';
92 $strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.';
93 $strDatabases = 'Banco de Dados';
94 $strDatabasesStats = 'Estatisticas da base';
95 $strDatabaseWildcard = 'Banco de Dados (caractéres-coringa permitidos):';
96 $strDataOnly = 'Dados apenas';
97 $strDefault = 'Padrão';
98 $strDelete = 'Remove';
99 $strDeleted = 'Registro eliminado';
100 $strDeletedRows = 'Registro deletados:';
101 $strDeleteFailed = 'Não foi possível apagar!';
102 $strDeleteUserMessage = 'Você deletou o usuário %s.';
103 $strDescending = 'Descendente';
104 $strDisplay = 'Tela';
105 $strDisplayOrder = 'Ordenado por:';
106 $strDoAQuery = 'Faça uma "procura por exemplo" (coringa: "%")';
107 $strDocu = 'Documentação';
108 $strDoYouReally = 'Confirma : ';
109 $strDrop = 'Elimina';
110 $strDropDB = 'Elimina o banco de dados %s';
111 $strDropTable = 'Remove Tabela';
112 $strDumpingData = 'Extraindo dados da tabela';
113 $strDynamic = 'dinâmico';
115 $strEdit = 'Edita';
116 $strEditPrivileges = 'Edita Privilégios';
117 $strEffective = 'Efetivo';
118 $strEmpty = 'Limpa';
119 $strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
120 $strEnd = 'Fim';
121 $strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
122 $strError = 'Erro';
123 $strExtendedInserts = 'Inserções extendidas';
124 $strExtra = 'Extra';
126 $strField = 'Campo';
127 $strFieldHasBeenDropped = 'Campo %s foi deletado';
128 $strFields = 'Campos';
129 $strFieldsEmpty = ' O campo count esta vazio! ';
130 $strFieldsEnclosedBy = 'Campos delimitados por';
131 $strFieldsEscapedBy = 'Campo contornado por';
132 $strFieldsTerminatedBy = 'Campos terminados por';
133 $strFixed = 'fixo';
134 $strFlushTable = 'Limpar a tabela ("LIMPAR")';
135 $strFormat = 'Formato';
136 $strFormEmpty = 'Faltando valores do form !';
137 $strFullText = 'Textos completos';
138 $strFunction = 'Funçoes';
140 $strGenTime = 'Tempo de Generação';
141 $strGo = 'Executa';
142 $strGrants = 'Conceder';
143 $strGzip = '"compactado com gzip"';
145 $strHasBeenAltered = 'foi alterado.';
146 $strHasBeenCreated = 'foi criado.';
147 $strHome = 'Principal';
148 $strHomepageOfficial = 'Página Oficial do phpMyAdmin';
149 $strHomepageSourceforge = 'Nova Página do phpMyAdmin';
150 $strHost = 'Servidor';
151 $strHostEmpty = 'O nome do servidor está vazio!';
153 $strIdxFulltext = 'Fulltext';
154 $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.';
155 $strIgnore = 'Ignorar';
156 $strIndex = 'Índice';
157 $strIndexes = 'Índices';
158 $strIndexHasBeenDropped = 'Índice %s foi deletado';
159 $strIndexName = 'Nome do índice&nbsp;:';
160 $strIndexType = 'Tipo de índice&nbsp;:';
161 $strInsert = 'Insere';
162 $strInsertAsNewRow = 'Insere uma nova coluna';
163 $strInsertedRows = 'Linhas Inseridas:';
164 $strInsertNewRow = 'Insere novo registro';
165 $strInsertTextfiles = 'Insere arquivo texto na tabela';
166 $strInstructions = 'Instruções';
167 $strInUse = 'em uso';
168 $strInvalidName = '"%s" é uma palavra reservada, você não pode usá-la como um nome de base de dados/tabela/campo.';
170 $strKeepPass = 'Não mudar a senha';
171 $strKeyname = 'Nome chave';
172 $strKill = 'Matar';
174 $strLength = 'Tamanho';
175 $strLengthSet = 'Tamanho/Definir*';
176 $strLimitNumRows = 'registros por página';
177 $strLineFeed = 'Caracter de Alimentação de Linha: \\n';
178 $strLines = 'Linhas';
179 $strLinesTerminatedBy = 'Linhas terminadas por';
180 $strLocationTextfile = 'Localização do arquivo texto';
181 $strLogin = 'Autenticação';
182 $strLogout = 'Sair';
183 $strLogPassword = 'Senha:';
184 $strLogUsername = 'Usuário:';
186 $strModifications = 'Modificações foram salvas';
187 $strModify = 'Modificar';
188 $strModifyIndexTopic = 'Modificar um índice';
189 $strMoveTable = 'Mover tabela para (base de dados<b>.</b>tabela):';
190 $strMoveTableOK = 'Tabela %s foi movida para %s.';
191 $strMySQLReloaded = 'MySQL reiniciado.';
192 $strMySQLSaid = 'Mensagens do MySQL : ';
193 $strMySQLServerProcess = 'MySQL %pma_s1% funcionando em %pma_s2% como %pma_s3%';
194 $strMySQLShowProcess = 'Mostra os Processos';
195 $strMySQLShowStatus = 'Mostra informação de runtime do MySQL';
196 $strMySQLShowVars = 'Mostra variáveis de sistema do MySQL';
198 $strName = 'Nome';
199 $strNext = 'Próximo';
200 $strNo = 'Não';
201 $strNoDatabases = 'Sem bases';
202 $strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
203 $strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
204 $strNoIndex = 'Nenhum índice definido!';
205 $strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
206 $strNoModification = 'Sem Mudança';
207 $strNone = 'Nenhum';
208 $strNoPassword = 'Sem Senha';
209 $strNoPrivileges = 'Sem Privilégios';
210 $strNoQuery = 'Nenhuma procura SQL!';
211 $strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
212 $strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados';
213 $strNotNumber = 'Isto não é um número!';
214 $strNotValidNumber = ' não é um número de registro valido!';
215 $strNoUsersFound = 'Nenhum usuário(s) encontrado.';
216 $strNull = 'Nulo';
218 $strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"';
219 $strOptimizeTable = 'Optimizar tabela';
220 $strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.';
221 $strOptionally = 'OPCIONAL';
222 $strOr = 'Ou';
223 $strOverhead = 'Sobre Carga';
225 $strPartialText = 'Textos parciais';
226 $strPassword = 'Senha';
227 $strPasswordEmpty = 'A senhas está vazia!';
228 $strPasswordNotSame = 'As senhas não são a mesma!';
229 $strPHPVersion = 'Versão do PHP';
230 $strPmaDocumentation = 'Documentação do phpMyAdmin ';
231 $strPmaUriError = 'A diretiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> Deve ser setada';
232 $strPos1 = 'Início';
233 $strPrevious = 'Anterior';
234 $strPrimary = 'Primária';
235 $strPrimaryKey = 'Chave Primária';
236 $strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
237 $strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
238 $strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome de e <b>apenas da</b> chave primária!)';
239 $strPrintView = 'Visualização para Impressão';
240 $strPrivileges = 'Privilégios';
241 $strProperties = 'Propriedades';
243 $strQBE = 'Procura por Exemplo';
244 $strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:';
246 $strRecords = 'Registros';
247 $strReferentialIntegrity = 'Verificar integridade referencial:';
248 $strReloadFailed = 'Reinicialização do MySQL falhou.';
249 $strReloadMySQL = 'Reinicializa o MySQL';
250 $strRememberReload = 'Lembre-se recarregar o servidor.';
251 $strRenameTable = 'Renomeia a tabela para ';
252 $strRenameTableOK = 'Tabela %s renomeada para %s';
253 $strRepairTable = 'Reparar tabela';
254 $strReplace = 'Substituir';
255 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
256 $strReset = 'Resetar';
257 $strReType = 'Re-digite';
258 $strRevoke = 'Revogar';
259 $strRevokeGrant = 'Revogar Privilégio de Conceder';
260 $strRevokeGrantMessage = 'Você revogou o privilégio de conceder para %s';
261 $strRevokeMessage = 'Você revogou os privilégios para %s';
262 $strRevokePriv = 'Revogar Privilégios';
263 $strRowLength = 'Tamanho da Coluna';
264 $strRows = 'Colunas';
265 $strRowsFrom = 'colunas começando de';
266 $strRowSize = ' Tamanho do registro ';
267 $strRowsModeHorizontal = 'horizontal';
268 $strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
269 $strRowsModeVertical = 'vertical';
270 $strRowsStatistic = 'Estatistícas da Coluna';
271 $strRunning = 'Rodando em %s';
272 $strRunQuery = 'Envia Query';
273 $strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s';
275 $strSave = 'Salva';
276 $strSelect = 'Procura';
277 $strSelectADb = 'Por favor, selecione uma base de dados';
278 $strSelectAll = 'Selecionar Todos';
279 $strSelectFields = 'Selecione os campos (no mínimo 1)';
280 $strSelectNumRows = 'na procura';
281 $strSend = 'Envia';
282 $strServerChoice = 'Seleção da Base';
283 $strServerVersion = 'Versão do Servidor';
284 $strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
285 $strShow = 'Mostrar';
286 $strShowAll = 'Mostrar Todos';
287 $strShowCols = 'Mostrar Colunas';
288 $strShowingRecords = 'Mostrando registros ';
289 $strShowPHPInfo = 'Mostra informações do PHP';
290 $strShowTables = 'Mostrar Tabelas';
291 $strShowThisQuery = ' Mostra esta query novamente ';
292 $strSingly = '(singularmente)';
293 $strSize = 'Tamanho';
294 $strSort = 'Ordena';
295 $strSpaceUsage = 'Uso do espaço';
296 $strSQLQuery = 'comando SQL';
297 $strStatement = 'Comandos';
298 $strStrucCSV = 'Dados CSV';
299 $strStrucData = 'Estrutura e dados';
300 $strStrucDrop = 'Adiciona \'Sobrescrever\'';
301 $strStrucExcelCSV = 'CSV para dados Ms Excel';
302 $strStrucOnly = 'Somente estrutura';
303 $strSubmit = 'Submete';
304 $strSuccess = 'Seu comando SQL foi executado com sucesso';
305 $strSum = 'Soma';
307 $strTable = 'Tabela';
308 $strTableComments = 'Comentários da tabela';
309 $strTableEmpty = 'O Nome da Tabela está vazio!';
310 $strTableHasBeenDropped = 'Tabela %s foi deletada';
311 $strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
312 $strTableHasBeenFlushed = 'Tabela %s foi limpa';
313 $strTableMaintenance = 'Tabela de Manutenção';
314 $strTables = '%s tabela(s)';
315 $strTableStructure = 'Estrutura da tabela';
316 $strTableType = 'Tipo da Tabela';
317 $strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
318 $strTheContent = 'O conteúdo do seu arquivo foi inserido';
319 $strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única';
320 $strTheTerminator = 'Terminador de campos.';
321 $strTotal = 'total';
322 $strType = 'Tipo';
324 $strUncheckAll = 'Desmarca Todos';
325 $strUnique = 'Único';
326 $strUnselectAll = 'Desmarcar Todos';
327 $strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
328 $strUpdateProfile = 'Atualizar configuração:';
329 $strUpdateProfileMessage = 'A configuração foi atualizada.';
330 $strUpdateQuery = 'Atualiza a Procura';
331 $strUsage = 'Uso';
332 $strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos';
333 $strUser = 'Usuário';
334 $strUserEmpty = 'O nome do usuário está vazio!';
335 $strUserName = 'Nome do usuário';
336 $strUsers = 'Usuários';
337 $strUseTables = 'Usar Tabelas';
339 $strValue = 'Valor';
340 $strViewDump = 'Ver o esquema da tabela';
341 $strViewDumpDB = 'Ver o esquema do banco de dados';
343 $strWelcome = 'Bem vindo ao %s';
344 $strWithChecked = 'Com marcados:';
345 $strWrongUser = 'Usuário ou Senha errado. Acesso Negado.';
347 $strYes = 'Sim';
349 $strZip = '"compactado com zip"';
350 // To translate
352 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
354 $strBeginCut = 'BEGIN CUT'; //to translate
355 $strBeginRaw = 'BEGIN RAW'; //to translate
357 $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
358 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
359 $strChangeDisplay = 'Choose Field to display'; //to translate
360 $strCharsetOfFile = 'Character set of the file:'; //to translate
361 $strChoosePage = 'Please choose a Page to edit'; //to translate
362 $strColComFeat = 'Displaying Column Comments'; //to translate
363 $strComments = 'Comments'; //to translate
364 $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
365 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
366 $strCreatePage = 'Create a new Page'; //to translate
367 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
369 $strDisabled = 'Disabled'; //to translate
370 $strDisplayFeat = 'Display Features'; //to translate
371 $strDisplayPDF = 'Display PDF schema'; //to translate
372 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
374 $strEditPDFPages = 'Edit PDF Pages'; //to translate
375 $strEnabled = 'Enabled'; //to translate
376 $strEndCut = 'END CUT'; //to translate
377 $strEndRaw = 'END RAW'; //to translate
378 $strExplain = 'Explain SQL'; //to translate
379 $strExport = 'Export'; //to translate
380 $strExportToXML = 'Export to XML format'; //to translate
382 $strGenBy = 'Generated by'; //to translate
383 $strGeneralRelationFeat = 'General relation features'; //to translate
385 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
387 $strLinkNotFound = 'Link not found'; //to translate
388 $strLinksTo = 'Links to'; //to translate
390 $strMissingBracket = 'Missing Bracket'; //to translate
391 $strMySQLCharset = 'MySQL Charset'; //to translate
393 $strNoDescription = 'no Description'; //to translate
394 $strNoExplain = 'Skip Explain SQL'; //to translate
395 $strNoPhp = 'without PHP Code'; //to translate
396 $strNotOK = 'not OK'; //to translate
397 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
398 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
399 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
400 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
402 $strOK = 'OK'; //to translate
403 $strOperations = 'Operations'; //to translate
404 $strOptions = 'Options'; //to translate
406 $strPageNumber = 'Page number:'; //to translate
407 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
408 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
409 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
410 $strPdfNoTables = 'No tables'; //to translate
411 $strPhp = 'Create PHP Code'; //to translate
413 $strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
414 $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
416 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
417 $strRelationView = 'Relation view'; //to translate
419 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
420 $strSearch = 'Search';//to translate
421 $strSearchFormTitle = 'Search in database';//to translate
422 $strSearchInTables = 'Inside table(s):';//to translate
423 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
424 $strSearchOption1 = 'at least one of the words';//to translate
425 $strSearchOption2 = 'all words';//to translate
426 $strSearchOption3 = 'the exact phrase';//to translate
427 $strSearchOption4 = 'as regular expression';//to translate
428 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
429 $strSearchType = 'Find:';//to translate
430 $strSelectTables = 'Select Tables'; //to translate
431 $strShowColor = 'Show color'; //to translate
432 $strShowGrid = 'Show grid'; //to translate
433 $strShowTableDimension = 'Show dimension of tables'; //to translate
434 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
435 $strSQL = 'SQL'; //to translate
436 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
437 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
438 $strSQLResult = 'SQL result'; //to translate
439 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
440 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
441 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
442 $strStructPropose = 'Propose table structure'; //to translate
443 $strStructure = 'Structure'; //to translate
445 $strValidateSQL = 'Validate SQL'; //to translate
447 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
448 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
449 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
450 $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
451 $strServer = 'Server %s'; //to translate
452 $strPutColNames = 'Put fields names at first row'; //to translate
453 $strImportDocSQL = 'Import docSQL Files'; //to translate
454 $strDataDict = 'Data Dictionary'; //to translate
455 $strPrint = 'Print'; //to translate
456 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
457 $strCompression = 'Compression'; //to translate
458 $strNumTables = 'Tables'; //to translate
459 $strTotalUC = 'Total'; //to translate
460 $strRelationalSchema = 'Relational schema'; //to translate
461 $strTableOfContents = 'Table of contents'; //to translate
462 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
463 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
464 $strLandscape = 'Landscape'; //to translate
465 $strPortrait = 'Portrait'; //to translate
467 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
469 $strAbortedClients = 'Aborted'; //to translate
470 $strConnections = 'Connections'; //to translate
471 $strFailedAttempts = 'Failed attempts'; //to translate
472 $strGlobalValue = 'Global value'; //to translate
473 $strMoreStatusVars = 'More status variables'; //to translate
474 $strPerHour = 'per hour'; //to translate
475 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
476 $strQueryType = 'Query type'; //to translate
477 $strReceived = 'Received'; //to translate
478 $strSent = 'Sent'; //to translate
479 $strServerStatus = 'Runtime Information'; //to translate
480 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
481 $strServerTabVariables = 'Variables'; //to translate
482 $strServerTabProcesslist = 'Processes'; //to translate
483 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
484 $strServerVars = 'Server variables and settings'; //to translate
485 $strSessionValue = 'Session value'; //to translate
486 $strTraffic = 'Traffic'; //to translate
487 $strVar = 'Variable'; //to translate
489 $strCommand = 'Command'; //to translate
490 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
491 $strId = 'ID'; //to translate
492 $strProcesslist = 'Process list'; //to translate
493 $strStatus = 'Status'; //to translate
494 $strTime = 'Time'; //to translate
495 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
497 $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
498 $strLaTeX = 'LaTeX'; //to translate
500 $strAdministration = 'Administration'; //to translate
501 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
502 $strGlobalPrivileges = 'Global privileges'; //to translate
503 $strGrantOption = 'Grant'; //to translate
504 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
505 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
506 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
507 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
508 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
509 $strPrivDescDelete = 'Allows deleting data.'; //to translate
510 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
511 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
512 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
513 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
514 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
515 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
516 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
517 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
518 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
519 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
520 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
521 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
522 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
523 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
524 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
525 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
526 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
527 $strPrivDescSelect = 'Allows reading data.'; //to translate
528 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
529 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
530 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
531 $strPrivDescUpdate = 'Allows changing data.'; //to translate
532 $strPrivDescUsage = 'No privileges.'; //to translate
533 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
534 $strResourceLimits = 'Resource limits'; //to translate
535 $strUserOverview = 'User overview'; //to translate
536 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
538 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
540 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
541 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
542 $strDeleting = 'Deleting %s'; //to translate
543 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
544 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
545 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
546 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
547 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
548 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
549 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
551 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
552 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
553 $strColumnPrivileges = 'Column-specific privileges'; //to translate
554 $strDbPrivileges = 'Database-specific privileges'; //to translate
555 $strLocalhost = 'Local';
556 $strLoginInformation = 'Login Information'; //to translate
557 $strTblPrivileges = 'Table-specific privileges'; //to translate
558 $strThisHost = 'This Host'; //to translate
559 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
560 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
561 $strUseTextField = 'Use text field'; //to translate
563 $strNoUsersSelected = 'No users selected.'; //to translate
564 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
565 $strAddedColumnComment = 'Added comment for column'; //to translate
566 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
567 $strAddedColumnRelation = 'Added relation for column'; //to translate
568 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
569 $strImportFinished = 'Import finished'; //to translate
570 $strFileCouldNotBeRead = 'File could not be read'; //to translate
571 $strIgnoringFile = 'Ignoring file %s'; //to translate
572 $strThisNotDirectory = 'This was not a directory'; //to translate
573 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
574 $strImportFiles = 'Import files'; //to translate
575 $strDBGModule = 'Module'; //to translate
576 $strDBGLine = 'Line'; //to translate
577 $strDBGHits = 'Hits'; //to translate
578 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
579 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
580 $strDBGMinTimeMs = 'Min time, ms'; //to translate
581 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
582 $strDBGContextID = 'Context ID'; //to translate
583 $strDBGContext = 'Context'; //to translate
584 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
585 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
586 $strCheckPrivs = 'Check Privileges'; //to translate
587 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
588 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
589 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
590 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
591 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
592 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
593 $strNoDatabasesSelected = 'No databases selected.'; //to translate
594 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
595 $strGlobal = 'global'; //to translate
596 $strDbSpecific = 'database-specific'; //to translate
597 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
598 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
599 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
600 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
601 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
602 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
603 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
604 $strWildcard = 'wildcard'; //to translate
605 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
606 $strQueryTime = 'Query took %01.4f sec';//to translate
607 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
608 $strDBComment = 'Database comment: ';//to translate
609 $strQueryFrame = 'Query window';//to translate
610 $strQueryFrameDebug = 'Debugging information';//to translate
611 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
612 $strQuerySQLHistory = 'SQL-history';//to translate
613 $strMIME_MIMEtype = 'MIME-type';//to translate
614 $strMIME_transformation = 'Browser transformation';//to translate
615 $strMIME_transformation_options = 'Transformation options';//to translate
616 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
617 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
618 $strMIME_available_mime = 'Available MIME-types';//to translate
619 $strMIME_available_transform = 'Available transformations';//to translate
620 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
621 $strMIME_description = 'Description';//to translate
622 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
623 $strMIME_file = 'Filename';//to translate
624 $strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
625 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
626 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
627 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
628 $strInnodbStat = 'InnoDB Status'; //to translate
629 $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
630 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
631 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
632 $strSQLOptions = 'SQL options';//to translate
633 $strXML = 'XML';//to translate
634 $strCSVOptions = 'CSV options';//to translate
635 $strNoOptions = 'This format has no options';//to translate
636 $strStatCreateTime = 'Creation';//to translate
637 $strStatUpdateTime = 'Last update';//to translate
638 $strStatCheckTime = 'Last check';//to translate
639 $strPerMinute = 'per minute';//to translate
640 $strPerSecond = 'per second';//to translate
641 $strAutomaticLayout = 'Automatic layout'; //to translate
642 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate