update
[phpmyadmin/crack.git] / lang / portuguese-iso-8859-1.inc.php3
blob7c1f6f82c64130182cf9fe177358b30cd649a4c1
1 <?php
2 /* $Id$ */
4 /**
5 * Portuguese language file by
6 * Lopo Pizarro <lopopizarro@users.sourceforge.net>
7 * António Raposo <cfmsoft@users.sourceforge.net>
8 */
10 $charset = 'iso-8859-1';
11 $text_dir = 'ltr';
12 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
13 $right_font_family = 'arial, helvetica, geneva, sans-serif';
14 $number_thousands_separator = ',';
15 $number_decimal_separator = '.';
16 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
17 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
19 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
20 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
21 // See http://www.php.net/manual/en/function.strftime.php to define the
22 // variable below
23 $datefmt = '%d-%B-%Y às %H:%M';
25 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
26 $strAccessDenied = 'Acesso Negado';
27 $strAction = 'Acções';
28 $strAddDeleteColumn = 'Adicionar/Remover Campos';
29 $strAddDeleteRow = 'Adicionar/Remover Critérios';
30 $strAddNewField = 'Adiciona novo campo';
31 $strAddPriv = 'Acrescenta um novo Privilégio';
32 $strAddPrivMessage = 'Acrescentou um novo privilégio.';
33 $strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "where"):';
34 $strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
35 $strAddUser = 'Acrescenta um utilizador';
36 $strAddUserMessage = 'Acrescentou um novo utilizador.';
37 $strAffectedRows = 'Linhas afectadas:';
38 $strAfter = 'Depois %s';
39 $strAfterInsertBack = 'Voltar atrás';
40 $strAfterInsertNewInsert = 'Inserir novo registo';
41 $strAll = 'Todas';
42 $strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
43 $strAlterOrderBy = 'Alterar a ordem da tabela por';
44 $strAnIndex = 'Um índice foi adicionado a %s';
45 $strAnalyzeTable = 'Analizar tabela';
46 $strAnd = 'E';
47 $strAny = 'Todos';
48 $strAnyColumn = 'Qualquer coluna';
49 $strAnyDatabase = 'Qualquer base de dados';
50 $strAnyHost = 'Qualquer máquina';
51 $strAnyTable = 'Qualquer tabela';
52 $strAnyUser = 'Qualquer utilizador';
53 $strAscending = 'Ascendente';
54 $strAtBeginningOfTable = 'No Início da Tabela';
55 $strAtEndOfTable = 'No Fim da Tabela';
56 $strAttr = 'Atributos';
58 $strBack = 'Voltar';
59 $strBinary = ' Binário ';
60 $strBinaryDoNotEdit = ' Binário - não editar ';
61 $strBookmarkDeleted = 'Marcador apagado com sucesso.';
62 $strBookmarkLabel = 'Etiqueta';
63 $strBookmarkQuery = 'Comandos SQL marcados';
64 $strBookmarkThis = 'Marcar este comando SQL';
65 $strBookmarkView = 'Ver apenas';
66 $strBrowse = 'Visualiza';
67 $strBzip = '"Compressão bzip"';
69 $strCantLoadMySQL = 'não foi possível carregar a extensão MySQL,<br />por favor verifique a configuração do PHP.';
70 $strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
71 $strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
72 $strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
73 $strCardinality = 'Quantidade';
74 $strCarriage = 'Fim de linha: \\r';
75 $strChange = 'Muda';
76 $strChangeDisplay = 'Escolha campo para mostrar';
77 $strChangePassword = 'Alterar a senha';
78 $strCheckAll = 'Todos';
79 $strCheckDbPriv = 'Visualiza os Privilégios da Base de Dados';
80 $strCheckTable = 'Verificar tabela';
81 $strChoosePage = 'Escolha uma Página para editar';
82 $strColComFeat = 'Mostrando comentários das Colunas';
83 $strColumn = 'Campo';
84 $strColumnNames = 'Nome dos Campos';
85 $strComments = 'Comentários';
86 $strCompleteInserts = 'Instrucções de inserção completas';
87 $strCompression = 'Compressão';
88 $strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
89 $strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
90 $strConfirm = 'Confirma a sua opção?';
91 $strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
92 $strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
93 $strCopyTableOK = 'Tabela %s copiada para %s.';
94 $strCreate = 'Criar';
95 $strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
96 $strCreateIndexTopic = 'Criar um novo índice';
97 $strCreateNewDatabase = 'Criar nova base de dados';
98 $strCreateNewTable = 'Criar nova tabela na base de dados %s';
99 $strCreatePage = 'Criar uma Página nova';
100 $strCreatePdfFeat = 'Criação de PDFs';
101 $strCriteria = 'Critérios';
103 $strData = 'Dados';
104 $strDataOnly = 'Apenas dados';
105 $strDatabase = 'Base de Dados ';
106 $strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
107 $strDatabaseWildcard = 'Base de Dados (aceita caracteres universais):';
108 $strDatabases = 'Base de Dados';
109 $strDatabasesStats = 'Estatísticas das bases de dados';
110 $strDefault = 'Defeito';
111 $strDelete = 'Apagar';
112 $strDeleteFailed = 'Erro ao apagar!';
113 $strDeleteUserMessage = 'Apagou o utilizador %s.';
114 $strDeleted = 'Registo eliminado';
115 $strDeletedRows = 'Linhas apagadas:';
116 $strDescending = 'Descendente';
117 $strDisabled = 'Desactidado';
118 $strDisplay = 'Mostra';
119 $strDisplayFeat = 'Mostrar Características';
120 $strDisplayOrder = 'Ordem de visualização:';
121 $strDisplayPDF = 'Mostrar o esquema de PDF';
122 $strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
123 $strDoYouReally = 'Confirma : ';
124 $strDocu = 'Documentação';
125 $strDrop = 'Elimina';
126 $strDropDB = 'Elimina a base de dados %s';
127 $strDropTable = 'Elimina tabela';
128 $strDumpXRows = 'Exporta %s registos começando em %s.';
129 $strDumpingData = 'Extraindo dados da tabela';
130 $strDynamic = 'dinâmico';
132 $strEdit = 'Edita';
133 $strEditPDFPages = 'Editar páginas PDF';
134 $strEditPrivileges = 'Alterar Privilegios';
135 $strEffective = 'Em uso';
136 $strEmpty = 'Limpa';
137 $strEmptyResultSet = 'MySQL não retornou nenhum registo.';
138 $strEnabled = 'Activado';
139 $strEnd = 'Fim';
140 $strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
141 $strError = 'Erro';
142 $strExport = 'Exportar';
143 $strExportToXML = 'Exportar para o formato XML';
144 $strExtendedInserts = 'Instrucções de inserção múltiplas';
145 $strExtra = 'Extra'; // written the same in portuguese
147 $strField = 'Campo';
148 $strFieldHasBeenDropped = 'O campo %s foi eliminado';
149 $strFields = 'Qtd Campos';
150 $strFieldsEmpty = ' Número de campos inválido! ';
151 $strFieldsEnclosedBy = 'Campos delimitados por';
152 $strFieldsEscapedBy = 'Campos precedidos por';
153 $strFieldsTerminatedBy = 'Campos terminados por';
154 $strFixed = 'fixo';
155 $strFlushTable = 'Fecha a tabela ("FLUSH")';
156 $strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
157 $strFormat = 'Formato';
158 $strFullText = 'Texto inteiro';
159 $strFunction = 'Funções';
161 $strGenBy = 'Gerado por';
162 $strGenTime = 'Data de Criação';
163 $strGeneralRelationFeat = 'Características gerais de Relação';
164 $strGo = 'Executa';
165 $strGrants = 'Autorizações';
166 $strGzip = '"Compressão gzip"';
168 $strHasBeenAltered = 'foi alterado(a).';
169 $strHasBeenCreated = 'foi criado(a).';
170 $strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
171 $strHome = 'Início';
172 $strHomepageOfficial = 'Página Oficial do phpMyAdmin';
173 $strHomepageSourceforge = 'Sourceforge phpMyAdmin - Página de Download';
174 $strHost = 'Máquina';
175 $strHostEmpty = 'O nome da máquina está vazio!';
177 $strIdxFulltext = 'Texto Completo';
178 $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por virgula.';
179 $strIgnore = 'Ignora';
180 $strInUse = 'em uso';
181 $strIndex = 'Índice';
182 $strIndexHasBeenDropped = 'O Índice %s foi eliminado';
183 $strIndexName = 'Nome do Índice&nbsp;:';
184 $strIndexType = 'Tipo de Índice&nbsp;:';
185 $strIndexes = 'Índices';
186 $strInsert = 'Insere';
187 $strInsertAsNewRow = 'Insere como novo registo';
188 $strInsertNewRow = 'Insere novo registo';
189 $strInsertTextfiles = 'Insere arquivo texto na tabela';
190 $strInsertedRows = 'Registos inseridos :';
191 $strInstructions = 'Instruções';
192 $strInvalidName = '"%s" é uma palavra reservada, não pode usar como nome de base de dados/tabela/campo.';
194 $strKeepPass = 'Sem alterar senha';
195 $strKeyname = 'Nome do Índice';
196 $strKill = 'Termina';
198 $strLength = 'Comprimento';
199 $strLengthSet = 'Tamanho/Valores*';
200 $strLimitNumRows = 'Número de registos por página';
201 $strLineFeed = 'Mudança de linha: \\n';
202 $strLines = 'Linhas';
203 $strLinesTerminatedBy = 'Linhas terminadas por';
204 $strLinkNotFound = 'Link não encontrado';
205 $strLinksTo = 'Links para';
206 $strLocationTextfile = 'Localização do arquivo de texto';
207 $strLogPassword = 'Senha&nbsp;:';
208 $strLogUsername = 'Utilizador&nbsp;:';
209 $strLogin = 'Entrada';
210 $strLogout = 'Sair';
212 $strMissingBracket = 'Falta de parêntesis recto';
213 $strModifications = 'Modificações foram guardadas';
214 $strModify = 'Modifica';
215 $strModifyIndexTopic = 'Modificar um índice';
216 $strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
217 $strMoveTableOK = 'A tabela %s foi movida para %s.';
218 $strMySQLCharset = 'Mapa de Caracteres do mySQL';
219 $strMySQLReloaded = 'MySQL reiniciado.';
220 $strMySQLSaid = 'Mensagens do MySQL : ';
221 $strMySQLServerProcess = 'MySQL %pma_s1% a correr em %pma_s2% como %pma_s3%';
222 $strMySQLShowProcess = 'Mostra os Processos';
223 $strMySQLShowStatus = 'Mostra informação do estado do MySQL';
224 $strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
226 $strName = 'Nome';
227 $strNext = 'Próximo';
228 $strNo = 'Não';
229 $strNoDatabases = 'Sem bases de dados';
230 $strNoDescription = 'sem Descrição';
231 $strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
232 $strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
233 $strNoIndex = 'Nenhum indíce definido!';
234 $strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
235 $strNoModification = 'Sem alterações';
236 $strNoPassword = 'Sem Senha';
237 $strNoPhp = 'sem código PHP';
238 $strNoPrivileges = 'Sem Privilégios';
239 $strNoQuery = 'Nenhum comando SQL encontrado!';
240 $strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
241 $strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
242 $strNoUsersFound = 'Nenhum utilizador encontrado.';
243 $strNone = 'Nenhum';
244 $strNotNumber = 'Isto não é um número!';
245 $strNotOK = 'não está OK';
246 $strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
247 $strNotValidNumber = ' não é um número de registo válido!';
248 $strNull = 'Nulo';
249 $strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
250 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
252 $strOK = 'OK'; //Same in portuguese
253 $strOftenQuotation = 'Normalmente aspas. OPTIONALLY significa que apenas os campos "char" e "varchar" são delimitados pelo caractere delimitador.';
254 $strOperations = 'Operações';
255 $strOptimizeTable = 'Optimizar tabela';
256 $strOptionalControls = 'Opcional. Comanda o modo de escrita e leitura dos caracteres especiais.';
257 $strOptionally = 'OPCIONAL';
258 $strOptions = 'Opções';
259 $strOr = 'Ou';
260 $strOverhead = 'Suspenso';
262 $strPHPVersion = 'versão do PHP';
263 $strPageNumber = 'Página número:';
264 $strPartialText = 'Texto parcial';
265 $strPassword = 'Senha';
266 $strPasswordEmpty = 'Indique a Senha!';
267 $strPasswordNotSame = 'As senhas são diferentes!\nLembre-se de confirmar a senha!';
268 $strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
269 $strPdfInvalidPageNum = 'Numero da página do PDF indefinido!';
270 $strPdfInvalidTblName = 'A tabela "%s" não existe!';
271 $strPdfNoTables = 'Sem tablelas';
272 $strPhp = 'Criar código PHP';
273 $strPmaDocumentation = 'Documentação do phpMyAdmin';
274 $strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
275 $strPos1 = 'Inicio';
276 $strPrevious = 'Anterior';
277 $strPrimary = 'Primária';
278 $strPrimaryKey = 'Chave Primária';
279 $strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
280 $strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
281 $strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
282 $strPrintView = 'Vista de impressão';
283 $strPrivileges = 'Privilégios';
284 $strProperties = 'Propriedades';
286 $strQBE = 'Pesquisa por formulário';
287 $strQBEDel = 'Elim.';
288 $strQBEIns = 'Ins.';
289 $strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
291 $strReType = 'Confirma';
292 $strRecords = 'Registos';
293 $strReferentialIntegrity = 'Verificar Integridade referencial:';
294 $strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
295 $strRelationView = 'Vista de Relação';
296 $strReloadFailed = 'Reiniciação do MySQL falhou.';
297 $strReloadMySQL = 'Reiniciar o MySQL';
298 $strRememberReload = 'Lembre-se de reiniciar o servidor.';
299 $strRenameTable = 'Renomeia a tabela para ';
300 $strRenameTableOK = 'Tabela %s renomeada para %s';
301 $strRepairTable = 'Reparar tabela';
302 $strReplace = 'Substituir';
303 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
304 $strReset = 'Limpa';
305 $strRevoke = 'Anula';
306 $strRevokeGrant = 'Anula Autorização';
307 $strRevokeGrantMessage = 'Anulou a autorização para %s';
308 $strRevokeMessage = 'Anulou os privilégios para %s';
309 $strRevokePriv = 'Anula Privilégios';
310 $strRowLength = 'Comprim. dos reg.';
311 $strRowSize = ' Tamanho dos reg.';
312 $strRows = 'Registos';
313 $strRowsFrom = 'registos começando em';
314 $strRowsModeHorizontal = 'horizontal'; // written the same in portuguese!
315 $strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
316 $strRowsModeVertical = 'vertical'; // written the same in portuguese!
317 $strRowsStatistic = 'Estatísticas dos registos';
318 $strRunQuery = 'Executa Comando SQL';
319 $strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
320 $strRunning = 'a correr em %s';
322 $strSQL = 'SQL';
323 $strSQLQuery = 'Comando SQL';
324 $strSQLResult = 'Resultado SQL';
325 $strSave = 'Guarda';
326 $strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
327 $strSearch = 'Pesquisar';
328 $strSearchFormTitle = 'Pesquisar na Base de Dados';
329 $strSearchInTables = 'Dentro de Tabela(s):';
330 $strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
331 $strSearchOption1 = 'pelo menos uma das palavras';
332 $strSearchOption2 = 'todas as palavras';
333 $strSearchOption3 = 'a frase exacta';
334 $strSearchOption4 = 'as regular expression';
335 $strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
336 $strSearchType = 'Procurar:';
337 $strSelect = 'Selecciona';
338 $strSelectADb = 'Por favor seleccione uma base de dados';
339 $strSelectAll = 'Selecciona Todas';
340 $strSelectFields = 'Seleccione os campos (no mínimo 1)';
341 $strSelectNumRows = 'na pesquisa';
342 $strSelectTables = 'Seleccionar Tabelas';
343 $strSend = 'envia';
344 $strServerChoice = 'Escolha do Servidor';
345 $strServerVersion = 'Versão do servidor';
346 $strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
347 $strShow = 'Mostra';
348 $strShowAll = 'Mostrar tudo';
349 $strShowColor = 'Mostrar côr';
350 $strShowCols = 'Mostra Colunas';
351 $strShowGrid = 'Mostrar grelha';
352 $strShowPHPInfo = 'Mostra informação do PHP';
353 $strShowTableDimension = 'Mostrar dimensão das tabelas';
354 $strShowTables = 'Mostra tabelas';
355 $strShowThisQuery = ' Mostrar de novo aqui este comando ';
356 $strShowingRecords = 'Mostrando registos ';
357 $strSingly = '(A refazer após inserir/eliminar)';
358 $strSize = 'Tamanho';
359 $strSort = 'Ordenação';
360 $strSpaceUsage = 'Espaço ocupado';
361 $strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
362 $strStatement = 'Itens';
363 $strStrucCSV = 'Dados CSV';
364 $strStrucData = 'Estrutura e dados';
365 $strStrucDrop = 'Adiciona \'drop table\'';
366 $strStrucExcelCSV = 'dados CSV para Ms Excel';
367 $strStrucOnly = 'Somente estrutura';
368 $strStructPropose = 'Propor uma estrutura de tabela';
369 $strStructure = 'Estrutura';
370 $strSubmit = 'Submete';
371 $strSuccess = 'O seu comando SQL foi executado com sucesso';
372 $strSum = 'Soma';
374 $strTable = 'Tabela';
375 $strTableComments = 'Comentários da tabela';
376 $strTableEmpty = 'O nome da tabela está vazio!';
377 $strTableHasBeenDropped = 'A tabela %s foi eliminada';
378 $strTableHasBeenEmptied = 'A tabela %s foi limpa';
379 $strTableHasBeenFlushed = 'A tabela %s foi fechada';
380 $strTableMaintenance = 'Manutenção da tabela';
381 $strTableStructure = 'Estrutura da tabela';
382 $strTableType = 'Tipo de tabela';
383 $strTables = '%s tabela(s)';
384 $strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
385 $strTheContent = 'O conteúdo do seu arquivo foi inserido';
386 $strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única';
387 $strTheTerminator = 'Terminador de campos.';
388 $strTotal = 'total';
389 $strType = 'Tipo';
391 $strUncheckAll = 'Nenhum';
392 $strUnique = 'Único';
393 $strUnselectAll = 'Limpa Todas as Selecções';
394 $strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
395 $strUpdateProfile = 'Actualiza o prefil:';
396 $strUpdateProfileMessage = 'O prefil foi actualizado.';
397 $strUpdateQuery = 'Actualiza Comando SQL';
398 $strUsage = 'Utilização';
399 $strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
400 $strUseTables = 'Usar Tabelas';
401 $strUser = 'Utilizador';
402 $strUserEmpty = 'O nome do utilizador está vazio!';
403 $strUserName = 'Nome do Utilizador';
404 $strUsers = 'Utilizadores';
406 $strValue = 'Valor';
407 $strViewDump = 'Ver o esquema da tabela';
408 $strViewDumpDB = 'Ver o esquema da base de dados';
410 $strWelcome = 'Bemvindo ao %s';
411 $strWithChecked = 'Com os seleccionados:';
412 $strWrongUser = 'Utilizador ou Senha errada. Acesso Negado.';
414 $strYes = 'Sim';
416 $strZip = '"Compressão zip"';
418 $strBeginCut = 'BEGIN CUT'; //to translate
419 $strBeginRaw = 'BEGIN RAW'; //to translate
421 $strCharsetOfFile = 'Character set of the file:'; //to translate
423 $strDataDict = 'Data Dictionary'; //to translate
425 $strEndCut = 'END CUT'; //to translate
426 $strEndRaw = 'END RAW'; //to translate
427 $strExplain = 'Explain SQL'; //to translate
429 $strImportDocSQL = 'Import docSQL Files'; //to translate
430 $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
432 $strNoExplain = 'Skip Explain SQL'; //to translate
433 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
435 $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
436 $strPrint = 'Print'; //to translate
437 $strPutColNames = 'Put fields names at first row'; //to translate
439 $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
440 $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
441 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
442 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
443 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
444 $strServer = 'Server %s'; //to translate
446 $strValidateSQL = 'Validate SQL'; //to translate
447 $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
449 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
450 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
452 $strNumTables = 'Tables'; //to translate
453 $strTotalUC = 'Total'; //to translate
454 $strRelationalSchema = 'Relational schema'; //to translate
455 $strTableOfContents = 'Table of contents'; //to translate
456 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
457 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
458 $strLandscape = 'Landscape'; //to translate
459 $strPortrait = 'Portrait'; //to translate
461 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
463 $strAbortedClients = 'Aborted'; //to translate
464 $strConnections = 'Connections'; //to translate
465 $strFailedAttempts = 'Failed attempts'; //to translate
466 $strGlobalValue = 'Global value'; //to translate
467 $strMoreStatusVars = 'More status variables'; //to translate
468 $strPerHour = 'per hour'; //to translate
469 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
470 $strQueryType = 'Query type'; //to translate
471 $strReceived = 'Received'; //to translate
472 $strSent = 'Sent'; //to translate
473 $strServerStatus = 'Runtime Information'; //to translate
474 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
475 $strServerTabVariables = 'Variables'; //to translate
476 $strServerTabProcesslist = 'Processes'; //to translate
477 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
478 $strServerVars = 'Server variables and settings'; //to translate
479 $strSessionValue = 'Session value'; //to translate
480 $strTraffic = 'Traffic'; //to translate
481 $strVar = 'Variable'; //to translate
483 $strCommand = 'Command'; //to translate
484 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
485 $strId = 'ID'; //to translate
486 $strProcesslist = 'Process list'; //to translate
487 $strStatus = 'Status'; //to translate
488 $strTime = 'Time'; //to translate
489 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
491 $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
492 $strLaTeX = 'LaTeX'; //to translate
494 $strAdministration = 'Administration'; //to translate
495 $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
496 $strGlobalPrivileges = 'Global privileges'; //to translate
497 $strGrantOption = 'Grant'; //to translate
498 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
499 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
500 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
501 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
502 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
503 $strPrivDescDelete = 'Allows deleting data.'; //to translate
504 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
505 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
506 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
507 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
508 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
509 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
510 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
511 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
512 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
513 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
514 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
515 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
516 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
517 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
518 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
519 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
520 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
521 $strPrivDescSelect = 'Allows reading data.'; //to translate
522 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
523 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
524 $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
525 $strPrivDescUpdate = 'Allows changing data.'; //to translate
526 $strPrivDescUsage = 'No privileges.'; //to translate
527 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
528 $strResourceLimits = 'Resource limits'; //to translate
529 $strUserOverview = 'User overview'; //to translate
530 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
532 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
534 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
535 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
536 $strDeleting = 'Deleting %s'; //to translate
537 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
538 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
539 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
540 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
541 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
542 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
543 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
545 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
546 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
547 $strColumnPrivileges = 'Column-specific privileges'; //to translate
548 $strDbPrivileges = 'Database-specific privileges'; //to translate
549 $strLocalhost = 'Local';
550 $strLoginInformation = 'Login Information'; //to translate
551 $strTblPrivileges = 'Table-specific privileges'; //to translate
552 $strThisHost = 'This Host'; //to translate
553 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
554 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
555 $strUseTextField = 'Use text field'; //to translate
557 $strNoUsersSelected = 'No users selected.'; //to translate
558 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
559 $strAddedColumnComment = 'Added comment for column'; //to translate
560 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
561 $strAddedColumnRelation = 'Added relation for column'; //to translate
562 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
563 $strImportFinished = 'Import finished'; //to translate
564 $strFileCouldNotBeRead = 'File could not be read'; //to translate
565 $strIgnoringFile = 'Ignoring file %s'; //to translate
566 $strThisNotDirectory = 'This was not a directory'; //to translate
567 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
568 $strImportFiles = 'Import files'; //to translate
569 $strDBGModule = 'Module'; //to translate
570 $strDBGLine = 'Line'; //to translate
571 $strDBGHits = 'Hits'; //to translate
572 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
573 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
574 $strDBGMinTimeMs = 'Min time, ms'; //to translate
575 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
576 $strDBGContextID = 'Context ID'; //to translate
577 $strDBGContext = 'Context'; //to translate
578 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
579 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
580 $strCheckPrivs = 'Check Privileges'; //to translate
581 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
582 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
583 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
584 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
585 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
586 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
587 $strNoDatabasesSelected = 'No databases selected.'; //to translate
588 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
589 $strGlobal = 'global'; //to translate
590 $strDbSpecific = 'database-specific'; //to translate
591 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
592 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
593 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
594 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
595 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
596 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
597 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
598 $strWildcard = 'wildcard'; //to translate
599 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
600 $strQueryTime = 'Query took %01.4f sec';//to translate
601 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
602 $strDBComment = 'Database comment: ';//to translate
603 $strQueryFrame = 'Query window';//to translate
604 $strQueryFrameDebug = 'Debugging information';//to translate
605 $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
606 $strQuerySQLHistory = 'SQL-history';//to translate
607 $strMIME_MIMEtype = 'MIME-type';//to translate
608 $strMIME_transformation = 'Browser transformation';//to translate
609 $strMIME_transformation_options = 'Transformation options';//to translate
610 $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
611 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
612 $strMIME_available_mime = 'Available MIME-types';//to translate
613 $strMIME_available_transform = 'Available transformations';//to translate
614 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
615 $strMIME_description = 'Description';//to translate
616 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
617 $strMIME_file = 'Filename';//to translate
618 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
619 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
620 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
621 $strInnodbStat = 'InnoDB Status'; //to translate
622 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
623 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
624 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
625 $strSQLOptions = 'SQL options';//to translate
626 $strXML = 'XML';//to translate
627 $strCSVOptions = 'CSV options';//to translate
628 $strNoOptions = 'This format has no options';//to translate
629 $strStatCreateTime = 'Creation';//to translate
630 $strStatUpdateTime = 'Last update';//to translate
631 $strStatCheckTime = 'Last check';//to translate
632 $strPerMinute = 'per minute';//to translate
633 $strPerSecond = 'per second';//to translate
634 $strAutomaticLayout = 'Automatic layout'; //to translate
635 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
636 $strFileNameTemplate = 'File name template';//to translate
637 $strFileNameTemplateRemember = 'remember template';//to translate
638 $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
639 $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
640 $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
641 $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
642 $strAutodetect = 'Autodetect'; //to translate
643 $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
644 $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
645 $strUseHostTable = 'Use Host Table'; //to translate
646 $strShowFullQueries = 'Show Full Queries'; //to translate
647 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
648 $strSwitchToTable = 'Switch to copied table'; //to translate
649 $strCharset = 'Charset'; //to translate
650 $strLaTeXOptions = 'LaTeX options'; //to translate
651 $strRelations = 'Relations'; //to translate
652 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
653 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
654 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
655 $strSaveOnServer = 'Save on server in %s directory'; //to translate
656 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
657 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
658 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
659 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
660 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
661 $strInsertedRowId = 'Inserted row id:'; //to translate
662 $strLoadMethod = 'LOAD method'; //to translate
663 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
664 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
665 $strExcelOptions = 'Excel options'; //to translate
666 $strReplaceNULLBy = 'Replace NULL by'; //to translate
667 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
668 $strPaperSize = 'Paper size'; //to translate
669 $strDatabaseNoTable = 'This database contains no table!';//to translate
670 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
671 $strAddIntoComments = 'Add into comments';//to translate
672 $strDatabaseExportOptions = 'Database export options';//to translate
673 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
674 $strToggleScratchboard = 'toggle scratchboard'; //to translate
675 $strTableOptions = 'Table options'; //to translate
676 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
677 $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
678 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate