bug 619097
[phpmyadmin/crack.git] / lang / brazilian_portuguese-utf-8.inc.php3
blob4d44ccc4cc6d16f808bfac3bb17290b258913c1b
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