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