2.5.3-rc2
[phpmyadmin/crack.git] / lang / brazilian_portuguese-iso-8859-1.inc.php3
blob714a2d3acb5738904105c1798c5296c2cb0e6caa
1 <?php
2 /* $Id$ */
4 /**
5 * Translated by Renato Lins <thbest at information4u.com>
6 */
8 $charset = 'iso-8859-1';
9 $text_dir = 'ltr';
10 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
11 $right_font_family = 'arial, helvetica, geneva, sans-serif';
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
18 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%B %d, %Y at %I:%M %p';
23 $strAccessDenied = 'Acesso Negado';
24 $strAction = 'Ações';
25 $strAddDeleteColumn = 'Adiciona/Remove Colunas';
26 $strAddDeleteRow = 'Adiciona/Remove Condições de busca';
27 $strAddNewField = 'Adiciona novo campo';
28 $strAddPriv = 'Adiciona um novo Privilégio';
29 $strAddPrivMessage = 'Privilégio adicionado.';
30 $strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "onde"):';
31 $strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
32 $strAddUser = 'Adicionar um novo usuário';
33 $strAddUserMessage = 'Usuário adcionado.';
34 $strAffectedRows = 'Registro afetados:';
35 $strAfter = 'Depois %s';
36 $strAfterInsertBack = 'Retornar';
37 $strAfterInsertNewInsert = 'Inserir um novo registro';
38 $strAll = 'Todos';
39 $strAlterOrderBy = 'Alterar tabela ordenada por';
40 $strAnalyzeTable = 'Analizar tabela';
41 $strAnd = 'E';
42 $strAnIndex = 'Um índice foi adicionado a %s';
43 $strAny = 'Qualquer';
44 $strAnyColumn = 'Qualquer coluna';
45 $strAnyDatabase = 'Qualquer banco de dados';
46 $strAnyHost = 'Qualquer servidor';
47 $strAnyTable = 'Qualquer tabela';
48 $strAnyUser = 'Qualquer usuário';
49 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
50 $strAscending = 'Ascendente';
51 $strAtBeginningOfTable = 'No começo da tabela';
52 $strAtEndOfTable = 'Ao fim da tabela';
53 $strAttr = 'Atributos';
55 $strBack = 'Voltar';
56 $strBinary = ' Binário ';
57 $strBinaryDoNotEdit = ' Binário - não edite ';
58 $strBookmarkDeleted = 'O bookmark foi removido.';
59 $strBookmarkLabel = 'Nome';
60 $strBookmarkQuery = 'Procura de SQL salva';
61 $strBookmarkThis = 'Salvar essa procura de SQL';
62 $strBookmarkView = 'Apenas visualiza';
63 $strBrowse = 'Visualiza';
64 $strBzip = '"compactado com bzip"';
66 $strCantLoadMySQL = 'não foi possível carregar extensão do MySQL,<br />por favor cheque a configuração do PHP.';
67 $strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
68 $strCardinality = 'Cardinalidade';
69 $strCarriage = 'Caracter de retorno: \\r';
70 $strChange = 'Muda';
71 $strChangePassword = 'Mude a senha';
72 $strCheckAll = 'Marcar All';
73 $strCheckDbPriv = 'Verifica Privilégios do Banco de Dados';
74 $strCheckTable = 'Verifica tabela';
75 $strColumn = 'Coluna';
76 $strColumnNames = 'Nome da Colunas';
77 $strCompleteInserts = 'Inserções Completas';
78 $strConfirm = 'Você tem certeza?';
79 $strCookiesRequired = 'Cookies devem estar ativados após este ponto.';
80 $strCopyTable = 'Copiar tabela para (base<b>.</b>tabela):';
81 $strCopyTableOK = 'Tabela %s copiada para %s.';
82 $strCreate = 'Cria';
83 $strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
84 $strCreateIndexTopic = 'Criar um novo índice';
85 $strCreateNewDatabase = 'Cria novo banco de dados';
86 $strCreateNewTable = 'Cria nova tabela no banco de dados %s';
87 $strCriteria = 'Critério';
89 $strData = 'Dados';
90 $strDatabase = 'Banco de Dados ';
91 $strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.';
92 $strDatabases = 'Banco de Dados';
93 $strDatabasesStats = 'Estatisticas da base';
94 $strDatabaseWildcard = 'Banco de Dados (caractéres-coringa permitidos):';
95 $strDataOnly = 'Dados apenas';
96 $strDefault = 'Padrão';
97 $strDelete = 'Remove';
98 $strDeleted = 'Registro eliminado';
99 $strDeletedRows = 'Registro deletados:';
100 $strDeleteFailed = 'Não foi possível apagar!';
101 $strDeleteUserMessage = 'Você deletou o usuário %s.';
102 $strDescending = 'Descendente';
103 $strDisplay = 'Tela';
104 $strDisplayOrder = 'Ordenado por:';
105 $strDoAQuery = 'Faça uma "procura por exemplo" (coringa: "%")';
106 $strDocu = 'Documentação';
107 $strDoYouReally = 'Confirma : ';
108 $strDrop = 'Elimina';
109 $strDropDB = 'Elimina o banco de dados %s';
110 $strDropTable = 'Remove Tabela';
111 $strDumpingData = 'Extraindo dados da tabela';
112 $strDynamic = 'dinâmico';
114 $strEdit = 'Edita';
115 $strEditPrivileges = 'Edita Privilégios';
116 $strEffective = 'Efetivo';
117 $strEmpty = 'Limpa';
118 $strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
119 $strEnd = 'Fim';
120 $strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
121 $strError = 'Erro';
122 $strExtendedInserts = 'Inserções extendidas';
123 $strExtra = 'Extra';
125 $strField = 'Campo';
126 $strFieldHasBeenDropped = 'Campo %s foi deletado';
127 $strFields = 'Campos';
128 $strFieldsEmpty = ' O campo count esta vazio! ';
129 $strFieldsEnclosedBy = 'Campos delimitados por';
130 $strFieldsEscapedBy = 'Campo contornado por';
131 $strFieldsTerminatedBy = 'Campos terminados por';
132 $strFixed = 'fixo';
133 $strFlushTable = 'Limpar a tabela ("LIMPAR")';
134 $strFormat = 'Formato';
135 $strFormEmpty = 'Faltando valores do form !';
136 $strFullText = 'Textos completos';
137 $strFunction = 'Funçoes';
139 $strGenTime = 'Tempo de Generação';
140 $strGo = 'Executa';
141 $strGrants = 'Conceder';
142 $strGzip = '"compactado com gzip"';
144 $strHasBeenAltered = 'foi alterado.';
145 $strHasBeenCreated = 'foi criado.';
146 $strHome = 'Principal';
147 $strHomepageOfficial = 'Página Oficial do phpMyAdmin';
148 $strHomepageSourceforge = 'Nova Página do phpMyAdmin';
149 $strHost = 'Servidor';
150 $strHostEmpty = 'O nome do servidor está vazio!';
152 $strIdxFulltext = 'Fulltext';
153 $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.';
154 $strIgnore = 'Ignorar';
155 $strIndex = 'Índice';
156 $strIndexes = 'Índices';
157 $strIndexHasBeenDropped = 'Índice %s foi deletado';
158 $strIndexName = 'Nome do índice&nbsp;:';
159 $strIndexType = 'Tipo de índice&nbsp;:';
160 $strInsert = 'Insere';
161 $strInsertAsNewRow = 'Insere uma nova coluna';
162 $strInsertedRows = 'Linhas Inseridas:';
163 $strInsertNewRow = 'Insere novo registro';
164 $strInsertTextfiles = 'Insere arquivo texto na tabela';
165 $strInstructions = 'Instruções';
166 $strInUse = 'em uso';
167 $strInvalidName = '"%s" é uma palavra reservada, você não pode usá-la como um nome de base de dados/tabela/campo.';
169 $strKeepPass = 'Não mudar a senha';
170 $strKeyname = 'Nome chave';
171 $strKill = 'Matar';
173 $strLength = 'Tamanho';
174 $strLengthSet = 'Tamanho/Definir*';
175 $strLimitNumRows = 'registros por página';
176 $strLineFeed = 'Caracter de Alimentação de Linha: \\n';
177 $strLines = 'Linhas';
178 $strLinesTerminatedBy = 'Linhas terminadas por';
179 $strLocationTextfile = 'Localização do arquivo texto';
180 $strLogin = 'Autenticação';
181 $strLogout = 'Sair';
182 $strLogPassword = 'Senha:';
183 $strLogUsername = 'Usuário:';
185 $strModifications = 'Modificações foram salvas';
186 $strModify = 'Modificar';
187 $strModifyIndexTopic = 'Modificar um índice';
188 $strMoveTable = 'Mover tabela para (base de dados<b>.</b>tabela):';
189 $strMoveTableOK = 'Tabela %s foi movida para %s.';
190 $strMySQLReloaded = 'MySQL reiniciado.';
191 $strMySQLSaid = 'Mensagens do MySQL : ';
192 $strMySQLServerProcess = 'MySQL %pma_s1% funcionando em %pma_s2% como %pma_s3%';
193 $strMySQLShowProcess = 'Mostra os Processos';
194 $strMySQLShowStatus = 'Mostra informação de runtime do MySQL';
195 $strMySQLShowVars = 'Mostra variáveis de sistema do MySQL';
197 $strName = 'Nome';
198 $strNext = 'Próximo';
199 $strNo = 'Não';
200 $strNoDatabases = 'Sem bases';
201 $strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
202 $strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
203 $strNoIndex = 'Nenhum índice definido!';
204 $strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
205 $strNoModification = 'Sem Mudança';
206 $strNone = 'Nenhum';
207 $strNoPassword = 'Sem Senha';
208 $strNoPrivileges = 'Sem Privilégios';
209 $strNoQuery = 'Nenhuma procura SQL!';
210 $strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
211 $strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados';
212 $strNotNumber = 'Isto não é um número!';
213 $strNotValidNumber = ' não é um número de registro valido!';
214 $strNoUsersFound = 'Nenhum usuário(s) encontrado.';
215 $strNull = 'Nulo';
217 $strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"';
218 $strOptimizeTable = 'Optimizar tabela';
219 $strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.';
220 $strOptionally = 'OPCIONAL';
221 $strOr = 'Ou';
222 $strOverhead = 'Sobre Carga';
224 $strPartialText = 'Textos parciais';
225 $strPassword = 'Senha';
226 $strPasswordEmpty = 'A senhas está vazia!';
227 $strPasswordNotSame = 'As senhas não são a mesma!';
228 $strPHPVersion = 'Versão do PHP';
229 $strPmaDocumentation = 'Documentação do phpMyAdmin ';
230 $strPmaUriError = 'A diretiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> Deve ser setada';
231 $strPos1 = 'Início';
232 $strPrevious = 'Anterior';
233 $strPrimary = 'Primária';
234 $strPrimaryKey = 'Chave Primária';
235 $strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
236 $strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
237 $strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome de e <b>apenas da</b> chave primária!)';
238 $strPrintView = 'Visualização para Impressão';
239 $strPrivileges = 'Privilégios';
240 $strProperties = 'Propriedades';
242 $strQBE = 'Procura por Exemplo';
243 $strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:';
245 $strRecords = 'Registros';
246 $strReferentialIntegrity = 'Verificar integridade referencial:';
247 $strReloadFailed = 'Reinicialização do MySQL falhou.';
248 $strReloadMySQL = 'Reinicializa o MySQL';
249 $strRememberReload = 'Lembre-se recarregar o servidor.';
250 $strRenameTable = 'Renomeia a tabela para ';
251 $strRenameTableOK = 'Tabela %s renomeada para %s';
252 $strRepairTable = 'Reparar tabela';
253 $strReplace = 'Substituir';
254 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
255 $strReset = 'Resetar';
256 $strReType = 'Re-digite';
257 $strRevoke = 'Revogar';
258 $strRevokeGrant = 'Revogar Privilégio de Conceder';
259 $strRevokeGrantMessage = 'Você revogou o privilégio de conceder para %s';
260 $strRevokeMessage = 'Você revogou os privilégios para %s';
261 $strRevokePriv = 'Revogar Privilégios';
262 $strRowLength = 'Tamanho da Coluna';
263 $strRows = 'Colunas';
264 $strRowsFrom = 'colunas começando de';
265 $strRowSize = ' Tamanho do registro ';
266 $strRowsModeHorizontal = 'horizontal';
267 $strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
268 $strRowsModeVertical = 'vertical';
269 $strRowsStatistic = 'Estatistícas da Coluna';
270 $strRunning = 'Rodando em %s';
271 $strRunQuery = 'Envia Query';
272 $strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s';
274 $strSave = 'Salva';
275 $strSelect = 'Procura';
276 $strSelectADb = 'Por favor, selecione uma base de dados';
277 $strSelectAll = 'Selecionar Todos';
278 $strSelectFields = 'Selecione os campos (no mínimo 1)';
279 $strSelectNumRows = 'na procura';
280 $strSend = 'Envia';
281 $strServerChoice = 'Seleção da Base';
282 $strServerVersion = 'Versão do Servidor';
283 $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\').';
284 $strShow = 'Mostrar';
285 $strShowAll = 'Mostrar Todos';
286 $strShowCols = 'Mostrar Colunas';
287 $strShowingRecords = 'Mostrando registros ';
288 $strShowPHPInfo = 'Mostra informações do PHP';
289 $strShowTables = 'Mostrar Tabelas';
290 $strShowThisQuery = ' Mostra esta query novamente ';
291 $strSingly = '(singularmente)';
292 $strSize = 'Tamanho';
293 $strSort = 'Ordena';
294 $strSpaceUsage = 'Uso do espaço';
295 $strSQLQuery = 'comando SQL';
296 $strStatement = 'Comandos';
297 $strStrucCSV = 'Dados CSV';
298 $strStrucData = 'Estrutura e dados';
299 $strStrucDrop = 'Adiciona \'Sobrescrever\'';
300 $strStrucExcelCSV = 'CSV para dados Ms Excel';
301 $strStrucOnly = 'Somente estrutura';
302 $strSubmit = 'Submete';
303 $strSuccess = 'Seu comando SQL foi executado com sucesso';
304 $strSum = 'Soma';
306 $strTable = 'Tabela';
307 $strTableComments = 'Comentários da tabela';
308 $strTableEmpty = 'O Nome da Tabela está vazio!';
309 $strTableHasBeenDropped = 'Tabela %s foi deletada';
310 $strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
311 $strTableHasBeenFlushed = 'Tabela %s foi limpa';
312 $strTableMaintenance = 'Tabela de Manutenção';
313 $strTables = '%s tabela(s)';
314 $strTableStructure = 'Estrutura da tabela';
315 $strTableType = 'Tipo da Tabela';
316 $strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
317 $strTheContent = 'O conteúdo do seu arquivo foi inserido';
318 $strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única';
319 $strTheTerminator = 'Terminador de campos.';
320 $strTotal = 'total';
321 $strType = 'Tipo';
323 $strUncheckAll = 'Desmarca Todos';
324 $strUnique = 'Único';
325 $strUnselectAll = 'Desmarcar Todos';
326 $strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
327 $strUpdateProfile = 'Atualizar configuração:';
328 $strUpdateProfileMessage = 'A configuração foi atualizada.';
329 $strUpdateQuery = 'Atualiza a Procura';
330 $strUsage = 'Uso';
331 $strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos';
332 $strUser = 'Usuário';
333 $strUserEmpty = 'O nome do usuário está vazio!';
334 $strUserName = 'Nome do usuário';
335 $strUsers = 'Usuários';
336 $strUseTables = 'Usar Tabelas';
338 $strValue = 'Valor';
339 $strViewDump = 'Ver o esquema da tabela';
340 $strViewDumpDB = 'Ver o esquema do banco de dados';
342 $strWelcome = 'Bem vindo ao %s';
343 $strWithChecked = 'Com marcados:';
344 $strWrongUser = 'Usuário ou Senha errado. Acesso Negado.';
346 $strYes = 'Sim';
348 $strZip = '"compactado com zip"';
349 // To translate
351 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
353 $strBeginCut = 'BEGIN CUT'; //to translate
354 $strBeginRaw = 'BEGIN RAW'; //to translate
356 $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
357 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
358 $strChangeDisplay = 'Choose Field to display'; //to translate
359 $strCharsetOfFile = 'Character set of the file:'; //to translate
360 $strChoosePage = 'Please choose a Page to edit'; //to translate
361 $strColComFeat = 'Displaying Column Comments'; //to translate
362 $strComments = 'Comments'; //to translate
363 $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
364 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
365 $strCreatePage = 'Create a new Page'; //to translate
366 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
368 $strDisabled = 'Disabled'; //to translate
369 $strDisplayFeat = 'Display Features'; //to translate
370 $strDisplayPDF = 'Display PDF schema'; //to translate
371 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
373 $strEditPDFPages = 'Edit PDF Pages'; //to translate
374 $strEnabled = 'Enabled'; //to translate
375 $strEndCut = 'END CUT'; //to translate
376 $strEndRaw = 'END RAW'; //to translate
377 $strExplain = 'Explain SQL'; //to translate
378 $strExport = 'Export'; //to translate
379 $strExportToXML = 'Export to XML format'; //to translate
381 $strGenBy = 'Generated by'; //to translate
382 $strGeneralRelationFeat = 'General relation features'; //to translate
384 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
386 $strLinkNotFound = 'Link not found'; //to translate
387 $strLinksTo = 'Links to'; //to translate
389 $strMissingBracket = 'Missing Bracket'; //to translate
390 $strMySQLCharset = 'MySQL Charset'; //to translate
392 $strNoDescription = 'no Description'; //to translate
393 $strNoExplain = 'Skip Explain SQL'; //to translate
394 $strNoPhp = 'without PHP Code'; //to translate
395 $strNotOK = 'not OK'; //to translate
396 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
397 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
398 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
399 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
401 $strOK = 'OK'; //to translate
402 $strOperations = 'Operations'; //to translate
403 $strOptions = 'Options'; //to translate
405 $strPageNumber = 'Page number:'; //to translate
406 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
407 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
408 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
409 $strPdfNoTables = 'No tables'; //to translate
410 $strPhp = 'Create PHP Code'; //to translate
412 $strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
413 $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
415 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
416 $strRelationView = 'Relation view'; //to translate
418 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
419 $strSearch = 'Search';//to translate
420 $strSearchFormTitle = 'Search in database';//to translate
421 $strSearchInTables = 'Inside table(s):';//to translate
422 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
423 $strSearchOption1 = 'at least one of the words';//to translate
424 $strSearchOption2 = 'all words';//to translate
425 $strSearchOption3 = 'the exact phrase';//to translate
426 $strSearchOption4 = 'as regular expression';//to translate
427 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
428 $strSearchType = 'Find:';//to translate
429 $strSelectTables = 'Select Tables'; //to translate
430 $strShowColor = 'Show color'; //to translate
431 $strShowGrid = 'Show grid'; //to translate
432 $strShowTableDimension = 'Show dimension of tables'; //to translate
433 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
434 $strSQL = 'SQL'; //to translate
435 $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
436 $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
437 $strSQLResult = 'SQL result'; //to translate
438 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
439 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
440 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
441 $strStructPropose = 'Propose table structure'; //to translate
442 $strStructure = 'Structure'; //to translate
444 $strValidateSQL = 'Validate SQL'; //to translate
446 $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
447 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
448 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
449 $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
450 $strServer = 'Server %s'; //to translate
451 $strPutColNames = 'Put fields names at first row'; //to translate
452 $strImportDocSQL = 'Import docSQL Files'; //to translate
453 $strDataDict = 'Data Dictionary'; //to translate
454 $strPrint = 'Print'; //to translate
455 $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
456 $strCompression = 'Compression'; //to translate
457 $strNumTables = 'Tables'; //to translate
458 $strTotalUC = 'Total'; //to translate
459 $strRelationalSchema = 'Relational schema'; //to translate
460 $strTableOfContents = 'Table of contents'; //to translate
461 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
462 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
463 $strLandscape = 'Landscape'; //to translate
464 $strPortrait = 'Portrait'; //to translate
466 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
468 $strAbortedClients = 'Aborted'; //to translate
469 $strConnections = 'Connections'; //to translate
470 $strFailedAttempts = 'Failed attempts'; //to translate
471 $strGlobalValue = 'Global value'; //to translate
472 $strMoreStatusVars = 'More status variables'; //to translate
473 $strPerHour = 'per hour'; //to translate
474 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
475 $strQueryType = 'Query type'; //to translate
476 $strReceived = 'Received'; //to translate
477 $strSent = 'Sent'; //to translate
478 $strServerStatus = 'Runtime Information'; //to translate
479 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
480 $strServerTabVariables = 'Variables'; //to translate
481 $strServerTabProcesslist = 'Processes'; //to translate
482 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
483 $strServerVars = 'Server variables and settings'; //to translate
484 $strSessionValue = 'Session value'; //to translate
485 $strTraffic = 'Traffic'; //to translate
486 $strVar = 'Variable'; //to translate
488 $strCommand = 'Command'; //to translate
489 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
490 $strId = 'ID'; //to translate
491 $strProcesslist = 'Process list'; //to translate
492 $strStatus = 'Status'; //to translate
493 $strTime = 'Time'; //to translate
494 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
496 $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
497 $strLaTeX = 'LaTeX'; //to translate
499 $strAdministration = 'Administration'; //to translate
500 $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
501 $strGlobalPrivileges = 'Global privileges'; //to translate
502 $strGrantOption = 'Grant'; //to translate
503 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
504 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
505 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
506 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
507 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
508 $strPrivDescDelete = 'Allows deleting data.'; //to translate
509 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
510 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
511 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
512 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
513 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
514 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
515 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
516 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
517 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
518 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
519 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
520 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
521 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
522 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
523 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
524 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
525 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
526 $strPrivDescSelect = 'Allows reading data.'; //to translate
527 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
528 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
529 $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
530 $strPrivDescUpdate = 'Allows changing data.'; //to translate
531 $strPrivDescUsage = 'No privileges.'; //to translate
532 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
533 $strResourceLimits = 'Resource limits'; //to translate
534 $strUserOverview = 'User overview'; //to translate
535 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
537 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
539 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
540 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
541 $strDeleting = 'Deleting %s'; //to translate
542 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
543 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
544 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
545 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
546 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
547 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
548 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
550 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
551 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
552 $strColumnPrivileges = 'Column-specific privileges'; //to translate
553 $strDbPrivileges = 'Database-specific privileges'; //to translate
554 $strLocalhost = 'Local';
555 $strLoginInformation = 'Login Information'; //to translate
556 $strTblPrivileges = 'Table-specific privileges'; //to translate
557 $strThisHost = 'This Host'; //to translate
558 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
559 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
560 $strUseTextField = 'Use text field'; //to translate
562 $strNoUsersSelected = 'No users selected.'; //to translate
563 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
564 $strAddedColumnComment = 'Added comment for column'; //to translate
565 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
566 $strAddedColumnRelation = 'Added relation for column'; //to translate
567 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
568 $strImportFinished = 'Import finished'; //to translate
569 $strFileCouldNotBeRead = 'File could not be read'; //to translate
570 $strIgnoringFile = 'Ignoring file %s'; //to translate
571 $strThisNotDirectory = 'This was not a directory'; //to translate
572 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
573 $strImportFiles = 'Import files'; //to translate
574 $strDBGModule = 'Module'; //to translate
575 $strDBGLine = 'Line'; //to translate
576 $strDBGHits = 'Hits'; //to translate
577 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
578 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
579 $strDBGMinTimeMs = 'Min time, ms'; //to translate
580 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
581 $strDBGContextID = 'Context ID'; //to translate
582 $strDBGContext = 'Context'; //to translate
583 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
584 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
585 $strCheckPrivs = 'Check Privileges'; //to translate
586 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
587 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
588 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
589 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
590 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
591 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
592 $strNoDatabasesSelected = 'No databases selected.'; //to translate
593 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
594 $strGlobal = 'global'; //to translate
595 $strDbSpecific = 'database-specific'; //to translate
596 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
597 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
598 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
599 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
600 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
601 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
602 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
603 $strWildcard = 'wildcard'; //to translate
604 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
605 $strQueryTime = 'Query took %01.4f sec';//to translate
606 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
607 $strDBComment = 'Database comment: ';//to translate
608 $strQueryFrame = 'Query window';//to translate
609 $strQueryFrameDebug = 'Debugging information';//to translate
610 $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
611 $strQuerySQLHistory = 'SQL-history';//to translate
612 $strMIME_MIMEtype = 'MIME-type';//to translate
613 $strMIME_transformation = 'Browser transformation';//to translate
614 $strMIME_transformation_options = 'Transformation options';//to translate
615 $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
616 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
617 $strMIME_available_mime = 'Available MIME-types';//to translate
618 $strMIME_available_transform = 'Available transformations';//to translate
619 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
620 $strMIME_description = 'Description';//to translate
621 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
622 $strMIME_file = 'Filename';//to translate
623 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
624 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
625 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
626 $strInnodbStat = 'InnoDB Status'; //to translate
627 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
629 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
630 $strSQLOptions = 'SQL options';//to translate
631 $strXML = 'XML';//to translate
632 $strCSVOptions = 'CSV options';//to translate
633 $strNoOptions = 'This format has no options';//to translate
634 $strStatCreateTime = 'Creation';//to translate
635 $strStatUpdateTime = 'Last update';//to translate
636 $strStatCheckTime = 'Last check';//to translate
637 $strPerMinute = 'per minute';//to translate
638 $strPerSecond = 'per second';//to translate
639 $strAutomaticLayout = 'Automatic layout'; //to translate
640 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
641 $strFileNameTemplate = 'File name template';//to translate
642 $strFileNameTemplateRemember = 'remember template';//to translate
643 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
644 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
645 $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
646 $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
647 $strAutodetect = 'Autodetect'; //to translate
648 $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
649 $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
650 $strUseHostTable = 'Use Host Table'; //to translate
651 $strShowFullQueries = 'Show Full Queries'; //to translate
652 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
653 $strSwitchToTable = 'Switch to copied table'; //to translate
654 $strCharset = 'Charset'; //to translate
655 $strLaTeXOptions = 'LaTeX options'; //to translate
656 $strRelations = 'Relations'; //to translate
657 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
658 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
659 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
660 $strSaveOnServer = 'Save on server in %s directory'; //to translate
661 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
662 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
663 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
664 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
665 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
666 $strInsertedRowId = 'Inserted row id:'; //to translate
667 $strLoadMethod = 'LOAD method'; //to translate
668 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
669 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
670 $strExcelOptions = 'Excel options'; //to translate
671 $strReplaceNULLBy = 'Replace NULL by'; //to translate
672 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
673 $strPaperSize = 'Paper size'; //to translate
674 $strDatabaseNoTable = 'This database contains no table!';//to translate
675 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
676 $strAddIntoComments = 'Add into comments';//to translate
677 $strDatabaseExportOptions = 'Database export options';//to translate
678 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
679 $strToggleScratchboard = 'toggle scratchboard'; //to translate
680 $strTableOptions = 'Table options'; //to translate
681 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
682 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
683 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
684 $strCharsets = 'Charsets'; //to translate
685 $strDescription = 'Description'; //to translate
686 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
687 $strCollation = 'Collation'; //to translate
688 $strMultilingual = 'multilingual'; //to translate
689 $strGerman = 'German'; //to translate
690 $strPhoneBook = 'phone book'; //to translate
691 $strDictionary = 'dictionary'; //to translate
692 $strSwedish = 'Swedish'; //to translate
693 $strDanish = 'Danish'; //to translate
694 $strCzech = 'Czech'; //to translate
695 $strTurkish = 'Turkish'; //to translate
696 $strEnglish = 'English'; //to translate
697 $strHungarian = 'Hungarian'; //to translate
698 $strCroatian = 'Croatian'; //to translate
699 $strBulgarian = 'Bulgarian'; //to translate
700 $strLithuanian = 'Lithuanian'; //to translate
701 $strEstonian = 'Estonian'; //to translate
702 $strCaseInsensitive = 'case-insensitive'; //to translate
703 $strCaseSensitive = 'case-sensitive'; //to translate
704 $strUkrainian = 'Ukrainian'; //to translate
705 $strHebrew = 'Hebrew'; //to translate
706 $strWestEuropean = 'West European'; //to translate
707 $strCentralEuropean = 'Central European'; //to translate
708 $strTraditionalChinese = 'Traditional Chinese'; //to translate
709 $strCyrillic = 'Cyrillic'; //to translate
710 $strArmenian = 'Armenian'; //to translate
711 $strArabic = 'Arabic'; //to translate
712 $strRussian = 'Russian'; //to translate
713 $strUnknown = 'unknown'; //to translate
714 $strBaltic = 'Baltic'; //to translate
715 $strUnicode = 'Unicode'; //to translate
716 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
717 $strKorean = 'Korean'; //to translate
718 $strGreek = 'Greek'; //to translate
719 $strJapanese = 'Japanese'; //to translate
720 $strThai = 'Thai'; //to translate
721 $strUseThisValue = 'Use this value'; //to translate
722 $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
723 $strBrowseForeignValues = 'Browse foreign values'; //to translate