add some strings
This commit is contained in:
@@ -1,42 +1,85 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* thebest@information4u.com / camillai@mandic.com.br */
|
||||
/* Finished by: fbotelho@ifi.unicamp.br */
|
||||
|
||||
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
|
||||
|
||||
$strAccessDenied = "Acesso Negado";
|
||||
$strAction = "A<EFBFBD><EFBFBD>es";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Adiciona novo campo";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"onde\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Um indice foi adicionado na ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Atributos";
|
||||
|
||||
$strBack = "Voltar";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Visualiza";
|
||||
|
||||
$strCarriage = "Caracter de retorno: \\r";
|
||||
$strChange = "Muda";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nome da Colunas";
|
||||
$strCompleteInserts = "Inser<EFBFBD><EFBFBD>es Completas";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Copia tabela para:";
|
||||
$strCopyTableOK = "Tabela \$table copiada para \$new_name.";
|
||||
$strCreate = "Cria";
|
||||
$strCreateNewDatabase = "Cria novo banco de dados";
|
||||
$strCreateNewTable = "Cria nova tabela no banco de dados ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Banco de Dados ";
|
||||
$strDatabases = "Banco de Dados";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Padr<EFBFBD>o";
|
||||
$strDelete = "Remove";
|
||||
$strDeleted = "Registro eliminado";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display";
|
||||
$strDoAQuery = "Fa<EFBFBD>a uma \"procura por exemplo\" (coringa: \"%\")";
|
||||
$strDoYouReally = "Confirma : ";
|
||||
$strDocu = "Documenta<EFBFBD><EFBFBD>o";
|
||||
$strDoYouReally = "Confirma : ";
|
||||
$strDrop = "Elimina";
|
||||
$strDropDB = "Elimina o banco de dados: ";
|
||||
$strDumpingData = "Extraindo dados da tabela";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Edita";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Limpa";
|
||||
$strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
@@ -45,166 +88,176 @@ $strEnd = "Fim";
|
||||
$strError = "Erro";
|
||||
$strEscapedBy = "contornados por";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Campo";
|
||||
$strFields = "Campos";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Fun<EFBFBD>oes";
|
||||
|
||||
$strGo = "Executa";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "foi alterado.";
|
||||
$strHasBeenCreated = "foi criado.";
|
||||
$strHasBeenDropped = "foi eliminado.";
|
||||
$strHasBeenEmptied = "foi esvaziado.";
|
||||
$strHome = "Base";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Site Hospedeiro";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por v<>rgula.";
|
||||
$strIndex = "<EFBFBD>ndice";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Insere";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Insere na tabela";
|
||||
$strInsertNewRow = "Insere novo registro";
|
||||
$strInsertTextfiles = "Insere arquivo texto na tabela";
|
||||
|
||||
$strKeyname = "Nome chave";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Tamanho/Definir";
|
||||
$strLimitNumRows = "records per page";
|
||||
$strLineFeed = "Caracter de Alimenta<74><61>o de Linha: \\n";
|
||||
$strLines = "Linhas";
|
||||
$strLocationTextfile = "Localiza<EFBFBD><EFBFBD>o do arquivo texto";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Sair";
|
||||
|
||||
$strModifications = "Modifica<EFBFBD><EFBFBD>es foram salvas";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL reiniciado.";
|
||||
$strMySQLSaid = "Mensagens do MySQL : ";
|
||||
$strMySQLShowProcess = "Mostra os Processos";
|
||||
$strMySQLShowStatus = "Mostra informa<6D><61>o de runtime do MySQL";
|
||||
$strMySQLShowVars = "Mostra vari<72>veis de sistema do MySQL";
|
||||
|
||||
$strName = "Nome";
|
||||
$strNext = "Pr<EFBFBD>ximo";
|
||||
$strNo = "N<EFBFBD>o";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Nulo";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Em geral aspas. OPCIONAL significa que apenas campos de caracteres s<>o delimitados por caracteres \"delimitadores\"";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Opcional. Controla como ler e escrever caracteres especiais.";
|
||||
$strOptionally = "OPCIONAL";
|
||||
$strOr = "ou";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "In<EFBFBD>cio";
|
||||
$strPrevious = "Anterior";
|
||||
$strPrimary = "Prim<EFBFBD>ria";
|
||||
$strPrimaryKey = "Chave Prim<69>ria";
|
||||
$strPrinterFriendly = "Printer friendly version of above table";
|
||||
$strProducedAnError = "produziu um erro.";
|
||||
$strPrintView = "Visualiza<EFBFBD><EFBFBD>o para Impress<73>o";
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "produziu um erro.";
|
||||
$strProperties = "Propriedades";
|
||||
|
||||
$strQBE = "Procura por Exemplo";
|
||||
|
||||
$strReadTheDocs = "Leia a documenta<74><61>o";
|
||||
$strRecords = "Registros";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Reinicializa<EFBFBD><EFBFBD>o do MySQL falhou.";
|
||||
$strReloadMySQL = "Reinicializa o MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Renomeia a tabela para ";
|
||||
$strRenameTableOK = "Tabela \$table renomeada para \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Substituir";
|
||||
$strReplaceTable = "Substituir os dados da tabela pelos do arquivo";
|
||||
$strReset = "Resetar";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from";
|
||||
$strRunSQLQuery = "Executa comando SQL no banco de dados ";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "Rodando em ";
|
||||
$strSQLQuery = "comando SQL";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Executa comando SQL no banco de dados ";
|
||||
|
||||
$strSave = "Salva";
|
||||
$strSelect = "Procura";
|
||||
$strSelectFields = "Selecione os campos (no m<>nimo 1)";
|
||||
$strSelectNumRows = "in query";
|
||||
$strSend = "Envia";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show";
|
||||
$strShowingRecords = "Mostrando registros ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "comando SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "Dados CSV";
|
||||
$strStrucData = "Estrutura e dados";
|
||||
$strStrucDrop = "Adiciona 'Sobrescrever'";
|
||||
$strStrucOnly = "Somente estrutura";
|
||||
$strSubmit = "Submete";
|
||||
$strSuccess = "Seu comando SQL foi executado com sucesso";
|
||||
|
||||
$strTable = "tabela ";
|
||||
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Estrutura da tabela";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "terminados por";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
|
||||
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
|
||||
$strTheTerminator = "Terminador de campos.";
|
||||
$strTotal = "total";
|
||||
$strType = "Tipo";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "<EFBFBD>nico";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Valor";
|
||||
$strViewDump = "Ver o esquema da tabela";
|
||||
$strViewDumpDB = "Ver o esquema do banco de dados";
|
||||
|
||||
$strWelcome = "Benvindo ao ";
|
||||
$strWrongUser = "Usu<EFBFBD>rio ou Senha errado. Acesso Negado.";
|
||||
|
||||
$strYes = "Sim";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,209 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD>e<EFBFBD>e <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = "<EFBFBD>";
|
||||
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD>e<EFBFBD>e <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> ";
|
||||
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CR: \\r";
|
||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
|
||||
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \$new_name.";
|
||||
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>";
|
||||
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
|
||||
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD><EFBFBD> ";
|
||||
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
|
||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Escape";
|
||||
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>";
|
||||
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>: \\n";
|
||||
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLReloaded = "MySQL <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL";
|
||||
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL";
|
||||
|
||||
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNo = "<EFBFBD><EFBFBD>";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20> varchar <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL.";
|
||||
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strSQLQuery = "SQL-<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> ";
|
||||
|
||||
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):";
|
||||
$strSelectNumRows = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
|
||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>.";
|
||||
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><>";
|
||||
|
||||
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> ";
|
||||
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strSort = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAscending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strDescending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strCriteria = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAnd = "<22>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strModify = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteRow = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteColumn = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelectNumRows = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,189 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
$strAccessDenied = "Access denegat";
|
||||
$strWrongUser = "Usuari i/o clau erronis. Access denegat.";
|
||||
$strMySQLSaid = "MySQL diu: ";
|
||||
$strShowingRecords = "Mostrant registres: ";
|
||||
$strTotal = "total";
|
||||
$strDatabase = "Base de dades ";
|
||||
$strTable = "taula ";
|
||||
$strError = "Errada";
|
||||
$strDatabases = "bases de dades";
|
||||
$strHome = "Inici";
|
||||
$strWelcome = "Benvingut a ";
|
||||
$strRunning = "funcionant a ";
|
||||
$strMySQLReloaded = "MySQL reiniciat.";
|
||||
$strCreateNewDatabase = "Crea una nova base de dades";
|
||||
$strCreate = "Crear";
|
||||
$strReloadMySQL = "Rellegir el MySQL";
|
||||
$strHasBeenCreated = "ha estat creada.";
|
||||
$strNoTablesFound = "Base de dades sense taules.";
|
||||
$strEmptyResultSet = "MySQL ha retornat un conjunt buit (p.e. cap fila).";
|
||||
$strAction = "Acció";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Afegir un camp nou";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Afegeix condicions de recerca (cos de la clàusula \"where\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Afegit un índex a ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Afegida una clau primària a ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Atributs";
|
||||
|
||||
$strBack = "Back"; //to translate
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Navega";
|
||||
$strSelect = "Sel·lecciona";
|
||||
$strInsert = "Inserta";
|
||||
$strProperties = "Propietats";
|
||||
|
||||
$strCarriage = "Retorn de línia: \\r";
|
||||
$strChange = "Canvi";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nom de les col·lumnes";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Copiar la taula a:";
|
||||
$strCopyTableOK = "La taula \$table ha estat copiada a \$new_name.";
|
||||
$strCreate = "Crear";
|
||||
$strCreateNewDatabase = "Crea una nova base de dades";
|
||||
$strCreateNewTable = "Crear una taula nova a la base de dades ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Base de dades ";
|
||||
$strDatabases = "bases de dades";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Defecte";
|
||||
$strDelete = "Esborrar";
|
||||
$strDeleted = "La fila ha estat esborrada";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Fer un \"petició segons exemple\" (comodí: \"%\")";
|
||||
$strDocu = "Documentació";
|
||||
$strDoYouReally = "Realment vols ";
|
||||
$strDrop = "Eliminar";
|
||||
$strDropDB = "Eliminar base de dades ";
|
||||
$strDumpingData = "Volcant dades de la taula";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Editar";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Buidar";
|
||||
$strEmptyResultSet = "MySQL ha retornat un conjunt buit (p.e. cap fila).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "tancat entre";
|
||||
$strEnd = "Final";
|
||||
$strError = "Errada";
|
||||
$strEscapedBy = "escapat per";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Camp";
|
||||
$strFields = "Camps";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funció";
|
||||
|
||||
$strGo = "Executar";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "ha estat alterada.";
|
||||
$strHasBeenCreated = "ha estat creada.";
|
||||
$strHasBeenDropped = "ha estat eliminada.";
|
||||
$strHasBeenEmptied = "ha estat buidada.";
|
||||
$strHasBeenAltered = "ha estat alterada.";
|
||||
$strDrop = "Eliminar";
|
||||
$strEmpty = "Buidar";
|
||||
$strSuccess = "La vostra comanda SQL ha estat executada amb èxit";
|
||||
$strRunSQLQuery = "Executa la comanda SQL a la base de dades ";
|
||||
$strGo = "Executar";
|
||||
$strCreateNewTable = "Crear una taula nova a la base de dades ";
|
||||
$strDropDB = "Eliminar base de dades ";
|
||||
$strName = "Nom";
|
||||
$strFields = "Camps";
|
||||
$strField = "Camp";
|
||||
$strAttr = "Atributs";
|
||||
$strType = "Tipus";
|
||||
$strValue = "Valor";
|
||||
$strInsertTextfiles = "Inserir fitxers de text a la taula";
|
||||
$strLocationTextfile = "Ubicació del fitxer de text";
|
||||
$strReplaceTable = "Substituïr les dades de la taula pel fitxer ";
|
||||
$strReplace = "Substituïr";
|
||||
$strTheContents = "El contingut del fitxer substituïrà els continguts de les taules sel.leccionades a les files que contenen la mateixa clau única o primària";
|
||||
$strTerminatedBy = "acabat per";
|
||||
$strTheTerminator = "El separador de camps.";
|
||||
$strEnclosedBy = "tancat entre";
|
||||
$strOptionally = "OPCIONALMENT";
|
||||
$strOftenQuotation = "Marques sintàctiques. OPCIONALMENT vol dir que només els camps de tipus char i varchar van \"tancats dins\" \"-aquest caràcter.";
|
||||
$strEscapedBy = "escapat per";
|
||||
$strOptionalControls = "Opcional. Controla com llegir o escriure caràcters especials.";
|
||||
$strLines = "Línies";
|
||||
$strCarriage = "Retorn de línia: \\r";
|
||||
$strLineFeed = "Salt de línia: \\n";
|
||||
$strInsertIntoTable = "Inserir a la taula";
|
||||
$strColumnNames = "Nom de les col·lumnes";
|
||||
$strIfYouWish = "Si només vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.";
|
||||
$strTheContent = "El contingut del fitxer especificat ha estat inserit.";
|
||||
$strSubmit = "Enviar";
|
||||
$strReset = "Esborrar";
|
||||
$strReadTheDocs = "Llegeix la documentació";
|
||||
$strDoYouReally = "Realment vols ";
|
||||
$strYes = "Si";
|
||||
$strNo = "No";
|
||||
$strInsertNewRow = "Inserir nova fila";
|
||||
$strSave = "Guardar";
|
||||
$strHost = "Servidor";
|
||||
$strTableStructure = "Estructura de la taula";
|
||||
$strDumpingData = "Volcant dades de la taula";
|
||||
$strNull = "Nul";
|
||||
$strDefault = "Defecte";
|
||||
$strExtra = "Extra";
|
||||
$strAction = "Acció";
|
||||
$strChange = "Canvi";
|
||||
$strAPrimaryKey = "Afegida una clau primària a ";
|
||||
$strAnIndex = "Afegit un índex a ";
|
||||
$strPrimary = "Primària";
|
||||
$strIndex = "Index";
|
||||
$strUnique = "Única";
|
||||
$strKeyname = "NomClau";
|
||||
$strPrimaryKey = "Clau Primària";
|
||||
$strAddNewField = "Afegir un camp nou";
|
||||
$strViewDump = "Veure un esquema de la taula";
|
||||
$strLengthSet = "Longitud";
|
||||
$strSQLQuery = "crida SQL";
|
||||
$strProducedAnError = "ha produït una errada.";
|
||||
$strModifications = "Les modificacions han estat guardades";
|
||||
$strSelectFields = "Sel·lecciona els camps (un com a mínim):";
|
||||
$strAddSearchConditions = "Afegeix condicions de recerca (cos de la clàusula \"where\"):";
|
||||
$strDoAQuery = "Fer un \"petició segons exemple\" (comodí: \"%\")";
|
||||
$strDeleted = "La fila ha estat esborrada";
|
||||
$strDelete = "Esborrar";
|
||||
$strEdit = "Editar";
|
||||
$strPrevious = "Anterior";
|
||||
$strNext = "Següent";
|
||||
$strMySQLShowStatus = "Mostra la informació de funcionament del MySQL";
|
||||
$strMySQLShowVars = "Mostra les variables de sistema del MySQL";
|
||||
$strRenameTable = "Renombrar les taules a";
|
||||
$strRenameTableOK = "La taula \$table ha canviat de nom. Ara es diu \$new_name";
|
||||
$strCopyTable = "Copiar la taula a:";
|
||||
$strStrucOnly = "Només l'estructura";
|
||||
$strStrucData = "Estructura i dades";
|
||||
$strCopyTableOK = "La taula \$table ha estat copiada a \$new_name.";
|
||||
$strFunction = "Funció";
|
||||
$strRunSQLQuery = "Fer consula/es SQL a la base de dades ";
|
||||
$strViewDumpDB = "Veure l'esquema de la base de dades";
|
||||
$strPos1 = "Inici";
|
||||
$strEnd = "Final";
|
||||
$strStrucCSV = "dades CSV ";
|
||||
$strSend = "enviar";
|
||||
$strRecords = "Registres";
|
||||
$strDocu = "Documentació";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHome = "Inici";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHost = "Servidor";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
|
||||
$strIfYouWish = "Si només vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Inserta";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Inserir a la taula";
|
||||
$strInsertNewRow = "Inserir nova fila";
|
||||
$strInsertTextfiles = "Inserir fitxers de text a la taula";
|
||||
|
||||
$strKeyname = "NomClau";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Longitud";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Salt de línia: \\n";
|
||||
$strLines = "Línies";
|
||||
$strLocationTextfile = "Ubicació del fitxer de text";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log out"; //to translate
|
||||
|
||||
$strModifications = "Les modificacions han estat guardades";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL reiniciat.";
|
||||
$strMySQLSaid = "MySQL diu: ";
|
||||
$strMySQLShowProcess = "Show processes"; //to translate
|
||||
$strMySQLShowStatus = "Mostra la informació de funcionament del MySQL";
|
||||
$strMySQLShowVars = "Mostra les variables de sistema del MySQL";
|
||||
|
||||
$strName = "Nom";
|
||||
$strNext = "Següent";
|
||||
$strNo = "No";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Base de dades sense taules.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Nul";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Marques sintàctiques. OPCIONALMENT vol dir que només els camps de tipus char i varchar van \"tancats dins\" \"-aquest caràcter.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Opcional. Controla com llegir o escriure caràcters especials.";
|
||||
$strOptionally = "OPCIONALMENT";
|
||||
$strOr = "or"; //to translate
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Inici";
|
||||
$strPrevious = "Anterior";
|
||||
$strPrimary = "Primària";
|
||||
$strPrimaryKey = "Clau Primària";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "ha produït una errada.";
|
||||
$strProperties = "Propietats";
|
||||
|
||||
$strQBE = "Query by Example"; //to translate
|
||||
|
||||
$strReadTheDocs = "Llegeix la documentació";
|
||||
$strRecords = "Registres";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL reload failed."; //to translate
|
||||
$strReloadMySQL = "Rellegir el MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Renombrar les taules a";
|
||||
$strRenameTableOK = "La taula \$table ha canviat de nom. Ara es diu \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Substituïr";
|
||||
$strReplaceTable = "Substituïr les dades de la taula pel fitxer ";
|
||||
$strReset = "Esborrar";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "funcionant a ";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Executa la comanda SQL a la base de dades ";
|
||||
|
||||
$strSave = "Guardar";
|
||||
$strSelect = "Sel·lecciona";
|
||||
$strSelectFields = "Sel·lecciona els camps (un com a mínim):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "enviar";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "Mostrant registres: ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "crida SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "dades CSV ";
|
||||
$strStrucData = "Estructura i dades";
|
||||
$strStrucDrop = "Add 'drop table'"; //to translate
|
||||
$strStrucOnly = "Només l'estructura";
|
||||
$strSubmit = "Enviar";
|
||||
$strSuccess = "La vostra comanda SQL ha estat executada amb èxit";
|
||||
|
||||
$strTable = "taula ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strTableStructure = "Estructura de la taula";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "acabat per";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "El contingut del fitxer especificat ha estat inserit.";
|
||||
$strTheContents = "El contingut del fitxer substituïrà els continguts de les taules sel.leccionades a les files que contenen la mateixa clau única o primària";
|
||||
$strTheTerminator = "El separador de camps.";
|
||||
$strTotal = "total";
|
||||
$strType = "Tipus";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Única";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Valor";
|
||||
$strViewDump = "Veure un esquema de la taula";
|
||||
$strViewDumpDB = "Veure l'esquema de la base de dades";
|
||||
|
||||
$strWelcome = "Benvingut a ";
|
||||
$strWrongUser = "Usuari i/o clau erronis. Access denegat.";
|
||||
|
||||
$strYes = "Si";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,194 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD>w<EFBFBD>g<EFBFBD>إߤF<EFBFBD>@<40>ӥD<D3A5><44><EFBFBD><EFBFBD> ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD>X<EFBFBD>ݳQ<EFBFBD>ڵ<EFBFBD>";
|
||||
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ާ@";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "<EFBFBD>K<EFBFBD>[<5B>s<EFBFBD>r<EFBFBD>q";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD>K<EFBFBD>[<5B>˯<EFBFBD><CBAF><EFBFBD><EFBFBD><EFBFBD> (\"where\" <20>y<EFBFBD>y<EFBFBD><79><EFBFBD>D<EFBFBD><44>)<29>G";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "<EFBFBD>w<EFBFBD>g<EFBFBD>K<EFBFBD>[<5B>F<EFBFBD>@<40>ӯ<EFBFBD><D3AF>ީ<EFBFBD> ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD>w<EFBFBD>g<EFBFBD>إߤF<EFBFBD>@<40>ӥD<D3A5><44><EFBFBD><EFBFBD> ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "<EFBFBD>ݩ<EFBFBD>";
|
||||
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD>^";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD>s<EFBFBD><EFBFBD>";
|
||||
|
||||
$strCarriage = "<EFBFBD>^<5E><>: \\r";
|
||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD>r<EFBFBD>q<EFBFBD>W";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD>_<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD>:";
|
||||
$strCopyTableOK = "<EFBFBD>ƾڪ<EFBFBD> \$table <20>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<EFBFBD>_<EFBFBD> \$new_name<EFBFBD>C";
|
||||
$strCreate = "<EFBFBD>إ<EFBFBD>";
|
||||
$strCreateNewDatabase = "<EFBFBD>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڮw";
|
||||
$strCreateNewTable = "<EFBFBD>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڪ<C6BE><DAAA>P<EFBFBD>ƾڮw ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD>ƾڮw ";
|
||||
$strDatabases = "<EFBFBD>ƾڮw";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "<EFBFBD>ʬ٭<EFBFBD>";
|
||||
$strDelete = "<EFBFBD>R<EFBFBD><EFBFBD>";
|
||||
$strDeleted = "<EFBFBD>ӰO<EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>R<EFBFBD><EFBFBD><EFBFBD>C";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "<EFBFBD>а<EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD>d<EFBFBD>ߥܨ<EFBFBD>\" (<28>q<EFBFBD>t<EFBFBD><74>: \"%\")";
|
||||
$strDoYouReally = "<EFBFBD>нT<EFBFBD>{<EFBFBD>n ";
|
||||
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDoYouReally = "<EFBFBD>нT<EFBFBD>{<EFBFBD>n ";
|
||||
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڮw ";
|
||||
$strDumpingData = "<EFBFBD>ɥX<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>e";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD>s<EFBFBD><EFBFBD>";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "<EFBFBD>M<EFBFBD><EFBFBD>";
|
||||
$strEmptyResultSet = "MySQL <20><><EFBFBD>^<5E><><EFBFBD>d<EFBFBD>ߵ<EFBFBD><DFB5>G<EFBFBD><47><EFBFBD>šC (<28><><EFBFBD>]<5D>i<EFBFBD>ର<EFBFBD>G<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŦX<C5A6><58><EFBFBD>O<F3AABAB0><4F><EFBFBD>C)";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "<EFBFBD>Ѧ<EFBFBD><EFBFBD>r<EFBFBD>ŬA<EFBFBD>_<EFBFBD><EFBFBD>";
|
||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strError = "<EFBFBD><EFBFBD><EFBFBD>~";
|
||||
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD>q<EFBFBD><EFBFBD>";
|
||||
$strExtra = "<EFBFBD>B<EFBFBD>~";
|
||||
|
||||
$strField = "<EFBFBD>r<EFBFBD>q";
|
||||
$strFields = "<EFBFBD>r<EFBFBD>q";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "<EFBFBD>\<EFBFBD><EFBFBD>";
|
||||
|
||||
$strGo = "<EFBFBD>}<7D>l";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>ק<EFBFBD><EFBFBD>C";
|
||||
$strHasBeenCreated = "<EFBFBD>w<EFBFBD>g<EFBFBD>إߡC";
|
||||
$strHasBeenDropped = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C";
|
||||
$strHasBeenEmptied = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>M<EFBFBD>šC";
|
||||
$strHome = "<EFBFBD>D<EFBFBD>ؿ<EFBFBD>";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "<EFBFBD>D<EFBFBD><EFBFBD>";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "<EFBFBD>p<EFBFBD>G<EFBFBD>A<EFBFBD>n<EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>դJ<EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>q<EFBFBD>A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD><EFBFBD>X<EFBFBD>γr<EFBFBD><EFBFBD><EFBFBD>j<EFBFBD>}<7D><><EFBFBD>r<EFBFBD>q<EFBFBD>C<EFBFBD><43><EFBFBD>C";
|
||||
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD><EFBFBD>J";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD>";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD>s<EFBFBD>O<EFBFBD><EFBFBD>";
|
||||
$strInsertTextfiles = "<EFBFBD>q<EFBFBD>奻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڡA<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD>G";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD>W";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>/Set";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G\\n";
|
||||
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strLocationTextfile = "<EFBFBD>奻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>m";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "<EFBFBD>h<EFBFBD>Xô<EFBFBD><EFBFBD>";
|
||||
|
||||
$strModifications = "<EFBFBD>ק<EFBFBD><EFBFBD>᪺<EFBFBD>ƾڤw<EFBFBD>g<EFBFBD>s<EFBFBD>L<EFBFBD>C";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL <20><><EFBFBD>s<EFBFBD>Ұʧ<D2B0><CAA7><EFBFBD><EFBFBD>C";
|
||||
$strMySQLSaid = "MySQL <20><><EFBFBD>^<5E>G";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD>ܶi<EFBFBD>{";
|
||||
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD>B<EFBFBD><42><EFBFBD>H<EFBFBD><48>";
|
||||
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><>ô<EFBFBD><C3B4><EFBFBD>ܶq";
|
||||
|
||||
$strName = "<EFBFBD>W<EFBFBD>r";
|
||||
$strNext = "<EFBFBD>U<EFBFBD>@<40><>";
|
||||
$strNo = "<EFBFBD>_";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>S<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD>C";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "<EFBFBD>q<EFBFBD>`<60><><EFBFBD><EFBFBD><DEB8>C <20><><EFBFBD>襤<EFBFBD><EFA4A4> <20><><EFBFBD>ܨϥΤ<CEA4><DEB8>C<EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20>M varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڻݭn<DDAD>Τ<CEA4><DEB8>A<EFBFBD>_<EFBFBD>ӡC";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "<EFBFBD>i<EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>Ω<EFBFBD>Ū<EFBFBD><EFBFBD><EFBFBD>μg<EFBFBD>J<EFBFBD>S<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>šC";
|
||||
$strOptionally = "<EFBFBD>襤";
|
||||
$strOr = "or"; //to translate
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD>}<7D>l";
|
||||
$strPrevious = "<EFBFBD>e<EFBFBD>@<40><>";
|
||||
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD>W";
|
||||
$strPrimaryKey = "<EFBFBD>D<EFBFBD><EFBFBD>";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD>ͤ@<40>ӿ<EFBFBD><D3BF>~<7E>C";
|
||||
$strProperties = "<EFBFBD>ݩ<EFBFBD>";
|
||||
|
||||
$strQBE = "<EFBFBD>d<EFBFBD>ҪO";
|
||||
|
||||
$strReadTheDocs = "<EFBFBD>ѷӥH<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strRecords = "<EFBFBD>O<EFBFBD><EFBFBD>";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL <20><><EFBFBD>_<EFBFBD><5F><EFBFBD>ѡC";
|
||||
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD>_ MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD>N<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD><EFBFBD>";
|
||||
$strRenameTableOK = "<EFBFBD>ƾڪ<EFBFBD> \$table <20>W<EFBFBD>r<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>Ӧ<EFBFBD> \$new_name<EFBFBD>C";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReplaceTable = "<EFBFBD>N<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڥΥH<EFBFBD>U<EFBFBD>奻<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G";
|
||||
$strReset = "<EFBFBD><EFBFBD><EFBFBD>m";
|
||||
$strRunSQLQuery = "<EFBFBD>b<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><EFBFBD><EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>B<EFBFBD><EFBFBD> SQL <20>y<EFBFBD>y<EFBFBD>G ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "<EFBFBD>B<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strSQLQuery = "SQL <20>y<EFBFBD>y";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "<EFBFBD>b<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><EFBFBD><EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>B<EFBFBD><EFBFBD> SQL <20>y<EFBFBD>y<EFBFBD>G ";
|
||||
|
||||
$strSave = "<EFBFBD>s<EFBFBD>x";
|
||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelectFields = "<EFBFBD>ܤֿ<EFBFBD><EFBFBD>ܤ@<40>Ӧr<D3A6>q<EFBFBD>G";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "<EFBFBD>o<EFBFBD>e";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD>ܰO<EFBFBD><EFBFBD> ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL <20>y<EFBFBD>y";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV <20>ƾ<EFBFBD>";
|
||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>ƾ<EFBFBD>";
|
||||
$strStrucDrop = "<EFBFBD>K<EFBFBD>[ 'drop table'";
|
||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܵ<EFBFBD><EFBFBD>c";
|
||||
$strSubmit = "<EFBFBD>o<EFBFBD>e";
|
||||
$strSuccess = "<EFBFBD>A<EFBFBD>B<EFBFBD>檺 SQL <20>y<EFBFBD>y<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<EFBFBD>B<EFBFBD><EFBFBD><EFBFBD>F<EFBFBD>C";
|
||||
|
||||
$strTable = "<EFBFBD>ƾڪ<EFBFBD> ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD>y<EFBFBD>y<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>šG";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>w<EFBFBD>g<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>C";
|
||||
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>N<EFBFBD>|<7C><><EFBFBD>N <20>ҿ<EFBFBD><D2BF>w<EFBFBD><77><EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD>㦳 <20>ۦP<DBA6><50><EFBFBD>D<EFBFBD><44><EFBFBD>ΰߤ@<40>䪺 <20>O<EFBFBD><4F><EFBFBD>C";
|
||||
$strTheTerminator = "<EFBFBD>o<EFBFBD>Ǧr<EFBFBD>q<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTotal = "<EFBFBD>`<60>p";
|
||||
$strType = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "<EFBFBD>ߤ@";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "<EFBFBD><EFBFBD>";
|
||||
$strViewDump = "<EFBFBD>d<EFBFBD>ݼƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><EFBFBD><EFBFBD>C";
|
||||
$strViewDumpDB = "<EFBFBD>d<EFBFBD>ݼƾڮw<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><EFBFBD><EFBFBD>C";
|
||||
|
||||
$strWelcome = "<EFBFBD>w<EFBFBD><EFBFBD><EFBFBD>ϥ<EFBFBD> ";
|
||||
$strWrongUser = "<EFBFBD>K<EFBFBD>X<EFBFBD><EFBFBD><EFBFBD>~<7E>A<EFBFBD>X<EFBFBD>ݳQ<DDB3>ڵ<EFBFBD><DAB5>C";
|
||||
$strYes = "<EFBFBD>O";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD>ܶi<EFBFBD>{";
|
||||
$strLogout = "<EFBFBD>h<EFBFBD>Xô<EFBFBD><EFBFBD>";
|
||||
$strQBE = "<EFBFBD>d<EFBFBD>ҪO";
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD>^";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "<EFBFBD>O";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,194 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ܾ<EFBFBD>";
|
||||
$strAction = "ִ<EFBFBD>в<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD>Ӽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)<29><>";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCarriage = "<EFBFBD>س<EFBFBD>: \\r";
|
||||
$strChange = "<EFBFBD>ı<EFBFBD>";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD>ֶ<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>Ϊ:";
|
||||
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> \$table <20>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>Ϊ \$new_name<EFBFBD><EFBFBD>";
|
||||
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";
|
||||
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
|
||||
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "ȱʡֵ";
|
||||
$strDelete = "ɾ<EFBFBD><EFBFBD>";
|
||||
$strDeleted = "<EFBFBD>ü<EFBFBD>¼<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD>ɾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "<EFBFBD><EFBFBD>ִ<EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD>ѯʾ<EFBFBD><EFBFBD>\" (ͨ<><CDA8><EFBFBD><EFBFBD>: \"%\")";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD>ȷ<EFBFBD><EFBFBD>Ҫ ";
|
||||
$strDocu = "<EFBFBD>ĵ<EFBFBD>";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD>ȷ<EFBFBD><EFBFBD>Ҫ ";
|
||||
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
|
||||
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD>༭";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEmptyResultSet = "MySQL <20><><EFBFBD>صIJ<D8B5>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>Ϊ<EFBFBD>ա<EFBFBD> (ԭ<><D4AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>û<EFBFBD><C3BB><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>¼<EFBFBD><C2BC>)";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "<EFBFBD>ɺ<EFBFBD><EFBFBD>ַ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEscapedBy = "ת<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strField = "<EFBFBD>ֶ<EFBFBD>";
|
||||
$strFields = "<EFBFBD>ֶ<EFBFBD>";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strGo = "<EFBFBD><EFBFBD>ʼ";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ<EFBFBD>";
|
||||
$strHasBeenCreated = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHasBeenDropped = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHasBeenEmptied = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ա<EFBFBD>";
|
||||
$strHome = "<EFBFBD><EFBFBD>Ŀ¼";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶΣ<EFBFBD><EFBFBD><EFBFBD>ô<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ö<EFBFBD><EFBFBD>Ÿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD><EFBFBD>б<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD>¼";
|
||||
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>뵽<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>/Set";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD>У<EFBFBD>\\n";
|
||||
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strLocationTextfile = "<EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><EFBFBD>";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "<EFBFBD>˳<EFBFBD>ϵͳ";
|
||||
|
||||
$strModifications = "<EFBFBD>ĺ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>̡<EFBFBD>";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɡ<EFBFBD>";
|
||||
$strMySQLSaid = "MySQL <20><><EFBFBD>أ<EFBFBD>";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLShowStatus = "<EFBFBD><EFBFBD>ʾ MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ";
|
||||
$strMySQLShowVars = "<EFBFBD><EFBFBD>ʾ MySQL <20><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>";
|
||||
|
||||
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNext = "<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD>";
|
||||
$strNo = "<EFBFBD><EFBFBD>";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "ͨ<EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD>š<EFBFBD> <20><>ѡ<EFBFBD>С<EFBFBD> <20><>ʾʹ<CABE><CAB9><EFBFBD><EFBFBD><EFBFBD>š<EFBFBD><C5A1><EFBFBD>Ϊֻ<CEAA><D6BB> char <20><> varchar <20><><EFBFBD>͵<EFBFBD><CDB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "<EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڶ<EFBFBD>ȡ<EFBFBD><EFBFBD>д<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOptionally = "ѡ<EFBFBD><EFBFBD>";
|
||||
$strOr = "or"; //to translate
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD><EFBFBD>ʼ";
|
||||
$strPrevious = "ǰһ<EFBFBD><EFBFBD>";
|
||||
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strQBE = "<EFBFBD><EFBFBD>ѯģ<EFBFBD><EFBFBD>";
|
||||
|
||||
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD> ";
|
||||
$strRecords = "<EFBFBD><EFBFBD>¼";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL <20><><EFBFBD><EFBFBD>ʧ<EFBFBD>ܡ<EFBFBD>";
|
||||
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ";
|
||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> \$table <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>ó<EFBFBD> \$new_name<EFBFBD><EFBFBD>";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "<EFBFBD>滻";
|
||||
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD>滻<EFBFBD><EFBFBD>";
|
||||
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD>䣺 ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strSQLQuery = "SQL <20><><EFBFBD><EFBFBD>";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD>䣺 ";
|
||||
|
||||
$strSave = "<EFBFBD>洢";
|
||||
$strSelect = "ѡ<EFBFBD><EFBFBD>";
|
||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>ֶΣ<EFBFBD>";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD>¼ ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL <20><><EFBFBD><EFBFBD>";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD>";
|
||||
$strStrucData = "<EFBFBD>ṹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";
|
||||
$strStrucOnly = "ֻѡ<EFBFBD><EFBFBD><EFBFBD>ṹ";
|
||||
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˡ<EFBFBD>";
|
||||
|
||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>Ľṹ";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD>ļ<EFBFBD><EFBFBD>е<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>뵽<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>С<EFBFBD>";
|
||||
$strTheContents = "<EFBFBD>ļ<EFBFBD><EFBFBD>е<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݽ<EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD> <20><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1>о<EFBFBD><D0BE><EFBFBD> <20><>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ψһ<CEA8><D2BB><EFBFBD><EFBFBD> <20><>¼<EFBFBD><C2BC>";
|
||||
$strTheTerminator = "<EFBFBD><EFBFBD>Щ<EFBFBD>ֶεĽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTotal = "<EFBFBD>ܼ<EFBFBD>";
|
||||
$strType = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Ψһ";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "ֵ";
|
||||
$strViewDump = "<EFBFBD>鿴<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>Ľṹ<EFBFBD><EFBFBD>ժҪ<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>";
|
||||
$strViewDumpDB = "<EFBFBD>鿴<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD>Ľṹ<EFBFBD><EFBFBD>ժҪ<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>";
|
||||
|
||||
$strWelcome = "<EFBFBD><EFBFBD>ӭʹ<EFBFBD><EFBFBD> ";
|
||||
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogout = "<EFBFBD>˳<EFBFBD>ϵͳ";
|
||||
$strQBE = "<EFBFBD><EFBFBD>ѯģ<EFBFBD><EFBFBD>";
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,207 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
$strAPrimaryKey = "Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ";
|
||||
|
||||
|
||||
$strAccessDenied = "P<EFBFBD><EFBFBD>stup odep<65>en";
|
||||
$strAction = "Akce";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "P<EFBFBD>idat nov<6F> pole";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "P<EFBFBD>idat vyhled<65>vac<61> parametry (obsah dotazu po \"where\" p<><70>kazu):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "Po";
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Byl p<>id<69>n index na ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "Na za<7A><61>tku tabulky";
|
||||
$strAtEndOfTable = "Na konci tabulky";
|
||||
$strAttr = "Atributy";
|
||||
|
||||
$strBack = "Zp<EFBFBD>t";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Proj<EFBFBD>t";
|
||||
|
||||
$strCarriage = "N<EFBFBD>vrat voz<6F>ku (Carriage return): \\r";
|
||||
$strChange = "Zm<EFBFBD>nit";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "N<EFBFBD>zvy sloupc<70>";
|
||||
$strCompleteInserts = "Upln<EFBFBD> vlo<6C>eni";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Zkop<EFBFBD>rovat tabulku do:";
|
||||
$strCopyTableOK = "Tabulka \$table byla zkop<6F>rov<6F>na do \$new_name.";
|
||||
$strCreate = "Vytvo<EFBFBD>it";
|
||||
$strCreateNewDatabase = "Vytvo<EFBFBD>it novou datab<61>zi";
|
||||
$strCreateNewTable = "Vytvo<EFBFBD>it novou tabulku v datab<61>zi ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Datab<EFBFBD>ze ";
|
||||
$strDatabases = "datab<EFBFBD>ze";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Vychoz<EFBFBD>";
|
||||
$strDelete = "Smazat";
|
||||
$strDeleted = "<EFBFBD><EFBFBD>dek byl smaz<61>n";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Zobraz";
|
||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
|
||||
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
|
||||
$strDocu = "Dokumentace";
|
||||
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
|
||||
$strDrop = "Odstranit";
|
||||
$strDropDB = "Odstranit datab<61>zi ";
|
||||
$strDumpingData = "Dumpuji data pro tabulku";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Editovat";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Vypr<EFBFBD>zdnit";
|
||||
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).";
|
||||
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
|
||||
$strEnclosedBy = "uzav<EFBFBD>en do";
|
||||
$strEnd = "Konec";
|
||||
$strError = "Chyba";
|
||||
$strEscapedBy = "uvozeno pomoc<6F>";
|
||||
$strExtra = "Extra"; //to translate
|
||||
|
||||
$strField = "Pole";
|
||||
$strFields = "Po<EFBFBD>et pol<6F>";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funkce";
|
||||
|
||||
$strGo = "Prove<EFBFBD>";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "byla zm<7A>n<EFBFBD>na.";
|
||||
$strHasBeenCreated = "byla vytvo<76>ena.";
|
||||
$strHasBeenDropped = "byla odstran<61>na.";
|
||||
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
|
||||
$strHome = "Domu";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Hostitel";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Vlo<EFBFBD>it";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Vlo<EFBFBD>it do tabulky";
|
||||
$strInsertNewRow = "Vlo<EFBFBD>it nov<6F> <20><>dek";
|
||||
$strInsertTextfiles = "Vlo<EFBFBD>it textov<6F> soubory do tabulky";
|
||||
|
||||
$strKeyname = "Kl<EFBFBD><EFBFBD>ovy n<>zev";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "D<EFBFBD>lka/Set";
|
||||
$strLimitNumRows = "z<EFBFBD>znamu na str<74>nku";
|
||||
$strLineFeed = "Ukon<EFBFBD>en<EFBFBD> <20><>dku (Linefeed): \\n";
|
||||
$strLines = "<EFBFBD><EFBFBD>dek";
|
||||
$strLocationTextfile = "Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<6F>ho souboru";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Odhl<EFBFBD>sit se";
|
||||
|
||||
$strModifications = "Zm<EFBFBD>ny byly ulo<6C>eny";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL znovu-na<6E>tena.";
|
||||
$strMySQLSaid = "MySQL hl<68>s<EFBFBD>: ";
|
||||
$strMySQLShowProcess = "Zobraz procesy";
|
||||
$strMySQLShowStatus = "Uk<EFBFBD>zat MySQL runtime informace";
|
||||
$strMySQLShowVars = "Uk<EFBFBD>zat MySQL systemove prom<6F>nn<6E>";
|
||||
|
||||
$strName = "N<EFBFBD>zev";
|
||||
$strNext = "Dal<EFBFBD><EFBFBD>";
|
||||
$strNo = "Ne";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "V datab<61>zi nebyla nalezena ani jedna tabulka.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Nulov<EFBFBD>";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "<EFBFBD>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do \"uzav<EFBFBD>rac<EFBFBD>ch \" znak<61>.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Voliteln<EFBFBD>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.";
|
||||
$strOptionally = "Voliteln<EFBFBD>";
|
||||
$strOr = "nebo";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Za<EFBFBD><EFBFBD>tek";
|
||||
$strPrevious = "P<EFBFBD>edchoz<EFBFBD>";
|
||||
$strPrimary = "Prim<EFBFBD>rn<EFBFBD>";
|
||||
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD> kl<6B><6C>";
|
||||
$strPrinterFriendly = "Verze ur<75>en<65> pro tisk";
|
||||
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "vytvo<EFBFBD>il chybu.";
|
||||
$strProperties = "Vlastnosti";
|
||||
|
||||
$strQBE = "Dotaz podle p<><70>kladu";
|
||||
|
||||
$strReadTheDocs = "P<EFBFBD>e<EFBFBD>ti dokumentaci";
|
||||
$strRecords = "Z<EFBFBD>znam<EFBFBD>";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Znovuna<EFBFBD>ten<EFBFBD> MySQL selhalo.";
|
||||
$strReloadMySQL = "Znovuna<EFBFBD>ten<EFBFBD> MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "P<EFBFBD>ejmenovat tabulku na";
|
||||
$strRenameTableOK = "Tabulka \$table byla p<>ejmenov<6F>na na \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "P<EFBFBD>epsat";
|
||||
$strReplaceTable = "P<EFBFBD>epsat data tabulky souborem";
|
||||
$strReset = "P<EFBFBD>vodn<EFBFBD> (reset)";
|
||||
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na datab<61>zi ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "<EFBFBD>adky za<7A><61>naj<61>c<EFBFBD> od";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "b<EFBFBD><EFBFBD><EFBFBD>c<EFBFBD> na ";
|
||||
$strSQLQuery = "SQL-dotaz";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na datab<61>zi ";
|
||||
|
||||
$strSave = "Ulo<EFBFBD>";
|
||||
$strSelect = "Vybrat";
|
||||
$strSelectFields = "Zvol pole (alespo<70> jedno):";
|
||||
$strSelectNumRows = "v dotazu";
|
||||
$strSend = "Po<EFBFBD>li";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Zobraz";
|
||||
$strShowingRecords = "Ukazuji z<>znamy ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-dotaz";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV data";
|
||||
$strStrucData = "Strukturu a data";
|
||||
$strStrucDrop = "P<EFBFBD>idej 'Vyma<6D> tabulku'";
|
||||
$strStrucOnly = "Pouze strukturu";
|
||||
$strSubmit = "Ode<EFBFBD>li";
|
||||
$strSuccess = "Tv<EFBFBD>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n";
|
||||
|
||||
$strTable = "Tabulka ";
|
||||
$strTableComments = "Koment<EFBFBD><EFBFBD>e k tabulce";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Struktura tabulky pro tabulku";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "ukon<EFBFBD>en";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Obsah tv<74>ho souboru byl vlo<6C>en";
|
||||
$strTheContents = "Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.";
|
||||
$strTheTerminator = "Ukon<EFBFBD>en<EFBFBD> pol<6F>.";
|
||||
$strTotal = "celkem";
|
||||
$strType = "Typ";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unik<EFBFBD>tn<EFBFBD>";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Hodnota";
|
||||
$strViewDump = "Uka<EFBFBD> dump (schema) tabulky";
|
||||
$strViewDumpDB = "Uka<EFBFBD> dump (schema) datab<61>ze";
|
||||
|
||||
$strWelcome = "V<EFBFBD>tej v ";
|
||||
$strWrongUser = "<EFBFBD>patn<EFBFBD> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.";
|
||||
$strYes = "Ano";
|
||||
$strMySQLShowProcess = "Zobraz procesy";
|
||||
$strLogout = "Odhl<EFBFBD>sit se";
|
||||
$strQBE = "Dotaz podle p<><70>kladu";
|
||||
$strBack = "Zp<EFBFBD>t";
|
||||
$strTableComments = "Koment<EFBFBD><EFBFBD>e k tabulce";
|
||||
$strOr = "nebo";
|
||||
$strSelectNumRows = "v dotazu";
|
||||
$strCompleteInserts = "Upln<EFBFBD> vlo<6C>eni";
|
||||
$strLimitNumRows = "z<EFBFBD>znamu na str<74>nku";
|
||||
$strDisplay = "Zobraz";
|
||||
$strShow = "Zobraz";
|
||||
$strRowsFrom = "<EFBFBD>adky za<7A><61>naj<61>c<EFBFBD> od";
|
||||
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
|
||||
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "Ano";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,43 +1,85 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$DanishLanguageVer = "2.1.0/2000-07-31";
|
||||
|
||||
$strAPrimaryKey = "Der er oprettet en primær nøgle på feltet ";
|
||||
$strAccessDenied = "Adgang Nægtet";
|
||||
$strAction = "Handling";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Tilføj nyt felt";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Tilføj søge kriterier (body of the \"where\" clause):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "Efter";
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyser tabel";
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Der er oprettet et indeks på feltet ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Der er oprettet en primær nøgle på feltet ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "I begyndelsen af tabel";
|
||||
$strAtEndOfTable = "I slutning af tabel";
|
||||
$strAttr = "Attributer";
|
||||
|
||||
$strBack = "Tilbage";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Vis";
|
||||
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strChange = "Ændre";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Tjek tabel";
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Kolonne navne";
|
||||
$strCompleteInserts = "Lav komplette inserts";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Kopier tabel til:";
|
||||
$strCopyTableOK = "Tabellen \$table er nu kopieret til: \$new_name.";
|
||||
$strCreate = "Opret";
|
||||
$strCreateNewDatabase = "Opret ny database";
|
||||
$strCreateNewTable = "Opret ny tabel i database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Database: ";
|
||||
$strDatabases = "databaser";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Standardværdi";
|
||||
$strDelete = "Slet";
|
||||
$strDeleted = "Rækken er slettet!";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<B>Advarsel:</B> Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres.";
|
||||
$strDisplay = "Vis";
|
||||
$strDoAQuery = "Kør en forespørgsel på felter (wildcard: \"%\")";
|
||||
$strDoYouReally = "Er du sikker på at du vil ";
|
||||
$strDocu = "Dokumentation";
|
||||
$strDoYouReally = "Er du sikker på at du vil ";
|
||||
$strDrop = "Slet";
|
||||
$strDropDB = "Slet database ";
|
||||
$strDumpingData = "Data dump for tabellen";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Ret";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Tøm";
|
||||
$strEmptyResultSet = "MySQL returnerede ingen data (fx ingen rækker).";
|
||||
$strEnableMagicQuotes = "<B>Advarsel:</B> Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres.";
|
||||
@@ -46,165 +88,176 @@ $strEnd = "Slut";
|
||||
$strError = "Fejl";
|
||||
$strEscapedBy = "afsluttes med";
|
||||
$strExtra = "Ekstra";
|
||||
|
||||
$strField = "Feltnavn";
|
||||
$strFields = "Felter";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funktion";
|
||||
|
||||
$strGo = "Udfør";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "er ændret.";
|
||||
$strHasBeenCreated = "er oprettet.";
|
||||
$strHasBeenDropped = "er slettet.";
|
||||
$strHasBeenEmptied = "er tømt.";
|
||||
$strHome = "Hjem";
|
||||
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
|
||||
$strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside ";
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.";
|
||||
$strIndex = "Indekseret";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Indsæt";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Importer til tabel";
|
||||
$strInsertNewRow = "Indsæt ny række";
|
||||
$strInsertTextfiles = "Importer tekstfil til tabellen";
|
||||
|
||||
$strKeyname = "Nøgle";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Længde/Værdi";
|
||||
$strLimitNumRows = "poster pr. side";
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Linier";
|
||||
$strLocationTextfile = "Tekstfilens placering";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log af";
|
||||
|
||||
$strModifications = "Rettelserne er gemt!";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL genstartet.";
|
||||
$strMySQLSaid = "MySQL returnerede: ";
|
||||
$strMySQLShowProcess = "Vis tråde";
|
||||
$strMySQLShowStatus = "Vis MySQL runtime information";
|
||||
$strMySQLShowVars = "Vis MySQL system variable";
|
||||
|
||||
$strName = "Navn";
|
||||
$strNext = "Næste";
|
||||
$strNo = "Nej";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Ingen tabeller fundet i databasen.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Nulværdi";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Ofte anførelsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte \"tekstkvalifikator\"-tegn.";
|
||||
$strOptimizeTable = "Optimer tabel";
|
||||
$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller læses.";
|
||||
$strOptionally = "OPTIONALLY";
|
||||
$strOr = "eller";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Start";
|
||||
$strPrevious = "Forrige";
|
||||
$strPrimary = "Primær";
|
||||
$strPrimaryKey = "Primær nøgle";
|
||||
$strPrinterFriendly = "Udskrift venlig version af ovenstående tabel";
|
||||
$strPrintView = "Vis (udskriftvenlig)";
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "forsagede en fejl.";
|
||||
$strProperties = "Egenskaber";
|
||||
|
||||
$strQBE = "Query by Example";
|
||||
|
||||
$strReadTheDocs = "Læs dokumentationen";
|
||||
$strRecords = "Poster";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Genstart af MySQL fejlede.";
|
||||
$strReloadMySQL = "Genstart MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Omdøb tabel til";
|
||||
$strRenameTableOK = "Tabellen \$table er nu omdøbt til: \$new_name";
|
||||
$strRepairTable = "Reparer tabel";
|
||||
$strReplace = "Erstat";
|
||||
$strReplaceTable = "Erstat data i tabellen med filens data";
|
||||
$strReset = "Nulstil";
|
||||
$strRunSQLQuery = "Kør en/flere SQL forespørgsler på database ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rækker startende fra";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "kører på ";
|
||||
$strSQLQuery = "SQL-forespørgsel";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Kør en/flere SQL forespørgsler på database ";
|
||||
|
||||
$strSave = "Gem";
|
||||
$strSelect = "Vælg";
|
||||
$strSelectFields = "Vælg mindst eet felt:";
|
||||
$strSelectNumRows = "i forespørgsel";
|
||||
$strSend = "send";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Vis";
|
||||
$strShowingRecords = "Viser poster ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-forespørgsel";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV data";
|
||||
$strStrucData = "Struturen og data";
|
||||
$strStrucDrop = "Tilføj 'drop table'";
|
||||
$strStrucOnly = "Kun strukturen";
|
||||
$strSubmit = "Send";
|
||||
$strSuccess = "Din SQL-forespørgsel blev eksekveret korrekt";
|
||||
$strRowsFrom = "rækker startende fra";
|
||||
|
||||
$strTable = "Tabel: ";
|
||||
$strTableComments = "Tabel kommentarer";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Struktur dump for tabellen";
|
||||
$strTableType = "Tabel type";
|
||||
$strTerminatedBy = "er afgrænset af";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Filens indhold er importeret.";
|
||||
$strTheContents = "Filens indhold erstatter den valgte tabels rækker for rækker med identisk primær eller unik nøgle.";
|
||||
$strTheTerminator = "Felterne afgrænses af dette tegn.";
|
||||
$strTotal = "total";
|
||||
$strType = "Datatype";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unik";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Værdi";
|
||||
$strViewDump = "Vis dump (skema) over tabel";
|
||||
$strViewDumpDB = "Vis dump (skema) af database";
|
||||
|
||||
$strWelcome = "Velkommen til ";
|
||||
$strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet.";
|
||||
|
||||
$strYes = "Ja";
|
||||
$strCheckTable = "Tjek tabel";
|
||||
$strAnalyzeTable = "Analyser tabel";
|
||||
$strRepairTable = "Reparer tabel";
|
||||
$strOptimizeTable = "Optimer tabel";
|
||||
$strTableType = "Tabel type";
|
||||
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
|
||||
$strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside ";
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,197 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "Een primaire sleutel is toegevoegd aan ";
|
||||
|
||||
$strAccessDenied = "Toegang geweigerd ";
|
||||
$strAction = "Aktie";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Nieuw veld toevoegen";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Zoekcondities toevoegen (het \"where\" gedeelte van de query):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Een index is toegevoegd aan ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Een primaire sleutel is toegevoegd aan ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Attributen";
|
||||
|
||||
$strBack = "Terug";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Verkennen";
|
||||
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strChange = "Veranderen";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Kolomnamen";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Kopieer tabel naar:";
|
||||
$strCopyTableOK = "Tabel \$table is gekopieerd naar \$new_name.";
|
||||
$strCreate = "Aanmaken";
|
||||
$strCreateNewDatabase = "Nieuwe database aanmaken";
|
||||
$strCreateNewTable = "Nieuwe tabel aanmaken in database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Database ";
|
||||
$strDatabases = "databases";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Standaardwaarde";
|
||||
$strDelete = "Verwijderen";
|
||||
$strDeleted = "De rij is verwijderd";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Voer een query op basis van een vergelijking uit (wildcard: \"%\")";
|
||||
$strDoYouReally = "Weet u zeker dat u wilt ";
|
||||
$strDocu = "Documentatie";
|
||||
$strDoYouReally = "Weet u zeker dat u wilt ";
|
||||
$strDrop = "Verwijderen";
|
||||
$strDropDB = "Verwijder database ";
|
||||
$strDumpingData = "Gegevens worden uitgevoerd voor tabel";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Wijzigen";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Legen";
|
||||
$strEmptyResultSet = "MySQL retourneerde een lege result set (0 rijen).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "enclosed by";
|
||||
$strEnd = "Einde";
|
||||
$strError = "Fout";
|
||||
$strEscapedBy = "escaped by";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Veld";
|
||||
$strFields = "Velden";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Functie";
|
||||
|
||||
$strGo = "Start";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "is veranderd.";
|
||||
$strHasBeenCreated = "is aangemaakt.";
|
||||
$strHasBeenDropped = "is verwijderd.";
|
||||
$strHasBeenEmptied = "is leeggemaakt.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Indien u slechts enkele van de tabelkolommen wilt laden, voer dan een door komma\'s gescheiden veld lijst in.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Invoegen";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Invoegen in tabel";
|
||||
$strInsertNewRow = "Nieuwe rij invoegen";
|
||||
$strInsertTextfiles = "Invoegen tekstbestanden in tabel";
|
||||
|
||||
$strKeyname = "Sleutelnaam";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Lengte";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Regels";
|
||||
$strLocationTextfile = "Locatie van het tekstbestand";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Uitloggen";
|
||||
|
||||
$strModifications = "Wijzigingen opgeslagen.";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL opnieuw geladen.";
|
||||
$strMySQLSaid = "MySQL retourneerde: ";
|
||||
$strMySQLShowProcess = "Laat processen zien";
|
||||
$strMySQLShowStatus = "MySQL runtime informatie";
|
||||
$strMySQLShowVars = "MySQL systeemvariabelen";
|
||||
|
||||
$strName = "Naam";
|
||||
$strNext = "Volgende";
|
||||
$strNo = "Nee";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Geen tabellen gevonden in de database.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Optional. Controls how to write or read special characters.";
|
||||
$strOptionally = "OPTIONEEL";
|
||||
$strOr = "of";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Begin";
|
||||
$strPrevious = "Vorige";
|
||||
$strPrimary = "Primaire sleutel";
|
||||
$strPrimaryKey = "Primaire sleutel";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "leverde een fout op.";
|
||||
$strProperties = "Eigenschappen";
|
||||
|
||||
$strQBE = "Query opbouwen";
|
||||
|
||||
$strReadTheDocs = "Lees de documentatie";
|
||||
$strRecords = "Records";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Opnieuw laden van MySQL mislukt.";
|
||||
$strReloadMySQL = "MySQL opnieuw laden.";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Tabel hernoemen naar";
|
||||
$strRenameTableOK = "Tabel \$table is hernoemd naar \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Vervangen";
|
||||
$strReplaceTable = "Vervang tabelgegevens met bestand";
|
||||
$strReset = "Reset";
|
||||
$strRunSQLQuery = "SQL query/queries uitvoeren op database ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "wordt uitgevoerd op ";
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "SQL query/queries uitvoeren op database ";
|
||||
|
||||
$strSave = "Opslaan";
|
||||
$strSelect = "Selecteren";
|
||||
$strSelectFields = "Selecteer velden (tenminste 1):";
|
||||
$strSelectNumRows = "in query";
|
||||
$strSend = "verzenden";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "Records laten zien ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV gegevens";
|
||||
$strStrucData = "Structuur en gegevens";
|
||||
$strStrucDrop = "'drop table' toevoegen";
|
||||
$strStrucOnly = "Alleen structuur";
|
||||
$strSubmit = "Verzenden";
|
||||
$strSuccess = "Uw SQL-query is succesvol uitgevoerd.";
|
||||
|
||||
$strTable = "Tabel ";
|
||||
$strTableComments = "Tabel opmerkingen";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Tabel structuur voor tabel";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "eindigend op";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "De inhoud van uw bestanden is ingevoegd.";
|
||||
$strTheContents = "De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.";
|
||||
$strTheTerminator = "De \'terminator\' van de velden.";
|
||||
$strTotal = "totaal";
|
||||
$strType = "Type";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unieke waarde";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Waarde";
|
||||
$strViewDump = "Bekijk een dump (schema) van tabel";
|
||||
$strViewDumpDB = "Bekijk een dump (schema) van database";
|
||||
|
||||
$strWelcome = "Welkom op ";
|
||||
$strWrongUser = "Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.";
|
||||
$strYes = "Ja";
|
||||
$strMySQLShowProcess = "Laat processen zien";
|
||||
$strLogout = "Uitloggen";
|
||||
$strQBE = "Query opbouwen";
|
||||
$strBack = "Terug";
|
||||
$strTableComments = "Tabel opmerkingen";
|
||||
$strOr = "of";
|
||||
$strSelectNumRows = "in query";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "Ja";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
$strAccessDenied = "Access denied";
|
||||
$strAction = "Action";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Add new field";
|
||||
$strAddPriv = "Add a new Privilege";
|
||||
$strAddPrivMessage = "You have added a new privilege.";
|
||||
@@ -13,6 +16,7 @@ $strAfter = "After";
|
||||
$strAll = "All";
|
||||
$strAlter = "Alter";
|
||||
$strAnalyzeTable = "Analyze table";
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "An index has been added on ";
|
||||
$strAny = "Any";
|
||||
$strAnyColumn = "Any Column";
|
||||
@@ -21,15 +25,18 @@ $strAnyHost = "Any host";
|
||||
$strAnyTable = "Any table";
|
||||
$strAnyUser = "Any user";
|
||||
$strAPrimaryKey = "A primary key has been added on ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table";
|
||||
$strAtEndOfTable = "At End of Table";
|
||||
$strAttr = "Attributes";
|
||||
|
||||
$strBack = "Back";
|
||||
$strBookmarkLabel = "Label";
|
||||
$strBookmarkQuery = "Bookmarked SQL-query";
|
||||
$strBookmarkThis = "Bookmark this SQL-query";
|
||||
$strBookmarkView = "View only";
|
||||
$strBrowse = "Browse";
|
||||
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strChange = "Change";
|
||||
$strCheckAll = "Check All";
|
||||
@@ -45,6 +52,9 @@ $strCopyTableOK = "Table \$table has been copied to \$new_name.";
|
||||
$strCreate = "Create";
|
||||
$strCreateNewDatabase = "Create new database";
|
||||
$strCreateNewTable = "Create new table on database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data";
|
||||
$strDatabase = "Database ";
|
||||
$strDatabases = "databases";
|
||||
$strDataOnly = "Data only";
|
||||
@@ -56,6 +66,7 @@ $strDeleteFailed = "Deleted Failed!";
|
||||
$strDeletePassword = "Delete Password";
|
||||
$strDeleteUserMessage = "You have deleted the user";
|
||||
$strDelPassMessage = "You have deleted the password for";
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.";
|
||||
$strDisplay = "Display";
|
||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
|
||||
@@ -64,8 +75,11 @@ $strDoYouReally = "Do you really want to ";
|
||||
$strDrop = "Drop";
|
||||
$strDropDB = "Drop database ";
|
||||
$strDumpingData = "Dumping data for table";
|
||||
$strDynamic = "dynamic";
|
||||
|
||||
$strEdit = "Edit";
|
||||
$strEditPrivileges = "Edit Privileges";
|
||||
$strEffective = "Effective";
|
||||
$strEmpty = "Empty";
|
||||
$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.";
|
||||
@@ -74,24 +88,29 @@ $strEnd = "End";
|
||||
$strError = "Error";
|
||||
$strEscapedBy = "escaped by";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Field";
|
||||
$strFields = "Fields";
|
||||
$strFile = "File";
|
||||
$strFixed = "fixed";
|
||||
$strFormat = "Format";
|
||||
$strFunction = "Function";
|
||||
|
||||
$strGo = "Go";
|
||||
$strGrant = "Grant";
|
||||
$strGrantOption = "Grant Option";
|
||||
$strGrants = "Grants";
|
||||
|
||||
$strHasBeenAltered = "has been altered.";
|
||||
$strHasBeenCreated = "has been created.";
|
||||
$strHasBeenDropped = "has been dropped.";
|
||||
$strHasBeenEmptied = "has been emptied.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //lem9
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //lem9
|
||||
$strHost = "Host";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage";
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage";
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!";
|
||||
|
||||
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes";
|
||||
@@ -100,20 +119,26 @@ $strInsertAsNewRow="Insert as new row";
|
||||
$strInsertIntoTable = "Insert into table";
|
||||
$strInsertNewRow = "Insert new row";
|
||||
$strInsertTextfiles = "Insert textfiles into table";
|
||||
|
||||
$strKeyname = "Keyname";
|
||||
|
||||
$strLength = "Length";
|
||||
$strLengthSet = "Length/Set";
|
||||
$strLimitNumRows = "records per page";
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Lines";
|
||||
$strLocationTextfile = "Location of the textfile";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log out";
|
||||
|
||||
$strModifications = "Modifications have been saved";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL reloaded.";
|
||||
$strMySQLSaid = "MySQL said: ";
|
||||
$strMySQLShowProcess = "Show processes";
|
||||
$strMySQLShowStatus = "Show MySQL runtime information";
|
||||
$strMySQLShowVars = "Show MySQL system variables";
|
||||
|
||||
$strName = "Name";
|
||||
$strNext = "Next";
|
||||
$strNo = "No";
|
||||
@@ -124,11 +149,14 @@ $strNoTablesFound = "No tables found in database.";
|
||||
$strNoUsersFound = "No user(s) found.";
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes ";
|
||||
|
||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
|
||||
$strOptimizeTable = "Optimize table";
|
||||
$strOptionalControls = "Optional. Controls how to write or read special characters.";
|
||||
$strOptionally = "OPTIONALLY";
|
||||
$strOr = "or";
|
||||
$strOverhead = "Overhead";
|
||||
|
||||
$strPassword = "Password";
|
||||
$strPasswordEmpty = "The password is empty!";
|
||||
$strPasswordNotSame = "The passwords aren't the same!";
|
||||
@@ -142,7 +170,9 @@ $strPrivileges = "Privileges";
|
||||
$strProcess = "Process";
|
||||
$strProducedAnError = "produced an error.";
|
||||
$strProperties = "Properties";
|
||||
|
||||
$strQBE = "Query by Example";
|
||||
|
||||
$strReadTheDocs = "Read the docs";
|
||||
$strRecords = "Records";
|
||||
$strReferences = "References";
|
||||
@@ -162,9 +192,14 @@ $strRevokeGrant = "Revoke Grant";
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";
|
||||
$strRevokeMessage = "You have revoked the privileges for";
|
||||
$strRevokePriv = "Revoke Privileges";
|
||||
$strRowLength = "Row length";
|
||||
$strRows = "Rows";
|
||||
$strRowsFrom = "rows starting from";
|
||||
$strRowsStatistic = "Row Statistic";
|
||||
$strRunning = "running on ";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Run SQL query/queries on database ";
|
||||
|
||||
$strSave = "Save";
|
||||
$strSelect = "Select";
|
||||
$strSelectFields = "Select fields (at least one):";
|
||||
@@ -175,21 +210,23 @@ $strShow = "Show";
|
||||
$strShowingRecords = "Showing records ";
|
||||
$strShutdown = "Shutdown";
|
||||
$strSize = "Size";
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage";
|
||||
$strUsage = "Usage";
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strStatement = "Statements";
|
||||
$strStrucCSV = "CSV data";
|
||||
$strStrucData = "Structure and data";
|
||||
$strStrucDrop = "Add 'drop table'";
|
||||
$strStrucOnly = "Structure only";
|
||||
$strSubmit = "Submit";
|
||||
$strSuccess = "Your SQL-query has been executed successfully";
|
||||
|
||||
$strTable = "table ";
|
||||
$strTableComments = "Table comments";
|
||||
$strTableEmpty = "The table name is empty!";
|
||||
$strTableMaintenance = "Table maintenance";
|
||||
$strTableStructure = "Table structure for table";
|
||||
$strTableType = "Table type"; // Robbat2
|
||||
$strTableType = "Table type";
|
||||
$strTerminatedBy = "terminated by";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable ";
|
||||
$strTheContent = "The content of your file has been inserted.";
|
||||
@@ -197,30 +234,30 @@ $strTheContents = "The contents of the file replaces the contents of the select
|
||||
$strTheTerminator = "The terminator of the fields.";
|
||||
$strTotal = "total";
|
||||
$strType = "Type";
|
||||
|
||||
$strUncheckAll = "Uncheck All";
|
||||
$strUnique = "Unique";
|
||||
$strUpdate = "Update";
|
||||
$strUpdatePassMessage = "You have updated the password for";
|
||||
$strUpdatePassword = "Update Password";
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage";
|
||||
$strUser = "User";
|
||||
$strUserEmpty = "The user name is empty!";
|
||||
$strUserName = "User name";
|
||||
$strUsers = "Users";
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Value";
|
||||
$strViewDump = "View dump (schema) of table";
|
||||
$strViewDumpDB = "View dump (schema) of database";
|
||||
|
||||
$strWelcome = "Welcome to ";
|
||||
$strWrongUser = "Wrong username/password. Access denied.";
|
||||
|
||||
$strYes = "Yes";
|
||||
$strData = "Data";
|
||||
$strOverhead = "Overhead";
|
||||
$strEffective = "Effective";
|
||||
$strRowsStatistic = "Row Statistic";
|
||||
$strStatement = "Statements";
|
||||
$strRows = "Rows";
|
||||
$strFormat = "Format";
|
||||
$strFixed = "fixed";
|
||||
$strDynamic = "dynamic";
|
||||
$strRowLength = "Row length";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
@@ -1,48 +1,85 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* french.inc.php3 2000/08/24 Benjamin Gandon */
|
||||
|
||||
$strAPrimaryKey = "Une cl<63> primaire a <20>t<EFBFBD> ajout<75>e sur";
|
||||
|
||||
$strAccessDenied = "Acc<EFBFBD>s refus<75>";
|
||||
$strAction = "Action";
|
||||
$strAddDeleteColumn = "Ajouter/effacer une colonne de crit<69>res";
|
||||
$strAddDeleteRow = "Ajouter/effacer une ligne de crit<69>res";
|
||||
$strAddNewField = "Ajouter un champ";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Crit<EFBFBD>res de recherche (pour l'<27>nonc<6E> \"where\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "Apr<EFBFBD>s";
|
||||
$strAnIndex = "Un index a <20>t<EFBFBD> ajout<75> sur ";
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyser la table";
|
||||
$strAnd = "et";
|
||||
$strAnIndex = "Un index a <20>t<EFBFBD> ajout<75> sur ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Une cl<63> primaire a <20>t<EFBFBD> ajout<75>e sur";
|
||||
$strAscending = "Croissant";
|
||||
$strAtBeginningOfTable = "En d<>but de Table";
|
||||
$strAtEndOfTable = "En fin de Table";
|
||||
$strAttr = "Attributs";
|
||||
|
||||
$strBack = "Retour";
|
||||
$strBookmarkLabel = "Intitul<EFBFBD>";
|
||||
$strBookmarkQuery = "Requ<EFBFBD>tes bookmark<72>es";
|
||||
$strBookmarkThis = "Bookmarker cette requ<71>te";
|
||||
$strBookmarkView = "Voir uniquement";
|
||||
$strBrowse = "Afficher";
|
||||
|
||||
$strCarriage = "Retour de chariot: \\r";
|
||||
$strChange = "Modifier";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "V<EFBFBD>rifier la table";
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nom des colonnes";
|
||||
$strCompleteInserts = "Insertions compl<70>tes";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Copier la table vers:";
|
||||
$strCopyTableOK = "La table \$table a <20>t<EFBFBD> copi<70>e vers \$new_name.";
|
||||
$strCreate = "Cr<EFBFBD>er";
|
||||
$strCreateNewDatabase = "Cr<EFBFBD>er une base de donn<6E>es";
|
||||
$strCreateNewTable = "Cr<EFBFBD>er une nouvelle table sur la base ";
|
||||
$strCriteria = "Crit<EFBFBD>re";
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Base de donn<6E>es";
|
||||
$strDatabases = "bases de donn<6E>es";
|
||||
$strDataOnly = "Donn<EFBFBD>es seulement";
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "D<EFBFBD>faut";
|
||||
$strDelete = "Effacer";
|
||||
$strDeleted = "L'enregistrement a <20>t<EFBFBD> effac<61>";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = "D<EFBFBD>croissant";
|
||||
$strDisableMagicQuotes = "<b>Attention:</b> Vous avez positionn<6E> magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable <20> off.";
|
||||
$strDisplay = "Display";
|
||||
$strDoAQuery = "Recherche par valeur (passepartout: \"%\")";
|
||||
$strDoYouReally = "Voulez-vous vraiment effectuer ";
|
||||
$strDocu = "Documentation";
|
||||
$strDoYouReally = "Voulez-vous vraiment effectuer ";
|
||||
$strDrop = "Effacer";
|
||||
$strDropDB = "D<EFBFBD>truire la base";
|
||||
$strDumpingData = "Contenu de la table";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Modifier";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Vider";
|
||||
$strEmptyResultSet = "MySQL n'a retourn<72> aucun enregistrement.";
|
||||
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas positionn<6E> magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.";
|
||||
@@ -51,10 +88,19 @@ $strEnd = "Fin";
|
||||
$strError = "Erreur";
|
||||
$strEscapedBy = "avec caract<63>re sp<73>cial";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Champ";
|
||||
$strFields = "Champs";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Fonction";
|
||||
|
||||
$strGo = "Ex<EFBFBD>cuter";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "a <20>t<EFBFBD> modifi<66>.";
|
||||
$strHasBeenCreated = "a <20>t<EFBFBD> cr<63><72>.";
|
||||
$strHasBeenDropped = "a <20>t<EFBFBD> effac<61>.";
|
||||
@@ -63,19 +109,28 @@ $strHome = "Accueil";
|
||||
$strHomepageOfficial = "Site officiel de phpMyAdmin";
|
||||
$strHomepageSourceforge = "Nouveau site (non encore officiel) de phpMyAdmin";
|
||||
$strHost = "Serveur";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Si vous d<>sirez ne charger que certaines colonnes, indiquez leurs noms, s<>par<61>s par des virgules.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Ins<EFBFBD>rer";
|
||||
$strInsertAsNewRow = "Ins<EFBFBD>rer ce nouvel enregistrement";
|
||||
$strInsertIntoTable = "Ins<EFBFBD>rer dans la table";
|
||||
$strInsertNewRow = "Ins<EFBFBD>rer un nouvel enregistrement";
|
||||
$strInsertTextfiles = "Ins<EFBFBD>rer un fichier texte dans la table";
|
||||
|
||||
$strKeyname = "Nom de la cl<63>";
|
||||
|
||||
$strLength = "Long.";
|
||||
$strLengthSet = "Longueur";
|
||||
$strLimitNumRows = "enregistrements par page";
|
||||
$strLineFeed = "Saut de ligne: \\n";
|
||||
$strLines = "Lignes";
|
||||
$strLocationTextfile = "Emplacement du fichier texte";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Quitter";
|
||||
|
||||
$strModifications = "Les modifications ont <20>t<EFBFBD> sauvegard<72>es.";
|
||||
$strModify = "Modifier";
|
||||
$strMySQLReloaded = "MySQL recharg<72>.";
|
||||
@@ -83,157 +138,126 @@ $strMySQLSaid = "MySQL a r
|
||||
$strMySQLShowProcess = "Afficher les processus";
|
||||
$strMySQLShowStatus = "Afficher l'<27>tat du serveur MySQL";
|
||||
$strMySQLShowVars = "Afficher les variables du serveur MySQL";
|
||||
|
||||
$strName = "Nom";
|
||||
$strNext = "Suivant";
|
||||
$strNo = "Non";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Aucune table n'a <20>t<EFBFBD> trouv<75>e dans cette base.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Nombre d'index sp<73>ciaux ";
|
||||
|
||||
$strOftenQuotation = "Souvent des guillemets. OPTIONNEL signifie que seulement les champs de type char et varchar sont entour<75>s par ce caract<63>re.";
|
||||
$strOptimizeTable = "Optimiser la table";
|
||||
$strOptionalControls = "Optionnel. Indique le caract<63>re qui permet d'enlever l'effet des caract<63>res sp<73>ciaux.";
|
||||
$strOptionally = "OPTIONNEL";
|
||||
$strOr = "ou";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "D<EFBFBD>but";
|
||||
$strPrevious = "Pr<EFBFBD>c<EFBFBD>dent";
|
||||
$strPrimary = "Primaire";
|
||||
$strPrimaryKey = "Cl<EFBFBD> primaire";
|
||||
$strPrintView = "Composition";
|
||||
$strPrinterFriendly = "Version imprimable de la table";
|
||||
$strPrintView = "Composition";
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "a g<>n<EFBFBD>r<EFBFBD> une erreur.";
|
||||
$strProperties = "Propri<EFBFBD>t<EFBFBD>s";
|
||||
|
||||
$strQBE = "Requ<EFBFBD>te par un exemple";
|
||||
|
||||
$strReadTheDocs = "Lire la documentation";
|
||||
$strRecords = "Enregistrements";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL n'a pu <20>tre recharg<72>.";
|
||||
$strReloadMySQL = "Recharger MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Changer le nom de la table pour";
|
||||
$strRenameTableOK = "La table \$table se nomme maintenant \$new_name";
|
||||
$strRepairTable = "R<EFBFBD>parer la table";
|
||||
$strReplace = "Remplacer";
|
||||
$strReplaceTable = "Remplacer les donn<6E>es de la table avec le fichier";
|
||||
$strReset = "R<EFBFBD>initialiser les valeurs";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "lignes <20> partir de";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "sur serveur ";
|
||||
$strRunQuery = "Ex<EFBFBD>cuter la requ<71>te";
|
||||
$strRunSQLQuery = "Ex<EFBFBD>cuter une ou des requ<71>tes sur la base ";
|
||||
$strRunning = "sur serveur ";
|
||||
$strSQLQuery = "requ<EFBFBD>te SQL";
|
||||
|
||||
$strSave = "Sauvegarder";
|
||||
$strSelect = "S<EFBFBD>lectionner";
|
||||
$strSelectFields = "Choisir les champs <20> afficher (au moins un)";
|
||||
$strSelectNumRows = "dans la requ<71>te";
|
||||
$strSend = "Transmettre";
|
||||
$strSequence = "S<EFBFBD>q.";
|
||||
$strShow = "Afficher";
|
||||
$strShowingRecords = "Affichage des enregistrements";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = "Tri";
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "requ<EFBFBD>te SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "Donn<EFBFBD>es CSV";
|
||||
$strStrucData = "Structure et donn<6E>es";
|
||||
$strStrucDrop = "Ajouter des <20>nonc<6E>s 'drop table'";
|
||||
$strStrucOnly = "Structure seule";
|
||||
$strSubmit = "Ex<EFBFBD>cuter";
|
||||
$strSuccess = "Votre requ<71>te SQL a <20>t<EFBFBD> ex<65>cut<75>e avec succ<63>s";
|
||||
|
||||
$strTable = "table ";
|
||||
$strTableComments = "Commentaires sur la table";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Maintenance de la table";
|
||||
$strTableStructure = "Structure de la table";
|
||||
$strTableType = "Table en format";
|
||||
$strTerminatedBy = "termin<EFBFBD>(e)s par";
|
||||
$strTextAreaLength = "Il est possible que ce champ<br>ne soit pas <20>ditable<br>en raison de sa longueur";
|
||||
$strTheContent = "Le contenu de votre fichier a <20>t<EFBFBD> ins<6E>r<EFBFBD>.";
|
||||
$strTheContents = "Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de cl<63> primaire ou unique identique.";
|
||||
$strTheTerminator = "Le caract<63>re qui s<>pare chacun des champs.";
|
||||
$strTotal = "total";
|
||||
$strType = "Type";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unique";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = "Mise-<2D>-jour de la requ<71>te";
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = "Utiliser les tables";
|
||||
|
||||
$strValue = "Valeur";
|
||||
$strViewDump = "Afficher le sch<63>ma de la table";
|
||||
$strViewDumpDB = "Afficher le sch<63>ma de la base ";
|
||||
|
||||
$strWelcome = "Bienvenue <20>";
|
||||
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
|
||||
|
||||
$strYes = "Oui";
|
||||
$strMySQLShowProcess = "Afficher les processus";
|
||||
$strLogout = "Quitter";
|
||||
$strQBE = "Requ<EFBFBD>te par un exemple";
|
||||
$strBack = "Retour"; //JPD
|
||||
$strOr = "ou"; //JPD
|
||||
$strSelectNumRows = "dans la requ<71>te"; //JPD
|
||||
$strCompleteInserts = "INSERT d<>taill<6C>s"; //JPD
|
||||
$strLimitNumRows = "Enregistrements par page"; //JPD
|
||||
$strDisplay = "Afficher"; //JPD
|
||||
$strShow = "Afficher"; //JPD
|
||||
$strRowsFrom = "Enregistrements <20> partir de la position"; // JPD
|
||||
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas activ<69> magic_quotes_gpc dans votre configuration PHP. PhpMyAdmin en a besoin pour fonctionner correctement. R<>f<EFBFBD>rez-vous <20> la rubrique Configuration du manuel PHP pour savoir comment l'activer."; // JPD
|
||||
$strPrintView = "Imprimer la vue"; //JPD
|
||||
|
||||
$strCheckTable = "V<EFBFBD>rifier la table";
|
||||
$strAnalyzeTable = "Analyser la table";
|
||||
$strRepairTable = "R<EFBFBD>parer la table";
|
||||
$strOptimizeTable = "Optimiser la table";
|
||||
$strTableType = "Table en format";
|
||||
|
||||
$strBookmarkQuery = "Requ<EFBFBD>tes bookmark<72>es";
|
||||
$strBookmarkThis = "Bookmarker cette requ<71>te";
|
||||
$strBookmarkLabel = "Intitul<EFBFBD>";
|
||||
$strBookmarkView = "Voir uniquement";
|
||||
$strTextAreaLength="Il est possible que ce champ<br>ne soit pas <20>ditable<br>en raison de sa longueur";
|
||||
$strNumberIndexes=" Nombre d'index sp<73>ciaux ";
|
||||
$strSequence="S<EFBFBD>q.";
|
||||
$strLength="Long.";
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow="Ins<EFBFBD>rer ce nouvel enregistrement";
|
||||
$strTableMaintenance="Maintenance de la table";
|
||||
$strDataOnly="Donn<EFBFBD>es seulement";
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,8 +1,11 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
$strAccessDenied = "Zugriff verweigert.";
|
||||
$strAction = "Aktion";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Neue Feld(er) hinzufügen";
|
||||
$strAddPriv = "Rechte hinzufügen";
|
||||
$strAddPrivMessage = "Rechte wurden hinzugefügt.";
|
||||
@@ -13,6 +16,7 @@ $strAfter = "Nach";
|
||||
$strAll = "Alle";
|
||||
$strAlter = "Tabellen-Eigenschaften";
|
||||
$strAnalyzeTable = "Analisiere Tabelle";
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Ein Index wurde für folgendes Feld hinzugefügt: ";
|
||||
$strAny = "Jeder";
|
||||
$strAnyColumn = "Jede Spalte";
|
||||
@@ -21,15 +25,18 @@ $strAnyHost = "Jeder Host";
|
||||
$strAnyTable = "Jede Tabelle";
|
||||
$strAnyUser = "Jeder Benutzer";
|
||||
$strAPrimaryKey = "Ein Primarschlüssel wurde für folgendes Feld hinzugefügt: ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "An den Anfang der Tabelle";
|
||||
$strAtEndOfTable = "An das Ende der Tabelle";
|
||||
$strAttr = "Attribute";
|
||||
|
||||
$strBack = "Zurück";
|
||||
$strBookmarkLabel = "Titel";
|
||||
$strBookmarkQuery = "Gespeicherte SQL-Abfrage";
|
||||
$strBookmarkThis = "SQL-Abfrage speichern";
|
||||
$strBookmarkView = "Nur zeigen";
|
||||
$strBrowse = "Anzeigen";
|
||||
|
||||
$strCarriage = "Wagenrücklauf \\r";
|
||||
$strChange = "Ändern";
|
||||
$strCheckAll = "Alle auswählen";
|
||||
@@ -45,6 +52,9 @@ $strCopyTableOK = "Tabelle \$table wurde kopiert nach \$new_name.";
|
||||
$strCreate = "Erzeugen";
|
||||
$strCreateNewDatabase = "Neue Datenbank erzeugen";
|
||||
$strCreateNewTable = "Neue Tabelle erstellen in Datenbank ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Daten";
|
||||
$strDatabase = "Datenbank ";
|
||||
$strDatabases = "Datenbanken";
|
||||
$strDataOnly = "Nur Daten";
|
||||
@@ -56,6 +66,7 @@ $strDeleteFailed = "Löschen fehlgeschlagen!";
|
||||
$strDeletePassword = "Password löschen";
|
||||
$strDeleteUserMessage = "Der Benutzer wurde gelöscht";
|
||||
$strDelPassMessage = "Password entfernt für";
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.";
|
||||
$strDisplay = "Zeige";
|
||||
$strDoAQuery = "Suche über Beispielwerte (\"query by example\") (Platzhalter: \"%\")";
|
||||
@@ -64,8 +75,11 @@ $strDoYouReally = "Möchten Sie wirklich diese Abfrage ausf&u
|
||||
$strDrop = "Löschen";
|
||||
$strDropDB = "Datenbank löschen:";
|
||||
$strDumpingData = "Daten für Tabelle";
|
||||
$strDynamic = "dynamisch";
|
||||
|
||||
$strEdit = "Ändern";
|
||||
$strEditPrivileges = "Rechte ändern";
|
||||
$strEffective = "Effektiv";
|
||||
$strEmpty = "Leeren";
|
||||
$strEmptyResultSet = "MySQL lieferte ein leeres Resultset zurück (d.h. null Zeilen).";
|
||||
$strEnableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin benötigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber z erhalten, wie man magic_quotes_gpc aktiviert.";
|
||||
@@ -74,14 +88,19 @@ $strEnd = "Ende";
|
||||
$strError = "Fehler";
|
||||
$strEscapedBy = "escaped von";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Feld";
|
||||
$strFields = "Felder";
|
||||
$strFile = "Dateien ein-/auslesen";
|
||||
$strFixed = "starr";
|
||||
$strFormat = "Format";
|
||||
$strFunction = "Funktion";
|
||||
|
||||
$strGo = "OK";
|
||||
$strGrant = "Grant";
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Rechte";
|
||||
|
||||
$strHasBeenAltered = "wurde geändert.";
|
||||
$strHasBeenCreated = "wurde erzeugt.";
|
||||
$strHasBeenDropped = "wurde gelöscht.";
|
||||
@@ -90,8 +109,8 @@ $strHome = "Home";
|
||||
$strHomepageOfficial = " Offizielle phpMyAdmin Homepage ";
|
||||
$strHomepageSourceforge = " neue (aber noch inoffizielle) phpMyAdmin Homepage ";
|
||||
$strHost = "Host";
|
||||
|
||||
$strHostEmpty = "Es wurde kein Host angegeben!";
|
||||
|
||||
$strIfYouWish = "Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indizes";
|
||||
@@ -100,20 +119,26 @@ $strInsertAsNewRow=" Als neuen Datensatz speichern ";
|
||||
$strInsertIntoTable = "In Tabelle einfügen";
|
||||
$strInsertNewRow = "Neue Zeile einfügen";
|
||||
$strInsertTextfiles = "Textdatei in Tabelle einfügen";
|
||||
|
||||
$strKeyname = "Name";
|
||||
|
||||
$strLength = " L<>nge ";
|
||||
$strLengthSet = "Länge/Set";
|
||||
$strLimitNumRows = "Eintr<EFBFBD>ge pro Seite";
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Zeilen";
|
||||
$strLocationTextfile = "Datei";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Neu einloggen";
|
||||
|
||||
$strModifications = "Änderungen gespeichert.";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL neu gestartet.";
|
||||
$strMySQLSaid = "MySQL meldet: ";
|
||||
$strMySQLShowProcess = "Prozesse anzeigen";
|
||||
$strMySQLShowStatus = "MySQL-Laufzeit-Informationen anzeigen";
|
||||
$strMySQLShowVars = "MySQL-System-Variablen anzeigen";
|
||||
|
||||
$strName = "Name";
|
||||
$strNext = "Nächste";
|
||||
$strNo = "Nein";
|
||||
@@ -124,11 +149,14 @@ $strNoTablesFound = "Keine Tabellen in der Datenbank gefunden.";
|
||||
$strNoUsersFound = "Keine(n) Benutzer gefunden.";
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Häufig Anführungszeichen. OPTIONALLY bedeutet, daß nur Textfelder von den angegeben Zeichen eingeschlossen sind.";
|
||||
$strOptimizeTable = "Optimiere Tabelle";
|
||||
$strOptionalControls = "Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.";
|
||||
$strOptionally = "OPTIONALLY";
|
||||
$strOr = "oder";
|
||||
$strOverhead = "<EFBFBD>berhang";
|
||||
|
||||
$strPassword = "Password";
|
||||
$strPasswordEmpty = "Es wurde kein Passwort angegeben!";
|
||||
$strPasswordNotSame = "Die eingegebenen Passwörter sind nicht identisch!";
|
||||
@@ -142,7 +170,9 @@ $strPrivileges = "Rechte";
|
||||
$strProcess = "Prozesse";
|
||||
$strProducedAnError = "erzeugte einen Fehler.";
|
||||
$strProperties = "Eigenschaften";
|
||||
|
||||
$strQBE = "Query by Example";
|
||||
|
||||
$strReadTheDocs = "MySQL-Dokumentation zu LOAD DATA INFILE lesen";
|
||||
$strRecords = "Einträge";
|
||||
$strReferences = "Referenzen";
|
||||
@@ -162,9 +192,14 @@ $strRevokeGrant = "'Grant' entfernen";
|
||||
$strRevokeGrantMessage = "Du hast das Recht 'Grant' entfernt für";
|
||||
$strRevokeMessage = "Du hast die Rechte entfernt für";
|
||||
$strRevokePriv = "Rechte entfernen";
|
||||
$strRowLength = "Zeilenl<EFBFBD>nge";
|
||||
$strRows = "Zeilen";
|
||||
$strRowsFrom = "Datensätze, beginnend ab";
|
||||
$strRowsStatistic = "Zeilenstatistik";
|
||||
$strRunning = "auf ";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "SQL-Befehl(e) ausführen in Datenbank ";
|
||||
|
||||
$strSave = "Speichern";
|
||||
$strSelect = "Teilw. anzeigen";
|
||||
$strSelectFields = "Felder auswählen (mind. eines):";
|
||||
@@ -175,14 +210,17 @@ $strShow = "Zeige";
|
||||
$strShowingRecords = "Zeige Datensätze ";
|
||||
$strShutdown = "Herunterfahren";
|
||||
$strSize = "Gr<EFBFBD><EFBFBD>e";
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Speicherplatzverbrauch";
|
||||
$strSQLQuery = "SQL-Befehl";
|
||||
$strStatement = "Angaben";
|
||||
$strStrucCSV = "CSV-Daten";
|
||||
$strStrucData = "Struktur und Daten";
|
||||
$strStrucDrop = "Mit 'drop table'";
|
||||
$strStrucOnly = "Nur Struktur";
|
||||
$strSubmit = "Abschicken";
|
||||
$strSuccess = "Ihr SQL-Befehl wurde erfolgreich ausgeführt.";
|
||||
|
||||
$strTable = "Tabelle ";
|
||||
$strTableComments = "Tabellen-Kommentar";
|
||||
$strTableEmpty = "Der Tabellenname ist leer!";
|
||||
@@ -190,37 +228,36 @@ $strTableMaintenance="Hilfsmittel";
|
||||
$strTableStructure = "Tabellenstruktur für Tabelle";
|
||||
$strTableType = "Tabellentyp";
|
||||
$strTerminatedBy = "getrennt mit";
|
||||
$strTextAreaLength=" Aufgrund seiner Länge lässt<br> sich dieses Feld nicht bearbeiten "; //to translate
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Der Inhalt Ihrer Datei wurde eingefügt.";
|
||||
$strTheContents = "Der Inhalt der CSV-Datei ersetzt die Einträge mit den gleichen Primär- oder Unique-Schlüsseln.";
|
||||
$strTheTerminator = "Der Trenner zwischen den Feldern.";
|
||||
$strTotal = "insgesamt";
|
||||
$strType = "Typ";
|
||||
|
||||
$strUncheckAll = "Auswahl entfernen";
|
||||
$strUnique = "Unique";
|
||||
$strUpdate = "Ändern";
|
||||
$strUpdatePassMessage = "Das Password wurde geändert:";
|
||||
$strUpdatePassword = "Password ändern";
|
||||
$strUpdatePrivMessage = "Die Rechte wurden geändert:";
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Verbrauch";
|
||||
$strUser = "Benutzer";
|
||||
$strUserEmpty = "Kein Benutzername eingegeben!";
|
||||
$strUserName = "Benutzername";
|
||||
$strUsers = "Benutzer";
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Wert";
|
||||
$strViewDump = "Dump (Schema) der Tabelle anzeigen";
|
||||
$strViewDumpDB = "Dump (Schema) der Datenbank anzeigen";
|
||||
|
||||
$strWelcome = "Willkommen bei ";
|
||||
$strWrongUser = "Falscher Benutzername/Passwort. Zugriff verweigert.";
|
||||
|
||||
$strYes = "Ja";
|
||||
$strUsage = "Verbrauch";
|
||||
$strData = "Daten";
|
||||
$strOverhead = "<EFBFBD>berhang";
|
||||
$strEffective = "Effektiv";
|
||||
$strRowsStatistic = "Zeilenstatistik";
|
||||
$strStatement = "Angaben";
|
||||
$strRows = "Zeilen";
|
||||
$strFormat = "Format";
|
||||
$strFixed = "starr";
|
||||
$strDynamic = "dynamisch";
|
||||
$strRowLength = "Zeilenl<EFBFBD>nge";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
@@ -1,208 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
// 10 Jun 2001, Alessandro Astarita <aleast@capri.it>
|
||||
|
||||
$strAPrimaryKey = "E' stata creata una chiave primaria per ";
|
||||
|
||||
$strAccessDenied = "Accesso negato";
|
||||
$strAction = "Azione";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Aggiungi un nuovo campo";
|
||||
$strAddPriv = "Aggiungi un nuovo privilegio";
|
||||
$strAddPrivMessage = "Hai aggiunto un nuovo privilegio.";
|
||||
$strAddSearchConditions = "Aggiungi condizioni di ricerca (corpo della clausola \"where\"):";
|
||||
$strAddUser = "Aggiungi un nuovo utente";
|
||||
$strAddUserMessage = "Hai aggiunto un nuovo utente.";
|
||||
$strAfter = "Dopo";
|
||||
$strAll = "Tutti";
|
||||
$strAlter = "Altera";
|
||||
$strAnalyzeTable = "Analizza tabella";
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "E' stato aggiunto un indice per ";
|
||||
$strAny = "Qualsiasi";
|
||||
$strAnyColumn = "Qualsiasi colonna";
|
||||
$strAnyDatabase = "Qualsiasi database";
|
||||
$strAnyHost = "Qualsiasi host";
|
||||
$strAnyTable = "Qualsiasi tabella";
|
||||
$strAnyUser = "Qualsiasi utente";
|
||||
$strAPrimaryKey = "E' stata creata una chiave primaria per ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "All'inizio della tabella";
|
||||
$strAtEndOfTable = "Alla fine della tabella";
|
||||
$strAttr = "Attributi";
|
||||
|
||||
$strBack = "Indietro";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Mostra";
|
||||
|
||||
$strCarriage = "Ritorno carrello: \\r";
|
||||
$strChange = "Modifica";
|
||||
$strCheckAll = "Check All";
|
||||
$strCheckDbPriv = "Controlla i privilegi del database";
|
||||
$strCheckTable = "Controlla tabella";
|
||||
$strColumn = "Colonna";
|
||||
$strColumnEmpty = "Il nome della colonna <20> vuoto!";
|
||||
$strColumnNames = "Nomi delle colonne";
|
||||
$strCompleteInserts = "Inserimenti completi";
|
||||
$strConfirm = "Sicuro di volerlo fare?";
|
||||
$strCopyTable = "Copia la tabella su:";
|
||||
$strCopyTableOK = "La tabella \$table <20> stata copiata su \$new_name.";
|
||||
$strCreate = "Crea";
|
||||
$strCreateNewDatabase = "Crea un nuovo database";
|
||||
$strCreateNewTable = "Crea una nuova tabella nel database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Database ";
|
||||
$strDatabases = "database";
|
||||
$strDataOnly = "Solo dati";
|
||||
$strDbEmpty = "Il nome del database <20> vuoto!";
|
||||
$strDefault = "Predefinito";
|
||||
$strDelete = "Cancella";
|
||||
$strDeleted = "La riga <20> stata cancellata";
|
||||
$strDeleteFailed = "Cancellazione fallita!";
|
||||
$strDeletePassword = "Cancella Password";
|
||||
$strDeleteUserMessage = "Hai cancellato l'utente";
|
||||
$strDelPassMessage = "Hai cancellato la password per";
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Visualizza";
|
||||
$strDoAQuery = "Esegui \"query da esempio\" (carattere jolly: \"%\")";
|
||||
$strDoYouReally = "Confermi: ";
|
||||
$strDocu = "Documentazione";
|
||||
$strDoYouReally = "Confermi: ";
|
||||
$strDrop = "Elimina";
|
||||
$strDropDB = "Elimina database ";
|
||||
$strDumpingData = "Dump dei dati per la tabella";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Modifica";
|
||||
$strEditPrivileges = "Modifica Privilegi";
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Svuota";
|
||||
$strEmptyResultSet = "MySQL ha restituito un insieme vuoto (i.e. zero righe).";
|
||||
$strEnableMagicQuotes = "<b>Attenzione:</b> Non hai abilitato l'opzione 'magic_quotes_gpc' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come abilitare tale opzione.";
|
||||
$strEnclosedBy = "delimitati da";
|
||||
$strEnd = "Fine";
|
||||
$strError = "Errore";
|
||||
$strEscapedBy = "con escape";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Campo";
|
||||
$strFields = "Campi";
|
||||
$strFile = "File";
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funzione";
|
||||
|
||||
$strGo = "Esegui";
|
||||
$strGrant = "Permessi";
|
||||
$strGrantOption = "Opzioni permessi";
|
||||
$strGrants = "Permetti";
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD> stato modificato.";
|
||||
$strHasBeenCreated = "<EFBFBD> stato creato.";
|
||||
$strHasBeenDropped = "<EFBFBD> stato eliminato.";
|
||||
$strHasBeenEmptied = "<EFBFBD> stato svuotato.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Home page ufficiale di phpMyAdmin";
|
||||
$strHomepageSourceforge = "Nuova home page di phpMyAdmin (non ufficiale)";
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "Il nome di host <20> vuoto!";
|
||||
|
||||
$strIfYouWish = "Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).";
|
||||
$strIndex = "Indice";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Inserisci";
|
||||
$strInsertAsNewRow = "Inserisci una nuova riga";
|
||||
$strInsertIntoTable = "Inserisci nella tabella";
|
||||
$strInsertNewRow = "Inserisci una nuova riga";
|
||||
$strInsertTextfiles = "Inserisci un file di testo nella tabella";
|
||||
|
||||
$strKeyname = "Nome della chiave";
|
||||
|
||||
$strLength = "Lunghezza";
|
||||
$strLengthSet = "Lunghezza/Set";
|
||||
$strLimitNumRows = "record per pagina";
|
||||
$strLineFeed = "Fine riga: \\n";
|
||||
$strLines = "Righe";
|
||||
$strLocationTextfile = "Percorso del file";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Disconnetti";
|
||||
|
||||
$strModifications = "Le modifiche sono state salvate";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL riavviato.";
|
||||
$strMySQLSaid = "Messaggio di MySQL: ";
|
||||
$strMySQLShowProcess = "Visualizza processi";
|
||||
$strMySQLShowStatus = "Visualizza le informazioni di runtime di MySQL";
|
||||
$strMySQLShowVars = "Visualizza le variabili di sistema di MySQL";
|
||||
|
||||
$strName = "Nome";
|
||||
$strNext = "Prossimo";
|
||||
$strNo = "No";
|
||||
$strNoPassword = "Nessuna Password";
|
||||
$strNoPrivileges = "Nessun Privilegio";
|
||||
$strNoRights = "Non hai i permessi per effettuare questa operazione!";
|
||||
$strNoTablesFound = "Non ci sono tabelle nel database.";
|
||||
$strNoUsersFound = "Nessun utente trovato.";
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.";
|
||||
$strOptimizeTable = "Ottimizza tabella";
|
||||
$strOptionalControls = "Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.";
|
||||
$strOptionally = "OPZIONALE";
|
||||
$strOr = "o";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password";
|
||||
$strPasswordEmpty = "La password <20> vuota!";
|
||||
$strPasswordNotSame = "La password non coincide!";
|
||||
$strPos1 = "Inizio";
|
||||
$strPrevious = "Precedente";
|
||||
$strPrimary = "Primaria";
|
||||
$strPrimaryKey = "Chiave primaria";
|
||||
$strPrinterFriendly = "Visulizzazione <I>per stampa</I> della tabella precedente";
|
||||
$strPrintView = "Visualizzazione per stampa";
|
||||
$strPrivileges = "Privilegi";
|
||||
$strProcess = "Processo";
|
||||
$strProducedAnError = "ha causato un errore.";
|
||||
$strProperties = "Propriet<EFBFBD>";
|
||||
|
||||
$strQBE = "Query da esempio";
|
||||
|
||||
$strReadTheDocs = "Leggere la docomentazione";
|
||||
$strRecords = "Record";
|
||||
$strReferences = "Riferimenti";
|
||||
$strReload = "Riavvia";
|
||||
$strReloadFailed = "Riavvio di MySQL fallito.";
|
||||
$strReloadMySQL = "Riavvia MySQL";
|
||||
$strRememberReload = "Ricorda di riavviare MySQL.";
|
||||
$strRenameTable = "Rinomina la tabella in";
|
||||
$strRenameTableOK = "La tabella \$table <20> stata rinominata \$new_name";
|
||||
$strRepairTable = "Ripara tabella";
|
||||
$strReplace = "Sostituisci";
|
||||
$strReplaceTable = "Sostituisci i dati della tabella col file";
|
||||
$strReset = "Riavvia";
|
||||
$strRunSQLQuery = "Esegui una/pi<70> query SQL sul database ";
|
||||
$strReType = "Reinserisci";
|
||||
$strRevoke = "Revoca";
|
||||
$strRevokeGrant = "Revoca permessi";
|
||||
$strRevokeGrantMessage = "Hai revocato i privilegi di permesso per";
|
||||
$strRevokeMessage = "Hai revocato i privilegi per";
|
||||
$strRevokePriv = "Revoca privilegi";
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "righe a partire da";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "in esecuzione su ";
|
||||
$strSQLQuery = "query SQL";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Esegui una/pi<70> query SQL sul database ";
|
||||
|
||||
$strSave = "Salva";
|
||||
$strSelect = "Seleziona";
|
||||
$strSelectFields = "Seleziona campi (almeno uno):";
|
||||
$strSelectNumRows = "nella query";
|
||||
$strSend = "Invia";
|
||||
$strSequence = "Sequenza";
|
||||
$strShow = "Mostra";
|
||||
$strShowingRecords = "Visualizzazione record ";
|
||||
$strShutdown = "Chiudi sessione";
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "query SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "dati CSV";
|
||||
$strStrucData = "Struttura e dati";
|
||||
$strStrucDrop = "Aggiungi 'drop table'";
|
||||
$strStrucOnly = "Solo struttura";
|
||||
$strSubmit = "Invia";
|
||||
$strSuccess = "La query <20> stata eseguita con successo";
|
||||
|
||||
$strTable = "tabella ";
|
||||
$strTableComments = "Commenti sulla tabella";
|
||||
$strTableEmpty = "Il nome della tabella <20> vuoto!";
|
||||
$strTableMaintenance = "Amministrazione tabella";
|
||||
$strTableStructure = "Struttura della tabella";
|
||||
$strTableType = "Tipo tabella";
|
||||
$strTerminatedBy = "terminati da";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Il contenuto del file <20> stato inserito.";
|
||||
$strTheContents = "Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.";
|
||||
$strTheTerminator = "Il carattere terminatore dei campi.";
|
||||
$strTotal = "Totale";
|
||||
$strType = "Tipo";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unica";
|
||||
$strUpdate = "Aggiorna";
|
||||
$strUpdatePassMessage = "Hai aggiornato la password per";
|
||||
$strUpdatePassword = "Aggiorna Password";
|
||||
$strUpdatePrivMessage = "Hai aggiornato i permessi per";
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "Utente";
|
||||
$strUserEmpty = "Il nome utente <20> vuoto!";
|
||||
$strUserName = "Nome utente";
|
||||
$strUsers = "Utenti";
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Valore";
|
||||
$strViewDump = "Visualizza dump (schema) della tabella";
|
||||
$strViewDumpDB = "Visualizza dump (schema) del database";
|
||||
|
||||
$strWelcome = "Benvenuto in ";
|
||||
$strWrongUser = "Nome utente o password errati. Accesso negato.";
|
||||
|
||||
$strYes = " Si ";
|
||||
$strMySQLShowProcess = "Visualizza processi";
|
||||
$strLogout = "Disconnetti";
|
||||
$strQBE = "Query da esempio";
|
||||
$strBack = "Indietro";
|
||||
$strTableComments = "Commenti sulla tabella";
|
||||
$strOr = "o";
|
||||
$strSelectNumRows = "nella query";
|
||||
$strCompleteInserts = "Inserimenti completi";
|
||||
$strLimitNumRows = "record per pagina";
|
||||
$strDisplay = "Visualizza";
|
||||
$strShow = "Mostra";
|
||||
$strRowsFrom = "righe a partire da";
|
||||
$strEnableMagicQuotes = "<b>Attenzione:</b> Non hai abilitato l'opzione 'magic_quotes_gpc' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come abilitare tale opzione.";
|
||||
$strPrintView = "Visualizzazione per stampa";
|
||||
$strCheckTable = "Controlla tabella";
|
||||
$strAnalyzeTable = "Analizza tabella";
|
||||
$strRepairTable = "Ripara tabella";
|
||||
$strOptimizeTable = "Ottimizza tabella";
|
||||
$strTableType = "Tipo tabella";
|
||||
$strHomepageOfficial = "Home page ufficiale di phpMyAdmin";
|
||||
$strHomepageSourceforge = "Nuova home page di phpMyAdmin (non ufficiale)";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
$strSequence = "Sequenza";
|
||||
$strLength = "Lunghezza";
|
||||
$strNoUsersFound = "Nessun utente trovato.";
|
||||
$strNoRights = "Non hai i permessi per effettuare questa operazione!";
|
||||
$strHostEmpty = "Il nome di host <20> vuoto!";
|
||||
$strUserEmpty = "Il nome utente <20> vuoto!";
|
||||
$strPasswordEmpty = "La password <20> vuota!";
|
||||
$strDbEmpty = "Il nome del database <20> vuoto!";
|
||||
$strTableEmpty = "Il nome della tabella <20> vuoto!";
|
||||
$strPasswordNotSame = "La password non coincide!";
|
||||
$strAnyDatabase = "Qualsiasi database";
|
||||
$strUser = "Utente";
|
||||
$strAnyTable = "Qualsiasi tabella";
|
||||
$strHost = "Host";
|
||||
$strAnyHost = "Qualsiasi host";
|
||||
$strUserName = "Nome utente";
|
||||
$strAnyUser = "Qualsiasi utente";
|
||||
$strPassword = "Password";
|
||||
$strNoPassword = "Nessuna Password";
|
||||
$strReType = "Reinserisci";
|
||||
$strPrivileges = "Privilegi";
|
||||
$strGrantOption = "Opzioni permessi";
|
||||
$strAddUser = "Aggiungi un nuovo utente";
|
||||
$strAddPriv = "Aggiungi un nuovo privilegio";
|
||||
$strCheckDbPriv = "Controlla i privilegi del database";
|
||||
$strAddPrivMessage = "Hai aggiunto un nuovo privilegio.";
|
||||
$strAddUserMessage = "Hai aggiunto un nuovo utente.";
|
||||
$strRememberReload = "Ricorda di riavviare MySQL.";
|
||||
$strRevoke = "Revoca";
|
||||
$strGrants = "Permetti";
|
||||
$strRevokePriv = "Revoca privilegi";
|
||||
$strRevokeGrant = "Revoca permessi";
|
||||
$strRevokeMessage = "Hai revocato i privilegi per";
|
||||
$strDelPassMessage = "Hai cancellato la password per";
|
||||
$strRevokeGrantMessage = "Hai revocato i privilegi di permesso per";
|
||||
$strUpdatePrivMessage = "Hai aggiornato i permessi per";
|
||||
$strUpdatePassMessage = "Hai aggiornato la password per";
|
||||
$strDeleteUserMessage = "Hai cancellato l'utente";
|
||||
$strDeletePassword = "Cancella Password";
|
||||
$strUpdatePassword = "Aggiorna Password";
|
||||
$strEditPrivileges = "Modifica Privilegi";
|
||||
$strNoPrivileges = "Nessun Privilegio";
|
||||
$strAny = "Qualsiasi";
|
||||
$strAll = "Tutti";
|
||||
$strUpdate = "Aggiorna";
|
||||
$strReload = "Riavvia";
|
||||
$strShutdown = "Chiudi sessione";
|
||||
$strProcess = "Processo";
|
||||
$strFile = "File";
|
||||
$strGrant = "Permessi";
|
||||
$strReferences = "Riferimenti";
|
||||
$strAlter = "Altera";
|
||||
$strCheckAll = "Check All";
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Utenti";
|
||||
$strConfirm = "Sicuro di volerlo fare?";
|
||||
$strDeleteFailed = "Cancellazione fallita!";
|
||||
$strColumn = "Colonna";
|
||||
$strAnyColumn = "Qualsiasi colonna";
|
||||
$strColumnEmpty = "Il nome della colonna <20> vuoto!";
|
||||
$strInsertAsNewRow = "Inserisci una nuova riga";
|
||||
$strTableMaintenance = "Amministrazione tabella";
|
||||
$strDataOnly = "Solo dati";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
@@ -1,189 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
$strAccessDenied = "Ingen tilgang";
|
||||
$strAction = "Handling";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Legg til felt";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Legg til s<>ke-kriterier (innhold i \"where\"-setningen):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "En indeks er lagt til for ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "En prim<69>rn<72>kkel er lagt til for ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Attributes";
|
||||
$strWrongUser = "Ugyldig brukernavn/passord. Ingen tilgang.";
|
||||
$strMySQLSaid = "MySQL sa: ";
|
||||
$strShowingRecords = "Viser rader ";
|
||||
$strTotal = "totalt";
|
||||
$strDatabase = "Database ";
|
||||
$strTable = "tabell ";
|
||||
$strError = "Feil";
|
||||
$strDatabases = "databaser";
|
||||
$strHome = "Hjem";
|
||||
$strWelcome = "Velkommen til ";
|
||||
$strRunning = "som kj<6B>rer p<> ";
|
||||
$strMySQLReloaded = "MySQL omstartet.";
|
||||
$strCreateNewDatabase = "Opprett ny database";
|
||||
$strCreate = "Opprett";
|
||||
$strReloadMySQL = "Omstart av MySQL";
|
||||
$strHasBeenCreated = "er opprettet.";
|
||||
$strNoTablesFound = "Ingen tabeller i databasen.";
|
||||
$strEmptyResultSet = "MySQL returnerte tomt resultat (m.a.o. ingen rader).";
|
||||
|
||||
$strBack = "Back"; //to translate
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Se p<>";
|
||||
$strSelect = "Sp<EFBFBD>rring";
|
||||
$strInsert = "Sett inn";
|
||||
$strProperties = "Egenskaper";
|
||||
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strChange = "Endre";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Kolonnenavn";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Kopier tabell til:";
|
||||
$strCopyTableOK = "Tabellen \$table er kopiert til \$new_name.";
|
||||
$strCreate = "Opprett";
|
||||
$strCreateNewDatabase = "Opprett ny database";
|
||||
$strCreateNewTable = "Opprett ny tabell i database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Database ";
|
||||
$strDatabases = "databaser";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Default";
|
||||
$strDelete = "Slett";
|
||||
$strDeleted = "Raden er slettet";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
|
||||
$strDocu = "Dokumentasjon";
|
||||
$strDoYouReally = "Vil du virkelig ";
|
||||
$strDrop = "Slett";
|
||||
$strDropDB = "Slett databasen ";
|
||||
$strDumpingData = "Data-ark for tabell";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Endre";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "T<EFBFBD>m";
|
||||
$strEmptyResultSet = "MySQL returnerte tomt resultat (m.a.o. ingen rader).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "omfattet av";
|
||||
$strEnd = "Slutt";
|
||||
$strError = "Feil";
|
||||
$strEscapedBy = "\"escaped\" av";
|
||||
$strExtra = "Ekstra";
|
||||
|
||||
$strField = "Felt";
|
||||
$strFields = "Felter";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funksjon";
|
||||
|
||||
$strGo = "Utf<EFBFBD>r";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "er endret.";
|
||||
$strHasBeenCreated = "er opprettet.";
|
||||
$strHasBeenDropped = "er slettet.";
|
||||
$strHasBeenEmptied = "er t<>mt.";
|
||||
$strHasBeenAltered = "er endret.";
|
||||
$strDrop = "Slett";
|
||||
$strEmpty = "T<EFBFBD>m";
|
||||
$strSuccess = "Kommandoen/sp<73>rringen er utf<74>rt";
|
||||
$strRunSQLQuery = "Kj<EFBFBD>r SQL-sp<73>rring mot database ";
|
||||
$strGo = "Utf<EFBFBD>r";
|
||||
$strCreateNewTable = "Opprett ny tabell i database ";
|
||||
$strDropDB = "Slett databasen ";
|
||||
$strName = "Navn";
|
||||
$strFields = "Felter";
|
||||
$strField = "Felt";
|
||||
$strType = "Type";
|
||||
$strValue = "Verdi";
|
||||
$strInsertTextfiles = "Les tekstfil inn i tabell";
|
||||
$strLocationTextfile = "Plassering av filen";
|
||||
$strReplaceTable = "Erstatt tabell med filen";
|
||||
$strReplace = "Erstatt";
|
||||
$strTheContents = "Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt";
|
||||
$strTerminatedBy = "avsluttet med";
|
||||
$strTheTerminator = "Tegn som angir slutt p<> felter.";
|
||||
$strEnclosedBy = "omfattet av";
|
||||
$strOptionally = "Valgfritt";
|
||||
$strOftenQuotation = "Ofte anf<6E>rselstegn. Valgfritt inneb<65>rer at kun tekstfelter (\"char\" og \"varchar\") felter er omfattet av tegnet.";
|
||||
$strEscapedBy = "\"escaped\" av";
|
||||
$strOptionalControls = "Valgfritt. Angir hvordan spesialtegn skrives eller leses.";
|
||||
$strLines = "Linjer";
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strInsertIntoTable = "Sett inn i tabell";
|
||||
$strColumnNames = "Kolonnenavn";
|
||||
$strIfYouWish = "Hvis du <20>nsker <20> kun lese inn enkelte av tabellens kolonner, angi en komme-separert felt-liste.";
|
||||
$strTheContent = "Innholdet av filen er lagt inn.";
|
||||
$strSubmit = "Send";
|
||||
$strReset = "T<EFBFBD>m skjema";
|
||||
$strReadTheDocs = "Les dokumentasjonen";
|
||||
$strDoYouReally = "Vil du virkelig ";
|
||||
$strYes = "Ja";
|
||||
$strNo = "Nei";
|
||||
$strInsertNewRow = "Sett inn ny rad";
|
||||
$strSave = "Lagre";
|
||||
$strHost = "Host";
|
||||
$strTableStructure = "Tabell-struktur for tabell";
|
||||
$strDumpingData = "Data-ark for tabell";
|
||||
$strNull = "Null";
|
||||
$strDefault = "Default";
|
||||
$strExtra = "Ekstra";
|
||||
$strAction = "Handling";
|
||||
$strChange = "Endre";
|
||||
$strAPrimaryKey = "En prim<69>rn<72>kkel er lagt til for ";
|
||||
$strAnIndex = "En indeks er lagt til for ";
|
||||
$strPrimary = "Prim<EFBFBD>r";
|
||||
$strIndex = "Indeks";
|
||||
$strUnique = "Unik";
|
||||
$strKeyname = "N<EFBFBD>kkel";
|
||||
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD>kkel";
|
||||
$strAddNewField = "Legg til felt";
|
||||
$strViewDump = "Vis dump (skjema) av tabell";
|
||||
$strLengthSet = "Lengde/Sett";
|
||||
$strSQLQuery = "SQL-sp<73>rring";
|
||||
$strProducedAnError = "resulterte i en feil.";
|
||||
$strModifications = "Endringene er lagret";
|
||||
$strSelectFields = "Velg felt (minst ett):";
|
||||
$strAddSearchConditions = "Legg til s<>ke-kriterier (innhold i \"where\"-setningen):";
|
||||
$strDoAQuery = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
|
||||
$strDeleted = "Raden er slettet";
|
||||
$strDelete = "Slett";
|
||||
$strEdit = "Endre";
|
||||
$strPrevious = "Forrige";
|
||||
$strNext = "Neste";
|
||||
$strMySQLShowStatus = "Vis MySQL runtime informasjon";
|
||||
$strMySQLShowVars = "Vis MySQL systemvariabler";
|
||||
$strRenameTable = "Endre tabellens navn";
|
||||
$strRenameTableOK = "Tabellen \$table har f<>tt nytt navn \$new_name";
|
||||
$strCopyTable = "Kopier tabell til:";
|
||||
$strStrucOnly = "Kun struktur";
|
||||
$strStrucData = "Struktur og data";
|
||||
$strCopyTableOK = "Tabellen \$table er kopiert til \$new_name.";
|
||||
$strFunction = "Funksjon";
|
||||
$strRunSQLQuery = "Run SQL query/queries on database ";
|
||||
$strViewDumpDB = "Vis dump (skjema) av database";
|
||||
$strPos1 = "Start";
|
||||
$strEnd = "Slutt";
|
||||
$strStrucCSV = "CSV data"; //to translate
|
||||
$strSend = "send"; //to translate
|
||||
$strRecords = "Rader";
|
||||
$strDocu = "Dokumentasjon";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHome = "Hjem";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
|
||||
$strIfYouWish = "Hvis du <20>nsker <20> kun lese inn enkelte av tabellens kolonner, angi en komme-separert felt-liste.";
|
||||
$strIndex = "Indeks";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Sett inn";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Sett inn i tabell";
|
||||
$strInsertNewRow = "Sett inn ny rad";
|
||||
$strInsertTextfiles = "Les tekstfil inn i tabell";
|
||||
|
||||
$strKeyname = "N<EFBFBD>kkel";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Lengde/Sett";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Linjer";
|
||||
$strLocationTextfile = "Plassering av filen";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log out"; //to translate
|
||||
|
||||
$strModifications = "Endringene er lagret";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL omstartet.";
|
||||
$strMySQLSaid = "MySQL sa: ";
|
||||
$strMySQLShowProcess = "Show processes"; //to translate
|
||||
$strMySQLShowStatus = "Vis MySQL runtime informasjon";
|
||||
$strMySQLShowVars = "Vis MySQL systemvariabler";
|
||||
|
||||
$strName = "Navn";
|
||||
$strNext = "Neste";
|
||||
$strNo = "Nei";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Ingen tabeller i databasen.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Ofte anf<6E>rselstegn. Valgfritt inneb<65>rer at kun tekstfelter (\"char\" og \"varchar\") felter er omfattet av tegnet.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Valgfritt. Angir hvordan spesialtegn skrives eller leses.";
|
||||
$strOptionally = "Valgfritt";
|
||||
$strOr = "or"; //to translate
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Start";
|
||||
$strPrevious = "Forrige";
|
||||
$strPrimary = "Prim<EFBFBD>r";
|
||||
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD>kkel";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "resulterte i en feil.";
|
||||
$strProperties = "Egenskaper";
|
||||
|
||||
$strQBE = "Query by Example"; //to translate
|
||||
|
||||
$strReadTheDocs = "Les dokumentasjonen";
|
||||
$strRecords = "Rader";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL reload failed."; //to translate
|
||||
$strReloadMySQL = "Omstart av MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Endre tabellens navn";
|
||||
$strRenameTableOK = "Tabellen \$table har f<>tt nytt navn \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Erstatt";
|
||||
$strReplaceTable = "Erstatt tabell med filen";
|
||||
$strReset = "T<EFBFBD>m skjema";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "som kj<6B>rer p<> ";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Kj<EFBFBD>r SQL-sp<73>rring mot database ";
|
||||
|
||||
$strSave = "Lagre";
|
||||
$strSelect = "Sp<EFBFBD>rring";
|
||||
$strSelectFields = "Velg felt (minst ett):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "Send"; //to translate
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "Viser rader ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-sp<73>rring";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV data"; //to translate
|
||||
$strStrucData = "Struktur og data";
|
||||
$strStrucDrop = "Add 'drop table'"; //to translate
|
||||
$strStrucOnly = "Kun struktur";
|
||||
$strSubmit = "Send";
|
||||
$strSuccess = "Kommandoen/sp<73>rringen er utf<74>rt";
|
||||
|
||||
$strTable = "tabell ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strTableStructure = "Tabell-struktur for tabell";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "avsluttet med";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Innholdet av filen er lagt inn.";
|
||||
$strTheContents = "Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt";
|
||||
$strTheTerminator = "Tegn som angir slutt p<> felter.";
|
||||
$strTotal = "totalt";
|
||||
$strType = "Type";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unik";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Verdi";
|
||||
$strViewDump = "Vis dump (skjema) av tabell";
|
||||
$strViewDumpDB = "Vis dump (skjema) av database";
|
||||
|
||||
$strWelcome = "Velkommen til ";
|
||||
$strWrongUser = "Ugyldig brukernavn/passord. Ingen tilgang.";
|
||||
|
||||
$strYes = "Ja";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,199 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* 1999-2000 (c) Piotr Roszatycki <dexter@debian.org> under GNU license */
|
||||
|
||||
$strAPrimaryKey = "Dodany zosta<74> podstawowy klucz dla ";
|
||||
|
||||
$strAccessDenied = "Brak dost<73>pu";
|
||||
$strAction = "Dzia<EFBFBD>anie";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Dodanie nowego pola";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Dodanie warunk<6E>w przeszukiwania (warunek dla \"where\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Dodany zosta<74> indeks dla ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Dodany zosta<74> podstawowy klucz dla ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Atrybuty";
|
||||
|
||||
$strBack = "Powr<EFBFBD>t";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Przegl<EFBFBD>danie";
|
||||
|
||||
$strCarriage = "Znak powrotu: \\r";
|
||||
$strChange = "Zmiana";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nazwy kolumn";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Kopiowanie tabeli do:";
|
||||
$strCopyTableOK = "Tabela \$table zosta<74>a przekopiowana do \$new_name.";
|
||||
$strCreate = "Utworzenie";
|
||||
$strCreateNewDatabase = "Utworzenie nowej bazy danych";
|
||||
$strCreateNewTable = "Utworzenie nowej tabeli dla bazy danych ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Baza danych ";
|
||||
$strDatabases = "bazy danych";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Domy<EFBFBD>lnie";
|
||||
$strDelete = "Skasowanie";
|
||||
$strDeleted = "Rekord zosta<74> skasowany";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Wykonaj \"zaputanie przez przyk<79>ad\" (znak globalny: \"%\")";
|
||||
$strDoYouReally = "Czy na pewno ";
|
||||
$strDocu = "Dokumentacja";
|
||||
$strDoYouReally = "Czy na pewno ";
|
||||
$strDrop = "Usuni<EFBFBD>cie";
|
||||
$strDropDB = "Usuni<EFBFBD>cie bazy danych ";
|
||||
$strDumpingData = "Zrzut danych dla tabeli";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Edycja";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Wyczyszczenie";
|
||||
$strEmptyResultSet = "MySQL zwr<77>ci<63> pusty wynik (i.e. zero rekord<72>w).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "zawarty w";
|
||||
$strEnd = "Koniec";
|
||||
$strError = "B<EFBFBD><EFBFBD>d";
|
||||
$strEscapedBy = "poprzedzony przez";
|
||||
$strExtra = "Dodatkowy";
|
||||
|
||||
$strField = "Pole";
|
||||
$strFields = "Pola";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funkcja";
|
||||
|
||||
$strGo = "Wykonanie";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "zosta<EFBFBD>o zamienione.";
|
||||
$strHasBeenCreated = "zosta<EFBFBD>o utworzone.";
|
||||
$strHasBeenDropped = "zosta<EFBFBD>o skasowane.";
|
||||
$strHasBeenEmptied = "zosta<EFBFBD>o wyczyszczone.";
|
||||
$strHome = "Wej<EFBFBD>cie";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Prosz<EFBFBD> poda<64> list<73> kolumn rozdzielon<6F> przecinkami aby za<7A>adowa<77> tylko wybrane kolumny.";
|
||||
$strIndex = "Indeks";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Dodanie";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Dodanie do tabeli";
|
||||
$strInsertNewRow = "Dodanie nowego rekordu";
|
||||
$strInsertTextfiles = "Dodanie pliku tekstowego do tabeli";
|
||||
|
||||
$strKeyname = "Nazwa klucza";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "D<EFBFBD>ugo<EFBFBD><EFBFBD>";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Kod wysuni<6E>cia linii: \\n";
|
||||
$strLines = "Linie";
|
||||
$strLocationTextfile = "Lokalizacja pliku tekstowego";
|
||||
$strLogin = "Zalogowanie";
|
||||
$strLogout = "Wylogowanie";
|
||||
|
||||
$strModifications = "Modyfikacje zosta<74>y zapami<6D>tane";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL prze<7A>adowany.";
|
||||
$strMySQLSaid = "MySQL zwr<77>ci<63> komunikat: ";
|
||||
$strMySQLShowProcess = "Pokazuj procesy";
|
||||
$strMySQLShowStatus = "Informacje o stanie serwera MySQL";
|
||||
$strMySQLShowVars = "Zmienne systemowe serwera MySQL";
|
||||
|
||||
$strName = "Nazwa";
|
||||
$strNext = "Nast<EFBFBD>pne";
|
||||
$strNo = "Nie";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Nie znaleziono tabeli w bazie danych.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Znaki cudzys<79>owia. OPCJONALNIE oznacza, <20>e tylko pola char oraz varchar s<> zawarte w \"cudzys<EFBFBD>owiach\".";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Opcjonalnie. Okre<72>lenie w jaki spos<6F>b zapisa<73> lub odczyta<74> znaki specjalne.";
|
||||
$strOptionally = "OPCJONALNIE";
|
||||
$strOr = "lub";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Pocz<EFBFBD>tek";
|
||||
$strPrevious = "Poprzednie";
|
||||
$strPrimary = "Podstawowy";
|
||||
$strPrimaryKey = "Podstawowy klucz";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "zg<EFBFBD>osi<EFBFBD> b<><62>d.";
|
||||
$strProperties = "W<EFBFBD>a<EFBFBD>ciwo<EFBFBD>ci";
|
||||
|
||||
$strQBE = "Zapytanie przez przyk<79>ad";
|
||||
|
||||
$strReadTheDocs = "Prosz<EFBFBD> przeczyta<74> dokumentacj<63>";
|
||||
$strRecords = "Rekordy";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Nie powiod<6F>o si<73> prze<7A>adowanie MySQL.";
|
||||
$strReloadMySQL = "Prze<EFBFBD>adowanie MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Zmiana nazwy tabeli na";
|
||||
$strRenameTableOK = "Tabela \$table ma zmienion<6F> nazw<7A> na \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Zamiana";
|
||||
$strReplaceTable = "Zamiana danych tabeli z plikiem";
|
||||
$strReset = "Reset";
|
||||
$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "uruchomiony na ";
|
||||
$strSQLQuery = "zapytanie SQL";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych ";
|
||||
|
||||
$strSave = "Zachowanie";
|
||||
$strSelect = "Wyb<EFBFBD>r";
|
||||
$strSelectFields = "Wyb<EFBFBD>r p<>l (co najmniej jedno):";
|
||||
$strSelectNumRows = "w zapytaniu";
|
||||
$strSend = "wys<EFBFBD>anie";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "Pokazanie rekord<72>w ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "zapytanie SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "dane CSV";
|
||||
$strStrucData = "Struktura i dane";
|
||||
$strStrucDrop = "Dodanie 'drop table'";
|
||||
$strStrucOnly = "Tylko struktura";
|
||||
$strSubmit = "Wys<EFBFBD>anie";
|
||||
$strSuccess = "Zapytanie SQL zosta<74>o pomy<6D>lnie wykonane";
|
||||
|
||||
$strTable = "tabela ";
|
||||
$strTableComments = "Komentarze tabeli";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Struktura tabeli dla ";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "zako<EFBFBD>czone przez";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Zawarto<EFBFBD><EFBFBD> pliku zosta<74>a do<64><6F>czona.";
|
||||
$strTheContents = "Zawarto<EFBFBD><EFBFBD> pliku zast<73>pi<70>a dane wybranej tabeli, kt<6B>rych podstawowy lub unikalny klucz by<62> identyczny.";
|
||||
$strTheTerminator = "Znak rozdzielaj<61>cy pola.";
|
||||
$strTotal = "wszystkich";
|
||||
$strType = "Typ";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unikalny";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Warto<EFBFBD><EFBFBD>";
|
||||
$strViewDump = "Zrzut tabeli";
|
||||
$strViewDumpDB = "Zrzut bazy danych";
|
||||
|
||||
$strWelcome = "Witamy w ";
|
||||
$strWrongUser = "B<EFBFBD><EFBFBD>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.";
|
||||
$strYes = "Tak";
|
||||
$strMySQLShowProcess = "Pokazuj procesy";
|
||||
$strLogin = "Zalogowanie";
|
||||
$strLogout = "Wylogowanie";
|
||||
$strQBE = "Zapytanie przez przyk<79>ad";
|
||||
$strBack = "Powr<EFBFBD>t";
|
||||
$strTableComments = "Komentarze tabeli";
|
||||
$strOr = "lub";
|
||||
$strSelectNumRows = "w zapytaniu";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "Tak";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,196 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* thebest@information4u.com / camillai@mandic.com.br */
|
||||
|
||||
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
|
||||
|
||||
$strAccessDenied = "Acesso Negado";
|
||||
$strAction = "A<EFBFBD><EFBFBD>es";
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "Adiciona novo campo";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"where\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Um indice foi adicionado na ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Atributos";
|
||||
|
||||
$strBack = "Voltar";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Visualiza";
|
||||
|
||||
$strCarriage = "Carriage return: \\r";
|
||||
$strChange = "Muda";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nome da Colunas";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Copia tabela para:";
|
||||
$strCopyTableOK = "Tabela \$table copiada para \$new_name.";
|
||||
$strCreate = "Cria";
|
||||
$strCreateNewDatabase = "Cria novo banco de dados";
|
||||
$strCreateNewTable = "Cria nova tabela no banco de dados ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Banco de Dados ";
|
||||
$strDatabases = "Banco de Dados";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Default";
|
||||
$strDelete = "Remove";
|
||||
$strDeleted = "Registro eliminado";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Fa<EFBFBD>a uma \"query by example\" (wildcard: \"%\")";
|
||||
$strDoYouReally = "Confirma : ";
|
||||
$strDocu = "Documenta<EFBFBD><EFBFBD>o";
|
||||
$strDoYouReally = "Confirma : ";
|
||||
$strDrop = "Elimina";
|
||||
$strDropDB = "Elimina o banco de dados: ";
|
||||
$strDumpingData = "Extraindo dados da tabela";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Edita";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Limpa";
|
||||
$strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "enclosed by"; //to translate
|
||||
$strEnd = "Fim";
|
||||
$strError = "Erro";
|
||||
$strEscapedBy = "escaped by"; //to translate
|
||||
$strExtra = "Extra"; //to translate
|
||||
|
||||
$strField = "Campo";
|
||||
$strFields = "Qtd Campos";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Fun<EFBFBD>oes";
|
||||
|
||||
$strGo = "Executa";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "foi alterado.";
|
||||
$strHasBeenCreated = "foi criado.";
|
||||
$strHasBeenDropped = "foi eliminado.";
|
||||
$strHasBeenEmptied = "foi esvaziado.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por virgula.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Insere";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Insere na tabela";
|
||||
$strInsertNewRow = "Insere novo registro";
|
||||
$strInsertTextfiles = "Insere arquivo texto na tabela";
|
||||
|
||||
$strKeyname = "Keyname";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Tamanho/Set";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Linhas";
|
||||
$strLocationTextfile = "Localiza<EFBFBD><EFBFBD>o do arquivo textos";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log out";
|
||||
|
||||
$strModifications = "Modifica<EFBFBD><EFBFBD>es foram salvas";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL reiniciado.";
|
||||
$strMySQLSaid = "Mensagens do MySQL : ";
|
||||
$strMySQLShowProcess = "Mostra os Processos";
|
||||
$strMySQLShowStatus = "Mostra informa<6D><61>o de runtime do MySql";
|
||||
$strMySQLShowVars = "Mostra vari<72>veis de sistema do MySQL";
|
||||
|
||||
$strName = "Nome";
|
||||
$strNext = "Pr<EFBFBD>ximo";
|
||||
$strNo = "N<EFBFBD>o";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null"; //to translate
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
|
||||
$strOptionally = "OPTIONALLY";
|
||||
$strOr = "or"; //to translate
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Inicio";
|
||||
$strPrevious = "Anterior";
|
||||
$strPrimary = "Primary";
|
||||
$strPrimaryKey = "Chave Prim<69>ria";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "produziu um erro.";
|
||||
$strProperties = "Propriedades";
|
||||
|
||||
$strQBE = "Query by Example";
|
||||
|
||||
$strReadTheDocs = "Leia os docs";
|
||||
$strRecords = "Registros";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "Reinicializa<EFBFBD><EFBFBD>o do MySQL falhou.";
|
||||
$strReloadMySQL = "Reinicializa o MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Renomeia a tabela para ";
|
||||
$strRenameTableOK = "Tabela \$table renomeada para \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Substituir";
|
||||
$strReplaceTable = "Substituir os dados da tabela pelos do arquivo";
|
||||
$strReset = "Reset";
|
||||
$strRunSQLQuery = "Executa SQL query no banco de dados ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "Rodando em ";
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Executa SQL query no banco de dados ";
|
||||
|
||||
$strSave = "Salva";
|
||||
$strSelect = "Seleciona";
|
||||
$strSelectFields = "Seleciones os campos (no m<>nimo 1)";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "envia";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Show"; //to translate
|
||||
$strShowingRecords = "Mostrando registros ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "Dados CSV";
|
||||
$strStrucData = "Estrutura e dados";
|
||||
$strStrucDrop = "Adiciona 'drop table'";
|
||||
$strStrucOnly = "Somente estrutura";
|
||||
$strSubmit = "Submete";
|
||||
$strSuccess = "Sua SQL-query foi executada com sucesso";
|
||||
|
||||
$strTable = "tabela ";
|
||||
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Estrutura da tabela";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "terminado por";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
|
||||
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
|
||||
$strTheTerminator = "Terminador de campos.";
|
||||
$strTotal = "total";
|
||||
$strType = "Tipo";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unique";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Value";
|
||||
$strViewDump = "Ver o esquema da tabela";
|
||||
$strViewDumpDB = "Ver o esquema do banco de dados";
|
||||
|
||||
$strWelcome = "Benvindo ao ";
|
||||
$strWrongUser = "Usu<EFBFBD>rio ou Senha errado. Acesso Negado.";
|
||||
$strYes = "Sim";
|
||||
$strMySQLShowProcess = "Mostra os Processos";
|
||||
$strLogout = "Log out";
|
||||
$strQBE = "Query by Example";
|
||||
$strBack = "Voltar";
|
||||
$strTableComments = "Coment<EFBFBD>rios da tabela";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "Sim";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,206 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = "<EFBFBD>";
|
||||
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
|
||||
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strBack = "Back"; //to translate
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r";
|
||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
|
||||
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \$new_name.";
|
||||
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||||
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
|
||||
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD><EFBFBD> ";
|
||||
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
||||
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n";
|
||||
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
|
||||
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNo = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.";
|
||||
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strSQLQuery = "SQL-<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
|
||||
|
||||
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
|
||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>";
|
||||
|
||||
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
|
||||
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strSort = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAscending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strDescending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strCriteria = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAnd = "<22>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strModify = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteRow = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteColumn = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,206 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = "<EFBFBD>";
|
||||
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
|
||||
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strBack = "Back"; //to translate
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r";
|
||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
|
||||
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \$new_name.";
|
||||
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>";
|
||||
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
|
||||
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD><EFBFBD> ";
|
||||
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||||
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
|
||||
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n";
|
||||
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
|
||||
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNo = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.";
|
||||
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
|
||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$table <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
|
||||
$strSQLQuery = "SQL-<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
|
||||
|
||||
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
|
||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>";
|
||||
|
||||
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
|
||||
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strSort = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAscending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strDescending = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strCriteria = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAnd = "<22>";
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strModify = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteRow = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strAddDeleteColumn = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUpdateQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strRunQuery = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
//$strUseTables = "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "<EFBFBD><EFBFBD>";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,208 +1,263 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* Tradiccion al castellano Kiko Albio: STN */
|
||||
// Some Corrections: Wasim Juned - wasimjuned@home.com
|
||||
|
||||
$strAPrimaryKey = "Se ha ingresado una nueva clave primaria en ";
|
||||
|
||||
$strAccessDenied = "Acceso denegado ";
|
||||
$strAction = "Acción";
|
||||
$strAddDeleteColumn = "Aqadir/borrar columna de criterio";
|
||||
$strAddDeleteRow = "Aqadir/borrar fila de criterio";
|
||||
$strAddNewField = "Ingresar nuevo campo";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "Ingresar condiciones de búsqueda (cuerpo de la clausula \"where\"):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "After"; //to translate
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = "Y";
|
||||
$strAnIndex = "Un índice se ha ingresado en ";
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "Se ha ingresado una nueva clave primaria en ";
|
||||
$strAscending = "Asendente";
|
||||
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
|
||||
$strAtEndOfTable = "At End of Table"; //to translate
|
||||
$strAttr = "Atributos";
|
||||
|
||||
$strBack = "Back"; //to translate
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Examinar";
|
||||
|
||||
$strCarriage = "Retorno de carro: \\r";
|
||||
$strChange = "Cambio";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Nombre de columnas";
|
||||
$strCompleteInserts = "Complete inserts"; //to translate
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Copiar tablas a :";
|
||||
$strCopyTableOK = "La tabla \$table ha sido copiada a \$new_name.";
|
||||
$strCreate = "Crear";
|
||||
$strCreateNewDatabase = "Crear nueva base de datos";
|
||||
$strCreateNewTable = "Crear nueva tabla en base de datos ";
|
||||
$strCriteria = "Criterio";
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Base De Datos ";
|
||||
$strDatabases = "Bases de datos";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Defecto";
|
||||
$strDelete = "Borrar";
|
||||
$strDeleted = "La fila se ha borrado";
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = "Descendente";
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "Display"; //to translate
|
||||
$strDoAQuery = "Realizar un \"query by example\" (wildcard: \"%\")";
|
||||
$strDoYouReally = "Desea realmente hacer ";
|
||||
$strDocu = "Documentación";
|
||||
$strDoYouReally = "Desea realmente hacer ";
|
||||
$strDrop = "Eliminar";
|
||||
$strDropDB = "Eliminar base de datos ";
|
||||
$strDumpingData = "Volcar la base de datos para la tabla";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "Editar";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "Vaciar";
|
||||
$strEmptyResultSet = "MySQL ha devuelto un valor vacío (i.e. cero columnas).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
$strEnclosedBy = "Encerrado por";
|
||||
$strEnd = "Fin";
|
||||
$strError = "Error";
|
||||
$strEscapedBy = "Escapado por";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "Campo";
|
||||
$strFields = "Campos";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Función";
|
||||
|
||||
$strGo = "Siga";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "se ha alterado.";
|
||||
$strHasBeenCreated = "se ha creado.";
|
||||
$strHasBeenDropped = "se ha eliminado.";
|
||||
$strHasBeenEmptied = "se ha vaciado.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos.";
|
||||
$strIndex = "Indice";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "Insertar";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "Insertar in tabla";
|
||||
$strInsertNewRow = "Insertar nueva fila";
|
||||
$strInsertTextfiles = "Insertar archivo de texto en la tabla";
|
||||
|
||||
$strKeyname = "Nombre de la clave";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "Configurar longitud";
|
||||
$strLimitNumRows = "records per page"; //to translate
|
||||
$strLineFeed = "Retorno de carro: \\n";
|
||||
$strLines = "Lineas";
|
||||
$strLocationTextfile = "Localización del archivo de texto";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Salir";
|
||||
|
||||
$strModifications = "Se han salvado las modificaciones";
|
||||
$strModify = "Modificar";
|
||||
$strMySQLReloaded = "Reinicio de MySQL.";
|
||||
$strMySQLSaid = "MySQL ha dicho: ";
|
||||
$strMySQLShowProcess = "Mostrar procesos";
|
||||
$strMySQLShowStatus = "Mostrar información de marcha de MySQL";
|
||||
$strMySQLShowVars = "Mostrar las variables del sistema MySQL";
|
||||
|
||||
$strName = "Nombre";
|
||||
$strNext = "Próxima";
|
||||
$strNo = "No";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "No se han encontrado tablas en la base de datos.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "A menudo comillas. OPCIONALMENTE signifíca que únicamente los campos char y varchar estan encerrados por el \"enclosed by\"-character.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Optional. Controls how to write or read special characters.";
|
||||
$strOptionally = "OPCIONALMENTE";
|
||||
$strOr = "O";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "Empezar";
|
||||
$strPrevious = "Previo";
|
||||
$strPrimary = "Primary"; //to translate
|
||||
$strPrimaryKey = "Primary key"; //to translate
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "se produjo un error.";
|
||||
$strProperties = "Propiedades";
|
||||
|
||||
$strQBE = "Query de ejemplo";
|
||||
|
||||
$strReadTheDocs = "Leer los documentos";
|
||||
$strRecords = "Campos";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "El reinicio de MySQL ha fallado.";
|
||||
$strReloadMySQL = "Reinicio de MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "Renombrar tabla a";
|
||||
$strRenameTableOK = "Tabla \$table se ha renombrado a \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Reemplazar";
|
||||
$strReplaceTable = "Reemplazar datos de tabla con archivo";
|
||||
$strReset = "Reset";
|
||||
$strRunSQLQuery = "Ejecutar SQL query/queries en la base de datos ";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rows starting from"; //to translate
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "ejecutandose on ";
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strRunQuery = "Ejecutar Query";
|
||||
$strRunSQLQuery = "Ejecutar SQL query/queries en la base de datos ";
|
||||
|
||||
$strSave = "Salvar";
|
||||
$strSelect = "Seleccionar";
|
||||
$strSelectFields = "Seleccionar campos (al menos uno):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "enviar";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Mostrar";
|
||||
$strShowingRecords = "Mostrando campos ";
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = "Ordenar";
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-query";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "Datos CSV ";
|
||||
$strStrucData = "Estructura y datos";
|
||||
$strStrucDrop = "Aqadir 'drop table'";
|
||||
$strStrucOnly = "Unicamente estructura ";
|
||||
$strSubmit = "Enviar";
|
||||
$strSuccess = "Su query-SQL ha sido ejecutado con ixito";
|
||||
|
||||
$strTable = "tabla ";
|
||||
$strTableComments = "Table comments"; //to translate
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Estructura de tabla para tabla";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "terminado por";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "El contenido de su archivo ha sido insertado.";
|
||||
$strTheContents = "El contenido del archivo reemplaza el contenido de la tabla seleccionada para las columnas identicas primarias o znicas.";
|
||||
$strTheTerminator = "El terminador de los campos.";
|
||||
$strTotal = "total";
|
||||
$strType = "Tipo";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unico";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = "Usar tablas";
|
||||
|
||||
$strValue = "Valor";
|
||||
$strViewDump = "Mostrar volcado esquema de la tabla";
|
||||
$strViewDumpDB = "Ver volcado esquema de la base de datos";
|
||||
|
||||
$strWelcome = "Bienvenido a ";
|
||||
$strWrongUser = "Usuario/password equivocado. Acesso denegado.";
|
||||
$strYes = "Si" ;
|
||||
$strMySQLShowProcess = "Mostrar procesos";
|
||||
$strLogout = "Salir";
|
||||
$strQBE = "Query de ejemplo";
|
||||
//$strSort = "Ordenar";
|
||||
//$strAscending = "Asendente";
|
||||
//$strDescending = "Descendente";
|
||||
$strShow = "Mostrar";
|
||||
//$strCriteria = "Criterio";
|
||||
//$strAnd = "Y";
|
||||
$strOr = "O";
|
||||
//$strModify = "Modificar";
|
||||
//$strAddDeleteRow = "Aqadir/borrar fila de criterio";
|
||||
//$strAddDeleteColumn = "Aqadir/borrar columna de criterio";
|
||||
//$strUpdateQuery = "Update Query"; //to translate
|
||||
//$strRunQuery = "Ejecutar Query";
|
||||
//$strUseTables = "Usar tablas";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
$strYes = "Si";
|
||||
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,47 +1,85 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "En prim<69>r nyckel har aktiverats ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD>tkommst nekad";
|
||||
$strAction = "Handling";
|
||||
|
||||
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "L<EFBFBD>gg till nytt f<>lt";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "L<EFBFBD>gg till s<>k kreterier (body of the \"where\" clause):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "Efter";
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "Ett index har lagts till ";
|
||||
|
||||
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "En prim<69>r nyckel har aktiverats ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "I b<>rjan av tabellen";
|
||||
$strAtEndOfTable = "I slutet av tabellen";
|
||||
$strAttr = "Attributer";
|
||||
|
||||
$strBack = "Bak<EFBFBD>t";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "Visa";
|
||||
|
||||
$strCarriage = "Rad byte: \\r";
|
||||
$strChange = "<EFBFBD>ndra";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "Kolumn namn";
|
||||
$strCompleteInserts = "Kompletta ins<6E>ttningar";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "Kopiera tabellen till:";
|
||||
$strCopyTableOK = "Tabellen \$table har kopierats till \$new_name.";
|
||||
$strCreate = "Skapa";
|
||||
$strCreateNewDatabase = "Skapa ny databas";
|
||||
$strCreateNewTable = "Skapa nya tabeller i databas ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "Databas ";
|
||||
$strDatabases = "databaser";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Standard";
|
||||
$strDelete = "Radera";
|
||||
$strDeleted = "Raden har raderats";
|
||||
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Varning:</b> Du har 'magic_quotes_gpc' aktiverat i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt med det. L<>s i din PHP dokumentation om hur du avaktiverar det.";
|
||||
$strDisplay = "Visa";
|
||||
$strDoAQuery = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
|
||||
$strDoYouReally = "Vill du v<>rkligen ";
|
||||
$strDocu = "Dokumentation";
|
||||
$strDoYouReally = "Vill du v<>rkligen ";
|
||||
$strDrop = "Dumpa";
|
||||
$strDropDB = "Dumpa databas ";
|
||||
$strDumpingData = "Dumpar data i tabell";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD>ndra";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "T<EFBFBD>m";
|
||||
$strEmptyResultSet = "MySQL skickade tillbaka ett tommt resultat (i.e. tom rad).";
|
||||
$strEnableMagicQuotes = "<b>Varning:</b> Du har inte aktiverat 'magic_quotes_gpc' i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt utan det. L<>s i din PHP dokumentation hur du aktiverar det.";
|
||||
@@ -50,171 +88,176 @@ $strEnd = "Slut";
|
||||
$strError = "Fel";
|
||||
$strEscapedBy = "avslutas med";
|
||||
$strExtra = "Extra";
|
||||
|
||||
$strField = "F<EFBFBD>lt";
|
||||
$strFields = "F<EFBFBD>lt";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Funktion";
|
||||
|
||||
$strGo = "K<EFBFBD>r";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "har <20>ndrats.";
|
||||
$strHasBeenCreated = "har skapats.";
|
||||
$strHasBeenDropped = "har dumpats.";
|
||||
$strHasBeenEmptied = "har t<>mts.";
|
||||
$strHome = "Hem";
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "V<EFBFBD>rd";
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "Om du vill ladda bara n<>gra av tabellens kolumner, ange en ',' separerad f<>lt lista.";
|
||||
$strIndex = "Index";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "S<EFBFBD>tt in";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "S<EFBFBD>tt in i tabell";
|
||||
$strInsertNewRow = "S<EFBFBD>tt in ny rad";
|
||||
$strInsertTextfiles = "Importera text fil till tabellen";
|
||||
|
||||
$strKeyname = "Nyckel namn";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "L<EFBFBD>ngd/Set";
|
||||
$strLimitNumRows = "Tabell inl<6E>gg per sida";
|
||||
$strLineFeed = "Linefeed: \\n";
|
||||
$strLines = "Linjer";
|
||||
$strLocationTextfile = "Textfilens plats";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Logga ut";
|
||||
$strModifications = "<EFBFBD>ndringarna har sparats";
|
||||
|
||||
$strModifications = "<EFBFBD>ndringarna har sparats";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL har laddats om.";
|
||||
$strMySQLSaid = "MySQL sa: ";
|
||||
$strMySQLShowProcess = "Visa processer";
|
||||
$strMySQLShowStatus = "Visa MySQL k<>rnings information";
|
||||
$strMySQLShowVars = "Visa MySQL system variabler";
|
||||
|
||||
$strName = "Namn";
|
||||
$strNext = "N<EFBFBD>sta";
|
||||
$strNo = "Nej";
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "Inga tabeller hittade i databasen.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Noll";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Ofta citat tecken. Frivilligt betyder att bara 'char' och 'varchar' f<>lten omgivs av \"enclosed by\"-tecken.";
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Tillval. Kontrollerar hur l<>sning och skrivning av 'special' tecken utf<74>rs.";
|
||||
$strOptionally = "Tillval";
|
||||
$strOr = "eller";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "B<EFBFBD>rja";
|
||||
$strPrevious = "F<EFBFBD>reg<EFBFBD>ende";
|
||||
$strPrimary = "Prim<EFBFBD>r";
|
||||
$strPrimaryKey = "Prim<EFBFBD>r nyckel";
|
||||
$strPrintView = "Skriv ut detta";
|
||||
$strPrinterFriendly = "Utskrifts v<>nlig visning av tabellen";
|
||||
$strPrintView = "Skriv ut detta";
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "<EFBFBD>tergav ett fel.";
|
||||
$strProperties = "Inst<EFBFBD>llningar";
|
||||
|
||||
$strQBE = "Fr<EFBFBD>ga som exemplet";
|
||||
|
||||
$strReadTheDocs = "L<EFBFBD>s manualen";
|
||||
$strRecords = "Ins<EFBFBD>ttning";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL omladdning fungerade inte.";
|
||||
$strReloadMySQL = "Ladda om MySQL";
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "D<EFBFBD>p om tabell till";
|
||||
$strRenameTableOK = "Tabell \$table har d<>pts om till \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "Ers<EFBFBD>tt";
|
||||
$strReplaceTable = "Ers<EFBFBD>tt tabell med fil";
|
||||
$strReset = "Nollst<EFBFBD>ll";
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "rader med b<>rjan fr<66>n";
|
||||
|
||||
$strRunSQLQuery = "Utf<EFBFBD>r SQL fr<66>ga/fr<66>gor i databas ";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "k<EFBFBD>rs p<> ";
|
||||
$strSQLQuery = "SQL-fr<66>ga";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Utf<EFBFBD>r SQL fr<66>ga/fr<66>gor i databas ";
|
||||
|
||||
$strSave = "Spara";
|
||||
$strSelect = "V<EFBFBD>lj";
|
||||
$strSelectFields = "V<EFBFBD>lj f<>lt (minst en):";
|
||||
$strSelectNumRows = "i fr<66>ga";
|
||||
$strSend = "Skicka";
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "Visa";
|
||||
$strShowingRecords = "Visar ins<6E>ttningar ";
|
||||
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-fr<66>ga";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "CSV data";
|
||||
$strStrucData = "Struktur och data";
|
||||
$strStrucDrop = "L<EFBFBD>gg till 'dumpa tabell'";
|
||||
$strStrucOnly = "Bara struktur";
|
||||
$strSubmit = "S<EFBFBD>nd";
|
||||
$strSuccess = "Din SQL-fr<66>ga har utf<74>rts korrekt";
|
||||
|
||||
$strTable = "tabell ";
|
||||
$strTableComments = "Tabell kommentarer";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "Tabell struktur f<>r tabell";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "avslutad av";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "Filens inneh<65>ll har satts in.";
|
||||
$strTheContents = "Filens inneh<65>ll ers<72>tter den valda tabellens rader av prim<69>ra och identiska nycklar.";
|
||||
$strTheTerminator = "Avslutninen av f<>lten.";
|
||||
$strTotal = "totalt";
|
||||
$strType = "Typ";
|
||||
$strUnique = "Unik";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unik";
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "V<EFBFBD>rde";
|
||||
$strViewDump = "Visa dump (schema) av tabellen";
|
||||
$strViewDumpDB = "Visa dump (schema) av databas";
|
||||
|
||||
$strWelcome = "V<EFBFBD>lkommen till ";
|
||||
$strWrongUser = "Fel anv<6E>ndarnamn/l<>senord. <20>tkommst nekad.";
|
||||
|
||||
$strYes = "Ja";
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
@@ -1,47 +1,85 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> primary key <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ";#"A primary key has been added on ";
|
||||
|
||||
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD>حҵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҹ";#Access denied";
|
||||
$strAction = "<EFBFBD><EFBFBD>зӡ<EFBFBD><EFBFBD>";
|
||||
|
||||
|
||||
$strAddDeleteColumn = ""; //to translate, but its not in use ...
|
||||
$strAddDeleteRow = ""; //to translate, but its not in use ...
|
||||
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> field <20><><EFBFBD><EFBFBD>";#"Add new field";
|
||||
$strAddPriv = "Add a new Privilege"; //to translate
|
||||
$strAddPrivMessage = "You have added a new privilege."; //to translate
|
||||
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>䢤<EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>ǹ<EFBFBD>ͧ where):";#"Add search conditions (body of the \"where\" clause):";
|
||||
$strAddUser = "Add a new User"; //to translate
|
||||
$strAddUserMessage = "You have added a new user."; //to translate
|
||||
$strAfter = "<EFBFBD><EFBFBD>ѧ";#"After";
|
||||
$strAll = "All"; //to translate
|
||||
$strAlter = "Alter"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> index <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ";#"An index has been added on ";
|
||||
|
||||
|
||||
$strAny = "Any"; //to translate
|
||||
$strAnyColumn = "Any Column"; //to translate
|
||||
$strAnyDatabase = "Any database"; //to translate
|
||||
$strAnyHost = "Any host"; //to translate
|
||||
$strAnyTable = "Any table"; //to translate
|
||||
$strAnyUser = "Any user"; //to translate
|
||||
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> primary key <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ";#"A primary key has been added on ";
|
||||
$strAscending = ""; //to translate, but its not in use ...
|
||||
$strAtBeginningOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鹢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At Beginning of Table";
|
||||
$strAtEndOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD>¢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At End of Table";
|
||||
$strAttr = "Attributes"; //to translate
|
||||
|
||||
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ";#"Back";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBrowse = "<EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>";#"Browse";
|
||||
|
||||
$strCarriage = "Carriage return: \\r"; //to translate
|
||||
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";#"Change";
|
||||
$strCheckAll = "Check All"; //to translate
|
||||
$strCheckDbPriv = "Check Database Privileges"; //to translate
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strColumn = "Column"; //to translate
|
||||
$strColumnEmpty = "The columns names are empty!"; //to translate
|
||||
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";"Column names";
|
||||
$strCompleteInserts = "Complete inserts";
|
||||
$strConfirm = "Do you really want to do it?"; //to translate
|
||||
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";#"Copy table to:";
|
||||
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ \$table <20><><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$new_name <20><><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";#"Table \$table has been copied to \$new_name.";
|
||||
$strCreate = "<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Create";
|
||||
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Create new database";
|
||||
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ㹰ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><EFBFBD> ";#"Create new table on database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strDatabase = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Database ";
|
||||
$strDatabases = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"databases";
|
||||
$strDataOnly = "Data only"; //to translate
|
||||
$strDbEmpty = "The database name is empty!"; //to translate
|
||||
$strDefault = "Default"; //to translate
|
||||
$strDelete = "ź";#"Delete";
|
||||
$strDeleted = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The row has been deleted";
|
||||
|
||||
$strDeleteFailed = "Deleted Failed!"; //to translate
|
||||
$strDeletePassword = "Delete Password"; //to translate
|
||||
$strDeleteUserMessage = "You have deleted the user"; //to translate
|
||||
$strDelPassMessage = "You have deleted the password for"; //to translate
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$strDisplay = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD>";#"Display";
|
||||
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Do you really want to ";
|
||||
$strDocu = "<EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ԧ";#"Documentation";
|
||||
$strDoYouReally = "<EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Do you really want to ";
|
||||
$strDrop = "Drop"; //to translate
|
||||
$strDropDB = "Drop <20>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Drop database ";
|
||||
$strDumpingData = "Dump <20><><EFBFBD>ҧ";#"Dumping data for table";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
|
||||
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Edit";
|
||||
$strEditPrivileges = "Edit Privileges"; //to translate
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEmpty = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Empty";
|
||||
$strEmptyResultSet = "MySQL <20><EFBFBD><D7B9><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>ҡ<EFBFBD>Ѻ<EFBFBD><D1BA> (0 <20><><EFBFBD>).";#"MySQL returned an empty result set (i.e. zero rows).";
|
||||
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
|
||||
@@ -50,171 +88,176 @@ $strEnd = "
|
||||
$strError = "<EFBFBD>Դ<EFBFBD><EFBFBD>Ҵ";#"Error";
|
||||
$strEscapedBy = "escape <20><><EFBFBD><EFBFBD>";#"escaped by";
|
||||
$strExtra = "Extra"; //to translate
|
||||
|
||||
$strField = "Field"; //to translate
|
||||
$strFields = "<EFBFBD>ӹǹ Fields";
|
||||
$strFile = "File"; //to translate
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFunction = "Function"; //to translate
|
||||
|
||||
$strGo = "ŧ<EFBFBD><EFBFBD><EFBFBD>";#"Go";
|
||||
$strGrant = "Grant"; //to translate
|
||||
$strGrantOption = "Grant Option"; //to translate
|
||||
$strGrants = "Grants"; //to translate
|
||||
|
||||
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD>ŧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been altered.";
|
||||
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been created.";
|
||||
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><EFBFBD> drop <20><><EFBFBD><EFBFBD>";#"has been dropped.";
|
||||
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
|
||||
$strHome = "Home"; //to translate
|
||||
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
|
||||
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
|
||||
$strHost = "Host"; //to translate
|
||||
$strHostEmpty = "The host name is empty!"; //to translate
|
||||
|
||||
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; //to translate
|
||||
$strIndex = "Index"; //to translate
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strInsert = "<EFBFBD><EFBFBD>á";#"Insert";
|
||||
$strInsertAsNewRow = "Insert as new row"; //to translate
|
||||
$strInsertIntoTable = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㹵<EFBFBD><EFBFBD>ҧ";#"Insert into table";
|
||||
$strInsertNewRow = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Insert new row";
|
||||
$strInsertTextfiles = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ text file <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>㹵<EFBFBD><E3B9B5>ҧ";#"Insert textfiles into table";
|
||||
|
||||
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> key";#"Keyname";
|
||||
|
||||
$strLength = "Length"; //to translate
|
||||
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/";#"Length/Set";
|
||||
$strLimitNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>";#"records per page";
|
||||
$strLineFeed = "Linefeed: \\n"; //to translate
|
||||
$strLines = "<EFBFBD><EFBFBD>÷Ѵ";#"Lines";
|
||||
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD>˹觢ͧ text file";#"Location of the textfile";
|
||||
$strLogin = ""; //to translate, but its not in use ...
|
||||
$strLogout = "Log out"; //to translate
|
||||
$strModifications = "<EFBFBD>ѹ<EFBFBD>֡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Modifications have been saved";
|
||||
|
||||
$strModifications = "<EFBFBD>ѹ<EFBFBD>֡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Modifications have been saved";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL reloaded."; //to translate
|
||||
$strMySQLSaid = "MySQL said: "; //to translate
|
||||
$strMySQLShowProcess = "<EFBFBD>ʴ<EFBFBD> process <20><>ҧ <20>";#"Show processes";
|
||||
$strMySQLShowStatus = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> runtime <20>ͧ MySQL";#"Show MySQL runtime information";
|
||||
$strMySQLShowVars = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><EFBFBD>ͧ MySQL";#"Show MySQL system variables";
|
||||
|
||||
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Name";
|
||||
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Next";
|
||||
$strNo = "No"; //to translate
|
||||
$strNoPassword = "No Password"; //to translate
|
||||
$strNoPrivileges = "No Privileges"; //to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
|
||||
$strNoTablesFound = "<EFBFBD><EFBFBD>辺<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD> <20> 㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"No tables found in database.";
|
||||
$strNoUsersFound = "No user(s) found."; //to translate
|
||||
$strNull = "Null"; //to translate
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
|
||||
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
|
||||
$strOptionally = "OPTIONALLY"; //to translate
|
||||
$strOr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"or";
|
||||
$strOverhead = "Overhead"; //to translate
|
||||
|
||||
$strPassword = "Password"; //to translate
|
||||
$strPasswordEmpty = "The password is empty!"; //to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
|
||||
$strPos1 = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Begin";
|
||||
$strPrevious = "<EFBFBD><EFBFBD>˹<EFBFBD><EFBFBD>";#"Previous";
|
||||
$strPrimary = "Primary"; //to translate
|
||||
$strPrimaryKey = "Primary key"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
|
||||
$strPrintView = "Print view"; //to translate
|
||||
$strPrivileges = "Privileges"; //to translate
|
||||
$strProcess = "Process"; //to translate
|
||||
$strProducedAnError = "produced an error."; //to translate
|
||||
$strProperties = "<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD>ѵ<EFBFBD>";#"Properties";
|
||||
|
||||
$strQBE = "Query by Example"; //to translate
|
||||
|
||||
$strReadTheDocs = "<EFBFBD><EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Read the docs";
|
||||
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";
|
||||
$strReferences = "References"; //to translate
|
||||
$strReload = "Reload"; //to translate
|
||||
$strReloadFailed = "MySQL reload failed."; //to translate
|
||||
$strReloadMySQL = "Reload MySQL"; //to translate
|
||||
$strRememberReload = "Remember reload the server."; //to translate
|
||||
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Rename table to";
|
||||
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ \$table <20><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \$new_name";#"Table \$table has been renamed to \$new_name";
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strReplace = "᷹<EFBFBD><EFBFBD><EFBFBD>";#"Replace";
|
||||
$strReplaceTable = "᷹<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Replace table data with file";
|
||||
$strReset = "Reset"; //to translate
|
||||
$strReType = "Re-type"; //to translate
|
||||
$strRevoke = "Revoke"; //to translate
|
||||
$strRevokeGrant = "Revoke Grant"; //to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for"; //to translate
|
||||
$strRevokePriv = "Revoke Privileges"; //to translate
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>";#"rows starting from";
|
||||
|
||||
$strRunSQLQuery = "<EFBFBD>ӧҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ";#"Run SQL query/queries on database ";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRunning = "running on "; //to translate
|
||||
$strSQLQuery = "SQL-query"; //to translate
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "<EFBFBD>ӧҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ";#"Run SQL query/queries on database ";
|
||||
|
||||
$strSave = "<EFBFBD><EFBFBD>纺ѹ<EFBFBD>֡";#"Save";
|
||||
$strSelect = "<EFBFBD><EFBFBD><EFBFBD>͡";#"Select";
|
||||
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD>͡ field (<28><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>˹<EFBFBD><CBB9><EFBFBD>):";#"Select fields (at least one):";
|
||||
$strSelectNumRows = "in query"; //to translate
|
||||
$strSend = "Download";#"Send"; //to translate
|
||||
$strSend = "Send"; //to translate
|
||||
$strSequence = "Seq."; //to translate
|
||||
$strShow = "<EFBFBD>ʴ<EFBFBD>";#"Show";
|
||||
$strShowingRecords = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD> ";#"Showing records ";
|
||||
|
||||
$strShutdown = "Shutdown"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSQLQuery = "SQL-query"; //to translate
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStrucCSV = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CSV";#"CSV data";
|
||||
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD>Т<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Structure and data";
|
||||
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";#"Add 'drop table'";
|
||||
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Structure only";
|
||||
$strSubmit = "Submit"; //to translate
|
||||
$strSuccess = "<EFBFBD>ӧҹ SQL-query <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Your SQL-query has been executed successfully";
|
||||
|
||||
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ ";#"table ";
|
||||
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵آͧ<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>";#"Table comments";
|
||||
$strTableEmpty = "The table name is empty!"; //to translate
|
||||
$strTableMaintenance = "Table maintenance"; //to translate
|
||||
$strTableStructure = "<EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ <20><><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD>ҧ";#"Table structure for table";
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"terminated by";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTheContent = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The content of your file has been inserted.";
|
||||
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key."; //to translate
|
||||
$strTheTerminator = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ͧ field.";#"The terminator of the fields.";
|
||||
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"total";
|
||||
$strType = "Type"; //to translate
|
||||
$strUnique = "Unique"; //to translate
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUnique = "Unique"; //to translate
|
||||
$strUpdate = "Update"; //to translate
|
||||
$strUpdatePassMessage = "You have updated the password for"; //to translate
|
||||
$strUpdatePassword = "Update Password"; //to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUser = "User"; //to translate
|
||||
$strUserEmpty = "The user name is empty!"; //to translate
|
||||
$strUserName = "User name"; //to translate
|
||||
$strUsers = "Users"; //to translate
|
||||
$strUseTables = ""; //to translate, but its not in use ...
|
||||
|
||||
$strValue = "Value"; //to translate
|
||||
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"View dump (schema) of table";
|
||||
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"View dump (schema) of database";
|
||||
|
||||
$strWelcome = "<EFBFBD>Թ<EFBFBD>յ<EFBFBD><EFBFBD>Ѻ<EFBFBD><EFBFBD><EFBFBD> ";#"Welcome to ";
|
||||
$strWrongUser = "Wrong username/password. Access denied."; //to translate
|
||||
|
||||
$strYes = "Yes"; //to translate
|
||||
|
||||
$strCheckTable = "Check table"; //to translate
|
||||
$strAnalyzeTable = "Analyze table"; //to translate
|
||||
$strRepairTable = "Repair table"; //to translate
|
||||
$strOptimizeTable = "Optimize table"; //to translate
|
||||
$strTableType = "Table type"; //to translate
|
||||
$strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate
|
||||
$strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate
|
||||
$strTextAreaLength=" Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strNumberIndexes=" Number of advanced indexes "; //to translate
|
||||
$strSequence=" Sequence "; //to translate
|
||||
$strLength=" Length "; //to translate
|
||||
$strNoUsersFound = "No user(s) found.";//to translate
|
||||
$strNoRights = "You don't have enough rights to be here right now!";//to translate
|
||||
$strHostEmpty = "The host name is empty!";//to translate
|
||||
$strUserEmpty = "The user name is empty!";//to translate
|
||||
$strPasswordEmpty = "The password is empty!";//to translate
|
||||
$strDbEmpty = "The database name is empty!";//to translate
|
||||
$strTableEmpty = "The table name is empty!";//to translate
|
||||
$strPasswordNotSame = "The passwords aren't the same!";//to translate
|
||||
$strAnyDatabase = "Any database";//to translate
|
||||
$strUser = "User";//to translate
|
||||
$strAnyTable = "Any table";//to translate
|
||||
$strHost = "Host";//to translate
|
||||
$strAnyHost = "Any host";//to translate
|
||||
$strUserName = "User name";//to translate
|
||||
$strAnyUser = "Any user";//to translate
|
||||
$strPassword = "Password";//to translate
|
||||
$strNoPassword = "No Password";//to translate
|
||||
$strReType = "Re-type";//to translate
|
||||
$strPrivileges = "Privileges";//to translate
|
||||
$strGrantOption = "Grant Option";//to translate
|
||||
$strAddUser = "Add a new User";//to translate
|
||||
$strAddPriv = "Add a new Privilege";//to translate
|
||||
$strCheckDbPriv = "Check Database Privileges";//to translate
|
||||
$strAddPrivMessage = "You have added a new privilege.";//to translate
|
||||
$strAddUserMessage = "You have added a new user.";//to translate
|
||||
$strRememberReload = "Remember reload the server.";//to translate
|
||||
$strRevoke = "Revoke";//to translate
|
||||
$strGrants = "Grants";//to translate
|
||||
$strRevokePriv = "Revoke Privileges";//to translate
|
||||
$strRevokeGrant = "Revoke Grant";//to translate
|
||||
$strRevokeMessage = "You have revoked the privileges for";//to translate
|
||||
$strDelPassMessage = "You have deleted the password for";//to translate
|
||||
$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate
|
||||
$strUpdatePrivMessage = "You have updated the privileges for";//to translate
|
||||
$strUpdatePassMessage = "You have updated the password for";//to translate
|
||||
$strDeleteUserMessage = "You have deleted the user";//to translate
|
||||
$strDeletePassword = "Delete Password";//to translate
|
||||
$strUpdatePassword = "Update Password";//to translate
|
||||
$strEditPrivileges = "Edit Privileges";//to translate
|
||||
$strNoPrivileges = "No Privileges";//to translate
|
||||
$strAny = "Any";//to translate
|
||||
$strAll = "All";//to translate
|
||||
$strUpdate = "Update";//to translate
|
||||
$strReload = "Reload";//to translate
|
||||
$strShutdown = "Shutdown";//to translate
|
||||
$strProcess = "Process";//to translate
|
||||
$strFile = "File";//to translate
|
||||
$strGrant = "Grant";//to translate
|
||||
$strReferences = "References";//to translate
|
||||
$strAlter = "Alter";//to translate
|
||||
$strCheckAll = "Check All";//to translate
|
||||
$strUncheckAll = "Uncheck All";//to translate
|
||||
$strUsers = "Users";//to translate
|
||||
$strConfirm = "Do you really want to do it?";//to translate
|
||||
$strDeleteFailed = "Deleted Failed!";//to translate
|
||||
$strColumn = "Column";//to translate
|
||||
$strAnyColumn = "Any Column";//to translate
|
||||
$strColumnEmpty = "The columns names are empty!";//to translate
|
||||
$strInsertAsNewRow=" Insert as new row "; //to translate
|
||||
$strTableMaintenance=" Table maintenance "; //to translate
|
||||
$strDataOnly=" Data only "; //to translate
|
||||
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
|
||||
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
?>
|
||||
|
Reference in New Issue
Block a user