Documentation TYPO3 par Ameos |
00001 <?php 00002 /* $Id: brazilian_portuguese-iso-8859-1.inc.php,v 2.6 2003/12/30 21:34:04 nijel Exp $ */ 00003 00008 $charset = 'iso-8859-1'; 00009 $text_dir = 'ltr'; 00010 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; 00011 $right_font_family = 'arial, helvetica, geneva, sans-serif'; 00012 $number_thousands_separator = ','; 00013 $number_decimal_separator = '.'; 00014 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 00015 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); 00016 00017 $day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'); 00018 $month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); 00019 // See http://www.php.net/manual/en/function.strftime.php to define the 00020 // variable below 00021 $datefmt = '%B %d, %Y at %I:%M %p'; 00022 00023 $strAccessDenied = 'Acesso Negado'; 00024 $strAction = 'Ações'; 00025 $strAddDeleteColumn = 'Adiciona/Remove Colunas'; 00026 $strAddDeleteRow = 'Adiciona/Remove Condições de busca'; 00027 $strAddNewField = 'Adiciona novo campo'; 00028 $strAddPriv = 'Adiciona um novo Privilégio'; 00029 $strAddPrivMessage = 'Privilégio adicionado.'; 00030 $strAddSearchConditions = 'Condição de Pesquisa (Complemento da clausula "onde"):'; 00031 $strAddToIndex = 'Adicionar ao índice %s coluna(s)'; 00032 $strAddUser = 'Adicionar um novo usuário'; 00033 $strAddUserMessage = 'Usuário adcionado.'; 00034 $strAffectedRows = 'Registro afetados:'; 00035 $strAfter = 'Depois %s'; 00036 $strAfterInsertBack = 'Retornar'; 00037 $strAfterInsertNewInsert = 'Inserir um novo registro'; 00038 $strAll = 'Todos'; 00039 $strAlterOrderBy = 'Alterar tabela ordenada por'; 00040 $strAnalyzeTable = 'Analizar tabela'; 00041 $strAnd = 'E'; 00042 $strAnIndex = 'Um índice foi adicionado a %s'; 00043 $strAny = 'Qualquer'; 00044 $strAnyColumn = 'Qualquer coluna'; 00045 $strAnyDatabase = 'Qualquer banco de dados'; 00046 $strAnyHost = 'Qualquer servidor'; 00047 $strAnyTable = 'Qualquer tabela'; 00048 $strAnyUser = 'Qualquer usuário'; 00049 $strAPrimaryKey = 'Uma chave primária foi adicionada a %s'; 00050 $strAscending = 'Ascendente'; 00051 $strAtBeginningOfTable = 'No começo da tabela'; 00052 $strAtEndOfTable = 'Ao fim da tabela'; 00053 $strAttr = 'Atributos'; 00054 00055 $strBack = 'Voltar'; 00056 $strBinary = ' Binário '; 00057 $strBinaryDoNotEdit = ' Binário - não edite '; 00058 $strBookmarkDeleted = 'O bookmark foi removido.'; 00059 $strBookmarkLabel = 'Nome'; 00060 $strBookmarkQuery = 'Procura de SQL salva'; 00061 $strBookmarkThis = 'Salvar essa procura de SQL'; 00062 $strBookmarkView = 'Apenas visualiza'; 00063 $strBrowse = 'Visualiza'; 00064 $strBzip = '"compactado com bzip"'; 00065 00066 $strCantLoadMySQL = 'não foi possível carregar extensão do MySQL,<br />por favor cheque a configuração do PHP.'; 00067 $strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!'; 00068 $strCardinality = 'Cardinalidade'; 00069 $strCarriage = 'Caracter de retorno: \\r'; 00070 $strChange = 'Muda'; 00071 $strChangePassword = 'Mude a senha'; 00072 $strCheckAll = 'Marcar All'; 00073 $strCheckDbPriv = 'Verifica Privilégios do Banco de Dados'; 00074 $strCheckTable = 'Verifica tabela'; 00075 $strColumn = 'Coluna'; 00076 $strColumnNames = 'Nome da Colunas'; 00077 $strCompleteInserts = 'Inserções Completas'; 00078 $strConfirm = 'Você tem certeza?'; 00079 $strCookiesRequired = 'Cookies devem estar ativados após este ponto.'; 00080 $strCopyTable = 'Copiar tabela para (base<b>.</b>tabela):'; 00081 $strCopyTableOK = 'Tabela %s copiada para %s.'; 00082 $strCreate = 'Cria'; 00083 $strCreateIndex = 'Criar um índice em %s colunas'; 00084 $strCreateIndexTopic = 'Criar um novo índice'; 00085 $strCreateNewDatabase = 'Cria novo banco de dados'; 00086 $strCreateNewTable = 'Cria nova tabela no banco de dados %s'; 00087 $strCriteria = 'Critério'; 00088 00089 $strData = 'Dados'; 00090 $strDatabase = 'Banco de Dados '; 00091 $strDatabaseHasBeenDropped = 'Base de Dados %s foi eliminada.'; 00092 $strDatabases = 'Banco de Dados'; 00093 $strDatabasesStats = 'Estatisticas da base'; 00094 $strDatabaseWildcard = 'Banco de Dados (caractéres-coringa permitidos):'; 00095 $strDataOnly = 'Dados apenas'; 00096 $strDefault = 'Padrão'; 00097 $strDelete = 'Remove'; 00098 $strDeleted = 'Registro eliminado'; 00099 $strDeletedRows = 'Registro deletados:'; 00100 $strDeleteFailed = 'Não foi possível apagar!'; 00101 $strDeleteUserMessage = 'Você deletou o usuário %s.'; 00102 $strDescending = 'Descendente'; 00103 $strDisplay = 'Tela'; 00104 $strDisplayOrder = 'Ordenado por:'; 00105 $strDoAQuery = 'Faça uma "procura por exemplo" (coringa: "%")'; 00106 $strDocu = 'Documentação'; 00107 $strDoYouReally = 'Confirma : '; 00108 $strDrop = 'Elimina'; 00109 $strDropDB = 'Elimina o banco de dados %s'; 00110 $strDropTable = 'Remove Tabela'; 00111 $strDumpingData = 'Extraindo dados da tabela'; 00112 $strDynamic = 'dinâmico'; 00113 00114 $strEdit = 'Edita'; 00115 $strEditPrivileges = 'Edita Privilégios'; 00116 $strEffective = 'Efetivo'; 00117 $strEmpty = 'Limpa'; 00118 $strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; 00119 $strEnd = 'Fim'; 00120 $strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês '; 00121 $strError = 'Erro'; 00122 $strExtendedInserts = 'Inserções extendidas'; 00123 $strExtra = 'Extra'; 00124 00125 $strField = 'Campo'; 00126 $strFieldHasBeenDropped = 'Campo %s foi deletado'; 00127 $strFields = 'Campos'; 00128 $strFieldsEmpty = ' O campo count esta vazio! '; 00129 $strFieldsEnclosedBy = 'Campos delimitados por'; 00130 $strFieldsEscapedBy = 'Campo contornado por'; 00131 $strFieldsTerminatedBy = 'Campos terminados por'; 00132 $strFixed = 'fixo'; 00133 $strFlushTable = 'Limpar a tabela ("LIMPAR")'; 00134 $strFormat = 'Formato'; 00135 $strFormEmpty = 'Faltando valores do form !'; 00136 $strFullText = 'Textos completos'; 00137 $strFunction = 'Funçoes'; 00138 00139 $strGenTime = 'Tempo de Generação'; 00140 $strGo = 'Executa'; 00141 $strGrants = 'Conceder'; 00142 $strGzip = '"compactado com gzip"'; 00143 00144 $strHasBeenAltered = 'foi alterado.'; 00145 $strHasBeenCreated = 'foi criado.'; 00146 $strHome = 'Principal'; 00147 $strHomepageOfficial = 'Página Oficial do phpMyAdmin'; 00148 $strHomepageSourceforge = 'Nova Página do phpMyAdmin'; 00149 $strHost = 'Servidor'; 00150 $strHostEmpty = 'O nome do servidor está vazio!'; 00151 00152 $strIdxFulltext = 'Fulltext'; 00153 $strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.'; 00154 $strIgnore = 'Ignorar'; 00155 $strIndex = 'Índice'; 00156 $strIndexes = 'Índices'; 00157 $strIndexHasBeenDropped = 'Índice %s foi deletado'; 00158 $strIndexName = 'Nome do índice :'; 00159 $strIndexType = 'Tipo de índice :'; 00160 $strInsert = 'Insere'; 00161 $strInsertAsNewRow = 'Insere uma nova coluna'; 00162 $strInsertedRows = 'Linhas Inseridas:'; 00163 $strInsertNewRow = 'Insere novo registro'; 00164 $strInsertTextfiles = 'Insere arquivo texto na tabela'; 00165 $strInstructions = 'Instruções'; 00166 $strInUse = 'em uso'; 00167 $strInvalidName = '"%s" é uma palavra reservada, você não pode usá-la como um nome de base de dados/tabela/campo.'; 00168 00169 $strKeepPass = 'Não mudar a senha'; 00170 $strKeyname = 'Nome chave'; 00171 $strKill = 'Matar'; 00172 00173 $strLength = 'Tamanho'; 00174 $strLengthSet = 'Tamanho/Definir*'; 00175 $strLimitNumRows = 'registros por página'; 00176 $strLineFeed = 'Caracter de Alimentação de Linha: \\n'; 00177 $strLines = 'Linhas'; 00178 $strLinesTerminatedBy = 'Linhas terminadas por'; 00179 $strLocationTextfile = 'Localização do arquivo texto'; 00180 $strLogin = 'Autenticação'; 00181 $strLogout = 'Sair'; 00182 $strLogPassword = 'Senha:'; 00183 $strLogUsername = 'Usuário:'; 00184 00185 $strModifications = 'Modificações foram salvas'; 00186 $strModify = 'Modificar'; 00187 $strModifyIndexTopic = 'Modificar um índice'; 00188 $strMoveTable = 'Mover tabela para (base de dados<b>.</b>tabela):'; 00189 $strMoveTableOK = 'Tabela %s foi movida para %s.'; 00190 $strMySQLReloaded = 'MySQL reiniciado.'; 00191 $strMySQLSaid = 'Mensagens do MySQL : '; 00192 $strMySQLServerProcess = 'MySQL %pma_s1% funcionando em %pma_s2% como %pma_s3%'; 00193 $strMySQLShowProcess = 'Mostra os Processos'; 00194 $strMySQLShowStatus = 'Mostra informação de runtime do MySQL'; 00195 $strMySQLShowVars = 'Mostra variáveis de sistema do MySQL'; 00196 00197 $strName = 'Nome'; 00198 $strNext = 'Próximo'; 00199 $strNo = 'Não'; 00200 $strNoDatabases = 'Sem bases'; 00201 $strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.'; 00202 $strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.'; 00203 $strNoIndex = 'Nenhum índice definido!'; 00204 $strNoIndexPartsDefined = 'Nenhuma parte de índice definida!'; 00205 $strNoModification = 'Sem Mudança'; 00206 $strNone = 'Nenhum'; 00207 $strNoPassword = 'Sem Senha'; 00208 $strNoPrivileges = 'Sem Privilégios'; 00209 $strNoQuery = 'Nenhuma procura SQL!'; 00210 $strNoRights = 'Você não tem direitos suficientes para estar aqui agora!'; 00211 $strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; 00212 $strNotNumber = 'Isto não é um número!'; 00213 $strNotValidNumber = ' não é um número de registro valido!'; 00214 $strNoUsersFound = 'Nenhum usuário(s) encontrado.'; 00215 $strNull = 'Nulo'; 00216 00217 $strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres "delimitadores"'; 00218 $strOptimizeTable = 'Optimizar tabela'; 00219 $strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; 00220 $strOptionally = 'OPCIONAL'; 00221 $strOr = 'Ou'; 00222 $strOverhead = 'Sobre Carga'; 00223 00224 $strPartialText = 'Textos parciais'; 00225 $strPassword = 'Senha'; 00226 $strPasswordEmpty = 'A senhas está vazia!'; 00227 $strPasswordNotSame = 'As senhas não são a mesma!'; 00228 $strPHPVersion = 'Versão do PHP'; 00229 $strPmaDocumentation = 'Documentação do phpMyAdmin '; 00230 $strPmaUriError = 'A diretiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> Deve ser setada'; 00231 $strPos1 = 'Início'; 00232 $strPrevious = 'Anterior'; 00233 $strPrimary = 'Primária'; 00234 $strPrimaryKey = 'Chave Primária'; 00235 $strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada'; 00236 $strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!'; 00237 $strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome de e <b>apenas da</b> chave primária!)'; 00238 $strPrintView = 'Visualização para Impressão'; 00239 $strPrivileges = 'Privilégios'; 00240 $strProperties = 'Propriedades'; 00241 00242 $strQBE = 'Procura por Exemplo'; 00243 $strQueryOnDb = 'Procura SQL na base de dados <b>%s</b>:'; 00244 00245 $strRecords = 'Registros'; 00246 $strReferentialIntegrity = 'Verificar integridade referencial:'; 00247 $strReloadFailed = 'Reinicialização do MySQL falhou.'; 00248 $strReloadMySQL = 'Reinicializa o MySQL'; 00249 $strRememberReload = 'Lembre-se recarregar o servidor.'; 00250 $strRenameTable = 'Renomeia a tabela para '; 00251 $strRenameTableOK = 'Tabela %s renomeada para %s'; 00252 $strRepairTable = 'Reparar tabela'; 00253 $strReplace = 'Substituir'; 00254 $strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; 00255 $strReset = 'Resetar'; 00256 $strReType = 'Re-digite'; 00257 $strRevoke = 'Revogar'; 00258 $strRevokeGrant = 'Revogar Privilégio de Conceder'; 00259 $strRevokeGrantMessage = 'Você revogou o privilégio de conceder para %s'; 00260 $strRevokeMessage = 'Você revogou os privilégios para %s'; 00261 $strRevokePriv = 'Revogar Privilégios'; 00262 $strRowLength = 'Tamanho da Coluna'; 00263 $strRows = 'Colunas'; 00264 $strRowsFrom = 'colunas começando de'; 00265 $strRowSize = ' Tamanho do registro '; 00266 $strRowsModeHorizontal = 'horizontal'; 00267 $strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células'; 00268 $strRowsModeVertical = 'vertical'; 00269 $strRowsStatistic = 'Estatistícas da Coluna'; 00270 $strRunning = 'Rodando em %s'; 00271 $strRunQuery = 'Envia Query'; 00272 $strRunSQLQuery = 'Fazer procura(s) SQL no banco de dados %s'; 00273 00274 $strSave = 'Salva'; 00275 $strSelect = 'Procura'; 00276 $strSelectADb = 'Por favor, selecione uma base de dados'; 00277 $strSelectAll = 'Selecionar Todos'; 00278 $strSelectFields = 'Selecione os campos (no mínimo 1)'; 00279 $strSelectNumRows = 'na procura'; 00280 $strSend = 'Envia'; 00281 $strServerChoice = 'Seleção da Base'; 00282 $strServerVersion = 'Versão do Servidor'; 00283 $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\').'; 00284 $strShow = 'Mostrar'; 00285 $strShowAll = 'Mostrar Todos'; 00286 $strShowCols = 'Mostrar Colunas'; 00287 $strShowingRecords = 'Mostrando registros '; 00288 $strShowPHPInfo = 'Mostra informações do PHP'; 00289 $strShowTables = 'Mostrar Tabelas'; 00290 $strShowThisQuery = ' Mostra esta query novamente '; 00291 $strSingly = '(singularmente)'; 00292 $strSize = 'Tamanho'; 00293 $strSort = 'Ordena'; 00294 $strSpaceUsage = 'Uso do espaço'; 00295 $strSQLQuery = 'comando SQL'; 00296 $strStatement = 'Comandos'; 00297 $strStrucCSV = 'Dados CSV'; 00298 $strStrucData = 'Estrutura e dados'; 00299 $strStrucDrop = 'Adiciona \'Sobrescrever\''; 00300 $strStrucExcelCSV = 'CSV para dados Ms Excel'; 00301 $strStrucOnly = 'Somente estrutura'; 00302 $strSubmit = 'Submete'; 00303 $strSuccess = 'Seu comando SQL foi executado com sucesso'; 00304 $strSum = 'Soma'; 00305 00306 $strTable = 'Tabela'; 00307 $strTableComments = 'Comentários da tabela'; 00308 $strTableEmpty = 'O Nome da Tabela está vazio!'; 00309 $strTableHasBeenDropped = 'Tabela %s foi deletada'; 00310 $strTableHasBeenEmptied = 'Tabela %s foi esvaziada'; 00311 $strTableHasBeenFlushed = 'Tabela %s foi limpa'; 00312 $strTableMaintenance = 'Tabela de Manutenção'; 00313 $strTables = '%s tabela(s)'; 00314 $strTableStructure = 'Estrutura da tabela'; 00315 $strTableType = 'Tipo da Tabela'; 00316 $strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável '; 00317 $strTheContent = 'O conteúdo do seu arquivo foi inserido'; 00318 $strTheContents = 'O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única'; 00319 $strTheTerminator = 'Terminador de campos.'; 00320 $strTotal = 'total'; 00321 $strType = 'Tipo'; 00322 00323 $strUncheckAll = 'Desmarca Todos'; 00324 $strUnique = 'Único'; 00325 $strUnselectAll = 'Desmarcar Todos'; 00326 $strUpdatePrivMessage = 'Você mudou os priviléios para %s.'; 00327 $strUpdateProfile = 'Atualizar configuração:'; 00328 $strUpdateProfileMessage = 'A configuração foi atualizada.'; 00329 $strUpdateQuery = 'Atualiza a Procura'; 00330 $strUsage = 'Uso'; 00331 $strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; 00332 $strUser = 'Usuário'; 00333 $strUserEmpty = 'O nome do usuário está vazio!'; 00334 $strUserName = 'Nome do usuário'; 00335 $strUsers = 'Usuários'; 00336 $strUseTables = 'Usar Tabelas'; 00337 00338 $strValue = 'Valor'; 00339 $strViewDump = 'Ver o esquema da tabela'; 00340 $strViewDumpDB = 'Ver o esquema do banco de dados'; 00341 00342 $strWelcome = 'Bem vindo ao %s'; 00343 $strWithChecked = 'Com marcados:'; 00344 $strWrongUser = 'Usuário ou Senha errado. Acesso Negado.'; 00345 00346 $strYes = 'Sim'; 00347 00348 $strZip = '"compactado com zip"'; 00349 // To translate 00350 00351 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate 00352 00353 $strBeginCut = 'BEGIN CUT'; //to translate 00354 $strBeginRaw = 'BEGIN RAW'; //to translate 00355 00356 $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 00357 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate 00358 $strChangeDisplay = 'Choose Field to display'; //to translate 00359 $strCharsetOfFile = 'Character set of the file:'; //to translate 00360 $strChoosePage = 'Please choose a Page to edit'; //to translate 00361 $strColComFeat = 'Displaying Column Comments'; //to translate 00362 $strComments = 'Comments'; //to translate 00363 $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 00364 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate 00365 $strCreatePage = 'Create a new Page'; //to translate 00366 $strCreatePdfFeat = 'Creation of PDFs'; //to translate 00367 00368 $strDisabled = 'Disabled'; //to translate 00369 $strDisplayFeat = 'Display Features'; //to translate 00370 $strDisplayPDF = 'Display PDF schema'; //to translate 00371 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate 00372 00373 $strEditPDFPages = 'Edit PDF Pages'; //to translate 00374 $strEnabled = 'Enabled'; //to translate 00375 $strEndCut = 'END CUT'; //to translate 00376 $strEndRaw = 'END RAW'; //to translate 00377 $strExplain = 'Explain SQL'; //to translate 00378 $strExport = 'Export'; //to translate 00379 $strExportToXML = 'Export to XML format'; //to translate 00380 00381 $strGenBy = 'Generated by'; //to translate 00382 $strGeneralRelationFeat = 'General relation features'; //to translate 00383 00384 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate 00385 00386 $strLinkNotFound = 'Link not found'; //to translate 00387 $strLinksTo = 'Links to'; //to translate 00388 00389 $strMissingBracket = 'Missing Bracket'; //to translate 00390 $strMySQLCharset = 'MySQL Charset'; //to translate 00391 00392 $strNoDescription = 'no Description'; //to translate 00393 $strNoExplain = 'Skip Explain SQL'; //to translate 00394 $strNoPhp = 'without PHP Code'; //to translate 00395 $strNotOK = 'not OK'; //to translate 00396 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate 00397 $strNoValidateSQL = 'Skip Validate SQL'; //to translate 00398 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate 00399 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate 00400 00401 $strOK = 'OK'; //to translate 00402 $strOperations = 'Operations'; //to translate 00403 $strOptions = 'Options'; //to translate 00404 00405 $strPageNumber = 'Page number:'; //to translate 00406 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate 00407 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate 00408 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate 00409 $strPdfNoTables = 'No tables'; //to translate 00410 $strPhp = 'Create PHP Code'; //to translate 00411 00412 $strQBEDel = 'Del'; //to translate (used in tbl_qbe.php) 00413 $strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php) 00414 00415 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate 00416 $strRelationView = 'Relation view'; //to translate 00417 00418 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate 00419 $strSearch = 'Search';//to translate 00420 $strSearchFormTitle = 'Search in database';//to translate 00421 $strSearchInTables = 'Inside table(s):';//to translate 00422 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate 00423 $strSearchOption1 = 'at least one of the words';//to translate 00424 $strSearchOption2 = 'all words';//to translate 00425 $strSearchOption3 = 'the exact phrase';//to translate 00426 $strSearchOption4 = 'as regular expression';//to translate 00427 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate 00428 $strSearchType = 'Find:';//to translate 00429 $strSelectTables = 'Select Tables'; //to translate 00430 $strShowColor = 'Show color'; //to translate 00431 $strShowGrid = 'Show grid'; //to translate 00432 $strShowTableDimension = 'Show dimension of tables'; //to translate 00433 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate 00434 $strSQL = 'SQL'; //to translate 00435 $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 00436 $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 00437 $strSQLResult = 'SQL result'; //to translate 00438 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate 00439 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate 00440 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate 00441 $strStructPropose = 'Propose table structure'; //to translate 00442 $strStructure = 'Structure'; //to translate 00443 00444 $strValidateSQL = 'Validate SQL'; //to translate 00445 00446 $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 00447 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate 00448 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate 00449 $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 00450 $strServer = 'Server %s'; //to translate 00451 $strPutColNames = 'Put fields names at first row'; //to translate 00452 $strImportDocSQL = 'Import docSQL Files'; //to translate 00453 $strDataDict = 'Data Dictionary'; //to translate 00454 $strPrint = 'Print'; //to translate 00455 $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 00456 $strCompression = 'Compression'; //to translate 00457 $strNumTables = 'Tables'; //to translate 00458 $strTotalUC = 'Total'; //to translate 00459 $strRelationalSchema = 'Relational schema'; //to translate 00460 $strTableOfContents = 'Table of contents'; //to translate 00461 $strCannotLogin = 'Cannot login to MySQL server'; //to translate 00462 $strShowDatadictAs = 'Data Dictionary Format'; //to translate 00463 $strLandscape = 'Landscape'; //to translate 00464 $strPortrait = 'Portrait'; //to translate 00465 00466 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate 00467 00468 $strAbortedClients = 'Aborted'; //to translate 00469 $strConnections = 'Connections'; //to translate 00470 $strFailedAttempts = 'Failed attempts'; //to translate 00471 $strGlobalValue = 'Global value'; //to translate 00472 $strMoreStatusVars = 'More status variables'; //to translate 00473 $strPerHour = 'per hour'; //to translate 00474 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; 00475 $strQueryType = 'Query type'; //to translate 00476 $strReceived = 'Received'; //to translate 00477 $strSent = 'Sent'; //to translate 00478 $strServerStatus = 'Runtime Information'; //to translate 00479 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate 00480 $strServerTabVariables = 'Variables'; //to translate 00481 $strServerTabProcesslist = 'Processes'; //to translate 00482 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; 00483 $strServerVars = 'Server variables and settings'; //to translate 00484 $strSessionValue = 'Session value'; //to translate 00485 $strTraffic = 'Traffic'; //to translate 00486 $strVar = 'Variable'; //to translate 00487 00488 $strCommand = 'Command'; //to translate 00489 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate 00490 $strId = 'ID'; //to translate 00491 $strProcesslist = 'Process list'; //to translate 00492 $strStatus = 'Status'; //to translate 00493 $strTime = 'Time'; //to translate 00494 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate 00495 00496 $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 00497 $strLaTeX = 'LaTeX'; //to translate 00498 00499 $strAdministration = 'Administration'; //to translate 00500 $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 00501 $strGlobalPrivileges = 'Global privileges'; //to translate 00502 $strGrantOption = 'Grant'; //to translate 00503 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate 00504 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate 00505 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate 00506 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate 00507 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate 00508 $strPrivDescDelete = 'Allows deleting data.'; //to translate 00509 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate 00510 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate 00511 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate 00512 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate 00513 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate 00514 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate 00515 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate 00516 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate 00517 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; 00518 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; 00519 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; 00520 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate 00521 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate 00522 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate 00523 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate 00524 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate 00525 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate 00526 $strPrivDescSelect = 'Allows reading data.'; //to translate 00527 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate 00528 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate 00529 $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 00530 $strPrivDescUpdate = 'Allows changing data.'; //to translate 00531 $strPrivDescUsage = 'No privileges.'; //to translate 00532 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate 00533 $strResourceLimits = 'Resource limits'; //to translate 00534 $strUserOverview = 'User overview'; //to translate 00535 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate 00536 00537 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate 00538 00539 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate 00540 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate 00541 $strDeleting = 'Deleting %s'; //to translate 00542 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate 00543 $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate 00544 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate 00545 $strRemoveSelectedUsers = 'Remove selected users'; //to translate 00546 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate 00547 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate 00548 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate 00549 00550 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate 00551 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate 00552 $strColumnPrivileges = 'Column-specific privileges'; //to translate 00553 $strDbPrivileges = 'Database-specific privileges'; //to translate 00554 $strLocalhost = 'Local'; 00555 $strLoginInformation = 'Login Information'; //to translate 00556 $strTblPrivileges = 'Table-specific privileges'; //to translate 00557 $strThisHost = 'This Host'; //to translate 00558 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate 00559 $strUserAlreadyExists = 'The user %s already exists!'; //to translate 00560 $strUseTextField = 'Use text field'; //to translate 00561 00562 $strNoUsersSelected = 'No users selected.'; //to translate 00563 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate 00564 $strAddedColumnComment = 'Added comment for column'; //to translate 00565 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate 00566 $strAddedColumnRelation = 'Added relation for column'; //to translate 00567 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate 00568 $strImportFinished = 'Import finished'; //to translate 00569 $strFileCouldNotBeRead = 'File could not be read'; //to translate 00570 $strIgnoringFile = 'Ignoring file %s'; //to translate 00571 $strThisNotDirectory = 'This was not a directory'; //to translate 00572 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate 00573 $strImportFiles = 'Import files'; //to translate 00574 $strDBGModule = 'Module'; //to translate 00575 $strDBGLine = 'Line'; //to translate 00576 $strDBGHits = 'Hits'; //to translate 00577 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate 00578 $strDBGTotalTimeMs = 'Total time, ms'; //to translate 00579 $strDBGMinTimeMs = 'Min time, ms'; //to translate 00580 $strDBGMaxTimeMs = 'Max time, ms'; //to translate 00581 $strDBGContextID = 'Context ID'; //to translate 00582 $strDBGContext = 'Context'; //to translate 00583 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate 00584 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate 00585 $strCheckPrivs = 'Check Privileges'; //to translate 00586 $strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate 00587 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate 00588 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate 00589 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate 00590 $strJumpToDB = 'Jump to database "%s".'; //to translate 00591 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate 00592 $strNoDatabasesSelected = 'No databases selected.'; //to translate 00593 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate 00594 $strGlobal = 'global'; //to translate 00595 $strDbSpecific = 'database-specific'; //to translate 00596 $strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate 00597 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate 00598 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate 00599 $strChangeCopyModeCopy = '... keep the old one.'; //to translate 00600 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate 00601 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate 00602 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate 00603 $strWildcard = 'wildcard'; //to translate 00604 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate 00605 $strQueryTime = 'Query took %01.4f sec';//to translate 00606 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate 00607 $strDBComment = 'Database comment: ';//to translate 00608 $strQueryFrame = 'Query window';//to translate 00609 $strQueryFrameDebug = 'Debugging information';//to translate 00610 $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 00611 $strQuerySQLHistory = 'SQL-history';//to translate 00612 $strMIME_MIMEtype = 'MIME-type';//to translate 00613 $strMIME_transformation = 'Browser transformation';//to translate 00614 $strMIME_transformation_options = 'Transformation options';//to translate 00615 $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 00616 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate 00617 $strMIME_available_mime = 'Available MIME-types';//to translate 00618 $strMIME_available_transform = 'Available transformations';//to translate 00619 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate 00620 $strMIME_description = 'Description';//to translate 00621 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate 00622 $strMIME_file = 'Filename';//to translate 00623 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate 00624 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate 00625 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate 00626 $strInnodbStat = 'InnoDB Status'; //to translate 00627 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate 00628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate 00629 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate 00630 $strSQLOptions = 'SQL options';//to translate 00631 $strXML = 'XML';//to translate 00632 $strCSVOptions = 'CSV options';//to translate 00633 $strNoOptions = 'This format has no options';//to translate 00634 $strStatCreateTime = 'Creation';//to translate 00635 $strStatUpdateTime = 'Last update';//to translate 00636 $strStatCheckTime = 'Last check';//to translate 00637 $strPerMinute = 'per minute';//to translate 00638 $strPerSecond = 'per second';//to translate 00639 $strAutomaticLayout = 'Automatic layout'; //to translate 00640 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate 00641 $strFileNameTemplate = 'File name template';//to translate 00642 $strFileNameTemplateRemember = 'remember template';//to translate 00643 $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 00644 $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 00645 $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 00646 $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 00647 $strAutodetect = 'Autodetect'; //to translate 00648 $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 00649 $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 00650 $strUseHostTable = 'Use Host Table'; //to translate 00651 $strShowFullQueries = 'Show Full Queries'; //to translate 00652 $strTruncateQueries = 'Truncate Shown Queries'; //to translate 00653 $strSwitchToTable = 'Switch to copied table'; //to translate 00654 $strCharset = 'Charset'; //to translate 00655 $strLaTeXOptions = 'LaTeX options'; //to translate 00656 $strRelations = 'Relations'; //to translate 00657 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate 00658 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate 00659 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate 00660 $strSaveOnServer = 'Save on server in %s directory'; //to translate 00661 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate 00662 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate 00663 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate 00664 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate 00665 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate 00666 $strInsertedRowId = 'Inserted row id:'; //to translate 00667 $strLoadMethod = 'LOAD method'; //to translate 00668 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate 00669 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate 00670 $strExcelOptions = 'Excel options'; //to translate 00671 $strReplaceNULLBy = 'Replace NULL by'; //to translate 00672 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate 00673 $strPaperSize = 'Paper size'; //to translate 00674 $strDatabaseNoTable = 'This database contains no table!';//to translate 00675 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate 00676 $strAddIntoComments = 'Add into comments';//to translate 00677 $strDatabaseExportOptions = 'Database export options';//to translate 00678 $strAddDropDatabase = 'Add DROP DATABASE';//to translate 00679 $strToggleScratchboard = 'toggle scratchboard'; //to translate 00680 $strTableOptions = 'Table options'; //to translate 00681 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate 00682 $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 00683 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate 00684 $strCharsets = 'Charsets'; //to translate 00685 $strDescription = 'Description'; //to translate 00686 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 00687 $strCollation = 'Collation'; //to translate 00688 $strMultilingual = 'multilingual'; //to translate 00689 $strGerman = 'German'; //to translate 00690 $strPhoneBook = 'phone book'; //to translate 00691 $strDictionary = 'dictionary'; //to translate 00692 $strSwedish = 'Swedish'; //to translate 00693 $strDanish = 'Danish'; //to translate 00694 $strCzech = 'Czech'; //to translate 00695 $strTurkish = 'Turkish'; //to translate 00696 $strEnglish = 'English'; //to translate 00697 $strHungarian = 'Hungarian'; //to translate 00698 $strCroatian = 'Croatian'; //to translate 00699 $strBulgarian = 'Bulgarian'; //to translate 00700 $strLithuanian = 'Lithuanian'; //to translate 00701 $strEstonian = 'Estonian'; //to translate 00702 $strCaseInsensitive = 'case-insensitive'; //to translate 00703 $strCaseSensitive = 'case-sensitive'; //to translate 00704 $strUkrainian = 'Ukrainian'; //to translate 00705 $strHebrew = 'Hebrew'; //to translate 00706 $strWestEuropean = 'West European'; //to translate 00707 $strCentralEuropean = 'Central European'; //to translate 00708 $strTraditionalChinese = 'Traditional Chinese'; //to translate 00709 $strCyrillic = 'Cyrillic'; //to translate 00710 $strArmenian = 'Armenian'; //to translate 00711 $strArabic = 'Arabic'; //to translate 00712 $strRussian = 'Russian'; //to translate 00713 $strUnknown = 'unknown'; //to translate 00714 $strBaltic = 'Baltic'; //to translate 00715 $strUnicode = 'Unicode'; //to translate 00716 $strSimplifiedChinese = 'Simplified Chinese'; //to translate 00717 $strKorean = 'Korean'; //to translate 00718 $strGreek = 'Greek'; //to translate 00719 $strJapanese = 'Japanese'; //to translate 00720 $strThai = 'Thai'; //to translate 00721 $strUseThisValue = 'Use this value'; //to translate 00722 $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 00723 $strBrowseForeignValues = 'Browse foreign values'; //to translate 00724 $strInternalRelations = 'Internal relations'; //to translate 00725 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate 00726 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate 00727 $strLatexStructure = 'Structure of table __TABLE__';//to translate 00728 $strLatexContinued = '(continued)';//to translate 00729 $strLatexContent = 'Content of table __TABLE__';//to translate 00730 $strLatexIncludeCaption = 'Include table caption';//to translate 00731 $strLatexCaption = 'Table caption';//to translate 00732 $strLatexLabel = 'Label key';//to translate 00733 $strLatexContinuedCaption = 'Continued table caption';//to translate 00734 00735 $strPrintViewFull = 'Print view (with full texts)'; //to translate 00736 $strLogServer = 'Server'; //to translate 00737 $strSortByKey = 'Sort by key'; //to translate 00738 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate 00739 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 00740 $strConstraintsForTable = 'Constraints for table'; //to translate 00741 $strBookmarkOptions = 'Bookmark options'; //to translate 00742 $strCreationDates = 'Creation/Update/Check dates'; //to translate 00743 $strCheckOverhead = 'Check overheaded'; //to translate 00744 $strExcelEdition = 'Excel edition'; //to translate 00745 $strDelayedInserts = 'Use delayed inserts'; //to translate 00746 $strSQLExportType = 'Export type'; //to translate 00747 $strAddConstraints = 'Add constraints'; //to translate 00748 $strGeorgian = 'Georgian'; //to translate 00749 $strCzechSlovak = 'Czech-Slovak'; //to translate 00750 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate 00751 $strMaximumSize = 'Maximum size: %s%s'; //to translate 00752 ?>