add some strings

This commit is contained in:
Steve Alberty 2001-06-12 10:36:44 +00:00
parent 6783e3f0b9
commit 78c82e80d8
20 changed files with 4911 additions and 3804 deletions

View File

@ -1,210 +1,263 @@
<?php
/* $Id$ */
/* thebest@information4u.com / camillai@mandic.com.br */
/* Finished by: fbotelho@ifi.unicamp.br */
<?php
/* $Id$ */
$strAPrimaryKey = "Chave primária acrescentada na ";
$strAccessDenied = "Acesso Negado";
$strAction = "Ações";
$strAddNewField = "Adiciona novo campo";
$strAddSearchConditions = "Condição de Pesquisa (Complemento da clausula \"onde\"):";
$strAnIndex = "Um indice foi adicionado na ";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Atributos";
$strBack = "Voltar";
$strBrowse = "Visualiza";
$strCarriage = "Caracter de retorno: \\r";
$strChange = "Muda";
$strColumnNames = "Nome da Colunas";
$strCompleteInserts = "Inserções Completas";
$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 ";
$strDatabase = "Banco de Dados ";
$strDatabases = "Banco de Dados";
$strDefault = "Padrão";
$strDelete = "Remove";
$strDeleted = "Registro eliminado";
$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ça uma \"procura por exemplo\" (coringa: \"%\")";
$strDoYouReally = "Confirma : ";
$strDocu = "Documentação";
$strDrop = "Elimina";
$strDropDB = "Elimina o banco de dados: ";
$strDumpingData = "Extraindo dados da tabela";
$strEdit = "Edita";
$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
$strEnclosedBy = "delimitados por";
$strEnd = "Fim";
$strError = "Erro";
$strEscapedBy = "contornados por";
$strExtra = "Extra";
$strField = "Campo";
$strFields = "Campos";
$strFunction = "Funçoes";
$strGo = "Executa";
$strHasBeenAltered = "foi alterado.";
$strHasBeenCreated = "foi criado.";
$strHasBeenDropped = "foi eliminado.";
$strHasBeenEmptied = "foi esvaziado.";
$strHome = "Base";
$strHost = "Site Hospedeiro";
$strIfYouWish = "Para carregar apenas algumas colunas da tabela, faça uma lista separada por vírgula.";
$strIndex = "Índice";
$strInsert = "Insere";
$strInsertIntoTable = "Insere na tabela";
$strInsertNewRow = "Insere novo registro";
$strInsertTextfiles = "Insere arquivo texto na tabela";
$strKeyname = "Nome chave";
$strLengthSet = "Tamanho/Definir";
$strLimitNumRows = "records per page";
$strLineFeed = "Caracter de Alimentação de Linha: \\n";
$strLines = "Linhas";
$strLocationTextfile = "Localização do arquivo texto";
$strLogout = "Sair";
$strModifications = "Modificações foram salvas";
$strMySQLReloaded = "MySQL reiniciado.";
$strMySQLSaid = "Mensagens do MySQL : ";
$strMySQLShowProcess = "Mostra os Processos";
$strMySQLShowStatus = "Mostra informação de runtime do MySQL";
$strMySQLShowVars = "Mostra variáveis de sistema do MySQL";
$strName = "Nome";
$strNext = "Próximo";
$strNo = "Não";
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
$strNull = "Nulo";
$strOftenQuotation = "Em geral aspas. OPCIONAL significa que apenas campos de caracteres são delimitados por caracteres \"delimitadores\"";
$strOptionalControls = "Opcional. Controla como ler e escrever caracteres especiais.";
$strOptionally = "OPCIONAL";
$strAccessDenied = "Acesso Negado";
$strAction = "Açõ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çã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á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çõ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ã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ça uma \"procura por exemplo\" (coringa: \"%\")";
$strDocu = "Documentaçã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
$strEnclosedBy = "delimitados por";
$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ç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ça uma lista separada por vírgula.";
$strIndex = "Í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ção de Linha: \\n";
$strLines = "Linhas";
$strLocationTextfile = "Localização do arquivo texto";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Sair";
$strModifications = "Modificaçõ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ção de runtime do MySQL";
$strMySQLShowVars = "Mostra variáveis de sistema do MySQL";
$strName = "Nome";
$strNext = "Próximo";
$strNo = "Nã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";
$strPos1 = "Início";
$strPrevious = "Anterior";
$strPrimary = "Primária";
$strPrimaryKey = "Chave Primária";
$strPrinterFriendly = "Printer friendly version of above table";
$strProducedAnError = "produziu um erro.";
$strPrintView = "Visualização para Impressão";
$strProperties = "Propriedades";
$strQBE = "Procura por Exemplo";
$strReadTheDocs = "Leia a documentação";
$strRecords = "Registros";
$strReloadFailed = "Reinicialização do MySQL falhou.";
$strReloadMySQL = "Reinicializa o MySQL";
$strRenameTable = "Renomeia a tabela para ";
$strRenameTableOK = "Tabela \$table renomeada para \$new_name";
$strReplace = "Substituir";
$strReplaceTable = "Substituir os dados da tabela pelos do arquivo";
$strReset = "Resetar";
$strRowsFrom = "rows starting from";
$strRunSQLQuery = "Executa comando SQL no banco de dados ";
$strRunning = "Rodando em ";
$strSQLQuery = "comando SQL";
$strSave = "Salva";
$strSelect = "Procura";
$strSelectFields = "Selecione os campos (no mínimo 1)";
$strSelectNumRows = "in query";
$strSend = "Envia";
$strShow = "Show";
$strShowingRecords = "Mostrando registros ";
$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ários da tabela";
$strTableStructure = "Estrutura da tabela";
$strTerminatedBy = "terminados por";
$strTheContent = "O conteúdo do seu arquivo foi inserido";
$strTheContents = "O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única";
$strTheTerminator = "Terminador de campos.";
$strTotal = "total";
$strType = "Tipo";
$strUnique = "Único";
$strValue = "Valor";
$strViewDump = "Ver o esquema da tabela";
$strViewDumpDB = "Ver o esquema do banco de dados";
$strWelcome = "Benvindo ao ";
$strWrongUser = "Usuário ou Senha errado. Acesso Negado.";
$strYes = "Sim";
$strOverhead = "Overhead"; //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
$strPassword = "Password"; //to translate
$strPasswordEmpty = "The password is empty!"; //to translate
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
$strPos1 = "Início";
$strPrevious = "Anterior";
$strPrimary = "Primária";
$strPrimaryKey = "Chave Primária";
$strPrinterFriendly = "Printer friendly version of above table";
$strPrintView = "Visualização para Impressão";
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "produziu um erro.";
$strProperties = "Propriedades";
$strQBE = "Procura por Exemplo";
$strReadTheDocs = "Leia a documentação";
$strRecords = "Registros";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "Reinicializaçã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";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "Rodando em ";
$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á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údo do seu arquivo foi inserido";
$strTheContents = "O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única";
$strTheTerminator = "Terminador de campos.";
$strTotal = "total";
$strType = "Tipo";
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "Ú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ário ou Senha errado. Acesso Negado.";
$strYes = "Sim";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,209 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "Áeøe äîáàâåí ïúðâè÷eí êëþ÷ êúì ";
$strAccessDenied = "Îòêàçàí äîñòúï";
$strAction = "Äåéñòâèå";
$strAddNewField = "Äîáàâè íîâî ïîëå";
$strAddSearchConditions = "Äîáàâè óñëîâèå çà òúðñåíå (òÿëî çà \"where\" óñëîâèå):";
$strAnIndex = "Áåøå äîáàâåí èíäåêñ çà ";
$strAttr = "Àòðèáóòè";
$strBrowse = "Ïðåëèñòè";
$strCarriage = "Ñèìâîë CR: \\r";
$strChange = "Ïðîìåíè";
$strColumnNames = "Íàçâàíèå íà êîëîíà";
$strCopyTable = "Êîïèðàé òàáëèöàòà â:";
$strCopyTableOK = "Òàáëèöà \$table áåøå êîïèðàíà â \$new_name.";
$strCreate = "Ñúçäàé";
$strCreateNewDatabase = "Ñúçäàé íîâà ÁÄ";
$strCreateNewTable = "Ñúçäàé íîâà òàáëèöà â ÁÄ ";
$strDatabase = "ÁÄ ";
$strDatabases = "Áàçà Äàííè";
$strDefault = "Ïî ïîäðàçáèðàíå";
$strDelete = "Èçòðèé";
$strDeleted = "Ðåäúò áåøå èçòðèò";
$strDoAQuery = "Èçïúëíè \"çàïèòâàíå ïî çàÿâêà\" (ñèìâîë çà çàìåñòâàíå: \"%\")";
$strDoYouReally = "Äåéñòâèòåëíî ëè æåëàåòå ";
$strDocu = "Äîêóìåíòàöèÿ";
$strDrop = "Óíèùîæè";
$strDropDB = "Óíèùîæè ÁÄ ";
$strDumpingData = "Äúìï (ñõåìà) íà äàííèòå â òàáëèöàòà";
$strEdit = "Ðåäàêòèðàíå";
$strEmpty = "Èçïðàçíè";
$strEmptyResultSet = "MySQL âúðíà ïðàçåí ðåçóëòàò (ò.å. íóëà ðåäîâå).";
$strEnclosedBy = "Çàãðàäåíè ñ ";
$strEnd = "Êðàé";
$strError = "Ãðåøêà";
$strEscapedBy = "Ñèìâîë Escape";
$strExtra = "Äîïúëíèòåëíî";
$strField = "Ïîëå";
$strFields = "Ïîëåòà";
$strFunction = "Ôóíêöèÿ";
$strGo = "Èçïúëíè";
$strHasBeenAltered = "áåøå ïðîìåíåíà.";
$strHasBeenCreated = "áåøå ñúçäàäåíà.";
$strHasBeenDropped = "áåøå óíèùîæåíà.";
$strHasBeenEmptied = "áåøå èçïðàçíåíà.";
$strHome = "Íà÷àëî";
$strHost = "Õîñò";
$strIfYouWish = "Àêî æåëàåòå äà çàðåäèòå ñàìî íÿêîè êîëîíè îò òàáëèöàòà, óêàæåòå ñïèñúê íà ïîëåòàòà ðàçäåëåíè ñúñ çàïåòàè.";
$strIndex = "Èíäåêñ";
$strInsert = "Âìúêíè";
$strInsertIntoTable = "Âìúêíè â òàáëèöàòà";
$strInsertNewRow = "Âìúêíè íîâ ðåä";
$strInsertTextfiles = "Âìúêíè òåêñòîâè ôàéëîâå â òàáëèöàòà";
$strKeyname = "Èìå íà êëþ÷à";
$strLengthSet = "Äúëæèíà";
$strLineFeed = "Ñèìâîë çà êðàé íà ðåä: \\n";
$strLines = "Ðåäîâå";
$strLocationTextfile = "Ìåñòîðàçïîëîæåíèå íà òåêñòîâèÿ ôàéë";
$strModifications = "Ïðîìåíèòå áÿõà ñúõðàíåíè";
$strMySQLReloaded = "MySQL å ïðåçàðåäåí.";
$strMySQLSaid = "MySQL îòãîâîðè: ";
$strMySQLShowStatus = "Ïîêàæè ñúñòîÿíèåòî íà MySQL";
$strMySQLShowVars = "Ïîêàæè ñèñòåìíèòå ïðîìåíëèâè íà MySQL";
$strName = "Èìå";
$strNext = "Ñëåäâàù";
$strNo = "Íå";
$strNoTablesFound = "Â ÁÄ íÿìà òàáëèöè.";
$strNull = "Íóëà";
$strOftenQuotation = "Îáèêíîâåíî êàâè÷êè. ÏÎ ÈÇÁÎÐ îçíà÷àâà, ÷å ñàìî ïîëåòà char è varchar ñå çàãðàæäàò â êàâè÷êè.";
$strOptionalControls = "Ïî èçáîð. Êîíòðîëèðà êàê äà ñå ÷åòàò èëè ïèøàò ñïåöèàëíè ñèìâîëè.";
$strOptionally = "ÏÎ ÈÇÁÎÐ";
$strPos1 = "Íà÷àëî";
$strPrevious = "Ïðåäèøåí";
$strPrimary = "Ïúðâè÷åí";
$strPrimaryKey = "Ïúðâè÷åí êëþ÷";
$strProducedAnError = "äîâåäå äî ãðåøêà.";
$strProperties = "Ñâîéñòâà";
$strReadTheDocs = "Ïðî÷åòè äîêóìåíòàöèÿòà";
$strRecords = "Çàïèñè";
$strReloadFailed = "Íåóñïåøåí îïèò çà ïðåçàðåæäàíå íà MySQL.";
$strReloadMySQL = "Ïðåçàðåäè MySQL";
$strRenameTable = "Ïðåèìåíóâàé òàáëèöàòà íà";
$strRenameTableOK = "Òàáëèöà \$table áåøå ïðåèìåíóâàíà íà \$new_name";
$strReplace = "Çàìåñòè";
$strReplaceTable = "Çàìåñòè äàííèòå îò òàáëèöàòà ñ äàííèòå îò ôàéëà";
$strReset = "Èç÷èñòè";
$strRunSQLQuery = "Èçïúëíè SQL çàïèòâàíå çà ÁÄ ";
$strRunning = "ñòàðòèðàí íà ";
$strSQLQuery = "SQL-çàïèòâàíå";
$strSave = "Çàïèøè";
$strSelect = "Èçáåðè";
$strSelectFields = "Èçáåðè ïîëå (ìèíèìóì åäíî):";
$strSend = "èçïðàòè";
$strShowingRecords = "Ïîêàçâà çàïèñè ";
$strStrucCSV = "CSV äàííè";
$strStrucData = "Ñòðóêòóðà è äàííè";
$strStrucDrop = "Äîáàâè 'èçòðèé òàáëèöàòà'";
$strStrucOnly = "Ñàìî ñòðóêòóðàòà";
$strSubmit = "Èçïúëíè";
$strSuccess = "Âàøåòî SQL-çàïèòâàíå áåøå èçïúëíåíî óñïåøíî";
$strTable = "Òàáëèöà ";
$strTableStructure = "Ñòðóêòóðà íà òàáëèöà";
$strTerminatedBy = "Çàâúðøâàò íà";
$strTheContent = "Ñúäúðæàíèåòî íà ôàéëà áåøå èìïîðòèðàíî.";
$strTheContents = "Ñúäúðæàíèåòî íà ôàéëà çàìåñòâà ñúäúðæàíèåòî íà òàáëèöàòà çà ðåäîâå ñ èäåíòè÷íè ïúðâè÷íè èëè óíèêàëíè êëþ÷îâå.";
$strTheTerminator = "Ñèìâîë çà êðàé íà ïîëå.";
$strTotal = "âñè÷êî";
$strType = "Òèï";
$strUnique = "Óíèêàëíî";
$strValue = "Ñòîéíîñò";
$strViewDump = "Ïîêàæè äúìï (ñõåìà) íà òàáëèöàòà";
$strViewDumpDB = "Ïîêàæè äúìï (ñõåìà) íà ÁÄ";
$strWelcome = "Äîáðå äîøëè â ";
$strWrongUser = "Ãðåøíî èìå/ïàðîëà. Îòêàçàí äîñòúï.";
$strYes = "Äà";
$strMySQLShowProcess = "Ïîêàæè ïðîöåñèòå";
$strLogout = "Èçõîä îò ñèñòåìàòà";
$strQBE = "Çàïèòâàíå ïî ïðèìåð";
//$strSort = "Ñîðòèðàé";
//$strAscending = "Âúçõîäÿù";
//$strDescending = "Íèçõîäÿù";
$strShow = "Ïîêàæè";
//$strCriteria = "Êðèòåðèé";
//$strAnd = "È";
$strOr = "Èëè";
//$strModify = "Èçìåíè";
//$strAddDeleteRow = "Äîáàâè/èçòðèé ðåä ïî êðèòåðèé";
//$strAddDeleteColumn = "Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé";
//$strUpdateQuery = "Äîïúëíè Çàïèòâàíåòî";
//$strRunQuery = "Èçïúëíè Çàïèòâàíåòî";
//$strUseTables = "Èçïîëçâàé òàáëèöàòà";
$strBack = "Íàçàä";
$strTableComments = "Êîìåíòàðè êúì òàáëèöàòà";
$strSelectNumRows = "â çàïèòâàíåòî";
$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
$strAccessDenied = "Îòêàçàí äîñòúï";
$strAction = "Äåéñòâèå";
$strAddDeleteColumn = "Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé";
$strAddDeleteRow = "Äîáàâè/èçòðèé ðåä ïî êðèòåðèé";
$strAddNewField = "Äîáàâè íîâî ïîëå";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Äîáàâè óñëîâèå çà òúðñåíå (òÿëî çà \"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 = "È";
$strAnIndex = "Áåøå äîáàâåí èíäåêñ çà ";
$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 = "Áeøe äîáàâåí ïúðâè÷eí êëþ÷ êúì ";
$strAscending = "Âúçõîäÿù";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Àòðèáóòè";
$strBack = "Íàçàä";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Ïðåëèñòè";
$strCarriage = "Ñèìâîë CR: \\r";
$strChange = "Ïðîìåíè";
$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 = "Íàçâàíèå íà êîëîíà";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Êîïèðàé òàáëèöàòà â:";
$strCopyTableOK = "Òàáëèöà \$table áåøå êîïèðàíà â \$new_name.";
$strCreate = "Ñúçäàé";
$strCreateNewDatabase = "Ñúçäàé íîâà ÁÄ";
$strCreateNewTable = "Ñúçäàé íîâà òàáëèöà â ÁÄ ";
$strCriteria = "Êðèòåðèé";
$strData = "Data"; //to translate
$strDatabase = "ÁÄ ";
$strDatabases = "Áàçà Äàííè";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Ïî ïîäðàçáèðàíå";
$strDelete = "Èçòðèé";
$strDeleted = "Ðåäúò áåøå èçòðèò";
$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 = "Íèçõîäÿù";
$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 = "Èçïúëíè \"çàïèòâàíå ïî çàÿâêà\" (ñèìâîë çà çàìåñòâàíå: \"%\")";
$strDocu = "Äîêóìåíòàöèÿ";
$strDoYouReally = "Äåéñòâèòåëíî ëè æåëàåòå ";
$strDrop = "Óíèùîæè";
$strDropDB = "Óíèùîæè ÁÄ ";
$strDumpingData = "Äúìï (ñõåìà) íà äàííèòå â òàáëèöàòà";
$strDynamic = "dynamic"; //to translate
$strEdit = "Ðåäàêòèðàíå";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "Èçïðàçíè";
$strEmptyResultSet = "MySQL âúðíà ïðàçåí ðåçóëòàò (ò.å. íóëà ðåäîâå).";
$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 = "Çàãðàäåíè ñ ";
$strEnd = "Êðàé";
$strError = "Ãðåøêà";
$strEscapedBy = "Ñèìâîë Escape";
$strExtra = "Äîïúëíèòåëíî";
$strField = "Ïîëå";
$strFields = "Ïîëåòà";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Ôóíêöèÿ";
$strGo = "Èçïúëíè";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "áåøå ïðîìåíåíà.";
$strHasBeenCreated = "áåøå ñúçäàäåíà.";
$strHasBeenDropped = "áåøå óíèùîæåíà.";
$strHasBeenEmptied = "áåøå èçïðàçíåíà.";
$strHome = "Íà÷àëî";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "Õîñò";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "Àêî æåëàåòå äà çàðåäèòå ñàìî íÿêîè êîëîíè îò òàáëèöàòà, óêàæåòå ñïèñúê íà ïîëåòàòà ðàçäåëåíè ñúñ çàïåòàè.";
$strIndex = "Èíäåêñ";
$strIndexes = "Indexes"; //to translate
$strInsert = "Âìúêíè";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Âìúêíè â òàáëèöàòà";
$strInsertNewRow = "Âìúêíè íîâ ðåä";
$strInsertTextfiles = "Âìúêíè òåêñòîâè ôàéëîâå â òàáëèöàòà";
$strKeyname = "Èìå íà êëþ÷à";
$strLength = "Length"; //to translate
$strLengthSet = "Äúëæèíà";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "Ñèìâîë çà êðàé íà ðåä: \\n";
$strLines = "Ðåäîâå";
$strLocationTextfile = "Ìåñòîðàçïîëîæåíèå íà òåêñòîâèÿ ôàéë";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Èçõîä îò ñèñòåìàòà";
$strModifications = "Ïðîìåíèòå áÿõà ñúõðàíåíè";
$strModify = "Èçìåíè";
$strMySQLReloaded = "MySQL å ïðåçàðåäåí.";
$strMySQLSaid = "MySQL îòãîâîðè: ";
$strMySQLShowProcess = "Ïîêàæè ïðîöåñèòå";
$strMySQLShowStatus = "Ïîêàæè ñúñòîÿíèåòî íà MySQL";
$strMySQLShowVars = "Ïîêàæè ñèñòåìíèòå ïðîìåíëèâè íà MySQL";
$strName = "Èìå";
$strNext = "Ñëåäâàù";
$strNo = "Íå";
$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 = "Â ÁÄ íÿìà òàáëèöè.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Íóëà";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "Îáèêíîâåíî êàâè÷êè. ÏÎ ÈÇÁÎÐ îçíà÷àâà, ÷å ñàìî ïîëåòà char è varchar ñå çàãðàæäàò â êàâè÷êè.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Ïî èçáîð. Êîíòðîëèðà êàê äà ñå ÷åòàò èëè ïèøàò ñïåöèàëíè ñèìâîëè.";
$strOptionally = "ÏÎ ÈÇÁÎÐ";
$strOr = "Èëè";
$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 = "Íà÷àëî";
$strPrevious = "Ïðåäèøåí";
$strPrimary = "Ïúðâè÷åí";
$strPrimaryKey = "Ïúðâè÷åí êëþ÷";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "äîâåäå äî ãðåøêà.";
$strProperties = "Ñâîéñòâà";
$strQBE = "Çàïèòâàíå ïî ïðèìåð";
$strReadTheDocs = "Ïðî÷åòè äîêóìåíòàöèÿòà";
$strRecords = "Çàïèñè";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "Íåóñïåøåí îïèò çà ïðåçàðåæäàíå íà MySQL.";
$strReloadMySQL = "Ïðåçàðåäè MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Ïðåèìåíóâàé òàáëèöàòà íà";
$strRenameTableOK = "Òàáëèöà \$table áåøå ïðåèìåíóâàíà íà \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Çàìåñòè";
$strReplaceTable = "Çàìåñòè äàííèòå îò òàáëèöàòà ñ äàííèòå îò ôàéëà";
$strReset = "Èç÷èñòè";
$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 = "ñòàðòèðàí íà ";
$strRunQuery = "Èçïúëíè Çàïèòâàíåòî";
$strRunSQLQuery = "Èçïúëíè SQL çàïèòâàíå çà ÁÄ ";
$strSave = "Çàïèøè";
$strSelect = "Èçáåðè";
$strSelectFields = "Èçáåðè ïîëå (ìèíèìóì åäíî):";
$strSelectNumRows = "â çàïèòâàíåòî";
$strSend = "èçïðàòè";
$strSequence = "Seq."; //to translate
$strShow = "Ïîêàæè";
$strShowingRecords = "Ïîêàçâà çàïèñè ";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = "Ñîðòèðàé";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-çàïèòâàíå";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV äàííè";
$strStrucData = "Ñòðóêòóðà è äàííè";
$strStrucDrop = "Äîáàâè 'èçòðèé òàáëèöàòà'";
$strStrucOnly = "Ñàìî ñòðóêòóðàòà";
$strSubmit = "Èçïúëíè";
$strSuccess = "Âàøåòî SQL-çàïèòâàíå áåøå èçïúëíåíî óñïåøíî";
$strTable = "Òàáëèöà ";
$strTableComments = "Êîìåíòàðè êúì òàáëèöàòà";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "Ñòðóêòóðà íà òàáëèöà";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "Çàâúðøâàò íà";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Ñúäúðæàíèåòî íà ôàéëà áåøå èìïîðòèðàíî.";
$strTheContents = "Ñúäúðæàíèåòî íà ôàéëà çàìåñòâà ñúäúðæàíèåòî íà òàáëèöàòà çà ðåäîâå ñ èäåíòè÷íè ïúðâè÷íè èëè óíèêàëíè êëþ÷îâå.";
$strTheTerminator = "Ñèìâîë çà êðàé íà ïîëå.";
$strTotal = "âñè÷êî";
$strType = "Òèï";
$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 = "Äîïúëíè Çàïèòâàíåòî";
$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 = "Èçïîëçâàé òàáëèöàòà";
$strValue = "Ñòîéíîñò";
$strViewDump = "Ïîêàæè äúìï (ñõåìà) íà òàáëèöàòà";
$strViewDumpDB = "Ïîêàæè äúìï (ñõåìà) íà ÁÄ";
$strWelcome = "Äîáðå äîøëè â ";
$strWrongUser = "Ãðåøíî èìå/ïàðîëà. Îòêàçàí äîñòúï.";
$strYes = "Äà";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -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).";
$strBrowse = "Navega";
$strSelect = "Sel&middot;lecciona";
$strInsert = "Inserta";
$strProperties = "Propietats";
$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 &egrave;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&oacute; del fitxer de text";
$strReplaceTable = "Substitu&iuml;r les dades de la taula pel fitxer ";
$strReplace = "Substitu&iuml;r";
$strTheContents = "El contingut del fitxer substitu&iuml;r&agrave; els continguts de les taules sel.leccionades a les files que contenen la mateixa clau &uacute;nica o prim&agrave;ria";
$strTerminatedBy = "acabat per";
$strTheTerminator = "El separador de camps.";
$strEnclosedBy = "tancat entre";
$strOptionally = "OPCIONALMENT";
$strOftenQuotation = "Marques sint&agrave;ctiques. OPCIONALMENT vol dir que nom&eacute;s els camps de tipus char i varchar van \"tancats dins\" \"-aquest car&agrave;cter.";
$strEscapedBy = "escapat per";
$strOptionalControls = "Opcional. Controla com llegir o escriure car&agrave;cters especials.";
$strLines = "L&iacute;nies";
$strCarriage = "Retorn de l&iacute;nia: \\r";
$strLineFeed = "Salt de l&iacute;nia: \\n";
$strInsertIntoTable = "Inserir a la taula";
$strColumnNames = "Nom de les col&middot;lumnes";
$strIfYouWish = "Si nom&eacute;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&oacute;";
$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&oacute;";
$strChange = "Canvi";
$strAPrimaryKey = "Afegida una clau prim&agrave;ria a ";
$strAnIndex = "Afegit un &iacute;ndex a ";
$strPrimary = "Prim&agrave;ria";
$strIndex = "Index";
$strUnique = "&Uacute;nica";
$strKeyname = "NomClau";
$strPrimaryKey = "Clau Prim&agrave;ria";
$strAddNewField = "Afegir un camp nou";
$strViewDump = "Veure un esquema de la taula";
$strLengthSet = "Longitud";
$strSQLQuery = "crida SQL";
$strProducedAnError = "ha produ&iuml;t una errada.";
$strModifications = "Les modificacions han estat guardades";
$strSelectFields = "Sel&middot;lecciona els camps (un com a m&iacute;nim):";
$strAddSearchConditions = "Afegeix condicions de recerca (cos de la cl&agrave;usula \"where\"):";
$strDoAQuery = "Fer un \"petici&oacute; segons exemple\" (comod&iacute;: \"%\")";
$strDeleted = "La fila ha estat esborrada";
$strDelete = "Esborrar";
$strEdit = "Editar";
$strPrevious = "Anterior";
$strNext = "Seg&uuml;ent";
$strMySQLShowStatus = "Mostra la informaci&oacute; 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&eacute;s l'estructura";
$strStrucData = "Estructura i dades";
$strCopyTableOK = "La taula \$table ha estat copiada a \$new_name.";
$strFunction = "Funci&oacute;";
$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&oacute;";
$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
$strAccessDenied = "Access denegat";
$strAction = "Acci&oacute;";
$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&agrave;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 &iacute;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&agrave;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";
$strCarriage = "Retorn de l&iacute;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&middot;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&oacute; segons exemple\" (comod&iacute;: \"%\")";
$strDocu = "Documentaci&oacute;";
$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&oacute;";
$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.";
$strHome = "Inici";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "Servidor";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "Si nom&eacute;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&iacute;nia: \\n";
$strLines = "L&iacute;nies";
$strLocationTextfile = "Ubicaci&oacute; 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&oacute; de funcionament del MySQL";
$strMySQLShowVars = "Mostra les variables de sistema del MySQL";
$strName = "Nom";
$strNext = "Seg&uuml;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&agrave;ctiques. OPCIONALMENT vol dir que nom&eacute;s els camps de tipus char i varchar van \"tancats dins\" \"-aquest car&agrave;cter.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Opcional. Controla com llegir o escriure car&agrave;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&agrave;ria";
$strPrimaryKey = "Clau Prim&agrave;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&iuml;t una errada.";
$strProperties = "Propietats";
$strQBE = "Query by Example"; //to translate
$strReadTheDocs = "Llegeix la documentaci&oacute;";
$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&iuml;r";
$strReplaceTable = "Substitu&iuml;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&middot;lecciona";
$strSelectFields = "Sel&middot;lecciona els camps (un com a m&iacute;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&eacute;s l'estructura";
$strSubmit = "Enviar";
$strSuccess = "La vostra comanda SQL ha estat executada amb &egrave;xit";
$strTable = "taula ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //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&iuml;r&agrave; els continguts de les taules sel.leccionades a les files que contenen la mateixa clau &uacute;nica o prim&agrave;ria";
$strTheTerminator = "El separador de camps.";
$strTotal = "total";
$strType = "Tipus";
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "&Uacute;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)
?>

View File

@ -1,194 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "已經建立了一個主鍵於 ";
$strAccessDenied = "訪問被拒絕";
$strAction = "執行操作";
$strAddNewField = "添加新字段";
$strAddSearchConditions = "添加檢索條件 (\"where\" 語句的主體)";
$strAnIndex = "已經添加了一個索引於 ";
$strAttr = "屬性";
$strBrowse = "瀏覽";
$strCarriage = "回車: \\r";
$strChange = "改變";
$strColumnNames = "字段名";
$strCopyTable = "復制數據表為:";
$strCopyTableOK = "數據表 \$table 已經成功復制為 \$new_name。";
$strCreate = "建立";
$strCreateNewDatabase = "建立一個新的數據庫";
$strCreateNewTable = "建立一個新的數據表與數據庫 ";
$strDatabase = "數據庫 ";
$strDatabases = "數據庫";
$strDefault = "缺省值";
$strDelete = "刪除";
$strDeleted = "該記錄已經被刪除。";
$strDoAQuery = "請執行 \"查詢示例\" (通配符: \"%\")";
$strDoYouReally = "請確認要 ";
$strDocu = "文檔";
$strDrop = "丟棄";
$strDropDB = "丟棄數據庫 ";
$strDumpingData = "導出下面的數據庫內容";
$strEdit = "編輯";
$strEmpty = "清空";
$strEmptyResultSet = "MySQL 返回的查詢結果為空。 (原因可能為:沒有找到符合條件的記錄。)";
$strEnclosedBy = "由何字符括起來";
$strEnd = "結束";
$strError = "錯誤";
$strEscapedBy = "轉義符";
$strExtra = "額外";
$strField = "字段";
$strFields = "字段";
$strFunction = "功能";
$strGo = "開始";
$strHasBeenAltered = "已經被修改。";
$strHasBeenCreated = "已經建立。";
$strHasBeenDropped = "已經被丟棄。";
$strHasBeenEmptied = "已經被清空。";
$strHome = "主目錄";
$strHost = "主機";
$strIfYouWish = "如果你要指定調入的字段,那麼請給出用逗號隔開的字段列表。";
$strIndex = "索引";
$strInsert = "插入";
$strInsertIntoTable = "插入於數據表";
$strInsertNewRow = "插入新記錄";
$strInsertTextfiles = "從文本文件中提取數據,插入到數據表:";
$strKeyname = "鍵名";
$strLengthSet = "長度/Set";
$strLineFeed = "換行:\\n";
$strLines = "行數 ";
$strLocationTextfile = "文本文件的位置";
$strModifications = "修改後的數據已經存盤。";
$strMySQLReloaded = "MySQL 重新啟動完成。";
$strMySQLSaid = "MySQL 返回:";
$strMySQLShowStatus = "顯示 MySQL 的運行信息";
$strMySQLShowVars = "顯示 MySQL 的繫統變量";
$strName = "名字";
$strNext = "下一個";
$strNo = "";
$strNoTablesFound = "數據庫中沒有數據表。";
$strNull = "Null";
$strOftenQuotation = "通常為引號。 ”選中“ 表示使用引號。因為隻有 char 和 varchar 類型的數據需要用引號括起來。";
$strOptionalControls = "可選。用於讀取或寫入特殊的字符。";
$strOptionally = "選中";
$strPos1 = "開始";
$strPrevious = "前一個";
$strPrimary = "鍵名";
$strPrimaryKey = "主鍵";
$strProducedAnError = "產生一個錯誤。";
$strProperties = "屬性";
$strReadTheDocs = "參照以下文檔 ";
$strRecords = "記錄";
$strReloadFailed = "MySQL 重起失敗。";
$strReloadMySQL = "重起 MySQL";
$strRenameTable = "將數據表改名為";
$strRenameTableOK = "數據表 \$table 名字已經被該成 \$new_name。";
$strReplace = "替換";
$strReplaceTable = "將數據表的數據用以下文本文件替換:";
$strReset = "重置";
$strRunSQLQuery = "在下面指定的數據庫中運行 SQL 語句: ";
$strRunning = "運行於 ";
$strSQLQuery = "SQL 語句";
$strSave = "存儲";
$strSelect = "選擇";
$strSelectFields = "至少選擇一個字段:";
$strSend = "發送";
$strShowingRecords = "顯示記錄 ";
$strStrucCSV = "CSV 數據";
$strStrucData = "結構和數據";
$strStrucDrop = "添加 'drop table'";
$strStrucOnly = "隻選擇結構";
$strSubmit = "發送";
$strSuccess = "你運行的 SQL 語句已經成功運行了。";
$strTable = "數據表 ";
$strTableStructure = "數據表的結構";
$strTerminatedBy = "語句結束符:";
$strTheContent = "文件中的內容已經插入到數據表中。";
$strTheContents = "文件中的內容將會取代 所選定的數據表中具有 相同的主鍵或唯一鍵的 記錄。";
$strTheTerminator = "這些字段的結束符";
$strTotal = "總計";
$strType = "類型";
$strUnique = "唯一";
$strValue = "";
$strViewDump = "查看數據表的結構和摘要信息。";
$strViewDumpDB = "查看數據庫的結構和摘要信息。";
$strWelcome = "歡迎使用 ";
$strWrongUser = "密碼錯誤,訪問被拒絕。";
$strYes = "";
$strMySQLShowProcess = "顯示進程";
$strLogout = "退出繫統";
$strQBE = "查詢模板";
$strBack = "返回";
$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
$strAccessDenied = "訪問被拒絕";
$strAction = "執行操作";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "添加新字段";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "添加檢索條件 (\"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 = "已經添加了一個索引於 ";
$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 = "已經建立了一個主鍵於 ";
$strAscending = ""; //to translate, but its not in use ...
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "屬性";
$strBack = "返回";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "瀏覽";
$strCarriage = "回車: \\r";
$strChange = "改變";
$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 = "字段名";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "復制數據表為:";
$strCopyTableOK = "數據表 \$table 已經成功復制為 \$new_name。";
$strCreate = "建立";
$strCreateNewDatabase = "建立一個新的數據庫";
$strCreateNewTable = "建立一個新的數據表與數據庫 ";
$strCriteria = ""; //to translate, but its not in use ...
$strData = "Data"; //to translate
$strDatabase = "數據庫 ";
$strDatabases = "數據庫";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "缺省值";
$strDelete = "刪除";
$strDeleted = "該記錄已經被刪除。";
$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 = "請執行 \"查詢示例\" (通配符: \"%\")";
$strDocu = "文檔";
$strDoYouReally = "請確認要 ";
$strDrop = "丟棄";
$strDropDB = "丟棄數據庫 ";
$strDumpingData = "導出下面的數據庫內容";
$strDynamic = "dynamic"; //to translate
$strEdit = "編輯";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "清空";
$strEmptyResultSet = "MySQL 返回的查詢結果為空。 (原因可能為:沒有找到符合條件的記錄。)";
$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 = "由何字符括起來";
$strEnd = "結束";
$strError = "錯誤";
$strEscapedBy = "轉義符";
$strExtra = "額外";
$strField = "字段";
$strFields = "字段";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "功能";
$strGo = "開始";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "已經被修改。";
$strHasBeenCreated = "已經建立。";
$strHasBeenDropped = "已經被丟棄。";
$strHasBeenEmptied = "已經被清空。";
$strHome = "主目錄";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "主機";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "如果你要指定調入的字段,那麼請給出用逗號隔開的字段列表。";
$strIndex = "索引";
$strIndexes = "Indexes"; //to translate
$strInsert = "插入";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "插入於數據表";
$strInsertNewRow = "插入新記錄";
$strInsertTextfiles = "從文本文件中提取數據,插入到數據表:";
$strKeyname = "鍵名";
$strLength = "Length"; //to translate
$strLengthSet = "長度/Set";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "換行:\\n";
$strLines = "行數 ";
$strLocationTextfile = "文本文件的位置";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "退出繫統";
$strModifications = "修改後的數據已經存盤。";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL 重新啟動完成。";
$strMySQLSaid = "MySQL 返回:";
$strMySQLShowProcess = "顯示進程";
$strMySQLShowStatus = "顯示 MySQL 的運行信息";
$strMySQLShowVars = "顯示 MySQL 的繫統變量";
$strName = "名字";
$strNext = "下一個";
$strNo = "";
$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 = "數據庫中沒有數據表。";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "通常為引號。 ”選中“ 表示使用引號。因為隻有 char 和 varchar 類型的數據需要用引號括起來。";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "可選。用於讀取或寫入特殊的字符。";
$strOptionally = "選中";
$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 = "開始";
$strPrevious = "前一個";
$strPrimary = "鍵名";
$strPrimaryKey = "主鍵";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "產生一個錯誤。";
$strProperties = "屬性";
$strQBE = "查詢模板";
$strReadTheDocs = "參照以下文檔 ";
$strRecords = "記錄";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "MySQL 重起失敗。";
$strReloadMySQL = "重起 MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "將數據表改名為";
$strRenameTableOK = "數據表 \$table 名字已經被該成 \$new_name。";
$strRepairTable = "Repair table"; //to translate
$strReplace = "替換";
$strReplaceTable = "將數據表的數據用以下文本文件替換:";
$strReset = "重置";
$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 = "運行於 ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "在下面指定的數據庫中運行 SQL 語句: ";
$strSave = "存儲";
$strSelect = "選擇";
$strSelectFields = "至少選擇一個字段:";
$strSelectNumRows = "in query"; //to translate
$strSend = "發送";
$strSequence = "Seq."; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "顯示記錄 ";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL 語句";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV 數據";
$strStrucData = "結構和數據";
$strStrucDrop = "添加 'drop table'";
$strStrucOnly = "隻選擇結構";
$strSubmit = "發送";
$strSuccess = "你運行的 SQL 語句已經成功運行了。";
$strTable = "數據表 ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "數據表的結構";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "語句結束符:";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "文件中的內容已經插入到數據表中。";
$strTheContents = "文件中的內容將會取代 所選定的數據表中具有 相同的主鍵或唯一鍵的 記錄。";
$strTheTerminator = "這些字段的結束符";
$strTotal = "總計";
$strType = "類型";
$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 = "查看數據表的結構和摘要信息。";
$strViewDumpDB = "查看數據庫的結構和摘要信息。";
$strWelcome = "歡迎使用 ";
$strWrongUser = "密碼錯誤,訪問被拒絕。";
$strYes = "";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,194 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "已经建立了一个主键于 ";
$strAccessDenied = "访问被拒绝";
$strAction = "执行操作";
$strAddNewField = "添加新字段";
$strAddSearchConditions = "添加检索条件 (\"where\" 语句的主体)";
$strAnIndex = "已经添加了一个索引于 ";
$strAttr = "属性";
$strBrowse = "浏览";
$strCarriage = "回车: \\r";
$strChange = "改变";
$strColumnNames = "字段名";
$strCopyTable = "复制数据表为:";
$strCopyTableOK = "数据表 \$table 已经成功复制为 \$new_name。";
$strCreate = "建立";
$strCreateNewDatabase = "建立一个新的数据库";
$strCreateNewTable = "建立一个新的数据表与数据库 ";
$strDatabase = "数据库 ";
$strDatabases = "数据库";
$strDefault = "缺省值";
$strDelete = "删除";
$strDeleted = "该记录已经被删除。";
$strDoAQuery = "请执行 \"查询示例\" (通配符: \"%\")";
$strDoYouReally = "请确认要 ";
$strDocu = "文档";
$strDrop = "丢弃";
$strDropDB = "丢弃数据库 ";
$strDumpingData = "导出下面的数据库内容";
$strEdit = "编辑";
$strEmpty = "清空";
$strEmptyResultSet = "MySQL 返回的查询结果为空。 (原因可能为:没有找到符合条件的记录。)";
$strEnclosedBy = "由何字符括起来";
$strEnd = "结束";
$strError = "错误";
$strEscapedBy = "转义符";
$strExtra = "额外";
$strField = "字段";
$strFields = "字段";
$strFunction = "功能";
$strGo = "开始";
$strHasBeenAltered = "已经被修改。";
$strHasBeenCreated = "已经建立。";
$strHasBeenDropped = "已经被丢弃。";
$strHasBeenEmptied = "已经被清空。";
$strHome = "主目录";
$strHost = "主机";
$strIfYouWish = "如果你要指定调入的字段,那么请给出用逗号隔开的字段列表。";
$strIndex = "索引";
$strInsert = "插入";
$strInsertIntoTable = "插入于数据表";
$strInsertNewRow = "插入新记录";
$strInsertTextfiles = "从文本文件中提取数据,插入到数据表:";
$strKeyname = "键名";
$strLengthSet = "长度/Set";
$strLineFeed = "换行:\\n";
$strLines = "行数 ";
$strLocationTextfile = "文本文件的位置";
$strModifications = "修改后的数据已经存盘。";
$strMySQLReloaded = "MySQL 重新启动完成。";
$strMySQLSaid = "MySQL 返回:";
$strMySQLShowStatus = "显示 MySQL 的运行信息";
$strMySQLShowVars = "显示 MySQL 的系统变量";
$strName = "名字";
$strNext = "下一个";
$strNo = "";
$strNoTablesFound = "数据库中没有数据表。";
$strNull = "Null";
$strOftenQuotation = "通常为引号。 ”选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。";
$strOptionalControls = "可选。用于读取或写入特殊的字符。";
$strOptionally = "选中";
$strPos1 = "开始";
$strPrevious = "前一个";
$strPrimary = "键名";
$strPrimaryKey = "主键";
$strProducedAnError = "产生一个错误。";
$strProperties = "属性";
$strReadTheDocs = "参照以下文档 ";
$strRecords = "记录";
$strReloadFailed = "MySQL 重起失败。";
$strReloadMySQL = "重起 MySQL";
$strRenameTable = "将数据表改名为";
$strRenameTableOK = "数据表 \$table 名字已经被该成 \$new_name。";
$strReplace = "替换";
$strReplaceTable = "将数据表的数据用以下文本文件替换:";
$strReset = "重置";
$strRunSQLQuery = "在下面指定的数据库中运行 SQL 语句: ";
$strRunning = "运行于 ";
$strSQLQuery = "SQL 语句";
$strSave = "存储";
$strSelect = "选择";
$strSelectFields = "至少选择一个字段:";
$strSend = "发送";
$strShowingRecords = "显示记录 ";
$strStrucCSV = "CSV 数据";
$strStrucData = "结构和数据";
$strStrucDrop = "添加 'drop table'";
$strStrucOnly = "只选择结构";
$strSubmit = "发送";
$strSuccess = "你运行的 SQL 语句已经成功运行了。";
$strTable = "数据表 ";
$strTableStructure = "数据表的结构";
$strTerminatedBy = "语句结束符:";
$strTheContent = "文件中的内容已经插入到数据表中。";
$strTheContents = "文件中的内容将会取代 所选定的数据表中具有 相同的主键或唯一键的 记录。";
$strTheTerminator = "这些字段的结束符";
$strTotal = "总计";
$strType = "类型";
$strUnique = "唯一";
$strValue = "";
$strViewDump = "查看数据表的结构和摘要信息。";
$strViewDumpDB = "查看数据库的结构和摘要信息。";
$strWelcome = "欢迎使用 ";
$strWrongUser = "密码错误,访问被拒绝。";
$strYes = "";
$strMySQLShowProcess = "显示进程";
$strLogout = "退出系统";
$strQBE = "查询模板";
$strBack = "返回";
$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
$strAccessDenied = "访问被拒绝";
$strAction = "执行操作";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "添加新字段";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "添加检索条件 (\"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 = "已经添加了一个索引于 ";
$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 = "已经建立了一个主键于 ";
$strAscending = ""; //to translate, but its not in use ...
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "属性";
$strBack = "返回";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "浏览";
$strCarriage = "回车: \\r";
$strChange = "改变";
$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 = "字段名";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "复制数据表为:";
$strCopyTableOK = "数据表 \$table 已经成功复制为 \$new_name。";
$strCreate = "建立";
$strCreateNewDatabase = "建立一个新的数据库";
$strCreateNewTable = "建立一个新的数据表与数据库 ";
$strCriteria = ""; //to translate, but its not in use ...
$strData = "Data"; //to translate
$strDatabase = "数据库 ";
$strDatabases = "数据库";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "缺省值";
$strDelete = "删除";
$strDeleted = "该记录已经被删除。";
$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 = "请执行 \"查询示例\" (通配符: \"%\")";
$strDocu = "文档";
$strDoYouReally = "请确认要 ";
$strDrop = "丢弃";
$strDropDB = "丢弃数据库 ";
$strDumpingData = "导出下面的数据库内容";
$strDynamic = "dynamic"; //to translate
$strEdit = "编辑";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "清空";
$strEmptyResultSet = "MySQL 返回的查询结果为空。 (原因可能为:没有找到符合条件的记录。)";
$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 = "由何字符括起来";
$strEnd = "结束";
$strError = "错误";
$strEscapedBy = "转义符";
$strExtra = "额外";
$strField = "字段";
$strFields = "字段";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "功能";
$strGo = "开始";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "已经被修改。";
$strHasBeenCreated = "已经建立。";
$strHasBeenDropped = "已经被丢弃。";
$strHasBeenEmptied = "已经被清空。";
$strHome = "主目录";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "主机";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "如果你要指定调入的字段,那么请给出用逗号隔开的字段列表。";
$strIndex = "索引";
$strIndexes = "Indexes"; //to translate
$strInsert = "插入";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "插入于数据表";
$strInsertNewRow = "插入新记录";
$strInsertTextfiles = "从文本文件中提取数据,插入到数据表:";
$strKeyname = "键名";
$strLength = "Length"; //to translate
$strLengthSet = "长度/Set";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "换行:\\n";
$strLines = "行数 ";
$strLocationTextfile = "文本文件的位置";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "退出系统";
$strModifications = "修改后的数据已经存盘。";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL 重新启动完成。";
$strMySQLSaid = "MySQL 返回:";
$strMySQLShowProcess = "显示进程";
$strMySQLShowStatus = "显示 MySQL 的运行信息";
$strMySQLShowVars = "显示 MySQL 的系统变量";
$strName = "名字";
$strNext = "下一个";
$strNo = "";
$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 = "数据库中没有数据表。";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "通常为引号。 ”选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "可选。用于读取或写入特殊的字符。";
$strOptionally = "选中";
$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 = "开始";
$strPrevious = "前一个";
$strPrimary = "键名";
$strPrimaryKey = "主键";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "产生一个错误。";
$strProperties = "属性";
$strQBE = "查询模板";
$strReadTheDocs = "参照以下文档 ";
$strRecords = "记录";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "MySQL 重起失败。";
$strReloadMySQL = "重起 MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "将数据表改名为";
$strRenameTableOK = "数据表 \$table 名字已经被该成 \$new_name。";
$strRepairTable = "Repair table"; //to translate
$strReplace = "替换";
$strReplaceTable = "将数据表的数据用以下文本文件替换:";
$strReset = "重置";
$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 = "运行于 ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "在下面指定的数据库中运行 SQL 语句: ";
$strSave = "存储";
$strSelect = "选择";
$strSelectFields = "至少选择一个字段:";
$strSelectNumRows = "in query"; //to translate
$strSend = "发送";
$strSequence = "Seq."; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "显示记录 ";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = ""; //to translate, but its not in use ...
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL 语句";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV 数据";
$strStrucData = "结构和数据";
$strStrucDrop = "添加 'drop table'";
$strStrucOnly = "只选择结构";
$strSubmit = "发送";
$strSuccess = "你运行的 SQL 语句已经成功运行了。";
$strTable = "数据表 ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "数据表的结构";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "语句结束符:";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "文件中的内容已经插入到数据表中。";
$strTheContents = "文件中的内容将会取代 所选定的数据表中具有 相同的主键或唯一键的 记录。";
$strTheTerminator = "这些字段的结束符";
$strTotal = "总计";
$strType = "类型";
$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 = "查看数据表的结构和摘要信息。";
$strViewDumpDB = "查看数据库的结构和摘要信息。";
$strWelcome = "欢迎使用 ";
$strWrongUser = "密码错误,访问被拒绝。";
$strYes = "";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,207 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "Byl pøidán primární klíè na ";
$strAccessDenied = "Pøístup odepøen";
$strAction = "Akce";
$strAddNewField = "Pøidat nové pole";
$strAddSearchConditions = "Pøidat vyhledávací parametry (obsah dotazu po \"where\" pøíkazu):";
$strAfter = "Po";
$strAnIndex = "Byl pøidán index na ";
$strAtBeginningOfTable = "Na zaèátku tabulky";
$strAtEndOfTable = "Na konci tabulky";
$strAttr = "Atributy";
$strBrowse = "Projít";
$strCarriage = "Návrat vozíku (Carriage return): \\r";
$strChange = "Zmìnit";
$strColumnNames = "Názvy sloupcù";
$strCopyTable = "Zkopírovat tabulku do:";
$strCopyTableOK = "Tabulka \$table byla zkopírována do \$new_name.";
$strCreate = "Vytvoøit";
$strCreateNewDatabase = "Vytvoøit novou databázi";
$strCreateNewTable = "Vytvoøit novou tabulku v databázi ";
$strDatabase = "Databáze ";
$strDatabases = "databáze";
$strDefault = "Vychozí";
$strDelete = "Smazat";
$strDeleted = "Øádek byl smazán";
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
$strDoYouReally = "Opravdu si pøeješ vykonat pøíkaz ";
$strDocu = "Dokumentace";
$strDrop = "Odstranit";
$strDropDB = "Odstranit databázi ";
$strDumpingData = "Dumpuji data pro tabulku";
$strEdit = "Editovat";
$strEmpty = "Vyprázdnit";
$strEmptyResultSet = "MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).";
$strEnclosedBy = "uzavøen do";
$strEnd = "Konec";
$strError = "Chyba";
$strEscapedBy = "uvozeno pomocí";
$strExtra = "Extra"; //to translate
$strField = "Pole";
$strFields = "Poèet polí";
$strFunction = "Funkce";
$strGo = "Proveï";
$strHasBeenAltered = "byla zmìnìna.";
$strHasBeenCreated = "byla vytvoøena.";
$strHasBeenDropped = "byla odstranìna.";
$strHasBeenEmptied = "byla vyprázdnìna.";
$strHome = "Domu";
$strHost = "Hostitel";
$strIfYouWish = "Pokud si pøeješ natáhnout jenom urèité sloupce z tabulky, specifikuj je jako seznam polí oddìlených èárkou.";
$strIndex = "Index";
$strInsert = "Vložit";
$strInsertIntoTable = "Vložit do tabulky";
$strInsertNewRow = "Vložit nový øádek";
$strInsertTextfiles = "Vložit textové soubory do tabulky";
$strKeyname = "Klíèovy název";
$strLengthSet = "Délka/Set";
$strLineFeed = "Ukonèení øádku (Linefeed): \\n";
$strLines = "Øádek";
$strLocationTextfile = "Umístìní textového souboru";
$strModifications = "Zmìny byly uloženy";
$strMySQLReloaded = "MySQL znovu-naètena.";
$strMySQLSaid = "MySQL hlásí: ";
$strMySQLShowStatus = "Ukázat MySQL runtime informace";
$strMySQLShowVars = "Ukázat MySQL systemove promìnné";
$strName = "Název";
$strNext = "Další";
$strNo = "Ne";
$strNoTablesFound = "V databázi nebyla nalezena ani jedna tabulka.";
$strNull = "Nulový";
$strOftenQuotation = "Èasto uvozující znaky. OPTIONALLY znamená, že pouze pole typu CHAR a VARCHAR jsou uzavøeny do \"uzavíracích \" znakù.";
$strOptionalControls = "Volitelné. Urèuje jak zapisovat nebo èíst speciální znaky.";
$strOptionally = "Volitelnì";
$strPos1 = "Zaèátek";
$strPrevious = "Pøedchozí";
$strPrimary = "Primární";
$strPrimaryKey = "Primární klíè";
$strPrinterFriendly = "Verze urèená pro tisk";
$strProducedAnError = "vytvoøil chybu.";
$strProperties = "Vlastnosti";
$strReadTheDocs = "Pøeèti dokumentaci";
$strRecords = "Záznamù";
$strReloadFailed = "Znovunaètení MySQL selhalo.";
$strReloadMySQL = "Znovunaètení MySQL";
$strRenameTable = "Pøejmenovat tabulku na";
$strRenameTableOK = "Tabulka \$table byla pøejmenována na \$new_name";
$strReplace = "Pøepsat";
$strReplaceTable = "Pøepsat data tabulky souborem";
$strReset = "P§vodní (reset)";
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na databázi ";
$strRunning = "bìžící na ";
$strSQLQuery = "SQL-dotaz";
$strSave = "Ulož";
$strSelect = "Vybrat";
$strSelectFields = "Zvol pole (alespoò jedno):";
$strSend = "Pošli";
$strShowingRecords = "Ukazuji záznamy ";
$strStrucCSV = "CSV data";
$strStrucData = "Strukturu a data";
$strStrucDrop = "Pøidej 'Vymaž tabulku'";
$strStrucOnly = "Pouze strukturu";
$strSubmit = "Odešli";
$strSuccess = "Tvùj SQL-dotaz byl úspìšnì vykonán";
$strTable = "Tabulka ";
$strTableStructure = "Struktura tabulky pro tabulku";
$strTerminatedBy = "ukonèen";
$strTheContent = "Obsah tvého souboru byl vložen";
$strTheContents = "Obsah souboru pøepíše obsah zvolené tabulky v tìch øádcích, kde je identický primární nebo unikátní klíè.";
$strTheTerminator = "Ukonèení polí.";
$strTotal = "celkem";
$strType = "Typ";
$strUnique = "Unikátní";
$strValue = "Hodnota";
$strViewDump = "Ukaž dump (schema) tabulky";
$strViewDumpDB = "Ukaž dump (schema) databáze";
$strWelcome = "Vítej v ";
$strWrongUser = "Špatné uživatelské jméno/heslo. Pøístup odepøen.";
$strYes = "Ano";
$strMySQLShowProcess = "Zobraz procesy";
$strLogout = "Odhlásit se";
$strQBE = "Dotaz podle pøíkladu";
$strBack = "Zpìt";
$strTableComments = "Komentáøe k tabulce";
$strOr = "nebo";
$strSelectNumRows = "v dotazu";
$strCompleteInserts = "Uplné vloženi";
$strLimitNumRows = "záznamu na stránku";
$strDisplay = "Zobraz";
$strShow = "Zobraz";
$strRowsFrom = "øadky zaèínající od";
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tvé konfiguraci PHP enginu. PhpMyAdmin toto potøebuje pro svoji korektní praci. Prosím, zkontroluj konfiguraci popø. v manuálu pro PHP vyhledej informaci jak toto povolit.";
$strPrintView = "Náhled k vytištìní";
$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
$strAccessDenied = "Pøístup odepøen";
$strAction = "Akce";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "Pøidat nové pole";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Pøidat vyhledávací parametry (obsah dotazu po \"where\" pøí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á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án primární klíè na ";
$strAscending = ""; //to translate, but its not in use ...
$strAtBeginningOfTable = "Na zaèátku tabulky";
$strAtEndOfTable = "Na konci tabulky";
$strAttr = "Atributy";
$strBack = "Zpì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ít";
$strCarriage = "Návrat vozíku (Carriage return): \\r";
$strChange = "Zmì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ázvy sloupcù";
$strCompleteInserts = "Uplné vloženi";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Zkopírovat tabulku do:";
$strCopyTableOK = "Tabulka \$table byla zkopírována do \$new_name.";
$strCreate = "Vytvoøit";
$strCreateNewDatabase = "Vytvoøit novou databázi";
$strCreateNewTable = "Vytvoøit novou tabulku v databázi ";
$strCriteria = ""; //to translate, but its not in use ...
$strData = "Data"; //to translate
$strDatabase = "Databáze ";
$strDatabases = "databáze";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Vychozí";
$strDelete = "Smazat";
$strDeleted = "Øádek byl smazá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
$strDocu = "Dokumentace";
$strDoYouReally = "Opravdu si pøeješ vykonat pøíkaz ";
$strDrop = "Odstranit";
$strDropDB = "Odstranit databázi ";
$strDumpingData = "Dumpuji data pro tabulku";
$strDynamic = "dynamic"; //to translate
$strEdit = "Editovat";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "Vyprázdnit";
$strEmptyResultSet = "MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).";
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tvé konfiguraci PHP enginu. PhpMyAdmin toto potøebuje pro svoji korektní praci. Prosím, zkontroluj konfiguraci popø. v manuálu pro PHP vyhledej informaci jak toto povolit.";
$strEnclosedBy = "uzavøen do";
$strEnd = "Konec";
$strError = "Chyba";
$strEscapedBy = "uvozeno pomocí";
$strExtra = "Extra"; //to translate
$strField = "Pole";
$strFields = "Poèet polí";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Funkce";
$strGo = "Proveï";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "byla zmìnìna.";
$strHasBeenCreated = "byla vytvoøena.";
$strHasBeenDropped = "byla odstranìna.";
$strHasBeenEmptied = "byla vyprázdnì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š natáhnout jenom urèité sloupce z tabulky, specifikuj je jako seznam polí oddìlených èárkou.";
$strIndex = "Index";
$strIndexes = "Indexes"; //to translate
$strInsert = "Vložit";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Vložit do tabulky";
$strInsertNewRow = "Vložit nový øádek";
$strInsertTextfiles = "Vložit textové soubory do tabulky";
$strKeyname = "Klíèovy název";
$strLength = "Length"; //to translate
$strLengthSet = "Délka/Set";
$strLimitNumRows = "záznamu na stránku";
$strLineFeed = "Ukonèení øádku (Linefeed): \\n";
$strLines = "Øádek";
$strLocationTextfile = "Umístìní textového souboru";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Odhlásit se";
$strModifications = "Zmìny byly uloženy";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL znovu-naètena.";
$strMySQLSaid = "MySQL hlásí: ";
$strMySQLShowProcess = "Zobraz procesy";
$strMySQLShowStatus = "Ukázat MySQL runtime informace";
$strMySQLShowVars = "Ukázat MySQL systemove promìnné";
$strName = "Název";
$strNext = "Další";
$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ázi nebyla nalezena ani jedna tabulka.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Nulový";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "Èasto uvozující znaky. OPTIONALLY znamená, že pouze pole typu CHAR a VARCHAR jsou uzavøeny do \"uzavíracích \" znakù.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Volitelné. Urèuje jak zapisovat nebo èíst speciální znaky.";
$strOptionally = "Volitelnì";
$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èátek";
$strPrevious = "Pøedchozí";
$strPrimary = "Primární";
$strPrimaryKey = "Primární klíè";
$strPrinterFriendly = "Verze urèená pro tisk";
$strPrintView = "Náhled k vytištìní";
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "vytvoøil chybu.";
$strProperties = "Vlastnosti";
$strQBE = "Dotaz podle pøíkladu";
$strReadTheDocs = "Pøeèti dokumentaci";
$strRecords = "Záznamù";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "Znovunaètení MySQL selhalo.";
$strReloadMySQL = "Znovunaètení MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Pøejmenovat tabulku na";
$strRenameTableOK = "Tabulka \$table byla pøejmenována na \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Pøepsat";
$strReplaceTable = "Pøepsat data tabulky souborem";
$strReset = "P§vodní (reset)";
$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 = "øadky zaèínající od";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "bìžící na ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na databázi ";
$strSave = "Ulož";
$strSelect = "Vybrat";
$strSelectFields = "Zvol pole (alespoò jedno):";
$strSelectNumRows = "v dotazu";
$strSend = "Poš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øidej 'Vymaž tabulku'";
$strStrucOnly = "Pouze strukturu";
$strSubmit = "Odešli";
$strSuccess = "Tvùj SQL-dotaz byl úspìšnì vykonán";
$strTable = "Tabulka ";
$strTableComments = "Komentáø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èen";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Obsah tvého souboru byl vložen";
$strTheContents = "Obsah souboru pøepíše obsah zvolené tabulky v tìch øádcích, kde je identický primární nebo unikátní klíè.";
$strTheTerminator = "Ukonèení polí.";
$strTotal = "celkem";
$strType = "Typ";
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "Unikátní";
$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ž dump (schema) tabulky";
$strViewDumpDB = "Ukaž dump (schema) databáze";
$strWelcome = "Vítej v ";
$strWrongUser = "Špatné uživatelské jméno/heslo. Pøístup odepøen.";
$strYes = "Ano";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,210 +1,263 @@
<?php
/* $Id$ */
$DanishLanguageVer = "2.1.0/2000-07-31";
$strAPrimaryKey = "Der er oprettet en prim&aelig;r n&oslash;gle p&aring; feltet ";
$strAccessDenied = "Adgang N&aelig;gtet";
$strAction = "Handling";
$strAddNewField = "Tilf&oslash;j nyt felt";
$strAccessDenied = "Adgang N&aelig;gtet";
$strAction = "Handling";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "Tilf&oslash;j nyt felt";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Tilf&oslash;j s&oslash;ge kriterier (body of the \"where\" clause):";
$strAfter = "Efter";
$strAnIndex = "Der er oprettet et indeks p&aring; feltet ";
$strAtBeginningOfTable = "I begyndelsen af tabel";
$strAtEndOfTable = "I slutning af tabel";
$strAttr = "Attributer";
$strBack = "Tilbage";
$strBrowse = "Vis";
$strCarriage = "Carriage return: \\r";
$strChange = "&AElig;ndre";
$strColumnNames = "Kolonne navne";
$strCompleteInserts = "Lav komplette inserts";
$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 ";
$strDatabase = "Database: ";
$strDatabases = "databaser";
$strDefault = "Standardv&aelig;rdi";
$strDelete = "Slet";
$strDeleted = "R&aelig;kken er slettet!";
$strDisableMagicQuotes = "<B>Advarsel:</B> Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke beh&oslash;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&oslash;r en foresp&oslash;rgsel p&aring; felter (wildcard: \"%\")";
$strDoYouReally = "Er du sikker p&aring; at du vil ";
$strDocu = "Dokumentation";
$strDrop = "Slet";
$strDropDB = "Slet database ";
$strDumpingData = "Data dump for tabellen";
$strEdit = "Ret";
$strEmpty = "T&oslash;m";
$strEmptyResultSet = "MySQL returnerede ingen data (fx ingen r&aelig;kker).";
$strEnableMagicQuotes = "<B>Advarsel:</B> Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin beh&oslash;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.";
$strEnclosedBy = "har denne tekstkvalifikator";
$strEnd = "Slut";
$strError = "Fejl";
$strEscapedBy = "afsluttes med";
$strExtra = "Ekstra";
$strField = "Feltnavn";
$strFields = "Felter";
$strFunction = "Funktion";
$strGo = "Udf&oslash;r";
$strHasBeenAltered = "er &aelig;ndret.";
$strHasBeenCreated = "er oprettet.";
$strHasBeenDropped = "er slettet.";
$strHasBeenEmptied = "er t&oslash;mt.";
$strHome = "Hjem";
$strHost = "Host";
$strIfYouWish = "Hvis du kun &oslash;nsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.";
$strIndex = "Indekseret";
$strInsert = "Inds&aelig;t";
$strInsertIntoTable = "Importer til tabel";
$strInsertNewRow = "Inds&aelig;t ny r&aelig;kke";
$strInsertTextfiles = "Importer tekstfil til tabellen";
$strKeyname = "N&oslash;gle";
$strLengthSet = "L&aelig;ngde/V&aelig;rdi";
$strLimitNumRows = "poster pr. side";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linier";
$strLocationTextfile = "Tekstfilens placering";
$strLogout = "Log af";
$strModifications = "Rettelserne er gemt!";
$strMySQLReloaded = "MySQL genstartet.";
$strMySQLSaid = "MySQL returnerede: ";
$strMySQLShowProcess = "Vis tr&aring;de";
$strMySQLShowStatus = "Vis MySQL runtime information";
$strMySQLShowVars = "Vis MySQL system variable";
$strName = "Navn";
$strNext = "N&aelig;ste";
$strNo = "Nej";
$strNoTablesFound = "Ingen tabeller fundet i databasen.";
$strNull = "Nulv&aelig;rdi";
$strOftenQuotation = "Ofte anf&oslash;relsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte \"tekstkvalifikator\"-tegn.";
$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller l&aelig;ses.";
$strOptionally = "OPTIONALLY";
$strOr = "eller";
$strPos1 = "Start";
$strPrevious = "Forrige";
$strPrimary = "Prim&aelig;r";
$strPrimaryKey = "Prim&aelig;r n&oslash;gle";
$strPrinterFriendly = "Udskrift venlig version af ovenst&aring;ende tabel";
$strPrintView = "Vis (udskriftvenlig)";
$strProducedAnError = "forsagede en fejl.";
$strProperties = "Egenskaber";
$strQBE = "Query by Example";
$strReadTheDocs = "L&aelig;s dokumentationen";
$strRecords = "Poster";
$strReloadFailed = "Genstart af MySQL fejlede.";
$strReloadMySQL = "Genstart MySQL";
$strRenameTable = "Omd&oslash;b tabel til";
$strRenameTableOK = "Tabellen \$table er nu omd&oslash;bt til: \$new_name";
$strReplace = "Erstat";
$strReplaceTable = "Erstat data i tabellen med filens data";
$strReset = "Nulstil";
$strRunSQLQuery = "K&oslash;r en/flere SQL foresp&oslash;rgsler p&aring; database ";
$strRunning = "k&oslash;rer p&aring; ";
$strSQLQuery = "SQL-foresp&oslash;rgsel";
$strSave = "Gem";
$strSelect = "V&aelig;lg";
$strSelectFields = "V&aelig;lg mindst eet felt:";
$strSelectNumRows = "i foresp&oslash;rgsel";
$strSend = "send";
$strShow = "Vis";
$strShowingRecords = "Viser poster ";
$strStrucCSV = "CSV data";
$strStrucData = "Struturen og data";
$strStrucDrop = "Tilf&oslash;j 'drop table'";
$strStrucOnly = "Kun strukturen";
$strSubmit = "Send";
$strSuccess = "Din SQL-foresp&oslash;rgsel blev eksekveret korrekt";
$strRowsFrom = "r&aelig;kker startende fra";
$strTable = "Tabel: ";
$strTableComments = "Tabel kommentarer";
$strTableStructure = "Struktur dump for tabellen";
$strTerminatedBy = "er afgr&aelig;nset af";
$strTheContent = "Filens indhold er importeret.";
$strTheContents = "Filens indhold erstatter den valgte tabels r&aelig;kker for r&aelig;kker med identisk prim&aelig;r eller unik n&oslash;gle.";
$strTheTerminator = "Felterne afgr&aelig;nses af dette tegn.";
$strTotal = "total";
$strType = "Datatype";
$strUnique = "Unik";
$strValue = "V&aelig;rdi";
$strViewDump = "Vis dump (skema) over tabel";
$strViewDumpDB = "Vis dump (skema) af database";
$strWelcome = "Velkommen til ";
$strWrongUser = "Forkert brugernavn/kodeord. Adgang N&aelig;gtet.";
$strYes = "Ja";
$strCheckTable = "Tjek tabel";
$strAnalyzeTable = "Analyser tabel";
$strRepairTable = "Reparer tabel";
$strOptimizeTable = "Optimer tabel";
$strTableType = "Tabel type";
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
$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&aring; 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&aelig;r n&oslash;gle p&aring; 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 = "&AElig;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&aelig;rdi";
$strDelete = "Slet";
$strDeleted = "R&aelig;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&oslash;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&oslash;r en foresp&oslash;rgsel p&aring; felter (wildcard: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "Er du sikker p&aring; 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&oslash;m";
$strEmptyResultSet = "MySQL returnerede ingen data (fx ingen r&aelig;kker).";
$strEnableMagicQuotes = "<B>Advarsel:</B> Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin beh&oslash;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.";
$strEnclosedBy = "har denne tekstkvalifikator";
$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&oslash;r";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "er &aelig;ndret.";
$strHasBeenCreated = "er oprettet.";
$strHasBeenDropped = "er slettet.";
$strHasBeenEmptied = "er t&oslash;mt.";
$strHome = "Hjem";
$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
$strHost = "Host";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "Hvis du kun &oslash;nsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.";
$strIndex = "Indekseret";
$strIndexes = "Indexes"; //to translate
$strInsert = "Inds&aelig;t";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Importer til tabel";
$strInsertNewRow = "Inds&aelig;t ny r&aelig;kke";
$strInsertTextfiles = "Importer tekstfil til tabellen";
$strKeyname = "N&oslash;gle";
$strLength = "Length"; //to translate
$strLengthSet = "L&aelig;ngde/V&aelig;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&aring;de";
$strMySQLShowStatus = "Vis MySQL runtime information";
$strMySQLShowVars = "Vis MySQL system variable";
$strName = "Navn";
$strNext = "N&aelig;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&aelig;rdi";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "Ofte anf&oslash;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&aelig;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&aelig;r";
$strPrimaryKey = "Prim&aelig;r n&oslash;gle";
$strPrinterFriendly = "Udskrift venlig version af ovenst&aring;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&aelig;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&oslash;b tabel til";
$strRenameTableOK = "Tabellen \$table er nu omd&oslash;bt til: \$new_name";
$strRepairTable = "Reparer tabel";
$strReplace = "Erstat";
$strReplaceTable = "Erstat data i tabellen med filens data";
$strReset = "Nulstil";
$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&aelig;kker startende fra";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "k&oslash;rer p&aring; ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "K&oslash;r en/flere SQL foresp&oslash;rgsler p&aring; database ";
$strSave = "Gem";
$strSelect = "V&aelig;lg";
$strSelectFields = "V&aelig;lg mindst eet felt:";
$strSelectNumRows = "i foresp&oslash;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&oslash;rgsel";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV data";
$strStrucData = "Struturen og data";
$strStrucDrop = "Tilf&oslash;j 'drop table'";
$strStrucOnly = "Kun strukturen";
$strSubmit = "Send";
$strSuccess = "Din SQL-foresp&oslash;rgsel blev eksekveret korrekt";
$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&aelig;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&aelig;kker for r&aelig;kker med identisk prim&aelig;r eller unik n&oslash;gle.";
$strTheTerminator = "Felterne afgr&aelig;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&aelig;rdi";
$strViewDump = "Vis dump (skema) over tabel";
$strViewDumpDB = "Vis dump (skema) af database";
$strWelcome = "Velkommen til ";
$strWrongUser = "Forkert brugernavn/kodeord. Adgang N&aelig;gtet.";
$strYes = "Ja";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,197 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "Een primaire sleutel is toegevoegd aan ";
$strAccessDenied = "Toegang geweigerd ";
$strAction = "Aktie";
$strAddNewField = "Nieuw veld toevoegen";
$strAddSearchConditions = "Zoekcondities toevoegen (het \"where\" gedeelte van de query):";
$strAnIndex = "Een index is toegevoegd aan ";
$strAttr = "Attributen";
$strBrowse = "Verkennen";
$strCarriage = "Carriage return: \\r";
$strChange = "Veranderen";
$strColumnNames = "Kolomnamen";
$strCopyTable = "Kopieer tabel naar:";
$strCopyTableOK = "Tabel \$table is gekopieerd naar \$new_name.";
$strCreate = "Aanmaken";
$strCreateNewDatabase = "Nieuwe database aanmaken";
$strCreateNewTable = "Nieuwe tabel aanmaken in database ";
$strDatabase = "Database ";
$strDatabases = "databases";
$strDefault = "Standaardwaarde";
$strDelete = "Verwijderen";
$strDeleted = "De rij is verwijderd";
$strDoAQuery = "Voer een query op basis van een vergelijking uit (wildcard: \"%\")";
$strDoYouReally = "Weet u zeker dat u wilt ";
$strDocu = "Documentatie";
$strDrop = "Verwijderen";
$strDropDB = "Verwijder database ";
$strDumpingData = "Gegevens worden uitgevoerd voor tabel";
$strEdit = "Wijzigen";
$strEmpty = "Legen";
$strEmptyResultSet = "MySQL retourneerde een lege result set (0 rijen).";
$strEnclosedBy = "enclosed by";
$strEnd = "Einde";
$strError = "Fout";
$strEscapedBy = "escaped by";
$strExtra = "Extra";
$strField = "Veld";
$strFields = "Velden";
$strFunction = "Functie";
$strGo = "Start";
$strHasBeenAltered = "is veranderd.";
$strHasBeenCreated = "is aangemaakt.";
$strHasBeenDropped = "is verwijderd.";
$strHasBeenEmptied = "is leeggemaakt.";
$strHome = "Home";
$strHost = "Host";
$strIfYouWish = "Indien u slechts enkele van de tabelkolommen wilt laden, voer dan een door komma\'s gescheiden veld lijst in.";
$strIndex = "Index";
$strInsert = "Invoegen";
$strInsertIntoTable = "Invoegen in tabel";
$strInsertNewRow = "Nieuwe rij invoegen";
$strInsertTextfiles = "Invoegen tekstbestanden in tabel";
$strKeyname = "Sleutelnaam";
$strLengthSet = "Lengte";
$strLineFeed = "Linefeed: \\n";
$strLines = "Regels";
$strLocationTextfile = "Locatie van het tekstbestand";
$strModifications = "Wijzigingen opgeslagen.";
$strMySQLReloaded = "MySQL opnieuw geladen.";
$strMySQLSaid = "MySQL retourneerde: ";
$strMySQLShowStatus = "MySQL runtime informatie";
$strMySQLShowVars = "MySQL systeemvariabelen";
$strName = "Naam";
$strNext = "Volgende";
$strNo = "Nee";
$strNoTablesFound = "Geen tabellen gevonden in de database.";
$strNull = "Null";
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
$strOptionalControls = "Optional. Controls how to write or read special characters.";
$strOptionally = "OPTIONEEL";
$strPos1 = "Begin";
$strPrevious = "Vorige";
$strPrimary = "Primaire sleutel";
$strPrimaryKey = "Primaire sleutel";
$strProducedAnError = "leverde een fout op.";
$strProperties = "Eigenschappen";
$strReadTheDocs = "Lees de documentatie";
$strRecords = "Records";
$strReloadFailed = "Opnieuw laden van MySQL mislukt.";
$strReloadMySQL = "MySQL opnieuw laden.";
$strRenameTable = "Tabel hernoemen naar";
$strRenameTableOK = "Tabel \$table is hernoemd naar \$new_name";
$strReplace = "Vervangen";
$strReplaceTable = "Vervang tabelgegevens met bestand";
$strReset = "Reset";
$strRunSQLQuery = "SQL query/queries uitvoeren op database ";
$strRunning = "wordt uitgevoerd op ";
$strSQLQuery = "SQL-query";
$strSave = "Opslaan";
$strSelect = "Selecteren";
$strSelectFields = "Selecteer velden (tenminste 1):";
$strSend = "verzenden";
$strShowingRecords = "Records laten zien ";
$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 ";
$strTableStructure = "Tabel structuur voor tabel";
$strTerminatedBy = "eindigend op";
$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";
$strUnique = "Unieke waarde";
$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
$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: \"%\")";
$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";
$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 ";
$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";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,226 +1,263 @@
<?php
/* $Id$ */
$strAccessDenied = "Access denied";
$strAction = "Action";
$strAddNewField = "Add new field";
$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.";
$strAddSearchConditions = "Add search conditions (body of the \"where\" clause):";
$strAddUser = "Add a new User";
$strAddUserMessage = "You have added a new user.";
$strAfter = "After";
$strAfter = "After";
$strAll = "All";
$strAlter = "Alter";
$strAnalyzeTable = "Analyze table";
$strAnIndex = "An index has been added on ";
$strAnalyzeTable = "Analyze table";
$strAnd = ""; //to translate, but its not in use ...
$strAnIndex = "An index has been added on ";
$strAny = "Any";
$strAnyColumn = "Any Column";
$strAnyDatabase = "Any database";
$strAnyHost = "Any host";
$strAnyTable = "Any table";
$strAnyUser = "Any user";
$strAPrimaryKey = "A primary key has been added on ";
$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";
$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";
$strCheckDbPriv = "Check Database Privileges";
$strCheckTable = "Check table";
$strCheckTable = "Check table";
$strColumn = "Column";
$strColumnEmpty = "The columns names are empty!";
$strColumnNames = "Column names";
$strCompleteInserts = "Complete inserts";
$strColumnNames = "Column names";
$strCompleteInserts = "Complete inserts";
$strConfirm = "Do you really want to do it?";
$strCopyTable = "Copy table to:";
$strCopyTableOK = "Table \$table has been copied to \$new_name.";
$strCreate = "Create";
$strCreateNewDatabase = "Create new database";
$strCreateNewTable = "Create new table on database ";
$strDatabase = "Database ";
$strDatabases = "databases";
$strDataOnly="Data only";
$strCopyTable = "Copy table to:";
$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";
$strDbEmpty = "The database name is empty!";
$strDefault = "Default";
$strDelete = "Delete";
$strDeleted = "The row has been deleted";
$strDefault = "Default";
$strDelete = "Delete";
$strDeleted = "The row has been deleted";
$strDeleteFailed = "Deleted Failed!";
$strDeletePassword = "Delete Password";
$strDeleteUserMessage = "You have deleted the user";
$strDelPassMessage = "You have deleted the password for";
$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: \"%\")";
$strDocu = "Documentation";
$strDoYouReally = "Do you really want to ";
$strDrop = "Drop";
$strDropDB = "Drop database ";
$strDumpingData = "Dumping data for table";
$strEdit = "Edit";
$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: \"%\")";
$strDocu = "Documentation";
$strDoYouReally = "Do you really want to ";
$strDrop = "Drop";
$strDropDB = "Drop database ";
$strDumpingData = "Dumping data for table";
$strDynamic = "dynamic";
$strEdit = "Edit";
$strEditPrivileges = "Edit Privileges";
$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.";
$strEnclosedBy = "enclosed by";
$strEnd = "End";
$strError = "Error";
$strEscapedBy = "escaped by";
$strExtra = "Extra";
$strField = "Field";
$strFields = "Fields";
$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.";
$strEnclosedBy = "enclosed by";
$strEnd = "End";
$strError = "Error";
$strEscapedBy = "escaped by";
$strExtra = "Extra";
$strField = "Field";
$strFields = "Fields";
$strFile = "File";
$strFunction = "Function";
$strGo = "Go";
$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";
$strHasBeenAltered = "has been altered.";
$strHasBeenCreated = "has been created.";
$strHasBeenDropped = "has been dropped.";
$strHasBeenEmptied = "has been emptied.";
$strHome = "Home";
$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";
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
$strIndex = "Index";
$strIndexes = "Indexes";
$strInsert = "Insert";
$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";
$strLogout = "Log out";
$strModifications = "Modifications have been saved";
$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";
$strInsert = "Insert";
$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";
$strNoPassword = "No Password";
$strNoPrivileges = "No Privileges";
$strNoRights = "You don't have enough rights to be here right now!";
$strNoTablesFound = "No tables found in database.";
$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";
$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!";
$strPos1 = "Begin";
$strPrevious = "Previous";
$strPrimary = "Primary";
$strPrimaryKey = "Primary key";
$strPrinterFriendly = "Printer friendly version of above table";
$strPrintView = "Print view";
$strPos1 = "Begin";
$strPrevious = "Previous";
$strPrimary = "Primary";
$strPrimaryKey = "Primary key";
$strPrinterFriendly = "Printer friendly version of above table";
$strPrintView = "Print view";
$strPrivileges = "Privileges";
$strProcess = "Process";
$strProducedAnError = "produced an error.";
$strProperties = "Properties";
$strQBE = "Query by Example";
$strReadTheDocs = "Read the docs";
$strRecords = "Records";
$strProducedAnError = "produced an error.";
$strProperties = "Properties";
$strQBE = "Query by Example";
$strReadTheDocs = "Read the docs";
$strRecords = "Records";
$strReferences = "References";
$strReload = "Reload";
$strReloadFailed = "MySQL reload failed.";
$strReloadMySQL = "Reload MySQL";
$strReloadFailed = "MySQL reload failed.";
$strReloadMySQL = "Reload MySQL";
$strRememberReload = "Remember reload the server.";
$strRenameTable = "Rename table to";
$strRenameTableOK = "Table \$table has been renamed to \$new_name";
$strRepairTable = "Repair table";
$strReplace = "Replace";
$strReplaceTable = "Replace table data with file";
$strReset = "Reset";
$strRenameTable = "Rename table to";
$strRenameTableOK = "Table \$table has been renamed to \$new_name";
$strRepairTable = "Repair table";
$strReplace = "Replace";
$strReplaceTable = "Replace table data with file";
$strReset = "Reset";
$strReType = "Re-type";
$strRevoke = "Revoke";
$strRevokeGrant = "Revoke Grant";
$strRevokeGrantMessage = "You have revoked the Grant privilege for";
$strRevokeMessage = "You have revoked the privileges for";
$strRevokePriv = "Revoke Privileges";
$strRowsFrom = "rows starting from";
$strRunning = "running on ";
$strRunSQLQuery = "Run SQL query/queries on database ";
$strSave = "Save";
$strSelect = "Select";
$strSelectFields = "Select fields (at least one):";
$strSelectNumRows = "in query";
$strSend = "Send";
$strSequence="Seq.";
$strShow = "Show";
$strShowingRecords = "Showing records ";
$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):";
$strSelectNumRows = "in query";
$strSend = "Send";
$strSequence = "Seq.";
$strShow = "Show";
$strShowingRecords = "Showing records ";
$strShutdown = "Shutdown";
$strSize="Size";
$strSize = "Size";
$strSort = ""; //to translate, but its not in use ...
$strSpaceUsage = "Space usage";
$strUsage = "Usage";
$strSQLQuery = "SQL-query";
$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";
$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
$strTerminatedBy = "terminated by";
$strTextAreaLength=" Because of its length,<br> this field might not be editable ";
$strTheContent = "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.";
$strTheTerminator = "The terminator of the fields.";
$strTotal = "total";
$strType = "Type";
$strTableMaintenance = "Table maintenance";
$strTableStructure = "Table structure for table";
$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.";
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.";
$strTheTerminator = "The terminator of the fields.";
$strTotal = "total";
$strType = "Type";
$strUncheckAll = "Uncheck All";
$strUnique = "Unique";
$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";
$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";
?>
$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";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,239 +1,263 @@
<?php
/* $Id$ */
/* french.inc.php3 2000/08/24 Benjamin Gandon */
$strAPrimaryKey = "Une clé primaire a été ajoutée sur";
$strAccessDenied = "Accès refusé";
$strAction = "Action";
$strAddDeleteColumn = "Ajouter/effacer une colonne de critères";
$strAddDeleteRow = "Ajouter/effacer une ligne de critères";
$strAddNewField = "Ajouter un champ";
$strAccessDenied = "Accès refusé";
$strAction = "Action";
$strAddDeleteColumn = "Ajouter/effacer une colonne de critères";
$strAddDeleteRow = "Ajouter/effacer une ligne de critères";
$strAddNewField = "Ajouter un champ";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Critères de recherche (pour l'énoncé \"where\"):";
$strAfter = "Après";
$strAnIndex = "Un index a été ajouté sur ";
$strAnd = "et";
$strAscending = "Croissant";
$strAtBeginningOfTable = "En début de Table";
$strAtEndOfTable = "En fin de Table";
$strAttr = "Attributs";
$strBack = "Retour";
$strBrowse = "Afficher";
$strCarriage = "Retour de chariot: \\r";
$strChange = "Modifier";
$strColumnNames = "Nom des colonnes";
$strCompleteInserts = "Insertions complètes";
$strCopyTable = "Copier la table vers:";
$strCopyTableOK = "La table \$table a été copiée vers \$new_name.";
$strCreate = "Créer";
$strCreateNewDatabase = "Créer une base de données";
$strCreateNewTable = "Créer une nouvelle table sur la base ";
$strCriteria = "Critère";
$strDatabase = "Base de données";
$strDatabases = "bases de données";
$strDefault = "Défaut";
$strDelete = "Effacer";
$strDeleted = "L'enregistrement a été effacé";
$strDescending = "Décroissant";
$strDisableMagicQuotes = "<b>Attention:</b> Vous avez positionné magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous référer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable à off.";
$strDisplay = "Display";
$strDoAQuery = "Recherche par valeur (passepartout: \"%\")";
$strDoYouReally = "Voulez-vous vraiment effectuer ";
$strDocu = "Documentation";
$strDrop = "Effacer";
$strDropDB = "Détruire la base";
$strDumpingData = "Contenu de la table";
$strEdit = "Modifier";
$strEmpty = "Vider";
$strEmptyResultSet = "MySQL n'a retourné aucun enregistrement.";
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas positionné magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous référer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.";
$strEnclosedBy = "entouré par";
$strEnd = "Fin";
$strError = "Erreur";
$strEscapedBy = "avec caractère spécial";
$strExtra = "Extra";
$strField = "Champ";
$strFields = "Champs";
$strFunction = "Fonction";
$strGo = "Exécuter";
$strHasBeenAltered = "a été modifié.";
$strHasBeenCreated = "a été créé.";
$strHasBeenDropped = "a été effacé.";
$strHasBeenEmptied = "a été vidé.";
$strHome = "Accueil";
$strHomepageOfficial = "Site officiel de phpMyAdmin";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "Après";
$strAll = "All"; //to translate
$strAlter = "Alter"; //to translate
$strAnalyzeTable = "Analyser la table";
$strAnd = "et";
$strAnIndex = "Un index a été ajouté 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é primaire a été ajoutée sur";
$strAscending = "Croissant";
$strAtBeginningOfTable = "En début de Table";
$strAtEndOfTable = "En fin de Table";
$strAttr = "Attributs";
$strBack = "Retour";
$strBookmarkLabel = "Intitulé";
$strBookmarkQuery = "Requêtes bookmarkées";
$strBookmarkThis = "Bookmarker cette requê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érifier la table";
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "Nom des colonnes";
$strCompleteInserts = "Insertions complètes";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Copier la table vers:";
$strCopyTableOK = "La table \$table a été copiée vers \$new_name.";
$strCreate = "Créer";
$strCreateNewDatabase = "Créer une base de données";
$strCreateNewTable = "Créer une nouvelle table sur la base ";
$strCriteria = "Critère";
$strData = "Data"; //to translate
$strDatabase = "Base de données";
$strDatabases = "bases de données";
$strDataOnly = "Données seulement";
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Défaut";
$strDelete = "Effacer";
$strDeleted = "L'enregistrement a été effacé";
$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écroissant";
$strDisableMagicQuotes = "<b>Attention:</b> Vous avez positionné magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous référer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable à off.";
$strDisplay = "Display";
$strDoAQuery = "Recherche par valeur (passepartout: \"%\")";
$strDocu = "Documentation";
$strDoYouReally = "Voulez-vous vraiment effectuer ";
$strDrop = "Effacer";
$strDropDB = "Dé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é aucun enregistrement.";
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas positionné magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous référer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.";
$strEnclosedBy = "entouré par";
$strEnd = "Fin";
$strError = "Erreur";
$strEscapedBy = "avec caractère spécial";
$strExtra = "Extra";
$strField = "Champ";
$strFields = "Champs";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Fonction";
$strGo = "Exécuter";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "a été modifié.";
$strHasBeenCreated = "a été créé.";
$strHasBeenDropped = "a été effacé.";
$strHasBeenEmptied = "a été vidé.";
$strHome = "Accueil";
$strHomepageOfficial = "Site officiel de phpMyAdmin";
$strHomepageSourceforge = "Nouveau site (non encore officiel) de phpMyAdmin";
$strHost = "Serveur";
$strIfYouWish = "Si vous désirez ne charger que certaines colonnes, indiquez leurs noms, séparés par des virgules.";
$strIndex = "Index";
$strInsert = "Insérer";
$strInsertIntoTable = "Insérer dans la table";
$strInsertNewRow = "Insérer un nouvel enregistrement";
$strInsertTextfiles = "Insérer un fichier texte dans la table";
$strKeyname = "Nom de la clé";
$strLengthSet = "Longueur";
$strLimitNumRows = "enregistrements par page";
$strLineFeed = "Saut de ligne: \\n";
$strLines = "Lignes";
$strLocationTextfile = "Emplacement du fichier texte";
$strLogout = "Quitter";
$strModifications = "Les modifications ont été sauvegardées.";
$strModify = "Modifier";
$strMySQLReloaded = "MySQL rechargé.";
$strMySQLSaid = "MySQL a répondu:";
$strMySQLShowProcess = "Afficher les processus";
$strMySQLShowStatus = "Afficher l'état du serveur MySQL";
$strMySQLShowVars = "Afficher les variables du serveur MySQL";
$strName = "Nom";
$strNext = "Suivant";
$strNo = "Non";
$strNoTablesFound = "Aucune table n'a été trouvée dans cette base.";
$strNull = "Null";
$strOftenQuotation = "Souvent des guillemets. OPTIONNEL signifie que seulement les champs de type char et varchar sont entourés par ce caractère.";
$strOptionalControls = "Optionnel. Indique le caractère qui permet d'enlever l'effet des caractères spéciaux.";
$strOptionally = "OPTIONNEL";
$strOr = "ou";
$strPos1 = "Début";
$strPrevious = "Précédent";
$strPrimary = "Primaire";
$strPrimaryKey = "Clé primaire";
$strPrintView = "Composition";
$strPrinterFriendly = "Version imprimable de la table";
$strProducedAnError = "a généré une erreur.";
$strProperties = "Propriétés";
$strQBE = "Requête par un exemple";
$strReadTheDocs = "Lire la documentation";
$strRecords = "Enregistrements";
$strReloadFailed = "MySQL n'a pu être rechargé.";
$strReloadMySQL = "Recharger MySQL";
$strRenameTable = "Changer le nom de la table pour";
$strRenameTableOK = "La table \$table se nomme maintenant \$new_name";
$strReplace = "Remplacer";
$strReplaceTable = "Remplacer les données de la table avec le fichier";
$strReset = "Réinitialiser les valeurs";
$strRowsFrom = "lignes à partir de";
$strRunQuery = "Exécuter la requête";
$strRunSQLQuery = "Exécuter une ou des requêtes sur la base ";
$strRunning = "sur serveur ";
$strSQLQuery = "requête SQL";
$strSave = "Sauvegarder";
$strSelect = "Sélectionner";
$strSelectFields = "Choisir les champs à afficher (au moins un)";
$strSelectNumRows = "dans la requête";
$strSend = "Transmettre";
$strShow = "Afficher";
$strShowingRecords = "Affichage des enregistrements";
$strSort = "Tri";
$strStrucCSV = "Données CSV";
$strStrucData = "Structure et données";
$strStrucDrop = "Ajouter des énoncés 'drop table'";
$strStrucOnly = "Structure seule";
$strSubmit = "Exécuter";
$strSuccess = "Votre requête SQL a été exécutée avec succès";
$strTable = "table ";
$strTableComments = "Commentaires sur la table";
$strTableStructure = "Structure de la table";
$strTerminatedBy = "terminé(e)s par";
$strTheContent = "Le contenu de votre fichier a été inséré.";
$strTheContents = "Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de clé primaire ou unique identique.";
$strTheTerminator = "Le caractère qui sépare chacun des champs.";
$strTotal = "total";
$strType = "Type";
$strUnique = "Unique";
$strUpdateQuery = "Mise-à-jour de la requête";
$strUseTables = "Utiliser les tables";
$strValue = "Valeur";
$strViewDump = "Afficher le schéma de la table";
$strViewDumpDB = "Afficher le schéma de la base ";
$strWelcome = "Bienvenue à";
$strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé";
$strYes = "Oui";
$strMySQLShowProcess = "Afficher les processus";
$strLogout = "Quitter";
$strQBE = "Requête par un exemple";
$strBack = "Retour"; //JPD
$strOr = "ou"; //JPD
$strSelectNumRows = "dans la requête"; //JPD
$strCompleteInserts = "INSERT détaillés"; //JPD
$strLimitNumRows = "Enregistrements par page"; //JPD
$strDisplay = "Afficher"; //JPD
$strShow = "Afficher"; //JPD
$strRowsFrom = "Enregistrements à partir de la position"; // JPD
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas activé magic_quotes_gpc dans votre configuration PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Référez-vous à la rubrique Configuration du manuel PHP pour savoir comment l'activer."; // JPD
$strPrintView = "Imprimer la vue"; //JPD
$strHost = "Serveur";
$strHostEmpty = "The host name is empty!"; //to translate
$strCheckTable = "Vérifier la table";
$strAnalyzeTable = "Analyser la table";
$strRepairTable = "Réparer la table";
$strOptimizeTable = "Optimiser la table";
$strTableType = "Table en format";
$strIfYouWish = "Si vous désirez ne charger que certaines colonnes, indiquez leurs noms, séparés par des virgules.";
$strIndex = "Index";
$strIndexes = "Indexes"; //to translate
$strInsert = "Insérer";
$strInsertAsNewRow = "Insérer ce nouvel enregistrement";
$strInsertIntoTable = "Insérer dans la table";
$strInsertNewRow = "Insérer un nouvel enregistrement";
$strInsertTextfiles = "Insérer un fichier texte dans la table";
$strBookmarkQuery = "Requêtes bookmarkées";
$strBookmarkThis = "Bookmarker cette requête";
$strBookmarkLabel = "Intitulé";
$strBookmarkView = "Voir uniquement";
$strTextAreaLength="Il est possible que ce champ<br>ne soit pas éditable<br>en raison de sa longueur";
$strNumberIndexes=" Nombre d'index spéciaux ";
$strSequence="Sé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érer ce nouvel enregistrement";
$strTableMaintenance="Maintenance de la table";
$strDataOnly="Données seulement";
$strKeyname = "Nom de la clé";
$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 été sauvegardées.";
$strModify = "Modifier";
$strMySQLReloaded = "MySQL rechargé.";
$strMySQLSaid = "MySQL a répondu:";
$strMySQLShowProcess = "Afficher les processus";
$strMySQLShowStatus = "Afficher l'é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 été trouvée dans cette base.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Nombre d'index spéciaux ";
$strOftenQuotation = "Souvent des guillemets. OPTIONNEL signifie que seulement les champs de type char et varchar sont entourés par ce caractère.";
$strOptimizeTable = "Optimiser la table";
$strOptionalControls = "Optionnel. Indique le caractère qui permet d'enlever l'effet des caractères spé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ébut";
$strPrevious = "Précédent";
$strPrimary = "Primaire";
$strPrimaryKey = "Clé primaire";
$strPrinterFriendly = "Version imprimable de la table";
$strPrintView = "Composition";
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "a généré une erreur.";
$strProperties = "Propriétés";
$strQBE = "Requête par un exemple";
$strReadTheDocs = "Lire la documentation";
$strRecords = "Enregistrements";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "MySQL n'a pu être rechargé.";
$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éparer la table";
$strReplace = "Remplacer";
$strReplaceTable = "Remplacer les données de la table avec le fichier";
$strReset = "Ré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 à partir de";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "sur serveur ";
$strRunQuery = "Exécuter la requête";
$strRunSQLQuery = "Exécuter une ou des requêtes sur la base ";
$strSave = "Sauvegarder";
$strSelect = "Sélectionner";
$strSelectFields = "Choisir les champs à afficher (au moins un)";
$strSelectNumRows = "dans la requête";
$strSend = "Transmettre";
$strSequence = "Séq.";
$strShow = "Afficher";
$strShowingRecords = "Affichage des enregistrements";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = "Tri";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "requête SQL";
$strStatement = "Statements"; //to translate
$strStrucCSV = "Données CSV";
$strStrucData = "Structure et données";
$strStrucDrop = "Ajouter des énoncés 'drop table'";
$strStrucOnly = "Structure seule";
$strSubmit = "Exécuter";
$strSuccess = "Votre requête SQL a été exécutée avec succè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é(e)s par";
$strTextAreaLength = "Il est possible que ce champ<br>ne soit pas éditable<br>en raison de sa longueur";
$strTheContent = "Le contenu de votre fichier a été inséré.";
$strTheContents = "Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de clé primaire ou unique identique.";
$strTheTerminator = "Le caractè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-à-jour de la requê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éma de la table";
$strViewDumpDB = "Afficher le schéma de la base ";
$strWelcome = "Bienvenue à";
$strWrongUser = "Erreur d'utilisateur/mot de passe. Accès refusé";
$strYes = "Oui";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,226 +1,263 @@
<?php
/* $Id$ */
$strAccessDenied = "Zugriff verweigert.";
$strAction = "Aktion";
$strAddNewField = "Neue Feld(er) hinzuf&uuml;gen";
$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&uuml;gen";
$strAddPriv = "Rechte hinzuf&uuml;gen";
$strAddPrivMessage = "Rechte wurden hinzugef&uuml;gt.";
$strAddSearchConditions = "Suchkondition (Argumente f&uuml;r das WHERE-Statement):";
$strAddUser = "Neuen Benutzer hinzuf&uuml;gen";
$strAddUserMessage = "Der Benutzer wurde hinzugef&uuml;gt.";
$strAfter = "Nach";
$strAfter = "Nach";
$strAll = "Alle";
$strAlter = "Tabellen-Eigenschaften";
$strAnalyzeTable = "Analisiere Tabelle";
$strAnIndex = "Ein Index wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ";
$strAnalyzeTable = "Analisiere Tabelle";
$strAnd = ""; //to translate, but its not in use ...
$strAnIndex = "Ein Index wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ";
$strAny = "Jeder";
$strAnyColumn = "Jede Spalte";
$strAnyDatabase = "Jede Datenbank";
$strAnyHost = "Jeder Host";
$strAnyTable = "Jede Tabelle";
$strAnyUser = "Jeder Benutzer";
$strAPrimaryKey = "Ein Primarschl&uuml;ssel wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ";
$strAtBeginningOfTable = "An den Anfang der Tabelle";
$strAtEndOfTable = "An das Ende der Tabelle";
$strAttr = "Attribute";
$strBack = "Zur&uuml;ck";
$strBookmarkLabel = "Titel";
$strBookmarkQuery = "Gespeicherte SQL-Abfrage";
$strBookmarkThis = "SQL-Abfrage speichern";
$strBookmarkView = "Nur zeigen";
$strBrowse = "Anzeigen";
$strCarriage = "Wagenr&uuml;cklauf \\r";
$strChange = "&Auml;ndern";
$strAPrimaryKey = "Ein Primarschl&uuml;ssel wurde f&uuml;r folgendes Feld hinzugef&uuml;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&uuml;ck";
$strBookmarkLabel = "Titel";
$strBookmarkQuery = "Gespeicherte SQL-Abfrage";
$strBookmarkThis = "SQL-Abfrage speichern";
$strBookmarkView = "Nur zeigen";
$strBrowse = "Anzeigen";
$strCarriage = "Wagenr&uuml;cklauf \\r";
$strChange = "&Auml;ndern";
$strCheckAll = "Alle ausw&auml;hlen";
$strCheckDbPriv = "Rechte einer Datenbank pr&uuml;fen";
$strCheckTable = "&Uuml;berpr&uuml;fe Tabelle";
$strCheckTable = "&Uuml;berpr&uuml;fe Tabelle";
$strColumn = "Spalte";
$strColumnEmpty = "Die Spalten-Titel sind leer!";
$strColumnNames = "Spaltennamen";
$strCompleteInserts = "Vollst&auml;ndige 'inserts'";
$strColumnNames = "Spaltennamen";
$strCompleteInserts = "Vollst&auml;ndige 'inserts'";
$strConfirm = "Bist du dir wirklich sicher?";
$strCopyTable = "Tabelle kopieren nach:";
$strCopyTableOK = "Tabelle \$table wurde kopiert nach \$new_name.";
$strCreate = "Erzeugen";
$strCreateNewDatabase = "Neue Datenbank erzeugen";
$strCreateNewTable = "Neue Tabelle erstellen in Datenbank ";
$strDatabase = "Datenbank ";
$strDatabases = "Datenbanken";
$strDataOnly="Nur Daten";
$strCopyTable = "Tabelle kopieren nach:";
$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";
$strDbEmpty = "Der Name der Datenbank ist leer!";
$strDefault = "Standard";
$strDelete = "L&ouml;schen";
$strDeleted = "Die Zeile wurde gel&ouml;scht.";
$strDefault = "Standard";
$strDelete = "L&ouml;schen";
$strDeleted = "Die Zeile wurde gel&ouml;scht.";
$strDeleteFailed = "L&ouml;schen fehlgeschlagen!";
$strDeletePassword = "Password l&ouml;schen";
$strDeleteUserMessage = "Der Benutzer wurde gel&ouml;scht";
$strDelPassMessage = "Password entfernt f&uuml;r";
$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&uuml;ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.";
$strDisplay = "Zeige";
$strDoAQuery = "Suche &uuml;ber Beispielwerte (\"query by example\") (Platzhalter: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "M&ouml;chten Sie wirklich diese Abfrage ausf&uuml;hren: ";
$strDrop = "L&ouml;schen";
$strDropDB = "Datenbank l&ouml;schen:";
$strDumpingData = "Daten f&uuml;r Tabelle";
$strEdit = "&Auml;ndern";
$strEditPrivileges = "Rechte &auml;ndern";
$strEmpty = "Leeren";
$strEmptyResultSet = "MySQL lieferte ein leeres Resultset zur&uuml;ck (d.h. null Zeilen).";
$strEnableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin ben&ouml;tigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber z erhalten, wie man magic_quotes_gpc aktiviert.";
$strEnclosedBy = "eingeschlossen von";
$strEnd = "Ende";
$strError = "Fehler";
$strEscapedBy = "escaped von";
$strExtra = "Extra";
$strField = "Feld";
$strFields = "Felder";
$strFile = "Dateien ein-/auslesen";
$strFunction = "Funktion";
$strGo = "OK";
$strGrant = "Grant";
$strGrantOption = "Grant Option";//to translate
$strGrants = "Rechte";
$strHasBeenAltered = "wurde ge&auml;ndert.";
$strHasBeenCreated = "wurde erzeugt.";
$strHasBeenDropped = "wurde gel&ouml;scht.";
$strHasBeenEmptied = "wurde geleert.";
$strHome = "Home";
$strHomepageOfficial=" Offizielle phpMyAdmin Homepage ";
$strHomepageSourceforge=" neue (aber noch inoffizielle) phpMyAdmin Homepage ";
$strHost = "Host";
$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&uuml;ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.";
$strDisplay = "Zeige";
$strDoAQuery = "Suche &uuml;ber Beispielwerte (\"query by example\") (Platzhalter: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "M&ouml;chten Sie wirklich diese Abfrage ausf&uuml;hren: ";
$strDrop = "L&ouml;schen";
$strDropDB = "Datenbank l&ouml;schen:";
$strDumpingData = "Daten f&uuml;r Tabelle";
$strDynamic = "dynamisch";
$strEdit = "&Auml;ndern";
$strEditPrivileges = "Rechte &auml;ndern";
$strEffective = "Effektiv";
$strEmpty = "Leeren";
$strEmptyResultSet = "MySQL lieferte ein leeres Resultset zur&uuml;ck (d.h. null Zeilen).";
$strEnableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin ben&ouml;tigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber z erhalten, wie man magic_quotes_gpc aktiviert.";
$strEnclosedBy = "eingeschlossen von";
$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&auml;ndert.";
$strHasBeenCreated = "wurde erzeugt.";
$strHasBeenDropped = "wurde gel&ouml;scht.";
$strHasBeenEmptied = "wurde geleert.";
$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&ouml;chten, geben Sie diese bitte hier an.";
$strIndex = "Index";
$strIndexes = "Indizes";
$strInsert = "Einf&uuml;gen";
$strInsertAsNewRow=" Als neuen Datensatz speichern ";
$strInsertIntoTable = "In Tabelle einf&uuml;gen";
$strInsertNewRow = "Neue Zeile einf&uuml;gen";
$strInsertTextfiles = "Textdatei in Tabelle einf&uuml;gen";
$strKeyname = "Name";
$strLength=" Länge ";
$strLengthSet = "L&auml;nge/Set";
$strLimitNumRows = "Einträge pro Seite";
$strLineFeed = "Linefeed: \\n";
$strLines = "Zeilen";
$strLocationTextfile = "Datei";
$strLogout = "Neu einloggen";
$strModifications = "&Auml;nderungen gespeichert.";
$strMySQLReloaded = "MySQL neu gestartet.";
$strMySQLSaid = "MySQL meldet: ";
$strMySQLShowProcess = "Prozesse anzeigen";
$strMySQLShowStatus = "MySQL-Laufzeit-Informationen anzeigen";
$strMySQLShowVars = "MySQL-System-Variablen anzeigen";
$strName = "Name";
$strNext = "N&auml;chste";
$strNo = "Nein";
$strIfYouWish = "Wenn Sie nur bestimmte Spalten importieren m&ouml;chten, geben Sie diese bitte hier an.";
$strIndex = "Index";
$strIndexes = "Indizes";
$strInsert = "Einf&uuml;gen";
$strInsertAsNewRow = " Als neuen Datensatz speichern ";
$strInsertIntoTable = "In Tabelle einf&uuml;gen";
$strInsertNewRow = "Neue Zeile einf&uuml;gen";
$strInsertTextfiles = "Textdatei in Tabelle einf&uuml;gen";
$strKeyname = "Name";
$strLength = " Länge ";
$strLengthSet = "L&auml;nge/Set";
$strLimitNumRows = "Einträge pro Seite";
$strLineFeed = "Linefeed: \\n";
$strLines = "Zeilen";
$strLocationTextfile = "Datei";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Neu einloggen";
$strModifications = "&Auml;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&auml;chste";
$strNo = "Nein";
$strNoPassword = "Kein Password";
$strNoPrivileges = "Keine Rechte";
$strNoRights = "Du hast nicht genug Rechte um fortzufahren!";
$strNoTablesFound = "Keine Tabellen in der Datenbank gefunden.";
$strNoTablesFound = "Keine Tabellen in der Datenbank gefunden.";
$strNoUsersFound = "Keine(n) Benutzer gefunden.";
$strNull = "Null";
$strNumberIndexes=" Number of advanced indexes "; //to translate
$strOftenQuotation = "H&auml;ufig Anf&uuml;hrungszeichen. OPTIONALLY bedeutet, da&szlig; nur Textfelder von den angegeben Zeichen eingeschlossen sind.";
$strOptimizeTable = "Optimiere Tabelle";
$strOptionalControls = "Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.";
$strOptionally = "OPTIONALLY";
$strOr = "oder";
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "H&auml;ufig Anf&uuml;hrungszeichen. OPTIONALLY bedeutet, da&szlig; nur Textfelder von den angegeben Zeichen eingeschlossen sind.";
$strOptimizeTable = "Optimiere Tabelle";
$strOptionalControls = "Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.";
$strOptionally = "OPTIONALLY";
$strOr = "oder";
$strOverhead = "Überhang";
$strPassword = "Password";
$strPasswordEmpty = "Es wurde kein Passwort angegeben!";
$strPasswordNotSame = "Die eingegebenen Passw&ouml;rter sind nicht identisch!";
$strPos1 = "Anfang";
$strPrevious = "Vorherige";
$strPrimary = "Prim&auml;rschl&uuml;ssel";
$strPrimaryKey = "Prim&auml;rschl&uuml;ssel";
$strPrinterFriendly = "Druckerfreundliche Version der Tabelle";
$strPrintView = "Druckansicht";
$strPos1 = "Anfang";
$strPrevious = "Vorherige";
$strPrimary = "Prim&auml;rschl&uuml;ssel";
$strPrimaryKey = "Prim&auml;rschl&uuml;ssel";
$strPrinterFriendly = "Druckerfreundliche Version der Tabelle";
$strPrintView = "Druckansicht";
$strPrivileges = "Rechte";
$strProcess = "Prozesse";
$strProducedAnError = "erzeugte einen Fehler.";
$strProperties = "Eigenschaften";
$strQBE = "Query by Example";
$strReadTheDocs = "MySQL-Dokumentation zu LOAD DATA INFILE lesen";
$strRecords = "Eintr&auml;ge";
$strProducedAnError = "erzeugte einen Fehler.";
$strProperties = "Eigenschaften";
$strQBE = "Query by Example";
$strReadTheDocs = "MySQL-Dokumentation zu LOAD DATA INFILE lesen";
$strRecords = "Eintr&auml;ge";
$strReferences = "Referenzen";
$strReload = "Neuladen";
$strReloadFailed = "MySQL Neuladen fehlgeschlagen.";
$strReloadMySQL = "MySQL neu starten";
$strReloadFailed = "MySQL Neuladen fehlgeschlagen.";
$strReloadMySQL = "MySQL neu starten";
$strRememberReload = "Der Server muss neugestartet werden.";
$strRenameTable = "Tabelle umbennen in";
$strRenameTableOK = "Tabelle \$table wurde umbenannt in \$new_name.";
$strRepairTable = "Repariere Tabelle";
$strReplace = "Ersetzen";
$strReplaceTable = "Tabelleninhalt ersetzen";
$strReset = "Zur&uuml;cksetzen";
$strRenameTable = "Tabelle umbennen in";
$strRenameTableOK = "Tabelle \$table wurde umbenannt in \$new_name.";
$strRepairTable = "Repariere Tabelle";
$strReplace = "Ersetzen";
$strReplaceTable = "Tabelleninhalt ersetzen";
$strReset = "Zur&uuml;cksetzen";
$strReType = "Wiederholen";
$strRevoke = "Entfernen";
$strRevokeGrant = "'Grant' entfernen";
$strRevokeGrantMessage = "Du hast das Recht 'Grant' entfernt f&uuml;r";
$strRevokeMessage = "Du hast die Rechte entfernt f&uuml;r";
$strRevokePriv = "Rechte entfernen";
$strRowsFrom = "Datens&auml;tze, beginnend ab";
$strRunning = "auf ";
$strRunSQLQuery = "SQL-Befehl(e) ausf&uuml;hren in Datenbank ";
$strSave = "Speichern";
$strSelect = "Teilw. anzeigen";
$strSelectFields = "Felder ausw&auml;hlen (mind. eines):";
$strSelectNumRows = "in der Abfrage";
$strSend = "Senden";
$strSequence=" Sequenz ";
$strShow = "Zeige";
$strShowingRecords = "Zeige Datens&auml;tze ";
$strRowLength = "Zeilenlänge";
$strRows = "Zeilen";
$strRowsFrom = "Datens&auml;tze, beginnend ab";
$strRowsStatistic = "Zeilenstatistik";
$strRunning = "auf ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "SQL-Befehl(e) ausf&uuml;hren in Datenbank ";
$strSave = "Speichern";
$strSelect = "Teilw. anzeigen";
$strSelectFields = "Felder ausw&auml;hlen (mind. eines):";
$strSelectNumRows = "in der Abfrage";
$strSend = "Senden";
$strSequence = " Sequenz ";
$strShow = "Zeige";
$strShowingRecords = "Zeige Datens&auml;tze ";
$strShutdown = "Herunterfahren";
$strSize="Größe";
$strSize = "Größe";
$strSort = ""; //to translate, but its not in use ...
$strSpaceUsage = "Speicherplatzverbrauch";
$strSQLQuery = "SQL-Befehl";
$strStrucCSV = "CSV-Daten";
$strStrucData = "Struktur und Daten";
$strStrucDrop = "Mit 'drop table'";
$strStrucOnly = "Nur Struktur";
$strSubmit = "Abschicken";
$strSuccess = "Ihr SQL-Befehl wurde erfolgreich ausgef&uuml;hrt.";
$strTable = "Tabelle ";
$strTableComments = "Tabellen-Kommentar";
$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&uuml;hrt.";
$strTable = "Tabelle ";
$strTableComments = "Tabellen-Kommentar";
$strTableEmpty = "Der Tabellenname ist leer!";
$strTableMaintenance="Hilfsmittel";
$strTableStructure = "Tabellenstruktur f&uuml;r Tabelle";
$strTableType = "Tabellentyp";
$strTerminatedBy = "getrennt mit";
$strTextAreaLength=" Aufgrund seiner L&auml;nge l&auml;sst<br> sich dieses Feld nicht bearbeiten "; //to translate
$strTheContent = "Der Inhalt Ihrer Datei wurde eingef&uuml;gt.";
$strTheContents = "Der Inhalt der CSV-Datei ersetzt die Eintr&auml;ge mit den gleichen Prim&auml;r- oder Unique-Schl&uuml;sseln.";
$strTheTerminator = "Der Trenner zwischen den Feldern.";
$strTotal = "insgesamt";
$strType = "Typ";
$strTableMaintenance = "Hilfsmittel";
$strTableStructure = "Tabellenstruktur f&uuml;r Tabelle";
$strTableType = "Tabellentyp";
$strTerminatedBy = "getrennt mit";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Der Inhalt Ihrer Datei wurde eingef&uuml;gt.";
$strTheContents = "Der Inhalt der CSV-Datei ersetzt die Eintr&auml;ge mit den gleichen Prim&auml;r- oder Unique-Schl&uuml;sseln.";
$strTheTerminator = "Der Trenner zwischen den Feldern.";
$strTotal = "insgesamt";
$strType = "Typ";
$strUncheckAll = "Auswahl entfernen";
$strUnique = "Unique";
$strUnique = "Unique";
$strUpdate = "&Auml;ndern";
$strUpdatePassMessage = "Das Password wurde ge&auml;ndert:";
$strUpdatePassword = "Password &auml;ndern";
$strUpdatePrivMessage = "Die Rechte wurden ge&auml;ndert:";
$strUpdateQuery = ""; //to translate, but its not in use ...
$strUsage = "Verbrauch";
$strUser = "Benutzer";
$strUserEmpty = "Kein Benutzername eingegeben!";
$strUserName = "Benutzername";
$strUsers = "Benutzer";
$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 = "Überhang";
$strEffective = "Effektiv";
$strRowsStatistic = "Zeilenstatistik";
$strStatement = "Angaben";
$strRows = "Zeilen";
$strFormat = "Format";
$strFixed = "starr";
$strDynamic = "dynamisch";
$strRowLength = "Zeilenlänge";
?>
$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";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -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 è vuoto!";
$strColumnNames = "Nomi delle colonne";
$strCompleteInserts = "Inserimenti completi";
$strConfirm = "Sicuro di volerlo fare?";
$strCopyTable = "Copia la tabella su:";
$strCopyTableOK = "La tabella \$table è 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 è vuoto!";
$strDefault = "Predefinito";
$strDelete = "Cancella";
$strDeleted = "La riga è 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 = "è stato modificato.";
$strHasBeenCreated = "è stato creato.";
$strHasBeenDropped = "è stato eliminato.";
$strHasBeenEmptied = "è 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 è 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";
$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.";
$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 è 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à";
$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 è stata rinominata \$new_name";
$strRepairTable = "Ripara tabella";
$strReplace = "Sostituisci";
$strReplaceTable = "Sostituisci i dati della tabella col file";
$strReset = "Riavvia";
$strRunSQLQuery = "Esegui una/più query SQL sul database ";
$strReset = "Riavvia";
$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ù 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 è stata eseguita con successo";
$strTable = "tabella ";
$strTableComments = "Commenti sulla tabella";
$strTableEmpty = "Il nome della tabella è 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 è 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 è 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 è vuoto!";
$strUserEmpty = "Il nome utente è vuoto!";
$strPasswordEmpty = "La password è vuota!";
$strDbEmpty = "Il nome del database è vuoto!";
$strTableEmpty = "Il nome della tabella è 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 è 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)
?>

View File

@ -1,189 +1,263 @@
<?php
/* $Id$ */
$strAccessDenied = "Ingen tilgang";
$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ø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).";
$strBrowse = "Se på";
$strSelect = "Spørring";
$strInsert = "Sett inn";
$strProperties = "Egenskaper";
$strHasBeenDropped = "er slettet.";
$strHasBeenEmptied = "er tømt.";
$strHasBeenAltered = "er endret.";
$strDrop = "Slett";
$strEmpty = "Tøm";
$strSuccess = "Kommandoen/spørringen er utført";
$strRunSQLQuery = "Kjør SQL-spørring mot database ";
$strGo = "Utfø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ørselstegn. Valgfritt innebæ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 ønsker å kun lese inn enkelte av tabellens kolonner, angi en komme-separert felt-liste.";
$strTheContent = "Innholdet av filen er lagt inn.";
$strSubmit = "Send";
$strReset = "Tø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ærnøkkel er lagt til for ";
$strAnIndex = "En indeks er lagt til for ";
$strPrimary = "Primær";
$strIndex = "Indeks";
$strUnique = "Unik";
$strKeyname = "Nøkkel";
$strPrimaryKey = "Primærnøkkel";
$strAddNewField = "Legg til felt";
$strViewDump = "Vis dump (skjema) av tabell";
$strLengthSet = "Lengde/Sett";
$strSQLQuery = "SQL-spø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ø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
$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
$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ærnø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";
$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å";
$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ø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ø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ø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.";
$strHome = "Hjem";
$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 = "Hvis du ønsker å 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ø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ørselstegn. Valgfritt innebæ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ær";
$strPrimaryKey = "Primærnø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ø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ører på ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "Kjør SQL-spørring mot database ";
$strSave = "Lagre";
$strSelect = "Spø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ø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ørringen er utført";
$strTable = "tabell ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //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)
?>

View File

@ -1,199 +1,263 @@
<?php
/* $Id$ */
/* 1999-2000 (c) Piotr Roszatycki <dexter@debian.org> under GNU license */
$strAPrimaryKey = "Dodany zosta³ podstawowy klucz dla ";
$strAccessDenied = "Brak dostêpu";
$strAction = "Dzia³anie";
$strAddNewField = "Dodanie nowego pola";
$strAccessDenied = "Brak dostêpu";
$strAction = "Dzia³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ów przeszukiwania (warunek dla \"where\"):";
$strAnIndex = "Dodany zosta³ indeks dla ";
$strAttr = "Atrybuty";
$strBrowse = "Przegl±danie";
$strCarriage = "Znak powrotu: \\r";
$strChange = "Zmiana";
$strColumnNames = "Nazwy kolumn";
$strCopyTable = "Kopiowanie tabeli do:";
$strCopyTableOK = "Tabela \$table zosta³a przekopiowana do \$new_name.";
$strCreate = "Utworzenie";
$strCreateNewDatabase = "Utworzenie nowej bazy danych";
$strCreateNewTable = "Utworzenie nowej tabeli dla bazy danych ";
$strDatabase = "Baza danych ";
$strDatabases = "bazy danych";
$strDefault = "Domy¶lnie";
$strDelete = "Skasowanie";
$strDeleted = "Rekord zosta³ skasowany";
$strDoAQuery = "Wykonaj \"zaputanie przez przyk³ad\" (znak globalny: \"%\")";
$strDoYouReally = "Czy na pewno ";
$strDocu = "Dokumentacja";
$strDrop = "Usuniêcie";
$strDropDB = "Usuniêcie bazy danych ";
$strDumpingData = "Zrzut danych dla tabeli";
$strEdit = "Edycja";
$strEmpty = "Wyczyszczenie";
$strEmptyResultSet = "MySQL zwróci³ pusty wynik (i.e. zero rekordów).";
$strEnclosedBy = "zawarty w";
$strEnd = "Koniec";
$strError = "B³±d";
$strEscapedBy = "poprzedzony przez";
$strExtra = "Dodatkowy";
$strField = "Pole";
$strFields = "Pola";
$strFunction = "Funkcja";
$strGo = "Wykonanie";
$strHasBeenAltered = "zosta³o zamienione.";
$strHasBeenCreated = "zosta³o utworzone.";
$strHasBeenDropped = "zosta³o skasowane.";
$strHasBeenEmptied = "zosta³o wyczyszczone.";
$strHome = "Wej¶cie";
$strHost = "Host";
$strIfYouWish = "Proszê podaæ listê kolumn rozdzielon± przecinkami aby za³adowaæ tylko wybrane kolumny.";
$strIndex = "Indeks";
$strInsert = "Dodanie";
$strInsertIntoTable = "Dodanie do tabeli";
$strInsertNewRow = "Dodanie nowego rekordu";
$strInsertTextfiles = "Dodanie pliku tekstowego do tabeli";
$strKeyname = "Nazwa klucza";
$strLengthSet = "D³ugo¶æ";
$strLineFeed = "Kod wysuniêcia linii: \\n";
$strLines = "Linie";
$strLocationTextfile = "Lokalizacja pliku tekstowego";
$strModifications = "Modyfikacje zosta³y zapamiêtane";
$strMySQLReloaded = "MySQL prze³adowany.";
$strMySQLSaid = "MySQL zwróci³ komunikat: ";
$strMySQLShowStatus = "Informacje o stanie serwera MySQL";
$strMySQLShowVars = "Zmienne systemowe serwera MySQL";
$strName = "Nazwa";
$strNext = "Nastêpne";
$strNo = "Nie";
$strNoTablesFound = "Nie znaleziono tabeli w bazie danych.";
$strNull = "Null";
$strOftenQuotation = "Znaki cudzys³owia. OPCJONALNIE oznacza, ¿e tylko pola char oraz varchar s± zawarte w \"cudzys³owiach\".";
$strOptionalControls = "Opcjonalnie. Okre¶lenie w jaki sposób zapisaæ lub odczytaæ znaki specjalne.";
$strOptionally = "OPCJONALNIE";
$strPos1 = "Pocz±tek";
$strPrevious = "Poprzednie";
$strPrimary = "Podstawowy";
$strPrimaryKey = "Podstawowy klucz";
$strProducedAnError = "zg³osi³ b³±d.";
$strProperties = "W³a¶ciwo¶ci";
$strReadTheDocs = "Proszê przeczytaæ dokumentacjê";
$strRecords = "Rekordy";
$strReloadFailed = "Nie powiod³o siê prze³adowanie MySQL.";
$strReloadMySQL = "Prze³adowanie MySQL";
$strRenameTable = "Zmiana nazwy tabeli na";
$strRenameTableOK = "Tabela \$table ma zmienion± nazwê na \$new_name";
$strReplace = "Zamiana";
$strReplaceTable = "Zamiana danych tabeli z plikiem";
$strReset = "Reset";
$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych ";
$strRunning = "uruchomiony na ";
$strSQLQuery = "zapytanie SQL";
$strSave = "Zachowanie";
$strSelect = "Wybór";
$strSelectFields = "Wybór pól (co najmniej jedno):";
$strSend = "wys³anie";
$strShowingRecords = "Pokazanie rekordów ";
$strStrucCSV = "dane CSV";
$strStrucData = "Struktura i dane";
$strStrucDrop = "Dodanie 'drop table'";
$strStrucOnly = "Tylko struktura";
$strSubmit = "Wys³anie";
$strSuccess = "Zapytanie SQL zosta³o pomy¶lnie wykonane";
$strTable = "tabela ";
$strTableStructure = "Struktura tabeli dla ";
$strTerminatedBy = "zakoñczone przez";
$strTheContent = "Zawarto¶æ pliku zosta³a do³±czona.";
$strTheContents = "Zawarto¶æ pliku zast±pi³a dane wybranej tabeli, których podstawowy lub unikalny klucz by³ identyczny.";
$strTheTerminator = "Znak rozdzielaj±cy pola.";
$strTotal = "wszystkich";
$strType = "Typ";
$strUnique = "Unikalny";
$strValue = "Warto¶æ";
$strViewDump = "Zrzut tabeli";
$strViewDumpDB = "Zrzut bazy danych";
$strWelcome = "Witamy w ";
$strWrongUser = "B³êdne pola u¿ytkownik/has³o. Brak dostêpu.";
$strYes = "Tak";
$strMySQLShowProcess = "Pokazuj procesy";
$strLogin = "Zalogowanie";
$strLogout = "Wylogowanie";
$strQBE = "Zapytanie przez przyk³ad";
$strBack = "Powrót";
$strTableComments = "Komentarze tabeli";
$strOr = "lub";
$strSelectNumRows = "w zapytaniu";
$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³ 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³ 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";
$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
$strBack = "Powró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±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³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¶lnie";
$strDelete = "Skasowanie";
$strDeleted = "Rekord zosta³ 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³ad\" (znak globalny: \"%\")";
$strDocu = "Dokumentacja";
$strDoYouReally = "Czy na pewno ";
$strDrop = "Usuniêcie";
$strDropDB = "Usuniê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óci³ pusty wynik (i.e. zero rekordó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³±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³o zamienione.";
$strHasBeenCreated = "zosta³o utworzone.";
$strHasBeenDropped = "zosta³o skasowane.";
$strHasBeenEmptied = "zosta³o wyczyszczone.";
$strHome = "Wej¶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ê podaæ listê kolumn rozdzielon± przecinkami aby za³adowaæ 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³ugo¶æ";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "Kod wysuniêcia linii: \\n";
$strLines = "Linie";
$strLocationTextfile = "Lokalizacja pliku tekstowego";
$strLogin = "Zalogowanie";
$strLogout = "Wylogowanie";
$strModifications = "Modyfikacje zosta³y zapamiêtane";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL prze³adowany.";
$strMySQLSaid = "MySQL zwróci³ komunikat: ";
$strMySQLShowProcess = "Pokazuj procesy";
$strMySQLShowStatus = "Informacje o stanie serwera MySQL";
$strMySQLShowVars = "Zmienne systemowe serwera MySQL";
$strName = "Nazwa";
$strNext = "Nastê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³owia. OPCJONALNIE oznacza, ¿e tylko pola char oraz varchar s± zawarte w \"cudzys³owiach\".";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Opcjonalnie. Okre¶lenie w jaki sposób zapisaæ lub odczytaæ 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±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³osi³ b³±d.";
$strProperties = "W³a¶ciwo¶ci";
$strQBE = "Zapytanie przez przyk³ad";
$strReadTheDocs = "Proszê przeczytaæ dokumentacjê";
$strRecords = "Rekordy";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "Nie powiod³o siê prze³adowanie MySQL.";
$strReloadMySQL = "Prze³adowanie MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Zmiana nazwy tabeli na";
$strRenameTableOK = "Tabela \$table ma zmienion± nazwê na \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Zamiana";
$strReplaceTable = "Zamiana danych tabeli z plikiem";
$strReset = "Reset";
$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 ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych ";
$strSave = "Zachowanie";
$strSelect = "Wybór";
$strSelectFields = "Wybór pól (co najmniej jedno):";
$strSelectNumRows = "w zapytaniu";
$strSend = "wys³anie";
$strSequence = "Seq."; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "Pokazanie rekordó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³anie";
$strSuccess = "Zapytanie SQL zosta³o pomy¶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ñczone przez";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Zawarto¶æ pliku zosta³a do³±czona.";
$strTheContents = "Zawarto¶æ pliku zast±pi³a dane wybranej tabeli, których podstawowy lub unikalny klucz by³ identyczny.";
$strTheTerminator = "Znak rozdzielaj±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¶æ";
$strViewDump = "Zrzut tabeli";
$strViewDumpDB = "Zrzut bazy danych";
$strWelcome = "Witamy w ";
$strWrongUser = "B³êdne pola u¿ytkownik/has³o. Brak dostêpu.";
$strYes = "Tak";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,196 +1,263 @@
<?php
/* $Id$ */
/* thebest@information4u.com / camillai@mandic.com.br */
$strAPrimaryKey = "Chave primária acrescentada na ";
$strAccessDenied = "Acesso Negado";
$strAction = "Ações";
$strAddNewField = "Adiciona novo campo";
$strAccessDenied = "Acesso Negado";
$strAction = "Açõ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ção de Pesquisa (Complemento da clausula \"where\"):";
$strAnIndex = "Um indice foi adicionado na ";
$strAttr = "Atributos";
$strBrowse = "Visualiza";
$strCarriage = "Carriage return: \\r";
$strChange = "Muda";
$strColumnNames = "Nome da Colunas";
$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 ";
$strDatabase = "Banco de Dados ";
$strDatabases = "Banco de Dados";
$strDefault = "Default";
$strDelete = "Remove";
$strDeleted = "Registro eliminado";
$strDoAQuery = "Faça uma \"query by example\" (wildcard: \"%\")";
$strDoYouReally = "Confirma : ";
$strDocu = "Documentação";
$strDrop = "Elimina";
$strDropDB = "Elimina o banco de dados: ";
$strDumpingData = "Extraindo dados da tabela";
$strEdit = "Edita";
$strEmpty = "Limpa";
$strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs).";
$strEnclosedBy = "enclosed by"; //to translate
$strEnd = "Fim";
$strError = "Erro";
$strEscapedBy = "escaped by"; //to translate
$strExtra = "Extra"; //to translate
$strField = "Campo";
$strFields = "Qtd Campos";
$strFunction = "Funçoes";
$strGo = "Executa";
$strHasBeenAltered = "foi alterado.";
$strHasBeenCreated = "foi criado.";
$strHasBeenDropped = "foi eliminado.";
$strHasBeenEmptied = "foi esvaziado.";
$strHome = "Home";
$strHost = "Host";
$strIfYouWish = "Para carregar apenas algumas colunas da tabela, faça uma lista separada por virgula.";
$strIndex = "Index";
$strInsert = "Insere";
$strInsertIntoTable = "Insere na tabela";
$strInsertNewRow = "Insere novo registro";
$strInsertTextfiles = "Insere arquivo texto na tabela";
$strKeyname = "Keyname";
$strLengthSet = "Tamanho/Set";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linhas";
$strLocationTextfile = "Localização do arquivo textos";
$strModifications = "Modificações foram salvas";
$strMySQLReloaded = "MySQL reiniciado.";
$strMySQLSaid = "Mensagens do MySQL : ";
$strMySQLShowStatus = "Mostra informação de runtime do MySql";
$strMySQLShowVars = "Mostra variáveis de sistema do MySQL";
$strName = "Nome";
$strNext = "Próximo";
$strNo = "Não";
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
$strNull = "Null"; //to translate
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
$strOptionally = "OPTIONALLY";
$strPos1 = "Inicio";
$strPrevious = "Anterior";
$strPrimary = "Primary";
$strPrimaryKey = "Chave Primária";
$strProducedAnError = "produziu um erro.";
$strProperties = "Propriedades";
$strReadTheDocs = "Leia os docs";
$strRecords = "Registros";
$strReloadFailed = "Reinicialização do MySQL falhou.";
$strReloadMySQL = "Reinicializa o MySQL";
$strRenameTable = "Renomeia a tabela para ";
$strRenameTableOK = "Tabela \$table renomeada para \$new_name";
$strReplace = "Substituir";
$strReplaceTable = "Substituir os dados da tabela pelos do arquivo";
$strReset = "Reset";
$strRunSQLQuery = "Executa SQL query no banco de dados ";
$strRunning = "Rodando em ";
$strSQLQuery = "SQL-query";
$strSave = "Salva";
$strSelect = "Seleciona";
$strSelectFields = "Seleciones os campos (no mínimo 1)";
$strSend = "envia";
$strShowingRecords = "Mostrando registros ";
$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 ";
$strTableStructure = "Estrutura da tabela";
$strTerminatedBy = "terminado por";
$strTheContent = "O conteúdo do seu arquivo foi inserido";
$strTheContents = "O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou única";
$strTheTerminator = "Terminador de campos.";
$strTotal = "total";
$strType = "Tipo";
$strUnique = "Unique";
$strValue = "Value";
$strViewDump = "Ver o esquema da tabela";
$strViewDumpDB = "Ver o esquema do banco de dados";
$strWelcome = "Benvindo ao ";
$strWrongUser = "Usuário ou Senha errado. Acesso Negado.";
$strYes = "Sim";
$strMySQLShowProcess = "Mostra os Processos";
$strLogout = "Log out";
$strQBE = "Query by Example";
$strBack = "Voltar";
$strTableComments = "Comentários da tabela";
$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á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";
$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
$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ça uma \"query by example\" (wildcard: \"%\")";
$strDocu = "Documentaçã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ç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ç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ção do arquivo textos";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out";
$strModifications = "Modificaçõ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ção de runtime do MySql";
$strMySQLShowVars = "Mostra variáveis de sistema do MySQL";
$strName = "Nome";
$strNext = "Próximo";
$strNo = "Nã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á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çã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";
$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 ";
$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á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údo do seu arquivo foi inserido";
$strTheContents = "O conteúdo do arquivo substituiu o conteúdo da tabela que tinha a mesma chave primária ou ú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ário ou Senha errado. Acesso Negado.";
$strYes = "Sim";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,206 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "âÙÌ ÄÏÂÁ×ÌÅÎ ÐÅÒ×ÉÞÎÙÊ ËÌÀÞ Ë ";
$strAccessDenied = "÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ";
$strAction = "äÅÊÓÔ×ÉÅ";
$strAddNewField = "äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ";
$strAddSearchConditions = "äÏÂÁ×ÉÔØ ÕÓÌÏ×ÉÑ ÐÏÉÓËÁ (ÔÅÌÏ ÄÌÑ \"where\" ÕÓÌÏ×ÉÑ):";
$strAnIndex = "âÙÌ ÄÏÂÁ×ÌÅÎ ÉÎÄÅËÓ ÄÌÑ ";
$strAttr = "áÔÒÉÂÕÔÙ";
$strBrowse = "ðÒÏÌÉÓÔÁÔØ";
$strCarriage = "÷ÏÚ×ÒÁÔ ËÁÒÅÔËÉ: \\r";
$strChange = "éÚÍÅÎÉÔØ";
$strColumnNames = "îÁÚ×ÁÎÉÑ ËÏÌÏÎÏË";
$strCopyTable = "óËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ ×:";
$strCopyTableOK = "ôÁÂÌÉÃÁ \$table ÂÙÌÁ ÓËÏÐÉÒÏ×ÁÎÁ × \$new_name.";
$strCreate = "óÏÚÄÁÔØ";
$strCreateNewDatabase = "óÏÚÄÁÔØ ÎÏ×ÕÀ âä";
$strCreateNewTable = "óÏÚÄÁÔØ ÎÏ×ÕÀ ÔÁÂÌÉÃÕ × âä ";
$strDatabase = "âä ";
$strDatabases = "âÁÚÙ äÁÎÎÙÈ";
$strDefault = "ðÏ ÕÍÏÌÞÁÎÉÀ";
$strDelete = "õÄÁÌÉÔØ";
$strDeleted = "òÑÄ ÂÙÌ ÕÄÁÌÅÎ";
$strDoAQuery = "÷ÙÐÏÌÎÉÔØ \"ÚÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ\" (ÓÉÍ×ÏÌ ÐÏÄÓÔÁ×ÎÏ×ËÉ: \"%\")";
$strDoYouReally = "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÖÅÌÁÅÔÅ ";
$strDocu = "äÏËÕÍÅÎÔÁÃÉÑ";
$strDrop = "õÎÉÞÔÏÖÉÔØ";
$strDropDB = "õÎÉÞÔÏÖÉÔØ âä ";
$strDumpingData = "óÄÁÍÐÁÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ";
$strEdit = "òÅÄÁËÔÉÒÏ×ÁÔØ";
$strEmpty = "ðÕÓÔÏÔÁ";
$strEmptyResultSet = "MySQL ×ÅÒÎÕÌÁ ÐÕÓÔÏÊ ÒÅÚÕÌØÔÁÔ (Ô.Å. ÎÏÌØ ÒÑÄÏ×).";
$strEnclosedBy = "ÚÁËÌÀÞÅÎÎÙÊ ×";
$strEnd = "ëÏÎÅÃ";
$strError = "ïÛÉÂËÁ";
$strEscapedBy = "ÚÁ×ÅÒÛÁÅÍÙÅ ÞÅÒÅÚ";
$strExtra = "äÏÐÏÌÎÉÔÅÌØÎÏ";
$strField = "ðÏÌÅ";
$strFields = "ðÏÌÑ";
$strFunction = "æÕÎËÃÉÑ";
$strGo = "ðÏÛÅÌ";
$strHasBeenAltered = "ÂÙÌÁ ÉÚÍÅÎÅÎÁ.";
$strHasBeenCreated = "ÂÙÌÁ ÓÏÚÄÁÎÁ.";
$strHasBeenDropped = "ÂÙÌÁ ÕÎÉÞÔÏÖÅÎÁ.";
$strHasBeenEmptied = "ÂÙÌÁ ÏÐÕÓÔÏÛÅÎÁ.";
$strHome = "ë ÎÁÞÁÌÕ";
$strHost = "èÏÓÔ";
$strIfYouWish = "åÓÌÉ ÷Ù ÖÅÌÁÅÔÅ ÚÁÇÒÕÚÉÔØ ÔÏÌØËÏ ÎÅËÏÔÏÒÙÅ ÓÔÏÌÂÃÙ ÔÁÂÌÉÃÙ, ÕËÁÖÉÔÅ ÒÁÚÄÅÌÅÎÎÙÊ ÚÁÐÑÔÙÍÉ ÓÐÉÓÏË ÐÏÌÅÊ.";
$strIndex = "éÎÄÅËÓ";
$strInsert = "÷ÓÔÁ×ÉÔØ";
$strInsertIntoTable = "÷ÓÔÁ×ÉÔØ × ÔÁÂÌÉÃÕ";
$strInsertNewRow = "÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ";
$strInsertTextfiles = "÷ÓÔÁ×ÉÔØ ÔÅËÓÔÏ×ÙÅ ÆÁÊÌÙ × ÔÁÂÌÉÃÕ";
$strKeyname = "éÍÑ ËÌÀÞÁ";
$strLengthSet = "äÌÉÎÎÁ";
$strLineFeed = "óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÌÉÎÉÉ: \\n";
$strLines = "ìÉÎÉÉ";
$strLocationTextfile = "íÅÓÔÏÒÁÓÐÏÌÏÖÅÎÉÅ ÔÅËÓÔÏ×ÏÇÏ ÆÁÊÌÁ";
$strModifications = "íÏÄÉÆÉËÁÃÉÉ ÂÙÌÉ ÓÏÈÒÁÎÅÎÙ";
$strMySQLReloaded = "MySQL ÐÅÒÅÚÁÇÒÕÖÅÎÁ.";
$strMySQLSaid = "MySQL ÓËÁÚÁÌÁ: ";
$strMySQLShowStatus = "ðÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ MySQL";
$strMySQLShowVars = "ðÏËÁÚÁÔØ ÓÉÓÔÅÍÎÙÅ ÐÅÒÅÍÅÎÎÙÅ MySQL";
$strName = "éÍÑ";
$strNext = "óÌÅÄÕÀÝÉÊ";
$strNo = "îÅÔ";
$strNoTablesFound = "÷ âä ÎÅ ÏÂÎÁÒÕÖÅÎÏ ÔÁÂÌÉÃ.";
$strNull = "îÏÌØ";
$strOftenQuotation = "ïÂÙÞÎÏ ËÁ×ÙÞËÉ. ðï ÷ùâïòõ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÔÏÌØËÏ ÐÏÌÑ char É varchar ÚÁËÌÀÞÁÀÔÓÑ × ËÁ×ÙÞËÉ.";
$strOptionalControls = "ðÏ ×ÙÂÏÒÕ. ëÏÎÔÒÏÌÉÒÕÅÔ ËÁË ÞÉÔÁÔØ ÉÌÉ ÐÉÓÁÔØ ÓÐÅÃÉÁÌØÎÙÅ ÓÉÍ×ÏÌÙ.";
$strOptionally = "ðï ÷ùâïòõ";
$strPos1 = "îÁÞÁÌÏ";
$strPrevious = "ðÒÅÄÙÄÕÝÉÊ";
$strPrimary = "ðÅÒ×ÉÞÎÙÊ";
$strPrimaryKey = "ðÅÒ×ÉÞÎÙÊ ËÌÀÞ";
$strProducedAnError = "ÐÒÉ×ÅÌÁ Ë ÏÛÉÂËÅ.";
$strProperties = "ó×ÏÊÓÔ×Á";
$strReadTheDocs = "ðÏÞÉÔÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ";
$strRecords = "úÁÐÉÓÉ";
$strReloadFailed = "îÅ ÕÄÁÌÏÓØ ÐÅÒÅÚÁÇÒÕÚÉÔØ MySQL.";
$strReloadMySQL = "ðÅÒÅÚÁÇÒÕÚÉÔØ MySQL";
$strRenameTable = "ðÅÒÅÉÍÅÎÏ×ÁÔØ ÔÁÂÌÉÃÕ ×";
$strRenameTableOK = "ôÁÂÌÉÃÁ \$table ÂÙÌÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × \$new_name";
$strReplace = "úÁÍÅÓÔÉÔØ";
$strReplaceTable = "úÁÍÅÓÔÉÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ ÄÁÎÎÙÍÉ ÉÚ ÆÁÊÌÁ";
$strReset = "ðÅÒÅÕÓÔÁÎÏ×ÉÔØ";
$strRunSQLQuery = "÷ÙÐÏÌÎÉÔØ SQL ÚÁÐÒÏÓ(Ù) ÎÁ âä ";
$strRunning = "ÚÁÐÕÝÅÎÏ ÎÁ ";
$strSQLQuery = "SQL-ÚÁÐÒÏÓ";
$strSave = "óÏÈÒÁÎÉÔØ";
$strSelect = "÷ÙÂÒÁÔØ";
$strSelectFields = "÷ÙÂÒÁÔØ ÐÏÌÑ (ÍÉÎÉÍÕÍ ÏÄÎÏ):";
$strSend = "ÐÏÓÌÁÔØ";
$strShowingRecords = "ðÏËÁÚÙ×ÁÅÔ ÚÁÐÉÓÉ ";
$strStrucCSV = "CSV ÄÁÎÎÙÅ";
$strStrucData = "óÔÒÕËÔÕÒÁ É ÄÁÎÎÙÅ";
$strStrucDrop = "äÏÂÁ×ÉÔØ 'ÕÄÁÌÉÔØ ÔÁÂÌÉÃÕ'";
$strStrucOnly = "ôÏÌØËÏ ÓÔÒÕËÔÕÒÕ";
$strSubmit = "÷ÙÐÏÌÎÉÔØ";
$strSuccess = "÷ÁÛ SQL-ÚÁÐÒÏÓ ÂÙÌ ÕÓÐÅÛÎÏ ×ÙÐÏÌÎÅÎ";
$strTable = "ÔÁÂÌÉÃÁ ";
$strTableStructure = "óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ ÄÌÑ ÔÁÂÌÉÃÙ";
$strTerminatedBy = "úÁ×ÅÒÛÁÅÔÓÑ ÞÅÒÅÚ";
$strTheContent = "óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÂÙÌÏ ÉÍÐÏÒÔÉÒÏ×ÁÎÏ.";
$strTheContents = "óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÚÁÍÅÝÁÅÔ ÓÏÄÅÒÖÉÍÏÅ ÔÁÂÌÉÃÙ ÄÌÑ ÒÑÄÏ× Ó ÉÄÅÎÔÉÞÎÙÍÉ ÐÅÒ×ÉÞÎÙÍÉ ÉÌÉ ÕÎÉËÁÌØÎÙÍÉ ËÌÀÞÁÍÉ.";
$strTheTerminator = "óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÐÏÌÅÊ.";
$strTotal = "×ÓÅÇÏ";
$strType = "ôÉÐ";
$strUnique = "õÎÉËÁÌØÎÏÅ";
$strValue = "úÎÁÞÅÎÉÅ";
$strViewDump = "ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) ÔÁÂÌÉÃÙ";
$strViewDumpDB = "ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) âä";
$strWelcome = "äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × ";
$strWrongUser = "ïÛÉÂÏÞÎÙÊ ÌÏÇÉÎ/ÐÁÒÏÌØ. ÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ.";
$strYes = "äÁ";
$strMySQLShowProcess = "ðÏËÁÚÁÔØ ÐÒÏÃÅÓÓÙ";
$strLogout = "÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ";
$strQBE = "úÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ";
//$strSort = "ïÔÓÏÒÔÉÒÏ×ÁÔØ";
//$strAscending = "÷ÏÓÈÏÄÑÝÉÊ";
//$strDescending = "îÉÓÈÏÄÑÝÉÊ";
$strShow = "ðÏËÁÚÁÔØ";
//$strCriteria = "ëÒÉÔÅÒÉÊ";
//$strAnd = "é";
$strOr = "éÌÉ";
//$strModify = "éÚÍÅÎÉÔØ";
//$strAddDeleteRow = "äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÒÑÄ ËÒÉÔÅÒÉÑ";
//$strAddDeleteColumn = "äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ";
//$strUpdateQuery = "äÏÐÏÌÎÉÔØ úÁÐÒÏÓ";
//$strRunQuery = "÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ";
//$strUseTables = "éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ";
$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
$strAccessDenied = "÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ";
$strAction = "äÅÊÓÔ×ÉÅ";
$strAddDeleteColumn = "äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ";
$strAddDeleteRow = "äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÒÑÄ ËÒÉÔÅÒÉÑ";
$strAddNewField = "äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "äÏÂÁ×ÉÔØ ÕÓÌÏ×ÉÑ ÐÏÉÓËÁ (ÔÅÌÏ ÄÌÑ \"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 = "é";
$strAnIndex = "âÙÌ ÄÏÂÁ×ÌÅÎ ÉÎÄÅËÓ ÄÌÑ ";
$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 = "âÙÌ ÄÏÂÁ×ÌÅÎ ÐÅÒ×ÉÞÎÙÊ ËÌÀÞ Ë ";
$strAscending = "÷ÏÓÈÏÄÑÝÉÊ";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "áÔÒÉÂÕÔÙ";
$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 = "ðÒÏÌÉÓÔÁÔØ";
$strCarriage = "÷ÏÚ×ÒÁÔ ËÁÒÅÔËÉ: \\r";
$strChange = "éÚÍÅÎÉÔØ";
$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 = "îÁÚ×ÁÎÉÑ ËÏÌÏÎÏË";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "óËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ ×:";
$strCopyTableOK = "ôÁÂÌÉÃÁ \$table ÂÙÌÁ ÓËÏÐÉÒÏ×ÁÎÁ × \$new_name.";
$strCreate = "óÏÚÄÁÔØ";
$strCreateNewDatabase = "óÏÚÄÁÔØ ÎÏ×ÕÀ âä";
$strCreateNewTable = "óÏÚÄÁÔØ ÎÏ×ÕÀ ÔÁÂÌÉÃÕ × âä ";
$strCriteria = "ëÒÉÔÅÒÉÊ";
$strData = "Data"; //to translate
$strDatabase = "âä ";
$strDatabases = "âÁÚÙ äÁÎÎÙÈ";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "ðÏ ÕÍÏÌÞÁÎÉÀ";
$strDelete = "õÄÁÌÉÔØ";
$strDeleted = "òÑÄ ÂÙÌ ÕÄÁÌÅÎ";
$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 = "îÉÓÈÏÄÑÝÉÊ";
$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 = "÷ÙÐÏÌÎÉÔØ \"ÚÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ\" (ÓÉÍ×ÏÌ ÐÏÄÓÔÁ×ÎÏ×ËÉ: \"%\")";
$strDocu = "äÏËÕÍÅÎÔÁÃÉÑ";
$strDoYouReally = "÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÖÅÌÁÅÔÅ ";
$strDrop = "õÎÉÞÔÏÖÉÔØ";
$strDropDB = "õÎÉÞÔÏÖÉÔØ âä ";
$strDumpingData = "óÄÁÍÐÁÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ";
$strDynamic = "dynamic"; //to translate
$strEdit = "òÅÄÁËÔÉÒÏ×ÁÔØ";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "ðÕÓÔÏÔÁ";
$strEmptyResultSet = "MySQL ×ÅÒÎÕÌÁ ÐÕÓÔÏÊ ÒÅÚÕÌØÔÁÔ (Ô.Å. ÎÏÌØ ÒÑÄÏ×).";
$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 = "ÚÁËÌÀÞÅÎÎÙÊ ×";
$strEnd = "ëÏÎÅÃ";
$strError = "ïÛÉÂËÁ";
$strEscapedBy = "ÚÁ×ÅÒÛÁÅÍÙÅ ÞÅÒÅÚ";
$strExtra = "äÏÐÏÌÎÉÔÅÌØÎÏ";
$strField = "ðÏÌÅ";
$strFields = "ðÏÌÑ";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "æÕÎËÃÉÑ";
$strGo = "ðÏÛÅÌ";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "ÂÙÌÁ ÉÚÍÅÎÅÎÁ.";
$strHasBeenCreated = "ÂÙÌÁ ÓÏÚÄÁÎÁ.";
$strHasBeenDropped = "ÂÙÌÁ ÕÎÉÞÔÏÖÅÎÁ.";
$strHasBeenEmptied = "ÂÙÌÁ ÏÐÕÓÔÏÛÅÎÁ.";
$strHome = "ë ÎÁÞÁÌÕ";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "èÏÓÔ";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "åÓÌÉ ÷Ù ÖÅÌÁÅÔÅ ÚÁÇÒÕÚÉÔØ ÔÏÌØËÏ ÎÅËÏÔÏÒÙÅ ÓÔÏÌÂÃÙ ÔÁÂÌÉÃÙ, ÕËÁÖÉÔÅ ÒÁÚÄÅÌÅÎÎÙÊ ÚÁÐÑÔÙÍÉ ÓÐÉÓÏË ÐÏÌÅÊ.";
$strIndex = "éÎÄÅËÓ";
$strIndexes = "Indexes"; //to translate
$strInsert = "÷ÓÔÁ×ÉÔØ";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "÷ÓÔÁ×ÉÔØ × ÔÁÂÌÉÃÕ";
$strInsertNewRow = "÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ";
$strInsertTextfiles = "÷ÓÔÁ×ÉÔØ ÔÅËÓÔÏ×ÙÅ ÆÁÊÌÙ × ÔÁÂÌÉÃÕ";
$strKeyname = "éÍÑ ËÌÀÞÁ";
$strLength = "Length"; //to translate
$strLengthSet = "äÌÉÎÎÁ";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÌÉÎÉÉ: \\n";
$strLines = "ìÉÎÉÉ";
$strLocationTextfile = "íÅÓÔÏÒÁÓÐÏÌÏÖÅÎÉÅ ÔÅËÓÔÏ×ÏÇÏ ÆÁÊÌÁ";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ";
$strModifications = "íÏÄÉÆÉËÁÃÉÉ ÂÙÌÉ ÓÏÈÒÁÎÅÎÙ";
$strModify = "éÚÍÅÎÉÔØ";
$strMySQLReloaded = "MySQL ÐÅÒÅÚÁÇÒÕÖÅÎÁ.";
$strMySQLSaid = "MySQL ÓËÁÚÁÌÁ: ";
$strMySQLShowProcess = "ðÏËÁÚÁÔØ ÐÒÏÃÅÓÓÙ";
$strMySQLShowStatus = "ðÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ MySQL";
$strMySQLShowVars = "ðÏËÁÚÁÔØ ÓÉÓÔÅÍÎÙÅ ÐÅÒÅÍÅÎÎÙÅ MySQL";
$strName = "éÍÑ";
$strNext = "óÌÅÄÕÀÝÉÊ";
$strNo = "îÅÔ";
$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 = "÷ âä ÎÅ ÏÂÎÁÒÕÖÅÎÏ ÔÁÂÌÉÃ.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "îÏÌØ";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "ïÂÙÞÎÏ ËÁ×ÙÞËÉ. ðï ÷ùâïòõ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÔÏÌØËÏ ÐÏÌÑ char É varchar ÚÁËÌÀÞÁÀÔÓÑ × ËÁ×ÙÞËÉ.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "ðÏ ×ÙÂÏÒÕ. ëÏÎÔÒÏÌÉÒÕÅÔ ËÁË ÞÉÔÁÔØ ÉÌÉ ÐÉÓÁÔØ ÓÐÅÃÉÁÌØÎÙÅ ÓÉÍ×ÏÌÙ.";
$strOptionally = "ðï ÷ùâïòõ";
$strOr = "éÌÉ";
$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 = "îÁÞÁÌÏ";
$strPrevious = "ðÒÅÄÙÄÕÝÉÊ";
$strPrimary = "ðÅÒ×ÉÞÎÙÊ";
$strPrimaryKey = "ðÅÒ×ÉÞÎÙÊ ËÌÀÞ";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "ÐÒÉ×ÅÌÁ Ë ÏÛÉÂËÅ.";
$strProperties = "ó×ÏÊÓÔ×Á";
$strQBE = "úÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ";
$strReadTheDocs = "ðÏÞÉÔÁÔØ ÄÏËÕÍÅÎÔÁÃÉÀ";
$strRecords = "úÁÐÉÓÉ";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "îÅ ÕÄÁÌÏÓØ ÐÅÒÅÚÁÇÒÕÚÉÔØ MySQL.";
$strReloadMySQL = "ðÅÒÅÚÁÇÒÕÚÉÔØ MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "ðÅÒÅÉÍÅÎÏ×ÁÔØ ÔÁÂÌÉÃÕ ×";
$strRenameTableOK = "ôÁÂÌÉÃÁ \$table ÂÙÌÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "úÁÍÅÓÔÉÔØ";
$strReplaceTable = "úÁÍÅÓÔÉÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ ÄÁÎÎÙÍÉ ÉÚ ÆÁÊÌÁ";
$strReset = "ðÅÒÅÕÓÔÁÎÏ×ÉÔØ";
$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 = "ÚÁÐÕÝÅÎÏ ÎÁ ";
$strRunQuery = "÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ";
$strRunSQLQuery = "÷ÙÐÏÌÎÉÔØ SQL ÚÁÐÒÏÓ(Ù) ÎÁ âä ";
$strSave = "óÏÈÒÁÎÉÔØ";
$strSelect = "÷ÙÂÒÁÔØ";
$strSelectFields = "÷ÙÂÒÁÔØ ÐÏÌÑ (ÍÉÎÉÍÕÍ ÏÄÎÏ):";
$strSelectNumRows = "in query"; //to translate
$strSend = "ÐÏÓÌÁÔØ";
$strSequence = "Seq."; //to translate
$strShow = "ðÏËÁÚÁÔØ";
$strShowingRecords = "ðÏËÁÚÙ×ÁÅÔ ÚÁÐÉÓÉ ";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = "ïÔÓÏÒÔÉÒÏ×ÁÔØ";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-ÚÁÐÒÏÓ";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV ÄÁÎÎÙÅ";
$strStrucData = "óÔÒÕËÔÕÒÁ É ÄÁÎÎÙÅ";
$strStrucDrop = "äÏÂÁ×ÉÔØ 'ÕÄÁÌÉÔØ ÔÁÂÌÉÃÕ'";
$strStrucOnly = "ôÏÌØËÏ ÓÔÒÕËÔÕÒÕ";
$strSubmit = "÷ÙÐÏÌÎÉÔØ";
$strSuccess = "÷ÁÛ SQL-ÚÁÐÒÏÓ ÂÙÌ ÕÓÐÅÛÎÏ ×ÙÐÏÌÎÅÎ";
$strTable = "ÔÁÂÌÉÃÁ ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ ÄÌÑ ÔÁÂÌÉÃÙ";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "úÁ×ÅÒÛÁÅÔÓÑ ÞÅÒÅÚ";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÂÙÌÏ ÉÍÐÏÒÔÉÒÏ×ÁÎÏ.";
$strTheContents = "óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÚÁÍÅÝÁÅÔ ÓÏÄÅÒÖÉÍÏÅ ÔÁÂÌÉÃÙ ÄÌÑ ÒÑÄÏ× Ó ÉÄÅÎÔÉÞÎÙÍÉ ÐÅÒ×ÉÞÎÙÍÉ ÉÌÉ ÕÎÉËÁÌØÎÙÍÉ ËÌÀÞÁÍÉ.";
$strTheTerminator = "óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÐÏÌÅÊ.";
$strTotal = "×ÓÅÇÏ";
$strType = "ôÉÐ";
$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 = "äÏÐÏÌÎÉÔØ úÁÐÒÏÓ";
$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 = "éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ";
$strValue = "úÎÁÞÅÎÉÅ";
$strViewDump = "ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) ÔÁÂÌÉÃÙ";
$strViewDumpDB = "ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) âä";
$strWelcome = "äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × ";
$strWrongUser = "ïÛÉÂÏÞÎÙÊ ÌÏÇÉÎ/ÐÁÒÏÌØ. ÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ.";
$strYes = "äÁ";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,206 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "Áûë äîáàâëåí ïåðâè÷íûé êëþ÷ ê ";
$strAccessDenied = "Â äîñòóïå îòêàçàíî";
$strAction = "Äåéñòâèå";
$strAddNewField = "Äîáàâèòü íîâîå ïîëå";
$strAddSearchConditions = "Äîáàâèòü óñëîâèÿ ïîèñêà (òåëî äëÿ \"where\" óñëîâèÿ):";
$strAnIndex = "Áûë äîáàâëåí èíäåêñ äëÿ ";
$strAttr = "Àòðèáóòû";
$strBrowse = "Ïðîëèñòàòü";
$strCarriage = "Âîçâðàò êàðåòêè: \\r";
$strChange = "Èçìåíèòü";
$strColumnNames = "Íàçâàíèÿ êîëîíîê";
$strCopyTable = "Ñêîïèðîâàòü òàáëèöó â:";
$strCopyTableOK = "Òàáëèöà \$table áûëà ñêîïèðîâàíà â \$new_name.";
$strCreate = "Ñîçäàòü";
$strCreateNewDatabase = "Ñîçäàòü íîâóþ ÁÄ";
$strCreateNewTable = "Ñîçäàòü íîâóþ òàáëèöó â ÁÄ ";
$strDatabase = "ÁÄ ";
$strDatabases = "Áàçû Äàííûõ";
$strDefault = "Ïî óìîë÷àíèþ";
$strDelete = "Óäàëèòü";
$strDeleted = "Ðÿä áûë óäàëåí";
$strDoAQuery = "Âûïîëíèòü \"çàïðîñ ïî ïðèìåðó\" (ñèìâîë ïîäñòàâíîâêè: \"%\")";
$strDoYouReally = "Âû äåéñòâèòåëüíî æåëàåòå ";
$strDocu = "Äîêóìåíòàöèÿ";
$strDrop = "Óíè÷òîæèòü";
$strDropDB = "Óíè÷òîæèòü ÁÄ ";
$strDumpingData = "Ñäàìïàòü äàííûå òàáëèöû";
$strEdit = "Ðåäàêòèðîâàòü";
$strEmpty = "Ïóñòîòà";
$strEmptyResultSet = "MySQL âåðíóëà ïóñòîé ðåçóëüòàò (ò.å. íîëü ðÿäîâ).";
$strEnclosedBy = "çàêëþ÷åííûé â";
$strEnd = "Êîíåö";
$strError = "Îøèáêà";
$strEscapedBy = "çàâåðøàåìûå ÷åðåç";
$strExtra = "Äîïîëíèòåëüíî";
$strField = "Ïîëå";
$strFields = "Ïîëÿ";
$strFunction = "Ôóíêöèÿ";
$strGo = "Ïîøåë";
$strHasBeenAltered = "áûëà èçìåíåíà.";
$strHasBeenCreated = "áûëà ñîçäàíà.";
$strHasBeenDropped = "áûëà óíè÷òîæåíà.";
$strHasBeenEmptied = "áûëà îïóñòîøåíà.";
$strHome = "Ê íà÷àëó";
$strHost = "Õîñò";
$strIfYouWish = "Åñëè Âû æåëàåòå çàãðóçèòü òîëüêî íåêîòîðûå ñòîëáöû òàáëèöû, óêàæèòå ðàçäåëåííûé çàïÿòûìè ñïèñîê ïîëåé.";
$strIndex = "Èíäåêñ";
$strInsert = "Âñòàâèòü";
$strInsertIntoTable = "Âñòàâèòü â òàáëèöó";
$strInsertNewRow = "Âñòàâèòü íîâûé ðÿä";
$strInsertTextfiles = "Âñòàâèòü òåêñòîâûå ôàéëû â òàáëèöó";
$strKeyname = "Èìÿ êëþ÷à";
$strLengthSet = "Äëèííà";
$strLineFeed = "Ñèìâîë îêîí÷àíèÿ ëèíèè: \\n";
$strLines = "Ëèíèè";
$strLocationTextfile = "Ìåñòîðàñïîëîæåíèå òåêñòîâîãî ôàéëà";
$strModifications = "Ìîäèôèêàöèè áûëè ñîõðàíåíû";
$strMySQLReloaded = "MySQL ïåðåçàãðóæåíà.";
$strMySQLSaid = "MySQL ñêàçàëà: ";
$strMySQLShowStatus = "Ïîêàçàòü ñîñòîÿíèå MySQL";
$strMySQLShowVars = "Ïîêàçàòü ñèñòåìíûå ïåðåìåííûå MySQL";
$strName = "Èìÿ";
$strNext = "Ñëåäóþùèé";
$strNo = "Íåò";
$strNoTablesFound = "Â ÁÄ íå îáíàðóæåíî òàáëèö.";
$strNull = "Íîëü";
$strOftenQuotation = "Îáû÷íî êàâû÷êè. ÏÎ ÂÛÁÎÐÓ îçíà÷àåò, ÷òî òîëüêî ïîëÿ char è varchar çàêëþ÷àþòñÿ â êàâû÷êè.";
$strOptionalControls = "Ïî âûáîðó. Êîíòðîëèðóåò êàê ÷èòàòü èëè ïèñàòü ñïåöèàëüíûå ñèìâîëû.";
$strOptionally = "ÏÎ ÂÛÁÎÐÓ";
$strPos1 = "Íà÷àëî";
$strPrevious = "Ïðåäûäóùèé";
$strPrimary = "Ïåðâè÷íûé";
$strPrimaryKey = "Ïåðâè÷íûé êëþ÷";
$strProducedAnError = "ïðèâåëà ê îøèáêå.";
$strProperties = "Ñâîéñòâà";
$strReadTheDocs = "Ïî÷èòàòü äîêóìåíòàöèþ";
$strRecords = "Çàïèñè";
$strReloadFailed = "Íå óäàëîñü ïåðåçàãðóçèòü MySQL.";
$strReloadMySQL = "Ïåðåçàãðóçèòü MySQL";
$strRenameTable = "Ïåðåèìåíîâàòü òàáëèöó â";
$strRenameTableOK = "Òàáëèöà \$table áûëà ïåðåèìåíîâàíà â \$new_name";
$strReplace = "Çàìåñòèòü";
$strReplaceTable = "Çàìåñòèòü äàííûå òàáëèöû äàííûìè èç ôàéëà";
$strReset = "Ïåðåóñòàíîâèòü";
$strRunSQLQuery = "Âûïîëíèòü SQL çàïðîñ(û) íà ÁÄ ";
$strRunning = "çàïóùåíî íà ";
$strSQLQuery = "SQL-çàïðîñ";
$strSave = "Ñîõðàíèòü";
$strSelect = "Âûáðàòü";
$strSelectFields = "Âûáðàòü ïîëÿ (ìèíèìóì îäíî):";
$strSend = "ïîñëàòü";
$strShowingRecords = "Ïîêàçûâàåò çàïèñè ";
$strStrucCSV = "CSV äàííûå";
$strStrucData = "Ñòðóêòóðà è äàííûå";
$strStrucDrop = "Äîáàâèòü 'óäàëèòü òàáëèöó'";
$strStrucOnly = "Òîëüêî ñòðóêòóðó";
$strSubmit = "Âûïîëíèòü";
$strSuccess = "Âàø SQL-çàïðîñ áûë óñïåøíî âûïîëíåí";
$strTable = "òàáëèöà ";
$strTableStructure = "Ñòðóêòóðà òàáëèöû äëÿ òàáëèöû";
$strTerminatedBy = "Çàâåðøàåòñÿ ÷åðåç";
$strTheContent = "Ñîäåðæèìîå ôàéëà áûëî èìïîðòèðîâàíî.";
$strTheContents = "Ñîäåðæèìîå ôàéëà çàìåùàåò ñîäåðæèìîå òàáëèöû äëÿ ðÿäîâ ñ èäåíòè÷íûìè ïåðâè÷íûìè èëè óíèêàëüíûìè êëþ÷àìè.";
$strTheTerminator = "Ñèìâîë îêîí÷àíèÿ ïîëåé.";
$strTotal = "âñåãî";
$strType = "Òèï";
$strUnique = "Óíèêàëüíîå";
$strValue = "Çíà÷åíèå";
$strViewDump = "Ïðîñìîòðåòü äàìï (ñõåìó) òàáëèöû";
$strViewDumpDB = "Ïðîñìîòðåòü äàìï (ñõåìó) ÁÄ";
$strWelcome = "Äîáðî ïîæàëîâàòü â ";
$strWrongUser = "Îøèáî÷íûé ëîãèí/ïàðîëü.  äîñòóïå îòêàçàíî.";
$strYes = "Äà";
$strMySQLShowProcess = "Ïîêàçàòü ïðîöåññû";
$strLogout = "Âûéòè èç ñèñòåìû";
$strQBE = "Çàïðîñ ïî ïðèìåðó";
//$strSort = "Îòñîðòèðîâàòü";
//$strAscending = "Âîñõîäÿùèé";
//$strDescending = "Íèñõîäÿùèé";
$strShow = "Ïîêàçàòü";
//$strCriteria = "Êðèòåðèé";
//$strAnd = "È";
$strOr = "Èëè";
//$strModify = "Èçìåíèòü";
//$strAddDeleteRow = "Äîáàâèòü/óäàëèòü ðÿä êðèòåðèÿ";
//$strAddDeleteColumn = "Äîáàâèòü/óäàëèòü ñòîëáåö êðèòåðèÿ";
//$strUpdateQuery = "Äîïîëíèòü Çàïðîñ";
//$strRunQuery = "Âûïîëíèòü Çàïðîñ";
//$strUseTables = "Èñïîëüçîâàòü òàáëèöû";
$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
$strAccessDenied = "Â äîñòóïå îòêàçàíî";
$strAction = "Äåéñòâèå";
$strAddDeleteColumn = "Äîáàâèòü/óäàëèòü ñòîëáåö êðèòåðèÿ";
$strAddDeleteRow = "Äîáàâèòü/óäàëèòü ðÿä êðèòåðèÿ";
$strAddNewField = "Äîáàâèòü íîâîå ïîëå";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Äîáàâèòü óñëîâèÿ ïîèñêà (òåëî äëÿ \"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 = "È";
$strAnIndex = "Áûë äîáàâëåí èíäåêñ äëÿ ";
$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 = "Áûë äîáàâëåí ïåðâè÷íûé êëþ÷ ê ";
$strAscending = "Âîñõîäÿùèé";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Àòðèáóòû";
$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 = "Ïðîëèñòàòü";
$strCarriage = "Âîçâðàò êàðåòêè: \\r";
$strChange = "Èçìåíèòü";
$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 = "Íàçâàíèÿ êîëîíîê";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Ñêîïèðîâàòü òàáëèöó â:";
$strCopyTableOK = "Òàáëèöà \$table áûëà ñêîïèðîâàíà â \$new_name.";
$strCreate = "Ñîçäàòü";
$strCreateNewDatabase = "Ñîçäàòü íîâóþ ÁÄ";
$strCreateNewTable = "Ñîçäàòü íîâóþ òàáëèöó â ÁÄ ";
$strCriteria = "Êðèòåðèé";
$strData = "Data"; //to translate
$strDatabase = "ÁÄ ";
$strDatabases = "Áàçû Äàííûõ";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Ïî óìîë÷àíèþ";
$strDelete = "Óäàëèòü";
$strDeleted = "Ðÿä áûë óäàëåí";
$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 = "Íèñõîäÿùèé";
$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 = "Âûïîëíèòü \"çàïðîñ ïî ïðèìåðó\" (ñèìâîë ïîäñòàâíîâêè: \"%\")";
$strDocu = "Äîêóìåíòàöèÿ";
$strDoYouReally = "Âû äåéñòâèòåëüíî æåëàåòå ";
$strDrop = "Óíè÷òîæèòü";
$strDropDB = "Óíè÷òîæèòü ÁÄ ";
$strDumpingData = "Ñäàìïàòü äàííûå òàáëèöû";
$strDynamic = "dynamic"; //to translate
$strEdit = "Ðåäàêòèðîâàòü";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "Ïóñòîòà";
$strEmptyResultSet = "MySQL âåðíóëà ïóñòîé ðåçóëüòàò (ò.å. íîëü ðÿäîâ).";
$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 = "çàêëþ÷åííûé â";
$strEnd = "Êîíåö";
$strError = "Îøèáêà";
$strEscapedBy = "çàâåðøàåìûå ÷åðåç";
$strExtra = "Äîïîëíèòåëüíî";
$strField = "Ïîëå";
$strFields = "Ïîëÿ";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Ôóíêöèÿ";
$strGo = "Ïîøåë";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strHasBeenAltered = "áûëà èçìåíåíà.";
$strHasBeenCreated = "áûëà ñîçäàíà.";
$strHasBeenDropped = "áûëà óíè÷òîæåíà.";
$strHasBeenEmptied = "áûëà îïóñòîøåíà.";
$strHome = "Ê íà÷àëó";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "new (but still unofficial) phpMyAdmin Homepage"; //to translate
$strHost = "Õîñò";
$strHostEmpty = "The host name is empty!"; //to translate
$strIfYouWish = "Åñëè Âû æåëàåòå çàãðóçèòü òîëüêî íåêîòîðûå ñòîëáöû òàáëèöû, óêàæèòå ðàçäåëåííûé çàïÿòûìè ñïèñîê ïîëåé.";
$strIndex = "Èíäåêñ";
$strIndexes = "Indexes"; //to translate
$strInsert = "Âñòàâèòü";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Âñòàâèòü â òàáëèöó";
$strInsertNewRow = "Âñòàâèòü íîâûé ðÿä";
$strInsertTextfiles = "Âñòàâèòü òåêñòîâûå ôàéëû â òàáëèöó";
$strKeyname = "Èìÿ êëþ÷à";
$strLength = "Length"; //to translate
$strLengthSet = "Äëèííà";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "Ñèìâîë îêîí÷àíèÿ ëèíèè: \\n";
$strLines = "Ëèíèè";
$strLocationTextfile = "Ìåñòîðàñïîëîæåíèå òåêñòîâîãî ôàéëà";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Âûéòè èç ñèñòåìû";
$strModifications = "Ìîäèôèêàöèè áûëè ñîõðàíåíû";
$strModify = "Èçìåíèòü";
$strMySQLReloaded = "MySQL ïåðåçàãðóæåíà.";
$strMySQLSaid = "MySQL ñêàçàëà: ";
$strMySQLShowProcess = "Ïîêàçàòü ïðîöåññû";
$strMySQLShowStatus = "Ïîêàçàòü ñîñòîÿíèå MySQL";
$strMySQLShowVars = "Ïîêàçàòü ñèñòåìíûå ïåðåìåííûå MySQL";
$strName = "Èìÿ";
$strNext = "Ñëåäóþùèé";
$strNo = "Íåò";
$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 = "Â ÁÄ íå îáíàðóæåíî òàáëèö.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Íîëü";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strOftenQuotation = "Îáû÷íî êàâû÷êè. ÏÎ ÂÛÁÎÐÓ îçíà÷àåò, ÷òî òîëüêî ïîëÿ char è varchar çàêëþ÷àþòñÿ â êàâû÷êè.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Ïî âûáîðó. Êîíòðîëèðóåò êàê ÷èòàòü èëè ïèñàòü ñïåöèàëüíûå ñèìâîëû.";
$strOptionally = "ÏÎ ÂÛÁÎÐÓ";
$strOr = "Èëè";
$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 = "Íà÷àëî";
$strPrevious = "Ïðåäûäóùèé";
$strPrimary = "Ïåðâè÷íûé";
$strPrimaryKey = "Ïåðâè÷íûé êëþ÷";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "ïðèâåëà ê îøèáêå.";
$strProperties = "Ñâîéñòâà";
$strQBE = "Çàïðîñ ïî ïðèìåðó";
$strReadTheDocs = "Ïî÷èòàòü äîêóìåíòàöèþ";
$strRecords = "Çàïèñè";
$strReferences = "References"; //to translate
$strReload = "Reload"; //to translate
$strReloadFailed = "Íå óäàëîñü ïåðåçàãðóçèòü MySQL.";
$strReloadMySQL = "Ïåðåçàãðóçèòü MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Ïåðåèìåíîâàòü òàáëèöó â";
$strRenameTableOK = "Òàáëèöà \$table áûëà ïåðåèìåíîâàíà â \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Çàìåñòèòü";
$strReplaceTable = "Çàìåñòèòü äàííûå òàáëèöû äàííûìè èç ôàéëà";
$strReset = "Ïåðåóñòàíîâèòü";
$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 = "çàïóùåíî íà ";
$strRunQuery = "Âûïîëíèòü Çàïðîñ";
$strRunSQLQuery = "Âûïîëíèòü SQL çàïðîñ(û) íà ÁÄ ";
$strSave = "Ñîõðàíèòü";
$strSelect = "Âûáðàòü";
$strSelectFields = "Âûáðàòü ïîëÿ (ìèíèìóì îäíî):";
$strSelectNumRows = "in query"; //to translate
$strSend = "ïîñëàòü";
$strSequence = "Seq."; //to translate
$strShow = "Ïîêàçàòü";
$strShowingRecords = "Ïîêàçûâàåò çàïèñè ";
$strShutdown = "Shutdown"; //to translate
$strSize = "Size"; //to translate
$strSort = "Îòñîðòèðîâàòü";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-çàïðîñ";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV äàííûå";
$strStrucData = "Ñòðóêòóðà è äàííûå";
$strStrucDrop = "Äîáàâèòü 'óäàëèòü òàáëèöó'";
$strStrucOnly = "Òîëüêî ñòðóêòóðó";
$strSubmit = "Âûïîëíèòü";
$strSuccess = "Âàø SQL-çàïðîñ áûë óñïåøíî âûïîëíåí";
$strTable = "òàáëèöà ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "Ñòðóêòóðà òàáëèöû äëÿ òàáëèöû";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "Çàâåðøàåòñÿ ÷åðåç";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Ñîäåðæèìîå ôàéëà áûëî èìïîðòèðîâàíî.";
$strTheContents = "Ñîäåðæèìîå ôàéëà çàìåùàåò ñîäåðæèìîå òàáëèöû äëÿ ðÿäîâ ñ èäåíòè÷íûìè ïåðâè÷íûìè èëè óíèêàëüíûìè êëþ÷àìè.";
$strTheTerminator = "Ñèìâîë îêîí÷àíèÿ ïîëåé.";
$strTotal = "âñåãî";
$strType = "Òèï";
$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 = "Äîïîëíèòü Çàïðîñ";
$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 = "Èñïîëüçîâàòü òàáëèöû";
$strValue = "Çíà÷åíèå";
$strViewDump = "Ïðîñìîòðåòü äàìï (ñõåìó) òàáëèöû";
$strViewDumpDB = "Ïðîñìîòðåòü äàìï (ñõåìó) ÁÄ";
$strWelcome = "Äîáðî ïîæàëîâàòü â ";
$strWrongUser = "Îøèáî÷íûé ëîãèí/ïàðîëü.  äîñòóïå îòêàçàíî.";
$strYes = "Äà";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -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&oacute;n";
$strAddNewField = "Ingresar nuevo campo";
$strAccessDenied = "Acceso denegado ";
$strAction = "Acci&oacute;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&uacute;squeda (cuerpo de la clausula \"where\"):";
$strAnIndex = "Un &iacute;ndice se ha ingresado en ";
$strAttr = "Atributos";
$strBrowse = "Examinar";
$strCarriage = "Retorno de carro: \\r";
$strChange = "Cambio";
$strColumnNames = "Nombre de columnas";
$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 ";
$strDatabase = "Base De Datos ";
$strDatabases = "Bases de datos";
$strDefault = "Defecto";
$strDelete = "Borrar";
$strDeleted = "La fila se ha borrado";
$strDoAQuery = "Realizar un \"query by example\" (wildcard: \"%\")";
$strDoYouReally = "Desea realmente hacer ";
$strDocu = "Documentaci&oacute;n";
$strDrop = "Eliminar";
$strDropDB = "Eliminar base de datos ";
$strDumpingData = "Volcar la base de datos para la tabla";
$strEdit = "Editar";
$strEmpty = "Vaciar";
$strEmptyResultSet = "MySQL ha devuelto un valor vac&iacute;o (i.e. cero columnas).";
$strEnclosedBy = "Encerrado por";
$strEnd = "Fin";
$strError = "Error";
$strEscapedBy = "Escapado por";
$strExtra = "Extra";
$strField = "Campo";
$strFields = "Campos";
$strFunction = "Funci&oacute;n";
$strGo = "Siga";
$strHasBeenAltered = "se ha alterado.";
$strHasBeenCreated = "se ha creado.";
$strHasBeenDropped = "se ha eliminado.";
$strHasBeenEmptied = "se ha vaciado.";
$strHome = "Home";
$strHost = "Host";
$strIfYouWish = "Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos.";
$strIndex = "Indice";
$strInsert = "Insertar";
$strInsertIntoTable = "Insertar in tabla";
$strInsertNewRow = "Insertar nueva fila";
$strInsertTextfiles = "Insertar archivo de texto en la tabla";
$strKeyname = "Nombre de la clave";
$strLengthSet = "Configurar longitud";
$strLineFeed = "Retorno de carro: \\n";
$strLines = "Lineas";
$strLocationTextfile = "Localizaci&oacute;n del archivo de texto";
$strModifications = "Se han salvado las modificaciones";
$strMySQLReloaded = "Reinicio de MySQL.";
$strMySQLSaid = "MySQL ha dicho: ";
$strMySQLShowStatus = "Mostrar informaci&oacute;n de marcha de MySQL";
$strMySQLShowVars = "Mostrar las variables del sistema MySQL";
$strName = "Nombre";
$strNext = "Pr&oacute;xima";
$strNo = "No";
$strNoTablesFound = "No se han encontrado tablas en la base de datos.";
$strNull = "Null";
$strOftenQuotation = "A menudo comillas. OPCIONALMENTE signif&iacute;ca que &uacute;nicamente los campos char y varchar estan encerrados por el \"enclosed by\"-character.";
$strOptionalControls = "Optional. Controls how to write or read special characters.";
$strOptionally = "OPCIONALMENTE";
$strPos1 = "Empezar";
$strPrevious = "Previo";
$strPrimary = "Primary"; //to translate
$strPrimaryKey = "Primary key"; //to translate
$strProducedAnError = "se produjo un error.";
$strProperties = "Propiedades";
$strReadTheDocs = "Leer los documentos";
$strRecords = "Campos";
$strReloadFailed = "El reinicio de MySQL ha fallado.";
$strReloadMySQL = "Reinicio de MySQL";
$strRenameTable = "Renombrar tabla a";
$strRenameTableOK = "Tabla \$table se ha renombrado a \$new_name";
$strReplace = "Reemplazar";
$strReplaceTable = "Reemplazar datos de tabla con archivo";
$strReset = "Reset";
$strRunSQLQuery = "Ejecutar SQL query/queries en la base de datos ";
$strRunning = "ejecutandose on ";
$strSQLQuery = "SQL-query";
$strSave = "Salvar";
$strSelect = "Seleccionar";
$strSelectFields = "Seleccionar campos (al menos uno):";
$strSend = "enviar";
$strShowingRecords = "Mostrando campos ";
$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 ";
$strTableStructure = "Estructura de tabla para tabla";
$strTerminatedBy = "terminado por";
$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";
$strUnique = "Unico";
$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";
$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 &iacute;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";
$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
$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: \"%\")";
$strDocu = "Documentaci&oacute;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&iacute;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&oacute;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&oacute;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&oacute;n de marcha de MySQL";
$strMySQLShowVars = "Mostrar las variables del sistema MySQL";
$strName = "Nombre";
$strNext = "Pr&oacute;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&iacute;ca que &uacute;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";
$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 ";
$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";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,220 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "En primär nyckel har aktiverats ";
$strAccessDenied = "Åtkommst nekad";
$strAction = "Handling";
$strAddNewField = "Lägg till nytt fält";
$strAccessDenied = "Åtkommst nekad";
$strAction = "Handling";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "Lägg till nytt fält";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Lägg till sök kreterier (body of the \"where\" clause):";
$strAfter = "Efter";
$strAnIndex = "Ett index har lagts till ";
$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ä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å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";
$strAtBeginningOfTable = "I början av tabellen";
$strAtEndOfTable = "I slutet av tabellen";
$strAttr = "Attributer";
$strBack = "Bakåt";
$strBrowse = "Visa";
$strCarriage = "Rad byte: \\r";
$strChange = "Ändra";
$strColumnNames = "Kolumn namn";
$strCompleteInserts = "Kompletta insättningar";
$strCopyTable = "Kopiera tabellen till:";
$strCopyTableOK = "Tabellen \$table har kopierats till \$new_name.";
$strCreate = "Skapa";
$strCreateNewDatabase = "Skapa ny databas";
$strCreateNewTable = "Skapa nya tabeller i databas ";
$strCarriage = "Rad byte: \\r";
$strChange = "Ä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ä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 ...
$strDatabase = "Databas ";
$strDatabases = "databaser";
$strDefault = "Standard";
$strDelete = "Radera";
$strDeleted = "Raden har raderats";
$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ör en \"query by example\" (wildcard: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "Vill du värkligen ";
$strDrop = "Dumpa";
$strDropDB = "Dumpa databas ";
$strDumpingData = "Dumpar data i tabell";
$strDynamic = "dynamic"; //to translate
$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ör en \"query by example\" (wildcard: \"%\")";
$strDoYouReally = "Vill du värkligen ";
$strDocu = "Dokumentation";
$strDrop = "Dumpa";
$strDropDB = "Dumpa databas ";
$strDumpingData = "Dumpar data i tabell";
$strEdit = "Ändra";
$strEmpty = "Tö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.";
$strEnclosedBy = "omgivet med";
$strEnd = "Slut";
$strError = "Fel";
$strEscapedBy = "avslutas med";
$strExtra = "Extra";
$strField = "Fält";
$strFields = "Fält";
$strFunction = "Funktion";
$strGo = "Kör";
$strHasBeenAltered = "har ändrats.";
$strHasBeenCreated = "har skapats.";
$strHasBeenDropped = "har dumpats.";
$strHasBeenEmptied = "har tömts.";
$strHome = "Hem";
$strHost = "Värd";
$strIfYouWish = "Om du vill ladda bara några av tabellens kolumner, ange en ',' separerad fält lista.";
$strIndex = "Index";
$strInsert = "Sätt in";
$strInsertIntoTable = "Sätt in i tabell";
$strInsertNewRow = "Sätt in ny rad";
$strInsertTextfiles = "Importera text fil till tabellen";
$strKeyname = "Nyckel namn";
$strLengthSet = "Längd/Set";
$strLimitNumRows = "Tabell inlägg per sida";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linjer";
$strLocationTextfile = "Textfilens plats";
$strLogout = "Logga ut";
$strModifications = "Ändringarna har sparats";
$strEdit = "Ändra";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "Tö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.";
$strEnclosedBy = "omgivet med";
$strEnd = "Slut";
$strError = "Fel";
$strEscapedBy = "avslutas med";
$strExtra = "Extra";
$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ästa";
$strNo = "Nej";
$strNoTablesFound = "Inga tabeller hittade i databasen.";
$strNull = "Noll";
$strOftenQuotation = "Ofta citat tecken. Frivilligt betyder att bara 'char' och 'varchar' fälten omgivs av \"enclosed by\"-tecken.";
$strOptionalControls = "Tillval. Kontrollerar hur läsning och skrivning av 'special' tecken utförs.";
$strOptionally = "Tillval";
$strOr = "eller";
$strPos1 = "Börja";
$strPrevious = "Föregående";
$strPrimary = "Primär";
$strPrimaryKey = "Primär nyckel";
$strPrintView = "Skriv ut detta";
$strPrinterFriendly = "Utskrifts vänlig visning av tabellen";
$strProducedAnError = "återgav ett fel.";
$strProperties = "Inställningar";
$strQBE = "Fråga som exemplet";
$strReadTheDocs = "Läs manualen";
$strRecords = "Insättning";
$strReloadFailed = "MySQL omladdning fungerade inte.";
$strReloadMySQL = "Ladda om MySQL";
$strRenameTable = "Döp om tabell till";
$strRenameTableOK = "Tabell \$table har döpts om till \$new_name";
$strReplace = "Ersätt";
$strReplaceTable = "Ersätt tabell med fil";
$strReset = "Nollställ";
$strRowsFrom = "rader med början från";
$strField = "Fält";
$strFields = "Fält";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Funktion";
$strRunSQLQuery = "Utför SQL fråga/frågor i databas ";
$strRunning = "körs på ";
$strSQLQuery = "SQL-fråga";
$strSave = "Spara";
$strSelect = "Välj";
$strSelectFields = "Välj fält (minst en):";
$strSelectNumRows = "i fråga";
$strSend = "Skicka";
$strShow = "Visa";
$strShowingRecords = "Visar insättningar ";
$strGo = "Kör";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strStrucCSV = "CSV data";
$strStrucData = "Struktur och data";
$strStrucDrop = "Lägg till 'dumpa tabell'";
$strStrucOnly = "Bara struktur";
$strSubmit = "Sänd";
$strSuccess = "Din SQL-fråga har utförts korrekt";
$strTable = "tabell ";
$strTableComments = "Tabell kommentarer";
$strTableStructure = "Tabell struktur för tabell";
$strTerminatedBy = "avslutad av";
$strTheContent = "Filens innehåll har satts in.";
$strTheContents = "Filens innehåll ersätter den valda tabellens rader av primära och identiska nycklar.";
$strTheTerminator = "Avslutninen av fälten.";
$strTotal = "totalt";
$strType = "Typ";
$strUnique = "Unik";
$strHasBeenAltered = "har ä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ä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ätt in";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Sätt in i tabell";
$strInsertNewRow = "Sätt in ny rad";
$strInsertTextfiles = "Importera text fil till tabellen";
$strValue = "Värde";
$strViewDump = "Visa dump (schema) av tabellen";
$strViewDumpDB = "Visa dump (schema) av databas";
$strWelcome = "Välkommen till ";
$strWrongUser = "Fel användarnamn/lösenord. Åtkommst nekad.";
$strYes = "Ja";
$strKeyname = "Nyckel namn";
$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
$strLength = "Length"; //to translate
$strLengthSet = "Längd/Set";
$strLimitNumRows = "Tabell inlägg per sida";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linjer";
$strLocationTextfile = "Textfilens plats";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Logga ut";
$strModifications = "Ä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ä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ö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örja";
$strPrevious = "Föregående";
$strPrimary = "Primär";
$strPrimaryKey = "Primär nyckel";
$strPrinterFriendly = "Utskrifts vänlig visning av tabellen";
$strPrintView = "Skriv ut detta";
$strPrivileges = "Privileges"; //to translate
$strProcess = "Process"; //to translate
$strProducedAnError = "återgav ett fel.";
$strProperties = "Inställningar";
$strQBE = "Fråga som exemplet";
$strReadTheDocs = "Läs manualen";
$strRecords = "Insä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öp om tabell till";
$strRenameTableOK = "Tabell \$table har döpts om till \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Ersätt";
$strReplaceTable = "Ersätt tabell med fil";
$strReset = "Nollstä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ån";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "körs på ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "Utför SQL fråga/frågor i databas ";
$strSave = "Spara";
$strSelect = "Välj";
$strSelectFields = "Välj fält (minst en):";
$strSelectNumRows = "i fråga";
$strSend = "Skicka";
$strSequence = "Seq."; //to translate
$strShow = "Visa";
$strShowingRecords = "Visar insä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åga";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV data";
$strStrucData = "Struktur och data";
$strStrucDrop = "Lägg till 'dumpa tabell'";
$strStrucOnly = "Bara struktur";
$strSubmit = "Sänd";
$strSuccess = "Din SQL-fråga har utfö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åll har satts in.";
$strTheContents = "Filens innehåll ersätter den valda tabellens rader av primära och identiska nycklar.";
$strTheTerminator = "Avslutninen av fälten.";
$strTotal = "totalt";
$strType = "Typ";
$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ärde";
$strViewDump = "Visa dump (schema) av tabellen";
$strViewDumpDB = "Visa dump (schema) av databas";
$strWelcome = "Välkommen till ";
$strWrongUser = "Fel användarnamn/lösenord. Åtkommst nekad.";
$strYes = "Ja";
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>

View File

@ -1,220 +1,263 @@
<?php
/* $Id$ */
$strAPrimaryKey = "ä´éà¾ÔèÁ primary key áÅéÇãËé¡Ñº ";#"A primary key has been added on ";
$strAccessDenied = "äÁè͹حҵãËéãªé§Ò¹";#Access denied";
$strAction = "¡ÃзӡÒÃ";
$strAddNewField = "à¾ÔèÁ field ãËÁè";#"Add new field";
$strAccessDenied = "äÁè͹حҵãËéãªé§Ò¹";#Access denied";
$strAction = "¡ÃзӡÒÃ";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddNewField = "à¾ÔèÁ field ãËÁè";#"Add new field";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "à¾ÔèÁà§×è͹䢤é¹ËÒ (ã¹Êèǹ¢Í§ where):";#"Add search conditions (body of the \"where\" clause):";
$strAfter = "ËÅѧ";#"After";
$strAnIndex = "ä´éà¾ÔèÁ index áÅéÇãËé¡Ñº ";#"An index has been added on ";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "ËÅѧ";#"After";
$strAll = "All"; //to translate
$strAlter = "Alter"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = ""; //to translate, but its not in use ...
$strAnIndex = "ä´éà¾ÔèÁ index áÅéÇãËé¡Ñº ";#"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 = "ä´éà¾ÔèÁ primary key áÅéÇãËé¡Ñº ";#"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"; //to translate
$strBack = "Âé͹¡ÅѺ";#"Back";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "à»Ô´´Ù";#"Browse";
$strAtBeginningOfTable = "·Õè¨Ø´àÃÔèÁµé¹¢Í§µÒÃÒ§";#"At Beginning of Table";
$strAtEndOfTable = "·Õè¨Ø´ÊØ´·éÒ¢ͧµÒÃÒ§";#"At End of Table";
$strAttr = "Attributes"; //to translate
$strBack = "Âé͹¡ÅѺ";#"Back";
$strBrowse = "à»Ô´´Ù";#"Browse";
$strCarriage = "Carriage return: \\r"; //to translate
$strChange = "à»ÅÕè¹";#"Change";
$strColumnNames = "ª×èͤÍÅÑÁ¹ì";"Column names";
$strCompleteInserts = "Complete inserts";
$strCopyTable = "ÊíÒà¹ÒµÒÃÒ§à»ç¹ :";#"Copy table to:";
$strCopyTableOK = "µÒÃÒ§ \$table ä´é·íÒ¡ÒÃÊíÒà¹Òä»à»ç¹ \$new_name àÃÕºÃéÍÂáÅéÇ.";#"Table \$table has been copied to \$new_name.";
$strCreate = "ÊÃéÒ§";#"Create";
$strCreateNewDatabase = "ÊÃéÒ§°Ò¹¢éÍÁÙÅãËÁè";#"Create new database";
$strCreateNewTable = "ÊÃéÒ§µÒÃÒ§ã¹°Ò¹¢éÍÁÙŹÕé ";#"Create new table on database ";
$strCarriage = "Carriage return: \\r"; //to translate
$strChange = "à»ÅÕè¹";#"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 = "ª×èͤÍÅÑÁ¹ì";"Column names";
$strCompleteInserts = "Complete inserts";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "ÊíÒà¹ÒµÒÃÒ§à»ç¹ :";#"Copy table to:";
$strCopyTableOK = "µÒÃÒ§ \$table ä´é·íÒ¡ÒÃÊíÒà¹Òä»à»ç¹ \$new_name àÃÕºÃéÍÂáÅéÇ.";#"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 ...
$strDatabase = "°Ò¹¢éÍÁÙÅ ";#"Database ";
$strDatabases = "°Ò¹¢éÍÁÙÅ";#"databases";
$strDefault = "Default"; //to translate
$strDelete = "ź";#"Delete";
$strDeleted = "źá¶ÇÍÍ¡àÃÕºÃéÍÂáÅéÇ";#"The row has been deleted";
$strData = "Data"; //to translate
$strDatabase = "°Ò¹¢éÍÁÙÅ ";#"Database ";
$strDatabases = "°Ò¹¢éÍÁÙÅ";#"databases";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Default"; //to translate
$strDelete = "ź";#"Delete";
$strDeleted = "źá¶ÇÍÍ¡àÃÕºÃéÍÂáÅéÇ";#"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 = "áÊ´§¼Å";#"Display";
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
$strDocu = "àÍ¡ÊÒÃ/¤ÙèÁ×ÍÍéÒ§ÍÔ§";#"Documentation";
$strDoYouReally = "µéͧ¡Ò÷Õè¨Ð ";#"Do you really want to ";
$strDrop = "Drop"; //to translate
$strDropDB = "Drop °Ò¹¢éÍÁÙÅ ";#"Drop database ";
$strDumpingData = "Dump µÒÃÒ§";#"Dumping data for table";
$strDynamic = "dynamic"; //to translate
$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 = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
$strDoYouReally = "µéͧ¡Ò÷Õè¨Ð ";#"Do you really want to ";
$strDocu = "àÍ¡ÊÒÃ/¤ÙèÁ×ÍÍéÒ§ÍÔ§";#"Documentation";
$strDrop = "Drop"; //to translate
$strDropDB = "Drop °Ò¹¢éÍÁÙÅ ";#"Drop database ";
$strDumpingData = "Dump µÒÃÒ§";#"Dumping data for table";
$strEdit = "á¡éä¢";#"Edit";
$strEmpty = "ź¢éÍÁÙÅ";#"Empty";
$strEmptyResultSet = "MySQL ¤×¹¼ÅÇèÒ§à»ÅèÒ¡ÅѺÁÒ (0 á¶Ç).";#"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
$strEnclosedBy = "ÅéÍÁ´éÇÂ";#"enclosed by";
$strEnd = "·éÒÂÊØ´";
$strError = "¼Ô´¾ÅÒ´";#"Error";
$strEscapedBy = "escape ´éÇÂ";#"escaped by";
$strExtra = "Extra"; //to translate
$strField = "Field"; //to translate
$strFields = "¨Ó¹Ç¹ Fields";
$strFunction = "Function"; //to translate
$strGo = "ŧÁ×Í";#"Go";
$strHasBeenAltered = "ä´éà»ÅÕè¹á»Å§áÅéÇ";#"has been altered.";
$strHasBeenCreated = "ä´é¶Ù¡ÊÃéÒ§áÅéÇ";#"has been created.";
$strHasBeenDropped = "ä´é·Ó¡Òà drop áÅéÇ";#"has been dropped.";
$strHasBeenEmptied = "ä´é·ÓãËéÇèÒ§áÅéÇ";#"has been emptied.";
$strHome = "Home"; //to translate
$strHost = "Host"; //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
$strInsert = "á·Ã¡";#"Insert";
$strInsertIntoTable = "á·Ã¡à¢éÒä»ã¹µÒÃÒ§";#"Insert into table";
$strInsertNewRow = "á·Ã¡á¶ÇãËÁè";#"Insert new row";
$strInsertTextfiles = "á·Ã¡¢éÍÁÙŨҡ text file à¢éÒä»ã¹µÒÃÒ§";#"Insert textfiles into table";
$strKeyname = "ª×èÍ key";#"Keyname";
$strLengthSet = "¤ÇÒÁÂÒÇ/૵";#"Length/Set";
$strLimitNumRows = "ÃÐàºÕ¹ µèÍ˹éÒ";#"records per page";
$strLineFeed = "Linefeed: \\n"; //to translate
$strLines = "ºÃ÷Ѵ";#"Lines";
$strLocationTextfile = "µÓá˹觢ͧ text file";#"Location of the textfile";
$strLogout = "Log out"; //to translate
$strModifications = "ºÑ¹·Ö¡¡ÒÃá¡éä¢àÃÕºÃéÍÂáÅéÇ";#"Modifications have been saved";
$strEdit = "á¡éä¢";#"Edit";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "ź¢éÍÁÙÅ";#"Empty";
$strEmptyResultSet = "MySQL ¤×¹¼ÅÇèÒ§à»ÅèÒ¡ÅѺÁÒ (0 á¶Ç).";#"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
$strEnclosedBy = "ÅéÍÁ´éÇÂ";#"enclosed by";
$strEnd = "·éÒÂÊØ´";
$strError = "¼Ô´¾ÅÒ´";#"Error";
$strEscapedBy = "escape ´éÇÂ";#"escaped by";
$strExtra = "Extra"; //to translate
$strMySQLReloaded = "MySQL reloaded."; //to translate
$strMySQLSaid = "MySQL said: "; //to translate
$strMySQLShowProcess = "áÊ´§ process µèÒ§ æ";#"Show processes";
$strMySQLShowStatus = "áÊ´§¢éÍÁÙÅ runtime ¢Í§ MySQL";#"Show MySQL runtime information";
$strMySQLShowVars = "áÊ´§µÑÇá»ÃÃкº¢Í§ MySQL";#"Show MySQL system variables";
$strName = "ª×èÍ";#"Name";
$strNext = "µèÍä»";#"Next";
$strNo = "No"; //to translate
$strNoTablesFound = "äÁ辺µÒÃÒ§ã´ æ ã¹°Ò¹¢éÍÁÙÅ";#"No tables found in database.";
$strNull = "Null"; //to translate
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character."; //to translate
$strOptionalControls = "Optional. Controls how to write or read special characters."; //to translate
$strOptionally = "OPTIONALLY"; //to translate
$strOr = "ËÃ×Í";#"or";
$strPos1 = "¨Ø´àÃÔèÁµé¹";#"Begin";
$strPrevious = "¡è͹˹éÒ";#"Previous";
$strPrimary = "Primary"; //to translate
$strPrimaryKey = "Primary key"; //to translate
$strPrintView = "Print view"; //to translate
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strProducedAnError = "produced an error."; //to translate
$strProperties = "¤Ø³ÊÁºÑµÔ";#"Properties";
$strQBE = "Query by Example"; //to translate
$strReadTheDocs = "ÍèÒ¹¤ÙèÁ×Í";#"Read the docs";
$strRecords = "ÃÐàºÕ¹";
$strReloadFailed = "MySQL reload failed."; //to translate
$strReloadMySQL = "Reload MySQL"; //to translate
$strRenameTable = "à»ÅÕ蹪×è͵ÒÃÒ§à»ç¹";#"Rename table to";
$strRenameTableOK = "µÒÃÒ§ \$table ä´é¶Ù¡à»ÅÕ蹪×èÍà»ç¹ \$new_name";#"Table \$table has been renamed to \$new_name";
$strReplace = "á·¹·Õè";#"Replace";
$strReplaceTable = "á·¹·Õè¢éÍÁÙÅ´éÇÂä¿Åì";#"Replace table data with file";
$strReset = "Reset"; //to translate
$strRowsFrom = "á¶Ç àÃÔèÁ¨Ò¡á¶Ç·Õè";#"rows starting from";
$strField = "Field"; //to translate
$strFields = "¨Ó¹Ç¹ Fields";
$strFile = "File"; //to translate
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Function"; //to translate
$strRunSQLQuery = "·Ó§Ò¹¤íÒÊÑè§ SQL query/queries ¡Ñº°Ò¹¢éÍÁÙŹÕé ";#"Run SQL query/queries on database ";
$strRunning = "running on "; //to translate
$strSQLQuery = "SQL-query"; //to translate
$strSave = "à¡çººÑ¹·Ö¡";#"Save";
$strSelect = "àÅ×Í¡";#"Select";
$strSelectFields = "àÅ×Í¡ field (ÍÂèÒ§¹éÍÂ˹Öè§):";#"Select fields (at least one):";
$strSelectNumRows = "in query"; //to translate
$strSend = "Download";#"Send"; //to translate
$strShow = "áÊ´§";#"Show";
$strShowingRecords = "áÊ´§ÃÐàºÕ¹·Õè ";#"Showing records ";
$strGo = "ŧÁ×Í";#"Go";
$strGrant = "Grant"; //to translate
$strGrantOption = "Grant Option"; //to translate
$strGrants = "Grants"; //to translate
$strStrucCSV = "¢éÍÁÙÅ CSV";#"CSV data";
$strStrucData = "·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ";#"Structure and data";
$strStrucDrop = "à¾ÔèÁ 'drop table'";#"Add 'drop table'";
$strStrucOnly = "੾ÒÐâ¤Ã§ÊÃéÒ§";#"Structure only";
$strSubmit = "Submit"; //to translate
$strSuccess = "·Ó§Ò¹ SQL-query àÊÃç¨àÃÕºÃéÍÂáÅéÇ";#"Your SQL-query has been executed successfully";
$strTable = "µÒÃÒ§ ";#"table ";
$strTableComments = "ËÁÒÂà˵آͧµÒÃÒ§¹Õé";#"Table comments";
$strTableStructure = "â¤Ã§ÊÃéÒ§µÒÃÒ§ ÊÓËÃѺµÒÃÒ§";#"Table structure for table";
$strTerminatedBy = "ÊÔé¹ÊØ´´éÇÂà¤Ã×èͧËÁÒÂ";#"terminated by";
$strTheContent = "á·Ã¡¢éÍÁÙŨҡä¿Åì¢Í§¤Ø³áÅéÇ";#"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 = "¨Ø´ÊÔé¹ÊØ´¢Í§ field.";#"The terminator of the fields.";
$strTotal = "·Ñé§ËÁ´";#"total";
$strType = "Type"; //to translate
$strUnique = "Unique"; //to translate
$strHasBeenAltered = "ä´éà»ÅÕè¹á»Å§áÅéÇ";#"has been altered.";
$strHasBeenCreated = "ä´é¶Ù¡ÊÃéÒ§áÅéÇ";#"has been created.";
$strHasBeenDropped = "ä´é·Ó¡Òà drop áÅéÇ";#"has been dropped.";
$strHasBeenEmptied = "ä´é·ÓãËéÇèÒ§áÅéÇ";#"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 = "á·Ã¡";#"Insert";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "á·Ã¡à¢éÒä»ã¹µÒÃÒ§";#"Insert into table";
$strInsertNewRow = "á·Ã¡á¶ÇãËÁè";#"Insert new row";
$strInsertTextfiles = "á·Ã¡¢éÍÁÙŨҡ text file à¢éÒä»ã¹µÒÃÒ§";#"Insert textfiles into table";
$strValue = "Value"; //to translate
$strViewDump = "´Ùâ¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§";#"View dump (schema) of table";
$strViewDumpDB = "´Ùâ¤Ã§ÊÃéÒ§¢Í§°Ò¹¢éÍÁÙÅ";#"View dump (schema) of database";
$strWelcome = "ÂÔ¹´Õµé͹ÃѺÊÙè ";#"Welcome to ";
$strWrongUser = "Wrong username/password. Access denied."; //to translate
$strYes = "Yes"; //to translate
$strKeyname = "ª×èÍ key";#"Keyname";
$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
$strLength = "Length"; //to translate
$strLengthSet = "¤ÇÒÁÂÒÇ/૵";#"Length/Set";
$strLimitNumRows = "ÃÐàºÕ¹ µèÍ˹éÒ";#"records per page";
$strLineFeed = "Linefeed: \\n"; //to translate
$strLines = "ºÃ÷Ѵ";#"Lines";
$strLocationTextfile = "µÓá˹觢ͧ text file";#"Location of the textfile";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out"; //to translate
$strModifications = "ºÑ¹·Ö¡¡ÒÃá¡éä¢àÃÕºÃéÍÂáÅéÇ";#"Modifications have been saved";
$strModify = ""; //to translate, but its not in use ...
$strMySQLReloaded = "MySQL reloaded."; //to translate
$strMySQLSaid = "MySQL said: "; //to translate
$strMySQLShowProcess = "áÊ´§ process µèÒ§ æ";#"Show processes";
$strMySQLShowStatus = "áÊ´§¢éÍÁÙÅ runtime ¢Í§ MySQL";#"Show MySQL runtime information";
$strMySQLShowVars = "áÊ´§µÑÇá»ÃÃкº¢Í§ MySQL";#"Show MySQL system variables";
$strName = "ª×èÍ";#"Name";
$strNext = "µèÍä»";#"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 = "äÁ辺µÒÃÒ§ã´ æ ã¹°Ò¹¢éÍÁÙÅ";#"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 = "ËÃ×Í";#"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 = "¨Ø´àÃÔèÁµé¹";#"Begin";
$strPrevious = "¡è͹˹éÒ";#"Previous";
$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 = "produced an error."; //to translate
$strProperties = "¤Ø³ÊÁºÑµÔ";#"Properties";
$strQBE = "Query by Example"; //to translate
$strReadTheDocs = "ÍèÒ¹¤ÙèÁ×Í";#"Read the docs";
$strRecords = "ÃÐàºÕ¹";
$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 = "à»ÅÕ蹪×è͵ÒÃÒ§à»ç¹";#"Rename table to";
$strRenameTableOK = "µÒÃÒ§ \$table ä´é¶Ù¡à»ÅÕ蹪×èÍà»ç¹ \$new_name";#"Table \$table has been renamed to \$new_name";
$strRepairTable = "Repair table"; //to translate
$strReplace = "á·¹·Õè";#"Replace";
$strReplaceTable = "á·¹·Õè¢éÍÁÙÅ´éÇÂä¿Åì";#"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 = "á¶Ç àÃÔèÁ¨Ò¡á¶Ç·Õè";#"rows starting from";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "running on "; //to translate
$strRunQuery = ""; //to translate, but its not in use ...
$strRunSQLQuery = "·Ó§Ò¹¤íÒÊÑè§ SQL query/queries ¡Ñº°Ò¹¢éÍÁÙŹÕé ";#"Run SQL query/queries on database ";
$strSave = "à¡çººÑ¹·Ö¡";#"Save";
$strSelect = "àÅ×Í¡";#"Select";
$strSelectFields = "àÅ×Í¡ field (ÍÂèÒ§¹éÍÂ˹Öè§):";#"Select fields (at least one):";
$strSelectNumRows = "in query"; //to translate
$strSend = "Send"; //to translate
$strSequence = "Seq."; //to translate
$strShow = "áÊ´§";#"Show";
$strShowingRecords = "áÊ´§ÃÐàºÕ¹·Õè ";#"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 = "¢éÍÁÙÅ CSV";#"CSV data";
$strStrucData = "·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ";#"Structure and data";
$strStrucDrop = "à¾ÔèÁ 'drop table'";#"Add 'drop table'";
$strStrucOnly = "੾ÒÐâ¤Ã§ÊÃéÒ§";#"Structure only";
$strSubmit = "Submit"; //to translate
$strSuccess = "·Ó§Ò¹ SQL-query àÊÃç¨àÃÕºÃéÍÂáÅéÇ";#"Your SQL-query has been executed successfully";
$strTable = "µÒÃÒ§ ";#"table ";
$strTableComments = "ËÁÒÂà˵آͧµÒÃÒ§¹Õé";#"Table comments";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "â¤Ã§ÊÃéÒ§µÒÃÒ§ ÊÓËÃѺµÒÃÒ§";#"Table structure for table";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "ÊÔé¹ÊØ´´éÇÂà¤Ã×èͧËÁÒÂ";#"terminated by";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "á·Ã¡¢éÍÁÙŨҡä¿Åì¢Í§¤Ø³áÅéÇ";#"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 = "¨Ø´ÊÔé¹ÊØ´¢Í§ field.";#"The terminator of the fields.";
$strTotal = "·Ñé§ËÁ´";#"total";
$strType = "Type"; //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 = "´Ùâ¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§";#"View dump (schema) of table";
$strViewDumpDB = "´Ùâ¤Ã§ÊÃéÒ§¢Í§°Ò¹¢éÍÁÙÅ";#"View dump (schema) of database";
$strWelcome = "ÂÔ¹´Õµé͹ÃѺÊÙè ";#"Welcome to ";
$strWrongUser = "Wrong username/password. Access denied."; //to translate
$strYes = "Yes"; //to translate
// automatic generated by langxlorer.php (June 12, 2001, 12:29 pm)
// V0.1 - experimental (Steve Alberty - alberty@neptunlabs.de)
?>