diff --git a/ChangeLog b/ChangeLog index f80d281e8..81144840d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ $Id$ $Source$ 2001-08-03 Loc Chapeaux + * lang/*: updated so they are xhtml1.0 valid and fits PEAR codding + standards. + * todo; functions.js; license; left.js: executed remove_control_m.sh. * config.inc.php3: removed the error_reporting statement (usefull for debugging but not so nice for a release) and fixed some coding inconcistencies. diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 03ef2cce5..6dc750d62 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -1,288 +1,291 @@ por favor cheque a configurao do PHP."; -$strCarriage = "Caracter de retorno: \\r"; -$strChange = "Muda"; -$strCheckAll = "Check All"; -$strCheckDbPriv = "Verifica Privilgios do Banco de Dados"; -$strCheckTable = "Verifica tabela"; -$strColumn = "Coluna"; -$strColumnEmpty = "Os nomes das colunas esto vazios!"; -$strColumnNames = "Nome da Colunas"; -$strCompleteInserts = "Inseres Completas"; -$strConfirm = "Voc tem certeza?"; -$strCopyTable = "Copia tabela para:"; -$strCopyTableOK = "Tabela %s copiada para %s."; -$strCreate = "Cria"; -$strCreateNewDatabase = "Cria novo banco de dados"; -$strCreateNewTable = "Cria nova tabela no banco de dados "; -$strCriteria = "Critrio"; +$strBack = 'Voltar'; +$strBinary = ' Binrio '; +$strBinaryDoNotEdit = ' Binrio - no edite '; +$strBookmarkLabel = 'Nome'; +$strBookmarkQuery = 'Procura de SQL salva'; +$strBookmarkThis = 'Salvar essa procura de SQL'; +$strBookmarkView = 'Apenas visualiza'; +$strBrowse = 'Visualiza'; -$strData = "Dados"; -$strDatabase = "Banco de Dados "; -$strDatabases = "Banco de Dados"; -$strDataOnly = "Dados apenas"; -$strDbEmpty = "O nome do banco de dados est vazio!"; -$strDefault = "Padro"; -$strDelete = "Remove"; -$strDeleted = "Registro eliminado"; -$strDeleteFailed = "No foi possvel apagar!"; -$strDeletePassword = "Apagar Senha"; -$strDeleteUserMessage = "Voc deletou o usurio"; -$strDelPassMessage = "Voc deletou a senha de"; -$strDescending = "Descendente"; -$strDisableMagicQuotes = "Ateno: 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 = "Tela"; -$strDoAQuery = "Faa uma \"procura por exemplo\" (coringa: \"%\")"; -$strDocu = "Documentao"; -$strDoYouReally = "Confirma : "; -$strDrop = "Elimina"; -$strDropDB = "Elimina o banco de dados: "; -$strDumpingData = "Extraindo dados da tabela"; -$strDynamic = "dinmico"; +$strCantLoadMySQL = 'no foi possvel carregar extenso do MySQL,
por favor cheque a configurao do PHP.'; +$strCarriage = 'Caracter de retorno: \\r'; +$strChange = 'Muda'; +$strCheckAll = 'Check All'; +$strCheckDbPriv = 'Verifica Privilgios do Banco de Dados'; +$strCheckTable = 'Verifica tabela'; +$strColumn = 'Coluna'; +$strColumnEmpty = 'Os nomes das colunas esto vazios!'; +$strColumnNames = 'Nome da Colunas'; +$strCompleteInserts = 'Inseres Completas'; +$strConfirm = 'Voc tem certeza?'; +$strCopyTable = 'Copia tabela para:'; +$strCopyTableOK = 'Tabela %s copiada para %s.'; +$strCreate = 'Cria'; +$strCreateNewDatabase = 'Cria novo banco de dados'; +$strCreateNewTable = 'Cria nova tabela no banco de dados '; +$strCriteria = 'Critrio'; -$strEdit = "Edita"; -$strEditPrivileges = "Edita Privilgios"; -$strEffective = "Efetivo"; -$strEmpty = "Limpa"; -$strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros)."; -$strEnableMagicQuotes = "Warning: 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"; -$strEnglishPrivileges=" Nota: nomes de privilgios do MySQL so expressos em ingls "; -$strError = "Erro"; -$strEscapedBy = "contornados por"; -$strExtra = "Extra"; +$strData = 'Dados'; +$strDatabase = 'Banco de Dados '; +$strDatabases = 'Banco de Dados'; +$strDataOnly = 'Dados apenas'; +$strDbEmpty = 'O nome do banco de dados est vazio!'; +$strDefault = 'Padro'; +$strDelete = 'Remove'; +$strDeleted = 'Registro eliminado'; +$strDeleteFailed = 'No foi possvel apagar!'; +$strDeletePassword = 'Apagar Senha'; +$strDeleteUserMessage = 'Voc deletou o usurio'; +$strDelPassMessage = 'Voc deletou a senha de'; +$strDescending = 'Descendente'; +$strDisableMagicQuotes = 'Ateno: 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 = 'Tela'; +$strDoAQuery = 'Faa uma "procura por exemplo" (coringa: "%")'; +$strDocu = 'Documentao'; +$strDoYouReally = 'Confirma : '; +$strDrop = 'Elimina'; +$strDropDB = 'Elimina o banco de dados: '; +$strDumpingData = 'Extraindo dados da tabela'; +$strDynamic = 'dinmico'; -$strField = "Campo"; -$strFields = "Campos"; -$strFixed = "fixo"; -$strFormat = "Formato"; -$strFunction = "Funoes"; +$strEdit = 'Edita'; +$strEditPrivileges = 'Edita Privilgios'; +$strEffective = 'Efetivo'; +$strEmpty = 'Limpa'; +$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).'; +$strEnableMagicQuotes = 'Warning: 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'; +$strEnglishPrivileges = ' Nota: nomes de privilgios do MySQL so expressos em ingls '; +$strError = 'Erro'; +$strEscapedBy = 'contornados por'; +$strExtra = 'Extra'; -$strGenTime = "Tempo de Generao"; -$strGo = "Executa"; -$strGrants = "Conceder"; +$strField = 'Campo'; +$strFields = 'Campos'; +$strFixed = 'fixo'; +$strFormat = 'Formato'; +$strFunction = 'Funoes'; -$strHasBeenAltered = "foi alterado."; -$strHasBeenCreated = "foi criado."; -$strHasBeenDropped = "foi eliminado."; -$strHasBeenEmptied = "foi esvaziado."; -$strHome = "Base"; // Alguem tem alguma palavra melhor para 'Home'? -$strHomepageOfficial = "Pgina Oficial do phpMyAdmin"; -$strHomepageSourceforge = "Nova Pgina do phpMyAdmin"; -$strHost = "Servidor"; -$strHostEmpty = "O nome do servidor est vazio!"; +$strGenTime = 'Tempo de Generao'; +$strGo = 'Executa'; +$strGrants = 'Conceder'; -$strIfYouWish = "Para carregar apenas algumas colunas da tabela, faa uma lista separada por vrgula."; -$strIndex = "ndice"; -$strIndexes = "ndices"; -$strInsert = "Insere"; -$strInsertAsNewRow = "Insere uma nova coluna"; -$strInsertIntoTable = "Insere na tabela"; -$strInsertNewRow = "Insere novo registro"; -$strInsertTextfiles = "Insere arquivo texto na tabela"; -$strInUse = "em uso"; +$strHasBeenAltered = 'foi alterado.'; +$strHasBeenCreated = 'foi criado.'; +$strHasBeenDropped = 'foi eliminado.'; +$strHasBeenEmptied = 'foi esvaziado.'; +$strHome = 'Base'; // Alguem tem alguma palavra melhor para 'Home'? +$strHomepageOfficial = 'Pgina Oficial do phpMyAdmin'; +$strHomepageSourceforge = 'Nova Pgina do phpMyAdmin'; +$strHost = 'Servidor'; +$strHostEmpty = 'O nome do servidor est vazio!'; -$strKeyname = "Nome chave"; -$strKill = "Matar"; +$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faa uma lista separada por vrgula.'; +$strIndex = 'ndice'; +$strIndexes = 'ndices'; +$strInsert = 'Insere'; +$strInsertAsNewRow = 'Insere uma nova coluna'; +$strInsertIntoTable = 'Insere na tabela'; +$strInsertNewRow = 'Insere novo registro'; +$strInsertTextfiles = 'Insere arquivo texto na tabela'; +$strInUse = 'em uso'; -$strLength = "Tamanho"; -$strLengthSet = "Tamanho/Definir"; -$strLimitNumRows = "records per page"; -$strLineFeed = "Caracter de Alimentao de Linha: \\n"; -$strLines = "Linhas"; -$strLocationTextfile = "Localizao do arquivo texto"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Sair"; +$strKeyname = 'Nome chave'; +$strKill = 'Matar'; -$strModifications = "Modificaes foram salvas"; -$strModify = "Modificar"; -$strMySQLReloaded = "MySQL reiniciado."; -$strMySQLSaid = "Mensagens do MySQL : "; -$strMySQLShowProcess = "Mostra os Processos"; -$strMySQLShowStatus = "Mostra informao de runtime do MySQL"; -$strMySQLShowVars = "Mostra variveis de sistema do MySQL"; +$strLength = 'Tamanho'; +$strLengthSet = 'Tamanho/Definir'; +$strLimitNumRows = 'records per page'; +$strLineFeed = 'Caracter de Alimentao de Linha: \\n'; +$strLines = 'Linhas'; +$strLocationTextfile = 'Localizao do arquivo texto'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Sair'; -$strName = "Nome"; -$strNext = "Prximo"; -$strNo = "No"; -$strNoPassword = "Sem Senha"; -$strNoPrivileges = "Sem Privilgios"; -$strNoRights = "Voc no tem direitos suficientes para estar aqui agora!"; -$strNoTablesFound = "Nenhuma tabela encontrada no banco de dados"; -$strNoUsersFound = "Nenhum usurio(s) encontrado."; -$strNull = "Nulo"; -$strNumberIndexes = " Nmero de ndices avanados "; +$strModifications = 'Modificaes foram salvas'; +$strModify = 'Modificar'; +$strMySQLReloaded = 'MySQL reiniciado.'; +$strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLShowProcess = 'Mostra os Processos'; +$strMySQLShowStatus = 'Mostra informao de runtime do MySQL'; +$strMySQLShowVars = 'Mostra variveis de sistema do MySQL'; -$strOftenQuotation = "Em geral aspas. OPCIONAL significa que apenas campos de caracteres so delimitados por caracteres \"delimitadores\""; -$strOptimizeTable = "Optimizar tabela"; -$strOptionalControls = "Opcional. Controla como ler e escrever caracteres especiais."; -$strOptionally = "OPCIONAL"; -$strOr = "Ou"; -$strOverhead = "Overhead"; //to translate -> How is this word used in the program? +$strName = 'Nome'; +$strNext = 'Prximo'; +$strNo = 'No'; +$strNoPassword = 'Sem Senha'; +$strNoPrivileges = 'Sem Privilgios'; +$strNoRights = 'Voc no tem direitos suficientes para estar aqui agora!'; +$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados'; +$strNoUsersFound = 'Nenhum usurio(s) encontrado.'; +$strNull = 'Nulo'; +$strNumberIndexes = ' Nmero de ndices avanados '; -$strPassword = "Senha"; -$strPasswordEmpty = "A senhas est vazia!"; -$strPasswordNotSame = "As senhas no so a mesma!"; -$strPHPVersion = "Verso do PHP"; -$strPos1 = "Incio"; -$strPrevious = "Anterior"; -$strPrimary = "Primria"; -$strPrimaryKey = "Chave Primria"; -$strPrinterFriendly = "Printer friendly version of above table"; -$strPrintView = "Visualizao para Impresso"; -$strPrivileges = "Privilgios"; -$strProducedAnError = "produziu um erro."; -$strProperties = "Propriedades"; +$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres so delimitados por caracteres "delimitadores"'; +$strOptimizeTable = 'Optimizar tabela'; +$strOptionalControls = 'Opcional. Controla como ler e escrever caracteres especiais.'; +$strOptionally = 'OPCIONAL'; +$strOr = 'Ou'; +$strOverhead = 'Overhead'; //to translate -> How is this word used in the program? -$strQBE = "Procura por Exemplo"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Senha'; +$strPasswordEmpty = 'A senhas est vazia!'; +$strPasswordNotSame = 'As senhas no so a mesma!'; +$strPHPVersion = 'Verso do PHP'; +$strPos1 = 'Incio'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primria'; +$strPrimaryKey = 'Chave Primria'; +$strPrinterFriendly = 'Printer friendly version of above table'; +$strPrintView = 'Visualizao para Impresso'; +$strPrivileges = 'Privilgios'; +$strProducedAnError = 'produziu um erro.'; +$strProperties = 'Propriedades'; -$strReadTheDocs = "Leia a documentao"; -$strRecords = "Registros"; -$strReloadFailed = "Reinicializao do MySQL falhou."; -$strReloadMySQL = "Reinicializa o MySQL"; -$strRememberReload = "Lembre-se recarregar o servidor."; -$strRenameTable = "Renomeia a tabela para "; -$strRenameTableOK = "Tabela %s renomeada para %s"; -$strRepairTable = "Reparar tabela"; -$strReplace = "Substituir"; -$strReplaceTable = "Substituir os dados da tabela pelos do arquivo"; -$strReset = "Resetar"; -$strReType = "Re-type"; //to translate -> In what context is this used? Re-Type the Password? -$strRevoke = "Revogar"; -$strRevokeGrant = "Revogar Privilgio de Conceder"; -$strRevokeGrantMessage = "Voc revogou o privilgio de conceder para"; -$strRevokeMessage = "Voc revogou os privilgios para"; -$strRevokePriv = "Revogar Privilgios"; -$strRowLength = "Tamanho da Coluna"; -$strRows = "Colunas"; -$strRowsFrom = "colunas comeando de"; -$strRowsStatistic = "Estatistcas da Coluna"; -$strRunning = "Rodando em "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Executa comando SQL no banco de dados "; +$strQBE = 'Procura por Exemplo'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Salva"; -$strSelect = "Procura"; -$strSelectFields = "Selecione os campos (no mnimo 1)"; -$strSelectNumRows = "in query"; -$strSend = "Envia"; -$strSequence = "Sequncia"; -$strServerVersion = "Verso do Servidor"; -$strShow = "Mostrar"; -$strShowingRecords = "Mostrando registros "; -$strSingly = "(singly)"; //to translate -$strSize = "Tamanho"; -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Uso do espao"; -$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"; -$strSum = "Soma"; +$strReadTheDocs = 'Leia a documentao'; +$strRecords = 'Registros'; +$strReloadFailed = 'Reinicializao do MySQL falhou.'; +$strReloadMySQL = 'Reinicializa o MySQL'; +$strRememberReload = 'Lembre-se recarregar o servidor.'; +$strRenameTable = 'Renomeia a tabela para '; +$strRenameTableOK = 'Tabela %s renomeada para %s'; +$strRepairTable = 'Reparar tabela'; +$strReplace = 'Substituir'; +$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo'; +$strReset = 'Resetar'; +$strReType = 'Re-type'; //to translate -> In what context is this used? Re-Type the Password? +$strRevoke = 'Revogar'; +$strRevokeGrant = 'Revogar Privilgio de Conceder'; +$strRevokeGrantMessage = 'Voc revogou o privilgio de conceder para'; +$strRevokeMessage = 'Voc revogou os privilgios para'; +$strRevokePriv = 'Revogar Privilgios'; +$strRowLength = 'Tamanho da Coluna'; +$strRows = 'Colunas'; +$strRowsFrom = 'colunas comeando de'; +$strRowsStatistic = 'Estatistcas da Coluna'; +$strRunning = 'Rodando em '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Executa comando SQL no banco de dados '; -$strTable = "tabela "; -$strTableComments = "Comentrios da tabela"; -$strTableEmpty = "O Nome da Tabela est vazio!"; -$strTableMaintenance = "Tabela de Manuteno"; -$strTableStructure = "Estrutura da tabela"; -$strTableType = "Tipo da Tabela"; -$strTerminatedBy = "terminados por"; -$strTextAreaLength = " Por causa da sua largura,
esse campo pode no ser editvel "; -$strTheContent = "O contedo do seu arquivo foi inserido"; -$strTheContents = "O contedo do arquivo substituiu o contedo da tabela que tinha a mesma chave primria ou nica"; -$strTheTerminator = "Terminador de campos."; -$strTotal = "total"; -$strType = "Tipo"; +$strSave = 'Salva'; +$strSelect = 'Procura'; +$strSelectFields = 'Selecione os campos (no mnimo 1)'; +$strSelectNumRows = 'in query'; +$strSend = 'Envia'; +$strSequence = 'Sequncia'; +$strServerVersion = 'Verso do Servidor'; +$strShow = 'Mostrar'; +$strShowingRecords = 'Mostrando registros '; +$strSingly = '(singly)'; //to translate +$strSize = 'Tamanho'; +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Uso do espao'; +$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'; +$strSum = 'Soma'; -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "nico"; -$strUpdatePassMessage = "Voc mudou a senha para"; -$strUpdatePassword = "Mudar Senha"; -$strUpdatePrivMessage = "Voc mudou os privilios para"; -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$strUsage = "Uso"; -$strUser = "Usurio"; -$strUserEmpty = "O nome do usurio est vazio!"; -$strUserName = "Nome do usurio"; -$strUsers = "Usurios"; -$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'tabela '; +$strTableComments = 'Comentrios da tabela'; +$strTableEmpty = 'O Nome da Tabela est vazio!'; +$strTableMaintenance = 'Tabela de Manuteno'; +$strTableStructure = 'Estrutura da tabela'; +$strTableType = 'Tipo da Tabela'; +$strTerminatedBy = 'terminados por'; +$strTextAreaLength = ' Por causa da sua largura,
esse campo pode no ser editvel '; +$strTheContent = 'O contedo do seu arquivo foi inserido'; +$strTheContents = 'O contedo do arquivo substituiu o contedo da tabela que tinha a mesma chave primria ou nica'; +$strTheTerminator = 'Terminador de campos.'; +$strTotal = 'total'; +$strType = 'Tipo'; -$strValue = "Valor"; -$strViewDump = "Ver o esquema da tabela"; -$strViewDumpDB = "Ver o esquema do banco de dados"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'nico'; +$strUpdatePassMessage = 'Voc mudou a senha para'; +$strUpdatePassword = 'Mudar Senha'; +$strUpdatePrivMessage = 'Voc mudou os privilios para'; +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$strUsage = 'Uso'; +$strUser = 'Usurio'; +$strUserEmpty = 'O nome do usurio est vazio!'; +$strUserName = 'Nome do usurio'; +$strUsers = 'Usurios'; +$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Bem vindo ao "; -$strWrongUser = "Usurio ou Senha errado. Acesso Negado."; +$strValue = 'Valor'; +$strViewDump = 'Ver o esquema da tabela'; +$strViewDumpDB = 'Ver o esquema do banco de dados'; -$strYes = "Sim"; +$strWelcome = 'Bem vindo ao '; +$strWrongUser = 'Usurio ou Senha errado. Acesso Negado.'; + +$strYes = 'Sim'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 2a9bbcd62..c6f472a2a 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = " %s %s."; -$strCreate = ""; -$strCreateNewDatabase = " "; -$strCreateNewTable = " "; -$strCriteria = ""; +$strBack = ''; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = ''; -$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 = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 = ' %s %s.'; +$strCreate = ''; +$strCreateNewDatabase = ' '; +$strCreateNewTable = ' '; +$strCriteria = ''; -$strEdit = ""; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = ""; -$strEmptyResultSet = "MySQL (.. )."; -$strEnableMagicQuotes = "Warning: 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 = ""; +$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 = 'Warning: 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 -$strField = ""; -$strFields = ""; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = ""; +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = ''; +$strEmptyResultSet = 'MySQL (.. ).'; +$strEnableMagicQuotes = 'Warning: 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 = ''; -$strGenTime = "Generation Time"; //to translate -$strGo = ""; -$strGrants = "Grants"; //to translate +$strField = ''; +$strFields = ''; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = ''; -$strHasBeenAltered = " ."; -$strHasBeenCreated = " ."; -$strHasBeenDropped = " ."; -$strHasBeenEmptied = " ."; -$strHome = ""; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = ""; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = ''; +$strGrants = 'Grants'; //to translate -$strIfYouWish = " , ."; -$strIndex = ""; -$strIndexes = "Indexes"; //to translate -$strInsert = ""; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = " "; -$strInsertNewRow = " "; -$strInsertTextfiles = " "; -$strInUse = "in use"; //to translate +$strHasBeenAltered = ' .'; +$strHasBeenCreated = ' .'; +$strHasBeenDropped = ' .'; +$strHasBeenEmptied = ' .'; +$strHome = ''; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = ''; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = " "; -$strKill = "Kill"; //to translate +$strIfYouWish = ' , .'; +$strIndex = ''; +$strIndexes = 'Indexes'; //to translate +$strInsert = ''; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = ' '; +$strInsertNewRow = ' '; +$strInsertTextfiles = ' '; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = ""; -$strLimitNumRows = "records per page"; //to translate -$strLineFeed = " : \\n"; -$strLines = ""; -$strLocationTextfile = " "; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = " "; +$strKeyname = ' '; +$strKill = 'Kill'; //to translate -$strModifications = " "; -$strModify = ""; -$strMySQLReloaded = "MySQL ."; -$strMySQLSaid = "MySQL : "; -$strMySQLShowProcess = " "; -$strMySQLShowStatus = " MySQL"; -$strMySQLShowVars = " MySQL"; +$strLength = 'Length'; //to translate +$strLengthSet = ''; +$strLimitNumRows = 'records per page'; //to translate +$strLineFeed = ' : \\n'; +$strLines = ''; +$strLocationTextfile = ' '; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = ' '; -$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 +$strModifications = ' '; +$strModify = ''; +$strMySQLReloaded = 'MySQL .'; +$strMySQLSaid = 'MySQL : '; +$strMySQLShowProcess = ' '; +$strMySQLShowStatus = ' MySQL'; +$strMySQLShowVars = ' MySQL'; -$strOftenQuotation = " . , char varchar ."; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = " . ."; -$strOptionally = " "; -$strOr = ""; -$strOverhead = "Overhead"; //to translate +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = ""; -$strPrevious = ""; -$strPrimary = ""; -$strPrimaryKey = " "; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = " ."; -$strProperties = ""; +$strOftenQuotation = ' . , char varchar .'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = ' . .'; +$strOptionally = ' '; +$strOr = ''; +$strOverhead = 'Overhead'; //to translate -$strQBE = " "; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = ''; +$strPrevious = ''; +$strPrimary = ''; +$strPrimaryKey = ' '; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = ' .'; +$strProperties = ''; -$strReadTheDocs = " "; -$strRecords = ""; -$strReloadFailed = " MySQL."; -$strReloadMySQL = " MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = " "; -$strRenameTableOK = " %s %s"; -$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 "; +$strQBE = ' '; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = ""; -$strSelect = ""; -$strSelectFields = " ( ):"; -$strSelectNumRows = " "; -$strSend = ""; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = ""; -$strShowingRecords = " "; -$strSingly = "(singly)"; //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- "; -$strSum = "Sum"; //to translate +$strReadTheDocs = ' '; +$strRecords = ''; +$strReloadFailed = ' MySQL.'; +$strReloadMySQL = ' MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = ' '; +$strRenameTableOK = ' %s %s'; +$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 '; -$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,
this field might not be editable "; //to translate -$strTheContent = " ."; -$strTheContents = " ."; -$strTheTerminator = " ."; -$strTotal = ""; -$strType = ""; +$strSave = ''; +$strSelect = ''; +$strSelectFields = ' ( ):'; +$strSelectNumRows = ' '; +$strSend = ''; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = ''; +$strShowingRecords = ' '; +$strSingly = '(singly)'; //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- '; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = ""; -$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 = " "; +$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,
this field might not be editable '; //to translate +$strTheContent = ' .'; +$strTheContents = ' .'; +$strTheTerminator = ' .'; +$strTotal = ''; +$strType = ''; -$strValue = ""; -$strViewDump = " () "; -$strViewDumpDB = " () "; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = ''; +$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 = ' '; -$strWelcome = " "; -$strWrongUser = " /. ."; +$strValue = ''; +$strViewDump = ' () '; +$strViewDumpDB = ' () '; -$strYes = ""; +$strWelcome = ' '; +$strWrongUser = ' /. .'; + +$strYes = ''; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index c382fb4a2..858674ded 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -1,289 +1,286 @@ bverifiqueu la configuració del PHP."; -$strCarriage = "Retorn de línia: \\r"; -$strChange = "Canvi"; -$strCheckAll = "Verificar-ho tot"; -$strCheckDbPriv = "Verifica els privilegis de la base de dades"; -$strCheckTable = "Verifica la taula"; -$strColumn = "Columna"; -$strColumnEmpty = "Els noms de les columnes són buits!"; -$strColumnNames = "Nom de les col·lumnes"; -$strCompleteInserts = "Completar insercions"; -$strConfirm = "Ho vols fer realment ?"; -$strCopyTable = "Copiar la taula a:"; -$strCopyTableOK = "La taula %s ha estat copiada a %s."; -$strCreate = "Crear"; -$strCreateNewDatabase = "Crea una nova base de dades"; -$strCreateNewTable = "Crear una taula nova a la base de dades "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'Enrere'; +$strBinary = ' Binari '; +$strBinaryDoNotEdit = ' Binari - no editeu '; +$strBookmarkLabel = 'Etiqueta'; +$strBookmarkQuery = 'Consulta SQL registrada'; +$strBookmarkThis = 'Registra aquesta consulta SQL'; +$strBookmarkView = 'Noms mirar'; +$strBrowse = 'Navega'; +$strBzip = '"comprimit amb bzip"'; -$strData = "Dades"; -$strDatabase = "Base de dades "; -$strDatabases = "bases de dades"; -$strDataOnly = "Data only"; //to translate -$strDbEmpty = "El nom de la base de dades és buit!"; -$strDefault = "Defecte"; -$strDelete = "Esborrar"; -$strDeleted = "La fila ha estat esborrada"; -$strDeleteFailed = "No s'ha pogut esborrar!"; -$strDeletePassword = "Esborrar contrasenya"; -$strDeleteUserMessage = "Has esborrat l'usuari"; -$strDelPassMessage = "Has esborrat la contrasenya de l'usuari"; -$strDescending = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Atenció: Has activat les magic_quotes_gpc en el fitxer de -configuració del PHP. Aquesta versió del PhpMyAdmin no -funciona correctament amb aquesta opció. Fes un cop d'ull al manual de PHP sobre com desactivar aquesta opció."; -$strDisplay = "Mostrar"; -$strDoAQuery = "Fer un \"petició segons exemple\" (comodí: \"%\")"; -$strDocu = "Documentació"; -$strDoYouReally = "Realment vols "; -$strDrop = "Eliminar"; -$strDropDB = "Eliminar base de dades "; -$strDumpingData = "Volcant dades de la taula"; -$strDynamic = "dinàmic"; +$strCantLoadMySQL = 'no s\'ha pogut carregar l\'extensió de MySQL,
bverifiqueu la configuració del PHP.'; +$strCarriage = 'Retorn de línia: \\r'; +$strChange = 'Canvi'; +$strCheckAll = 'Verificar-ho tot'; +$strCheckDbPriv = 'Verifica els privilegis de la base de dades'; +$strCheckTable = 'Verifica la taula'; +$strColumn = 'Columna'; +$strColumnEmpty = 'Els noms de les columnes són buits!'; +$strColumnNames = 'Nom de les col·lumnes'; +$strCompleteInserts = 'Completar insercions'; +$strConfirm = 'Ho vols fer realment ?'; +$strCopyTable = 'Copiar la taula a:'; +$strCopyTableOK = 'La taula %s ha estat copiada a %s.'; +$strCreate = 'Crear'; +$strCreateNewDatabase = 'Crea una nova base de dades'; +$strCreateNewTable = 'Crear una taula nova a la base de dades '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Editar"; -$strEditPrivileges = "Editar privilegis"; -$strEffective = "Efectiu"; -$strEmpty = "Buidar"; -$strEmptyResultSet = "MySQL ha retornat un conjunt buit (p.e. cap fila)."; -$strEnableMagicQuotes = "Atenció: No has habilitat les magic_quotes_gpc en el fitxer de configuració del PHP. El PhpMyAdmin necessita aquesta opció per a funcionar correctament. Fes un cop d'ull al manual del PHP sobre com activar aquesta opció en el fitxer de configuració del PHP"; -$strEnclosedBy = "tancat entre"; -$strEnd = "Final"; -$strError = "Errada"; -$strEscapedBy = "escapat per"; -$strExtra = "Extra"; +$strData = 'Dades'; +$strDatabase = 'Base de dades '; +$strDatabases = 'bases de dades'; +$strDataOnly = 'Data only'; //to translate +$strDbEmpty = 'El nom de la base de dades és buit!'; +$strDefault = 'Defecte'; +$strDelete = 'Esborrar'; +$strDeleted = 'La fila ha estat esborrada'; +$strDeleteFailed = 'No s\'ha pogut esborrar!'; +$strDeletePassword = 'Esborrar contrasenya'; +$strDeleteUserMessage = 'Has esborrat l\'usuari'; +$strDelPassMessage = 'Has esborrat la contrasenya de l\'usuari'; +$strDescending = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Atenció: Has activat les magic_quotes_gpc en el fitxer de configuració del PHP. Aquesta versió del PhpMyAdmin no funciona correctament amb aquesta opció. Fes un cop d\'ull al manual de PHP sobre com desactivar aquesta opció.'; +$strDisplay = 'Mostrar'; +$strDoAQuery = 'Fer un "petició segons exemple" (comodí: "%")'; +$strDocu = 'Documentació'; +$strDoYouReally = 'Realment vols '; +$strDrop = 'Eliminar'; +$strDropDB = 'Eliminar base de dades '; +$strDumpingData = 'Volcant dades de la taula'; +$strDynamic = 'dinàmic'; -$strField = "Camp"; -$strFields = "Camps"; -$strFixed = "fixa"; -$strFormat = "Format"; -$strFunction = "Funció"; +$strEdit = 'Editar'; +$strEditPrivileges = 'Editar privilegis'; +$strEffective = 'Efectiu'; +$strEmpty = 'Buidar'; +$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).'; +$strEnableMagicQuotes = 'Atenció: No has habilitat les magic_quotes_gpc en el fitxer de configuració del PHP. El PhpMyAdmin necessita aquesta opció per a funcionar correctament. Fes un cop d\'ull al manual del PHP sobre com activar aquesta opció en el fitxer de configuració del PHP'; +$strEnclosedBy = 'tancat entre'; +$strEnd = 'Final'; +$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa '; +$strError = 'Errada'; +$strEscapedBy = 'escapat per'; +$strExtra = 'Extra'; -$strGenTime = "Temps de generació"; -$strGo = "Executar"; -$strGrants = "Atorgar"; +$strField = 'Camp'; +$strFields = 'Camps'; +$strFixed = 'fixa'; +$strFormat = 'Format'; +$strFunction = 'Funció'; -$strHasBeenAltered = "ha estat alterada."; -$strHasBeenCreated = "ha estat creada."; -$strHasBeenDropped = "ha estat eliminada."; -$strHasBeenEmptied = "ha estat buidada."; -$strHome = "Inici"; -$strHomepageOfficial = "Plana oficial del phpMyAdmin"; -$strHomepageSourceforge = "Plana de descàrrega del phpMyAdmin a SourceForge"; //to translate -$strHost = "Servidor"; -$strHostEmpty = "El nom del servidor ès buit!"; +$strGenTime = 'Temps de generació'; +$strGo = 'Executar'; +$strGrants = 'Atorgar'; +$strGzip = '"comprimit amb gzip"'; -$strIfYouWish = "Si només vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes."; -$strIndex = "Index"; -$strIndexes = "Indexos"; -$strInsert = "Inserta"; -$strInsertAsNewRow = "Insertar com a nova fila"; -$strInsertIntoTable = "Inserir a la taula"; -$strInsertNewRow = "Inserir nova fila"; -$strInsertTextfiles = "Inserir fitxers de text a la taula"; -$strInUse = "en use"; +$strHasBeenAltered = 'ha estat alterada.'; +$strHasBeenCreated = 'ha estat creada.'; +$strHasBeenDropped = 'ha estat eliminada.'; +$strHasBeenEmptied = 'ha estat buidada.'; +$strHome = 'Inici'; +$strHomepageOfficial = 'Plana oficial del phpMyAdmin'; +$strHomepageSourceforge = 'Plana de descàrrega del phpMyAdmin a SourceForge'; +$strHost = 'Servidor'; +$strHostEmpty = 'El nom del servidor ès buit!'; -$strKeyname = "NomClau"; -$strKill = "Finalitzar"; +$strIfYouWish = 'Si només vols carregar algunes col.lumnes de la taula, especifica-ho amb una llista separada per comes.'; +$strIndex = 'Index'; +$strIndexes = 'Indexos'; +$strInsert = 'Inserta'; +$strInsertAsNewRow = 'Insertar com a nova fila'; +$strInsertIntoTable = 'Inserir a la taula'; +$strInsertNewRow = 'Inserir nova fila'; +$strInsertTextfiles = 'Inserir fitxers de text a la taula'; +$strInUse = 'en use'; -$strLength = "Longitut"; -$strLengthSet = "Longitud"; -$strLimitNumRows = "registres per plana"; -$strLineFeed = "Salt de línia: \\n"; -$strLines = "Línies"; -$strLocationTextfile = "Ubicació del fitxer de text"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Sortir"; //to translate +$strKeyname = 'NomClau'; +$strKill = 'Finalitzar'; -$strModifications = "Les modificacions han estat guardades"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL reiniciat."; -$strMySQLSaid = "MySQL diu: "; -$strMySQLShowProcess = "Mostrar processos"; -$strMySQLShowStatus = "Mostra la informació de funcionament del MySQL"; -$strMySQLShowVars = "Mostra les variables de sistema del MySQL"; +$strLength = 'Longitut'; +$strLengthSet = 'Longitud'; +$strLimitNumRows = 'registres per plana'; +$strLineFeed = 'Salt de línia: \\n'; +$strLines = 'Línies'; +$strLocationTextfile = 'Ubicació del fitxer de text'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Sortir'; -$strName = "Nom"; -$strNext = "Següent"; -$strNo = "No"; -$strNoPassword = "Sense contrassenya"; -$strNoPrivileges = "Sense privilegis"; -$strNoRights = "No tens prou privilegis per visualitzar aquesta informació!"; -$strNoTablesFound = "Base de dades sense taules."; -$strNoUsersFound = "No s'han trobat usuaris."; -$strNull = "Nul"; -$strNumberIndexes = " Número d'indexs avançats "; +$strModifications = 'Les modificacions han estat guardades'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL reiniciat.'; +$strMySQLSaid = 'MySQL diu: '; +$strMySQLShowProcess = 'Mostrar processos'; +$strMySQLShowStatus = 'Mostra la informació de funcionament del MySQL'; +$strMySQLShowVars = 'Mostra les variables de sistema del MySQL'; -$strOftenQuotation = "Marques sintàctiques. OPCIONALMENT vol dir que només els camps de tipus char i varchar van \"tancats dins\" \"-aquest caràcter."; -$strOptimizeTable = "Optimitza la taula"; -$strOptionalControls = "Opcional. Controla com llegir o escriure caràcters especials."; -$strOptionally = "OPCIONALMENT"; -$strOr = "O"; -$strOverhead = "Overhead"; +$strName = 'Nom'; +$strNbRecords = 'Número de files '; +$strNext = 'Següent'; +$strNo = 'No'; +$strNoPassword = 'Sense contrassenya'; +$strNoPrivileges = 'Sense privilegis'; +$strNoRights = 'No tens prou privilegis per visualitzar aquesta informació!'; +$strNoTablesFound = 'Base de dades sense taules.'; +$strNotNumber = 'Aquest valor no és un número!'; +$strNotValidNumber = ' no es un número de col.lumna vàlid!'; +$strNoUsersFound = 'No s\'han trobat usuaris.'; +$strNull = 'Nul'; +$strNumberIndexes = ' Número d\'indexs avançats '; -$strPassword = "Contrasenya"; -$strPasswordEmpty = "La contrasenya és buida!"; -$strPasswordNotSame = "Les contrasenyes no coincideixen!"; -$strPHPVersion = "PHP versió"; //to translate -$strPos1 = "Inici"; -$strPrevious = "Anterior"; -$strPrimary = "Primària"; -$strPrimaryKey = "Clau Primària"; -$strPrinterFriendly = "Versió imprimible de la taula"; -$strPrintView = "Imprimir vista"; -$strPrivileges = "Privilegis"; -$strProducedAnError = "ha produït una errada."; -$strProperties = "Propietats"; +$strOffSet = 'Offset'; +$strOftenQuotation = 'Marques sintàctiques. OPCIONALMENT vol dir que només els camps de tipus char i varchar van "tancats dins" "-aquest caràcter.'; +$strOptimizeTable = 'Optimitza la taula'; +$strOptionalControls = 'Opcional. Controla com llegir o escriure caràcters especials.'; +$strOptionally = 'OPCIONALMENT'; +$strOr = 'O'; +$strOverhead = 'Overhead'; -$strQBE = "Consulta segons exemple"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Contrasenya'; +$strPasswordEmpty = 'La contrasenya és buida!'; +$strPasswordNotSame = 'Les contrasenyes no coincideixen!'; +$strPHPVersion = 'PHP versió'; +$strPos1 = 'Inici'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primària'; +$strPrimaryKey = 'Clau Primària'; +$strPrinterFriendly = 'Versió imprimible de la taula'; +$strPrintView = 'Imprimir vista'; +$strPrivileges = 'Privilegis'; +$strProducedAnError = 'ha produït una errada.'; +$strProperties = 'Propietats'; -$strReadTheDocs = "Llegeix la documentació"; -$strRecords = "Registres"; -$strReloadFailed = "El reinici del MySQL ha fallat"; -$strReloadMySQL = "Rellegir el MySQL"; -$strRememberReload = "Recorda reiniciar el MySQL"; -$strRenameTable = "Renombrar les taules a"; -$strRenameTableOK = "La taula %s ha canviat de nom. Ara es diu %s"; -$strRepairTable = "Reparar taula"; -$strReplace = "Substituïr"; -$strReplaceTable = "Substituïr les dades de la taula pel fitxer "; -$strReset = "Esborrar"; -$strReType = "Re-escriure"; -$strRevoke = "Revocar"; -$strRevokeGrant = "Revocar garantia"; -$strRevokeGrantMessage = "Has revocat la garantia de privilegis per a"; -$strRevokeMessage = "Has revocat els privilegis per"; -$strRevokePriv = "Revocar privilegis"; -$strRowLength = "Longitud de fila"; -$strRows = "Fila"; -$strRowsFrom = "Files començant des de"; -$strRowsStatistic = "Estadística de files"; -$strRunning = "funcionant a "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Executa la comanda SQL a la base de dades "; +$strQBE = 'Consulta segons exemple'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Guardar"; -$strSelect = "Sel·lecciona"; -$strSelectFields = "Sel·lecciona els camps (un com a mínim):"; -$strSelectNumRows = "en consulta"; -$strSend = "enviar"; -$strSequence = "Seq."; -$strServerVersion = "Versió del servidor"; -$strShow = "Mostra"; -$strShowingRecords = "Mostrant registres: "; -$strSingly = "(singly)"; -$strSize = "Mida"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Utilització d'espai"; -$strSQLQuery = "crida SQL"; -$strStatement = "Sentències"; -$strStrucCSV = "dades CSV "; -$strStrucData = "Estructura i dades"; -$strStrucDrop = "Afegir 'drop table'"; -$strStrucOnly = "Només l'estructura"; -$strSubmit = "Enviar"; -$strSuccess = "La vostra comanda SQL ha estat executada amb èxit"; -$strSum = "Suma"; +$strReadTheDocs = 'Llegeix la documentació'; +$strRecords = 'Registres'; +$strReloadFailed = 'El reinici del MySQL ha fallat'; +$strReloadMySQL = 'Rellegir el MySQL'; +$strRememberReload = 'Recorda reiniciar el MySQL'; +$strRenameTable = 'Renombrar les taules a'; +$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s'; +$strRepairTable = 'Reparar taula'; +$strReplace = 'Substituïr'; +$strReplaceTable = 'Substituïr les dades de la taula pel fitxer '; +$strReset = 'Esborrar'; +$strReType = 'Re-escriure'; +$strRevoke = 'Revocar'; +$strRevokeGrant = 'Revocar garantia'; +$strRevokeGrantMessage = 'Has revocat la garantia de privilegis per a'; +$strRevokeMessage = 'Has revocat els privilegis per'; +$strRevokePriv = 'Revocar privilegis'; +$strRowLength = 'Longitud de fila'; +$strRows = 'Fila'; +$strRowsFrom = 'Files començant des de'; +$strRowSize = ' tamany de fila '; +$strRowsStatistic = 'Estadística de files'; +$strRunning = 'funcionant a '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Executa la comanda SQL a la base de dades '; -$strTable = "taula "; -$strTableComments = "Comentaris de la taula"; -$strTableEmpty = "El nom de la taula és buit!"; -$strTableMaintenance = "Manteniment de la taula"; -$strTableStructure = "Estructura de la taula"; -$strTableType = "Tipus de taula"; -$strTerminatedBy = "acabat per"; -$strTextAreaLength = " A causa de la seva longitud,
aquest camp pot no ser editable "; -$strTheContent = "El contingut del fitxer especificat ha estat inserit."; -$strTheContents = "El contingut del fitxer substituïrà els continguts de les taules sel.leccionades a les files que contenen la mateixa clau única o primària"; -$strTheTerminator = "El separador de camps."; -$strTotal = "total"; -$strType = "Tipus"; +$strSave = 'Guardar'; +$strSelect = 'Sel·lecciona'; +$strSelectFields = 'Sel·lecciona els camps (un com a mínim):'; +$strSelectNumRows = 'en consulta'; +$strSend = 'enviar'; +$strSequence = 'Seq.'; +$strServerVersion = 'Versió del servidor'; +$strShow = 'Mostra'; +$strShowingRecords = 'Mostrant registres: '; +$strSingly = '(singly)'; +$strSize = 'Mida'; +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Utilització d\'espai'; +$strSQLQuery = 'crida SQL'; +$strStatement = 'Sentències'; +$strStrucCSV = 'dades CSV '; +$strStrucData = 'Estructura i dades'; +$strStrucDrop = 'Afegir \'drop table\''; +$strStrucOnly = 'Només l\'estructura'; +$strSubmit = 'Enviar'; +$strSuccess = 'La vostra comanda SQL ha estat executada amb èxit'; +$strSum = 'Suma'; -$strUncheckAll = "Descel.leccionar tot"; //to translate -$strUnique = "Única"; -$strUpdatePassMessage = "Heu actualitzat la contrasenya de "; -$strUpdatePassword = "Actualitzar contrasenya"; -$strUpdatePrivMessage = "Heu actualitzat els privilegis de "; -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$strUsage = "Ús"; -$strUser = "Usuari"; -$strUserEmpty = "El nom d'usuari és buit!"; -$strUserName = "Nom d'usuari"; -$strUsers = "Usuaris"; -$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'taula '; +$strTableComments = 'Comentaris de la taula'; +$strTableEmpty = 'El nom de la taula és buit!'; +$strTableMaintenance = 'Manteniment de la taula'; +$strTableStructure = 'Estructura de la taula'; +$strTableType = 'Tipus de taula'; +$strTerminatedBy = 'acabat per'; +$strTextAreaLength = ' A causa de la seva longitud,
aquest camp pot no ser editable '; +$strTheContent = 'El contingut del fitxer especificat ha estat inserit.'; +$strTheContents = 'El contingut del fitxer substituïrà els continguts de les taules sel.leccionades a les files que contenen la mateixa clau única o primària'; +$strTheTerminator = 'El separador de camps.'; +$strTotal = 'total'; +$strType = 'Tipus'; -$strValue = "Valor"; -$strViewDump = "Veure un esquema de la taula"; -$strViewDumpDB = "Veure l'esquema de la base de dades"; +$strUncheckAll = 'Descel.leccionar tot'; +$strUnique = 'Única'; +$strUpdatePassMessage = 'Heu actualitzat la contrasenya de '; +$strUpdatePassword = 'Actualitzar contrasenya'; +$strUpdatePrivMessage = 'Heu actualitzat els privilegis de '; +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$strUsage = 'Ús'; +$strUser = 'Usuari'; +$strUserEmpty = 'El nom d\'usuari és buit!'; +$strUserName = 'Nom d\'usuari'; +$strUsers = 'Usuaris'; +$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Benvingut a "; -$strWrongUser = "Usuari i/o clau erronis. Access denegat."; +$strValue = 'Valor'; +$strViewDump = 'Veure un esquema de la taula'; +$strViewDumpDB = 'Veure l\'esquema de la base de dades'; -$strYes = "Si"; +$strWelcome = 'Benvingut a '; +$strWrongUser = 'Usuari i/o clau erronis. Access denegat.'; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) -// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binari "; -$strBinaryDoNotEdit=" Binari - no editeu "; -$strEnglishPrivileges=" Nota: Els noms dels privilegis del MySQL són en llengua anglesa "; -$strNotNumber = "Aquest valor no és un número!"; -$strNotValidNumber = " no es un número de col.lumna vàlid!"; +$strYes = 'Si'; -// export Zip (July 07, 2001, 19:48am) -$strBzip = "\"comprimit amb bzip\""; -$strGzip = "\"comprimit amb gzip\""; -$strOffSet = "Offset"; -$strNbRecords = "Número de files "; -$strRowSize=" tamany de fila "; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strShowThisQuery = ' Show this query here again '; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index c0b8f19c0..94800249b 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = "rqW"; -$strCompleteInserts = "Complete inserts"; //to translate -$strConfirm = "Do you really want to do it?"; //to translate -$strCopyTable = "_ƾڪ:"; -$strCopyTableOK = "ƾڪ %s wg\_ %sC"; -$strCreate = "إ"; -$strCreateNewDatabase = "إߤ@ӷsƾڮw"; -$strCreateNewTable = "إߤ@ӷsƾڪPƾڮw "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = '^'; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = 's'; -$strData = "Data"; //to translate -$strDatabase = "ƾڮw "; -$strDatabases = "ƾڮw"; -$strDataOnly = "Data only"; //to translate -$strDbEmpty = "The database name is empty!"; //to translate -$strDefault = "ʬ٭"; -$strDelete = "R"; -$strDeleted = "ӰOwgQRC"; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 = "а \"dߥܨ\" (qt: \"%\")"; -$strDocu = ""; -$strDoYouReally = "нT{n "; -$strDrop = ""; -$strDropDB = "ƾڮw "; -$strDumpingData = "ɥXUƾڮwe"; -$strDynamic = "dynamic"; //to translate +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 = 'rqW'; +$strCompleteInserts = 'Complete inserts'; //to translate +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = '_ƾڪ:'; +$strCopyTableOK = 'ƾڪ %s wg\_ %sC'; +$strCreate = 'إ'; +$strCreateNewDatabase = 'إߤ@ӷsƾڮw'; +$strCreateNewTable = 'إߤ@ӷsƾڪPƾڮw '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "s"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "M"; -$strEmptyResultSet = "MySQL ^dߵGšC (]iରGSŦX󪺰OC)"; -$strEnableMagicQuotes = "Warning: 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 = "ѦrŬA_"; -$strEnd = ""; -$strError = "~"; -$strEscapedBy = "q"; -$strExtra = "B~"; +$strData = 'Data'; //to translate +$strDatabase = 'ƾڮw '; +$strDatabases = 'ƾڮw'; +$strDataOnly = 'Data only'; //to translate +$strDbEmpty = 'The database name is empty!'; //to translate +$strDefault = 'ʬ٭'; +$strDelete = 'R'; +$strDeleted = 'ӰOwgQRC'; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 = 'а "dߥܨ" (qt: "%")'; +$strDocu = ''; +$strDoYouReally = 'нT{n '; +$strDrop = ''; +$strDropDB = 'ƾڮw '; +$strDumpingData = 'ɥXUƾڮwe'; +$strDynamic = 'dynamic'; //to translate -$strField = "rq"; -$strFields = "rq"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "\"; +$strEdit = 's'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'M'; +$strEmptyResultSet = 'MySQL ^dߵGšC (]iରGSŦX󪺰OC)'; +$strEnableMagicQuotes = 'Warning: 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 = 'ѦrŬA_'; +$strEnd = ''; +$strError = '~'; +$strEscapedBy = 'q'; +$strExtra = 'B~'; -$strGenTime = "Generation Time"; //to translate -$strGo = "}l"; -$strGrants = "Grants"; //to translate +$strField = 'rq'; +$strFields = 'rq'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = '\'; -$strHasBeenAltered = "wgQקC"; -$strHasBeenCreated = "wgإߡC"; -$strHasBeenDropped = "wgQC"; -$strHasBeenEmptied = "wgQMšC"; -$strHome = "Dؿ"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "D"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = '}l'; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "pGAnwդJrqAеXγrj}rqCC"; -$strIndex = ""; -$strIndexes = "Indexes"; //to translate -$strInsert = "J"; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "Jƾڪ"; -$strInsertNewRow = "JsO"; -$strInsertTextfiles = "q奻󤤴ƾڡAJƾڪG"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'wgQקC'; +$strHasBeenCreated = 'wgإߡC'; +$strHasBeenDropped = 'wgQC'; +$strHasBeenEmptied = 'wgQMšC'; +$strHome = 'Dؿ'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'D'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "W"; -$strKill = "Kill"; //to translate +$strIfYouWish = 'pGAnwդJrqAеXγrj}rqCC'; +$strIndex = ''; +$strIndexes = 'Indexes'; //to translate +$strInsert = 'J'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'Jƾڪ'; +$strInsertNewRow = 'JsO'; +$strInsertTextfiles = 'q奻󤤴ƾڡAJƾڪG'; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "/Set"; -$strLimitNumRows = "records per page"; //to translate -$strLineFeed = "G\\n"; -$strLines = " "; -$strLocationTextfile = "奻󪺦m"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "hXô"; +$strKeyname = 'W'; +$strKill = 'Kill'; //to translate -$strModifications = "ק᪺ƾڤwgsLC"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL sҰʧC"; -$strMySQLSaid = "MySQL ^G"; -$strMySQLShowProcess = "ܶi{"; -$strMySQLShowStatus = " MySQL BH"; -$strMySQLShowVars = " MySQL ôܶq"; +$strLength = 'Length'; //to translate +$strLengthSet = '/Set'; +$strLimitNumRows = 'records per page'; //to translate +$strLineFeed = 'G\\n'; +$strLines = ' '; +$strLocationTextfile = '奻󪺦m'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'hXô'; -$strName = "Wr"; -$strNext = "U@"; -$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 = "ƾڮwSƾڪC"; -$strNoUsersFound = "No user(s) found."; //to translate -$strNull = "Null"; -$strNumberIndexes = " Number of advanced indexes "; //to translate +$strModifications = 'ק᪺ƾڤwgsLC'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL sҰʧC'; +$strMySQLSaid = 'MySQL ^G'; +$strMySQLShowProcess = 'ܶi{'; +$strMySQLShowStatus = ' MySQL BH'; +$strMySQLShowVars = ' MySQL ôܶq'; -$strOftenQuotation = "q`޸C 襤 ܨϥΤ޸C] char M varchar ƾڻݭnΤ޸A_ӡC"; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = "iCΩŪμgJSršC"; -$strOptionally = "襤"; -$strOr = "Or"; //to translate -$strOverhead = "Overhead"; //to translate +$strName = 'Wr'; +$strNext = 'U@'; +$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 = 'ƾڮwSƾڪC'; +$strNoUsersFound = 'No user(s) found.'; //to translate +$strNull = 'Null'; +$strNumberIndexes = ' Number of advanced indexes '; //to translate -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "}l"; -$strPrevious = "e@"; -$strPrimary = "W"; -$strPrimaryKey = "D"; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "ͤ@ӿ~C"; -$strProperties = "ݩ"; +$strOftenQuotation = 'q`޸C 襤 ܨϥΤ޸C] char M varchar ƾڻݭnΤ޸A_ӡC'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = 'iCΩŪμgJSršC'; +$strOptionally = '襤'; +$strOr = 'Or'; //to translate +$strOverhead = 'Overhead'; //to translate -$strQBE = "d߼ҪO"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = '}l'; +$strPrevious = 'e@'; +$strPrimary = 'W'; +$strPrimaryKey = 'D'; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'ͤ@ӿ~C'; +$strProperties = 'ݩ'; -$strReadTheDocs = "ѷӥHU "; -$strRecords = "O"; -$strReloadFailed = "MySQL _ѡC"; -$strReloadMySQL = "_ MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "NƾڪW"; -$strRenameTableOK = "ƾڪ %s WrwgQӦ %sC"; -$strRepairTable = "Repair table"; //to translate -$strReplace = ""; -$strReplaceTable = "NƾڪƾڥΥHU奻G"; -$strReset = "m"; -$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 = "B "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "bUwƾڮwB SQL yyG "; +$strQBE = 'd߼ҪO'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "sx"; -$strSelect = ""; -$strSelectFields = "ܤֿܤ@ӦrqG"; -$strSelectNumRows = "in query"; //to translate -$strSend = "oe"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Show"; //to translate -$strShowingRecords = "ܰO "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "SQL yy"; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSV ƾ"; -$strStrucData = "cMƾ"; -$strStrucDrop = "K[ 'drop table'"; -$strStrucOnly = "ܵc"; -$strSubmit = "oe"; -$strSuccess = "AB檺 SQL yywg\BFC"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'ѷӥHU '; +$strRecords = 'O'; +$strReloadFailed = 'MySQL _ѡC'; +$strReloadMySQL = '_ MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'NƾڪW'; +$strRenameTableOK = 'ƾڪ %s WrwgQӦ %sC'; +$strRepairTable = 'Repair table'; //to translate +$strReplace = ''; +$strReplaceTable = 'NƾڪƾڥΥHU奻G'; +$strReset = 'm'; +$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 = 'B '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'bUwƾڮwB SQL yyG '; -$strTable = "ƾڪ "; -$strTableComments = "Table comments"; //to translate -$strTableEmpty = "The table name is empty!"; //to translate -$strTableMaintenance = "Table maintenance"; //to translate -$strTableStructure = "ƾڪc"; -$strTableType = "Table type"; //to translate -$strTerminatedBy = "yyšG"; -$strTextAreaLength = " Because of its length,
this field might not be editable "; //to translate -$strTheContent = "󤤪ewgJƾڪC"; -$strTheContents = "󤤪eN|N ҿwƾڪ㦳 ۦPDΰߤ@䪺 OC"; -$strTheTerminator = "oǦrq"; -$strTotal = "`p"; -$strType = ""; +$strSave = 'sx'; +$strSelect = ''; +$strSelectFields = 'ܤֿܤ@ӦrqG'; +$strSelectNumRows = 'in query'; //to translate +$strSend = 'oe'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Show'; //to translate +$strShowingRecords = 'ܰO '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL yy'; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSV ƾ'; +$strStrucData = 'cMƾ'; +$strStrucDrop = 'K[ \'drop table\''; +$strStrucOnly = 'ܵc'; +$strSubmit = 'oe'; +$strSuccess = 'AB檺 SQL yywg\BFC'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "ߤ@"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'ƾڪ '; +$strTableComments = 'Table comments'; //to translate +$strTableEmpty = 'The table name is empty!'; //to translate +$strTableMaintenance = 'Table maintenance'; //to translate +$strTableStructure = 'ƾڪc'; +$strTableType = 'Table type'; //to translate +$strTerminatedBy = 'yyšG'; +$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTheContent = '󤤪ewgJƾڪC'; +$strTheContents = '󤤪eN|N ҿwƾڪ㦳 ۦPDΰߤ@䪺 OC'; +$strTheTerminator = 'oǦrq'; +$strTotal = '`p'; +$strType = ''; -$strValue = ""; -$strViewDump = "dݼƾڪcMKnHC"; -$strViewDumpDB = "dݼƾڮwcMKnHC"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'ߤ@'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "wϥ "; -$strWrongUser = "KX~AXݳQڵC"; +$strValue = ''; +$strViewDump = 'dݼƾڪcMKnHC'; +$strViewDumpDB = 'dݼƾڮwcMKnHC'; -$strYes = "O"; +$strWelcome = 'wϥ '; +$strWrongUser = 'KX~AXݳQڵC'; + +$strYes = 'O'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index e2cbc817e..f09cb92e9 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = "ݱ %s ѾɹΪ %s"; -$strCreate = ""; -$strCreateNewDatabase = "һµݿ"; -$strCreateNewTable = "һµݱݿ "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = ''; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = ''; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 = 'ݱ %s ѾɹΪ %s'; +$strCreate = ''; +$strCreateNewDatabase = 'һµݿ'; +$strCreateNewTable = 'һµݱݿ '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "༭"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = ""; -$strEmptyResultSet = "MySQL صIJѯΪա (ԭΪûҵļ¼)"; -$strEnableMagicQuotes = "Warning: 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 = ""; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 -$strField = "ֶ"; -$strFields = "ֶ"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = ""; +$strEdit = '༭'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = ''; +$strEmptyResultSet = 'MySQL صIJѯΪա (ԭΪûҵļ¼)'; +$strEnableMagicQuotes = 'Warning: 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 = ''; -$strGenTime = "Generation Time"; //to translate -$strGo = "ʼ"; -$strGrants = "Grants"; //to translate +$strField = 'ֶ'; +$strFields = 'ֶ'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = ''; -$strHasBeenAltered = "Ѿ޸ġ"; -$strHasBeenCreated = "Ѿ"; -$strHasBeenDropped = "Ѿ"; -$strHasBeenEmptied = "Ѿա"; -$strHome = "Ŀ¼"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = ""; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'ʼ'; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "ҪֶָΣôöŸֶб"; -$strIndex = ""; -$strIndexes = "Indexes"; //to translate -$strInsert = ""; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "ݱ"; -$strInsertNewRow = "¼¼"; -$strInsertTextfiles = "ıļȡݣ뵽ݱ"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'Ѿ޸ġ'; +$strHasBeenCreated = 'Ѿ'; +$strHasBeenDropped = 'Ѿ'; +$strHasBeenEmptied = 'Ѿա'; +$strHome = 'Ŀ¼'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = ''; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = ""; -$strKill = "Kill"; //to translate +$strIfYouWish = 'ҪֶָΣôöŸֶб'; +$strIndex = ''; +$strIndexes = 'Indexes'; //to translate +$strInsert = ''; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'ݱ'; +$strInsertNewRow = '¼¼'; +$strInsertTextfiles = 'ıļȡݣ뵽ݱ'; +$strInUse = 'in use'; //to translate -$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 = "˳ϵͳ"; +$strKeyname = ''; +$strKill = 'Kill'; //to translate -$strModifications = "޸ĺѾ̡"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL ɡ"; -$strMySQLSaid = "MySQL أ"; -$strMySQLShowProcess = "ʾ"; -$strMySQLShowStatus = "ʾ MySQL Ϣ"; -$strMySQLShowVars = "ʾ MySQL ϵͳ"; +$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 = '˳ϵͳ'; -$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 +$strModifications = '޸ĺѾ̡'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL ɡ'; +$strMySQLSaid = 'MySQL أ'; +$strMySQLShowProcess = 'ʾ'; +$strMySQLShowStatus = 'ʾ MySQL Ϣ'; +$strMySQLShowVars = 'ʾ MySQL ϵͳ'; -$strOftenQuotation = "ͨΪš ѡС ʾʹšΪֻ char varchar ͵Ҫ"; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = "ѡڶȡдַ"; -$strOptionally = "ѡ"; -$strOr = "Or"; //to translate -$strOverhead = "Overhead"; //to translate +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "ʼ"; -$strPrevious = "ǰһ"; -$strPrimary = ""; -$strPrimaryKey = ""; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "һ"; -$strProperties = ""; +$strOftenQuotation = 'ͨΪš ѡС ʾʹšΪֻ char varchar ͵Ҫ'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = 'ѡڶȡдַ'; +$strOptionally = 'ѡ'; +$strOr = 'Or'; //to translate +$strOverhead = 'Overhead'; //to translate -$strQBE = "ѯģ"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'ʼ'; +$strPrevious = 'ǰһ'; +$strPrimary = ''; +$strPrimaryKey = ''; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'һ'; +$strProperties = ''; -$strReadTheDocs = "ĵ "; -$strRecords = "¼"; -$strReloadFailed = "MySQL ʧܡ"; -$strReloadMySQL = " MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "ݱΪ"; -$strRenameTableOK = "ݱ %s Ѿó %s"; -$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 = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "ָݿ SQL 䣺 "; +$strQBE = 'ѯģ'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "洢"; -$strSelect = "ѡ"; -$strSelectFields = "ѡһֶΣ"; -$strSelectNumRows = "in query"; //to translate -$strSend = ""; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Show"; //to translate -$strShowingRecords = "ʾ¼ "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "SQL "; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSV "; -$strStrucData = "ṹ"; -$strStrucDrop = " 'drop table'"; -$strStrucOnly = "ֻѡṹ"; -$strSubmit = ""; -$strSuccess = "е SQL Ѿɹˡ"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'ĵ '; +$strRecords = '¼'; +$strReloadFailed = 'MySQL ʧܡ'; +$strReloadMySQL = ' MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'ݱΪ'; +$strRenameTableOK = 'ݱ %s Ѿó %s'; +$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 = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'ָݿ 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,
this field might not be editable "; //to translate -$strTheContent = "ļеѾ뵽ݱС"; -$strTheContents = "ļеݽȡ ѡݱо ͬΨһ ¼"; -$strTheTerminator = "ЩֶεĽ"; -$strTotal = "ܼ"; -$strType = ""; +$strSave = '洢'; +$strSelect = 'ѡ'; +$strSelectFields = 'ѡһֶΣ'; +$strSelectNumRows = 'in query'; //to translate +$strSend = ''; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Show'; //to translate +$strShowingRecords = 'ʾ¼ '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL '; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSV '; +$strStrucData = 'ṹ'; +$strStrucDrop = ' \'drop table\''; +$strStrucOnly = 'ֻѡṹ'; +$strSubmit = ''; +$strSuccess = 'е SQL Ѿɹˡ'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Ψһ"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$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,
this field might not be editable '; //to translate +$strTheContent = 'ļеѾ뵽ݱС'; +$strTheContents = 'ļеݽȡ ѡݱо ͬΨһ ¼'; +$strTheTerminator = 'ЩֶεĽ'; +$strTotal = 'ܼ'; +$strType = ''; -$strValue = "ֵ"; -$strViewDump = "鿴ݱĽṹժҪϢ"; -$strViewDumpDB = "鿴ݿĽṹժҪϢ"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Ψһ'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "ӭʹ "; -$strWrongUser = "󣬷ʱܾ"; +$strValue = 'ֵ'; +$strViewDump = '鿴ݱĽṹժҪϢ'; +$strViewDumpDB = '鿴ݿĽṹժҪϢ'; -$strYes = ""; +$strWelcome = 'ӭʹ '; +$strWrongUser = '󣬷ʱܾ'; + +$strYes = ''; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 498759830..f578d3c07 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -1,285 +1,286 @@ prosm zkontrolujte nastaven PHP."; -$strCarriage = "Nvrat vozku (CR): \\r"; -$strChange = "Zmnit"; -$strCheckAll = "Zakrtnout ve"; -$strCheckDbPriv = "Zkontrolovat privilegia databze"; -$strCheckTable = "Zkontrolovat tabulku"; -$strColumn = "Sloupec"; -$strColumnEmpty = "Jmna sloupc jsou przdn!"; -$strColumnNames = "Nzvy sloupc"; -$strCompleteInserts = "Upln vloeni"; -$strConfirm = "Opravdu chcete toto provst?"; -$strCopyTable = "Zkoprovat tabulku do:"; -$strCopyTableOK = "Tabulka %s byla zkoprovna do %s."; -$strCreate = "Vytvoit"; -$strCreateNewDatabase = "Vytvoit novou databzi"; -$strCreateNewTable = "Vytvoit novou tabulku v databzi "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'Zpt'; +$strBinary = ' Binrn '; +$strBinaryDoNotEdit = ' Binrn - neupravujte '; +$strBookmarkLabel = 'Nzev'; +$strBookmarkQuery = 'Oblben SQL dotaz'; +$strBookmarkThis = 'Pidat tento SQL dotaz do oblbench'; +$strBookmarkView = 'Jen prohldnout'; +$strBrowse = 'Projt'; +$strBzip = '"zabzipovno"'; -$strData = "Data"; -$strDatabase = "Databze "; -$strDatabases = "databze"; -$strDataOnly = " Jen data "; -$strDbEmpty = "Jmno databze je przdn!"; -$strDefault = "Vchoz"; -$strDelete = "Smazat"; -$strDeleted = "dek byl smazn"; -$strDeleteFailed = "Smazn selhalo!"; -$strDeletePassword = "Smazat heslo"; -$strDeleteUserMessage = "Byl smazn uivatel"; -$strDelPassMessage = "Bylo smazno heslo pro"; -$strDescending = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Varovn: Zapnul jste magic_quotes_gpc v nastaven PHP. Tato verze PhpMyAdmina neme s tmto nastavenm korektn pracovat. Prosm podvejte se do manulu PHP (kapitola nastaven) jak toto nastaven zmnit."; -$strDisplay = "Zobraz"; -$strDoAQuery = "ProvstDo a \"dotaz podle pkladu\" (olk: \"%\")"; -$strDocu = "Dokumentace"; -$strDoYouReally = "Opravdu si peje vykonat pkaz "; -$strDrop = "Odstranit"; -$strDropDB = "Odstranit databzi "; -$strDumpingData = "Dumpuji data pro tabulku"; -$strDynamic = "dynamic"; +$strCantLoadMySQL = 'nelze nahrt rozen pro MySQL,
prosm zkontrolujte nastaven PHP.'; +$strCarriage = 'Nvrat vozku (CR): \\r'; +$strChange = 'Zmnit'; +$strCheckAll = 'Zakrtnout ve'; +$strCheckDbPriv = 'Zkontrolovat privilegia databze'; +$strCheckTable = 'Zkontrolovat tabulku'; +$strColumn = 'Sloupec'; +$strColumnEmpty = 'Jmna sloupc jsou przdn!'; +$strColumnNames = 'Nzvy sloupc'; +$strCompleteInserts = 'Upln vloeni'; +$strConfirm = 'Opravdu chcete toto provst?'; +$strCopyTable = 'Zkoprovat tabulku do:'; +$strCopyTableOK = 'Tabulka %s byla zkoprovna do %s.'; +$strCreate = 'Vytvoit'; +$strCreateNewDatabase = 'Vytvoit novou databzi'; +$strCreateNewTable = 'Vytvoit novou tabulku v databzi '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Editovat"; -$strEditPrivileges = "Upravit prva"; -$strEffective = "Efektivn"; -$strEmpty = "Vyprzdnit"; -$strEmptyResultSet = "MySQL vrtil przdn vsledek (tj. nulov poet dk)."; -$strEnableMagicQuotes = "POZOR: Nepovolil jsi 'magic_quotes_gpc' v tv konfiguraci PHP enginu. PhpMyAdmin toto potebuje pro svoji korektn praci. Prosm, zkontroluj konfiguraci pop. v manulu pro PHP vyhledej informaci jak toto povolit."; -$strEnclosedBy = "uzaven do"; -$strEnd = "Konec"; -$strEnglishPrivileges = " Poznmka: nzvy MySQL privilegi jsou uvdna v anglitin "; -$strError = "Chyba"; -$strEscapedBy = "uvozeno pomoc"; -$strExtra = "Extra"; +$strData = 'Data'; +$strDatabase = 'Databze '; +$strDatabases = 'databze'; +$strDataOnly = ' Jen data '; +$strDbEmpty = 'Jmno databze je przdn!'; +$strDefault = 'Vchoz'; +$strDelete = 'Smazat'; +$strDeleted = 'dek byl smazn'; +$strDeleteFailed = 'Smazn selhalo!'; +$strDeletePassword = 'Smazat heslo'; +$strDeleteUserMessage = 'Byl smazn uivatel'; +$strDelPassMessage = 'Bylo smazno heslo pro'; +$strDescending = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Varovn: Zapnul jste magic_quotes_gpc v nastaven PHP. Tato verze PhpMyAdmina neme s tmto nastavenm korektn pracovat. Prosm podvejte se do manulu PHP (kapitola nastaven) jak toto nastaven zmnit.'; +$strDisplay = 'Zobraz'; +$strDoAQuery = 'ProvstDo a "dotaz podle pkladu" (olk: "%")'; +$strDocu = 'Dokumentace'; +$strDoYouReally = 'Opravdu si peje vykonat pkaz '; +$strDrop = 'Odstranit'; +$strDropDB = 'Odstranit databzi '; +$strDumpingData = 'Dumpuji data pro tabulku'; +$strDynamic = 'dynamic'; -$strField = "Pole"; -$strFields = "Poet pol"; -$strFixed = "pevn"; -$strFormat = "Formt"; -$strFunction = "Funkce"; +$strEdit = 'Editovat'; +$strEditPrivileges = 'Upravit prva'; +$strEffective = 'Efektivn'; +$strEmpty = 'Vyprzdnit'; +$strEmptyResultSet = 'MySQL vrtil przdn vsledek (tj. nulov poet dk).'; +$strEnableMagicQuotes = 'POZOR: Nepovolil jsi \'magic_quotes_gpc\' v tv konfiguraci PHP enginu. PhpMyAdmin toto potebuje pro svoji korektn praci. Prosm, zkontroluj konfiguraci pop. v manulu pro PHP vyhledej informaci jak toto povolit.'; +$strEnclosedBy = 'uzaven do'; +$strEnd = 'Konec'; +$strEnglishPrivileges = ' Poznmka: nzvy MySQL privilegi jsou uvdna v anglitin '; +$strError = 'Chyba'; +$strEscapedBy = 'uvozeno pomoc'; +$strExtra = 'Extra'; -$strGenTime = "Vygenerovno:"; -$strGo = "Prove"; -$strGrants = "Privilegia"; +$strField = 'Pole'; +$strFields = 'Poet pol'; +$strFixed = 'pevn'; +$strFormat = 'Formt'; +$strFunction = 'Funkce'; -$strHasBeenAltered = "byla zmnna."; -$strHasBeenCreated = "byla vytvoena."; -$strHasBeenDropped = "byla odstranna."; -$strHasBeenEmptied = "byla vyprzdnna."; -$strHome = "vod"; -$strHomepageOfficial = " Oficiln strnka phpMyAdmina "; -$strHomepageSourceforge = " nov strnka phpMyAdmina "; -$strHost = "Hostitel"; -$strHostEmpty = "Jmno hostitele je przdn!"; +$strGenTime = 'Vygenerovno:'; +$strGo = 'Prove'; +$strGrants = 'Privilegia'; +$strGzip = '"zagzipovno"'; -$strIfYouWish = "Pokud si peje nathnout jenom urit sloupce z tabulky, specifikuj je jako seznam pol oddlench rkou."; -$strIndex = "Index"; -$strIndexes = "Indexy"; -$strInsert = "Vloit"; -$strInsertAsNewRow = " Vloit jako nov dek "; -$strInsertIntoTable = "Vloit do tabulky"; -$strInsertNewRow = "Vloit nov dek"; -$strInsertTextfiles = "Vloit textov soubory do tabulky"; -$strInUse = "prv se pouv"; +$strHasBeenAltered = 'byla zmnna.'; +$strHasBeenCreated = 'byla vytvoena.'; +$strHasBeenDropped = 'byla odstranna.'; +$strHasBeenEmptied = 'byla vyprzdnna.'; +$strHome = 'vod'; +$strHomepageOfficial = ' Oficiln strnka phpMyAdmina '; +$strHomepageSourceforge = ' nov strnka phpMyAdmina '; +$strHost = 'Hostitel'; +$strHostEmpty = 'Jmno hostitele je przdn!'; -$strKeyname = "Klovy nzev"; -$strKill = " Zabt "; +$strIfYouWish = 'Pokud si peje nathnout jenom urit sloupce z tabulky, specifikuj je jako seznam pol oddlench rkou.'; +$strIndex = 'Index'; +$strIndexes = 'Indexy'; +$strInsert = 'Vloit'; +$strInsertAsNewRow = ' Vloit jako nov dek '; +$strInsertIntoTable = 'Vloit do tabulky'; +$strInsertNewRow = 'Vloit nov dek'; +$strInsertTextfiles = 'Vloit textov soubory do tabulky'; +$strInUse = 'prv se pouv'; -$strLength = "Dlka"; -$strLengthSet = "Dlka/Set"; -$strLimitNumRows = "zznamu na strnku"; -$strLineFeed = "Ukonen dku (Linefeed): \\n"; -$strLines = "dek"; -$strLocationTextfile = "Umstn textovho souboru"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Odhlsit se"; +$strKeyname = 'Klovy nzev'; +$strKill = ' Zabt '; -$strModifications = "Zmny byly uloeny"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL znovu-natena."; -$strMySQLSaid = "MySQL hls: "; -$strMySQLShowProcess = "Zobraz procesy"; -$strMySQLShowStatus = "Ukzat MySQL runtime informace"; -$strMySQLShowVars = "Ukzat MySQL systemove promnn"; +$strLength = 'Dlka'; +$strLengthSet = 'Dlka/Set'; +$strLimitNumRows = 'zznamu na strnku'; +$strLineFeed = 'Ukonen dku (Linefeed): \\n'; +$strLines = 'dek'; +$strLocationTextfile = 'Umstn textovho souboru'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Odhlsit se'; -$strName = "Nzev"; -$strNext = "Dal"; -$strNo = "Ne"; -$strNoPassword = "dn heslo"; -$strNoPrivileges = "dn privilegia"; -$strNoRights = "Nemte dostaten prva na proveden tto akce!"; -$strNoTablesFound = "V databzi nebyla nalezena ani jedna tabulka."; -$strNotNumber = "Toto nen slo!"; -$strNotValidNumber = " nen platn slo dku!"; -$strNoUsersFound = "dn uivatel nenalezen."; -$strNull = "Nulov"; -$strNumberIndexes = " Poet rozench index "; +$strModifications = 'Zmny byly uloeny'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL znovu-natena.'; +$strMySQLSaid = 'MySQL hls: '; +$strMySQLShowProcess = 'Zobraz procesy'; +$strMySQLShowStatus = 'Ukzat MySQL runtime informace'; +$strMySQLShowVars = 'Ukzat MySQL systemove promnn'; -$strOftenQuotation = "asto uvozujc znaky. OPTIONALLY znamen, e pouze pole typu CHAR a VARCHAR jsou uzaveny do \"uzavracch \" znak."; -$strOptimizeTable = "Optimalizovat tabulku"; -$strOptionalControls = "Voliteln. Uruje jak zapisovat nebo st speciln znaky."; -$strOptionally = "Voliteln"; -$strOr = "Nebo"; -$strOverhead = "Navc"; +$strName = 'Nzev'; +$strNbRecords = 'dk'; +$strNext = 'Dal'; +$strNo = 'Ne'; +$strNoPassword = 'dn heslo'; +$strNoPrivileges = 'dn privilegia'; +$strNoRights = 'Nemte dostaten prva na proveden tto akce!'; +$strNoTablesFound = 'V databzi nebyla nalezena ani jedna tabulka.'; +$strNotNumber = 'Toto nen slo!'; +$strNotValidNumber = ' nen platn slo dku!'; +$strNoUsersFound = 'dn uivatel nenalezen.'; +$strNull = 'Nulov'; +$strNumberIndexes = ' Poet rozench index '; -$strPassword = "Heslo"; -$strPasswordEmpty = "Heslo je przdn!"; -$strPasswordNotSame = "Hesla nejsou stejn!"; -$strPHPVersion = "Verze PHP Version"; -$strPos1 = "Zatek"; -$strPrevious = "Pedchoz"; -$strPrimary = "Primrn"; -$strPrimaryKey = "Primrn kl"; -$strPrinterFriendly = "Verze uren pro tisk"; -$strPrintView = "Nhled k vytitn"; -$strPrivileges = "Privilegia"; -$strProducedAnError = "vytvoil chybu."; -$strProperties = "Vlastnosti"; +$strOffSet = 'Zatek'; +$strOftenQuotation = 'asto uvozujc znaky. OPTIONALLY znamen, e pouze pole typu CHAR a VARCHAR jsou uzaveny do "uzavracch " znak.'; +$strOptimizeTable = 'Optimalizovat tabulku'; +$strOptionalControls = 'Voliteln. Uruje jak zapisovat nebo st speciln znaky.'; +$strOptionally = 'Voliteln'; +$strOr = 'Nebo'; +$strOverhead = 'Navc'; -$strQBE = "Dotaz podle pkladu"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Heslo'; +$strPasswordEmpty = 'Heslo je przdn!'; +$strPasswordNotSame = 'Hesla nejsou stejn!'; +$strPHPVersion = 'Verze PHP Version'; +$strPos1 = 'Zatek'; +$strPrevious = 'Pedchoz'; +$strPrimary = 'Primrn'; +$strPrimaryKey = 'Primrn kl'; +$strPrinterFriendly = 'Verze uren pro tisk'; +$strPrintView = 'Nhled k vytitn'; +$strPrivileges = 'Privilegia'; +$strProducedAnError = 'vytvoil chybu.'; +$strProperties = 'Vlastnosti'; -$strReadTheDocs = "Peti dokumentaci"; -$strRecords = "Zznam"; -$strReloadFailed = "Znovunaten MySQL selhalo."; -$strReloadMySQL = "Znovunaten MySQL"; -$strRememberReload = "Nezapomete reloadovat server."; -$strRenameTable = "Pejmenovat tabulku na"; -$strRenameTableOK = "Tabulka %s byla pejmenovna na %s"; -$strRepairTable = "Opravit tabulku"; -$strReplace = "Pepsat"; -$strReplaceTable = "Pepsat data tabulky souborem"; -$strReset = "Pvodn (reset)"; -$strReType = "Napsat znovu"; -$strRevoke = "Zruit"; -$strRevokeGrant = "Zruit povolen pidlovat prva"; -$strRevokeGrantMessage = "Bylo zrueno privilegium pidlovat prva pro"; -$strRevokeMessage = "Byla zruena prva pro"; -$strRevokePriv = "Zruit prva"; -$strRowLength = "Dlka dku"; -$strRows = "dk"; -$strRowsFrom = "dk zanajc od"; -$strRowsStatistic = "Statistika dk"; -$strRunning = "bc na "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Spus SQL dotaz(y) na databzi "; +$strQBE = 'Dotaz podle pkladu'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Ulo"; -$strSelect = "Vybrat"; -$strSelectFields = "Zvol pole (alespo jedno):"; -$strSelectNumRows = "v dotazu"; -$strSend = "Poli"; -$strSequence = "Sekv."; -$strServerVersion = "Verze serveru"; -$strShow = "Zobraz"; -$strShowingRecords = "Ukazuji zznamy "; -$strSingly = "(po jednom)"; -$strSize = "Velikost"; -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Vyuit msta"; -$strSQLQuery = "SQL-dotaz"; -$strStatement = "daj"; -$strStrucCSV = "CSV data"; -$strStrucData = "Strukturu a data"; -$strStrucDrop = "Pidej 'Vyma tabulku'"; -$strStrucOnly = "Pouze strukturu"; -$strSubmit = "Odeli"; -$strSuccess = "Tvj SQL-dotaz byl spn vykonn"; -$strSum = "Celkem"; +$strReadTheDocs = 'Peti dokumentaci'; +$strRecords = 'Zznam'; +$strReloadFailed = 'Znovunaten MySQL selhalo.'; +$strReloadMySQL = 'Znovunaten MySQL'; +$strRememberReload = 'Nezapomete reloadovat server.'; +$strRenameTable = 'Pejmenovat tabulku na'; +$strRenameTableOK = 'Tabulka %s byla pejmenovna na %s'; +$strRepairTable = 'Opravit tabulku'; +$strReplace = 'Pepsat'; +$strReplaceTable = 'Pepsat data tabulky souborem'; +$strReset = 'Pvodn (reset)'; +$strReType = 'Napsat znovu'; +$strRevoke = 'Zruit'; +$strRevokeGrant = 'Zruit povolen pidlovat prva'; +$strRevokeGrantMessage = 'Bylo zrueno privilegium pidlovat prva pro'; +$strRevokeMessage = 'Byla zruena prva pro'; +$strRevokePriv = 'Zruit prva'; +$strRowLength = 'Dlka dku'; +$strRows = 'dk'; +$strRowsFrom = 'dk zanajc od'; +$strRowSize = ' Velikost dku '; +$strRowsStatistic = 'Statistika dk'; +$strRunning = 'bc na '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Spus SQL dotaz(y) na databzi '; -$strTable = "Tabulka "; -$strTableComments = "Komente k tabulce"; -$strTableEmpty = "Jmno tabulky je przdn!"; -$strTableMaintenance = " drba tabulky "; -$strTableStructure = "Struktura tabulky pro tabulku"; -$strTableType = "Typ tabulky"; -$strTerminatedBy = "ukonen"; -$strTextAreaLength = " Toto pole mon nepjde
(kvli dlce) upravit "; -$strTheContent = "Obsah tvho souboru byl vloen"; -$strTheContents = "Obsah souboru pepe obsah zvolen tabulky v tch dcch, kde je identick primrn nebo uniktn kl."; -$strTheTerminator = "Ukonen pol."; -$strTotal = "celkem"; -$strType = "Typ"; +$strSave = 'Ulo'; +$strSelect = 'Vybrat'; +$strSelectFields = 'Zvol pole (alespo jedno):'; +$strSelectNumRows = 'v dotazu'; +$strSend = 'Poli'; +$strSequence = 'Sekv.'; +$strServerVersion = 'Verze serveru'; +$strShow = 'Zobraz'; +$strShowingRecords = 'Ukazuji zznamy '; +$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; +$strSingly = '(po jednom)'; +$strSize = 'Velikost'; +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Vyuit msta'; +$strSQLQuery = 'SQL-dotaz'; +$strStatement = 'daj'; +$strStrucCSV = 'CSV data'; +$strStrucData = 'Strukturu a data'; +$strStrucDrop = 'Pidej \'Vyma tabulku\''; +$strStrucOnly = 'Pouze strukturu'; +$strSubmit = 'Odeli'; +$strSuccess = 'Tvj SQL-dotaz byl spn vykonn'; +$strSum = 'Celkem'; -$strUncheckAll = "Odkrtnout ve"; -$strUnique = "Uniktn"; -$strUpdatePassMessage = "Bylo zmnno heslo pro"; -$strUpdatePassword = "Zmnit heslo"; -$strUpdatePrivMessage = "Byla zmnna privilegia pro"; -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$strUsage = "Pouv"; -$strUser = "Uivatel"; -$strUserEmpty = "Jmno uivatele je przdn!"; -$strUserName = "Jmno uivatele"; -$strUsers = "Uivatel"; -$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'Tabulka '; +$strTableComments = 'Komente k tabulce'; +$strTableEmpty = 'Jmno tabulky je przdn!'; +$strTableMaintenance = ' drba tabulky '; +$strTableStructure = 'Struktura tabulky pro tabulku'; +$strTableType = 'Typ tabulky'; +$strTerminatedBy = 'ukonen'; +$strTextAreaLength = ' Toto pole mon nepjde
(kvli dlce) upravit '; +$strTheContent = 'Obsah tvho souboru byl vloen'; +$strTheContents = 'Obsah souboru pepe obsah zvolen tabulky v tch dcch, kde je identick primrn nebo uniktn kl.'; +$strTheTerminator = 'Ukonen pol.'; +$strTotal = 'celkem'; +$strType = 'Typ'; -$strValue = "Hodnota"; -$strViewDump = "Uka dump (schema) tabulky"; -$strViewDumpDB = "Uka dump (schema) databze"; +$strUncheckAll = 'Odkrtnout ve'; +$strUnique = 'Uniktn'; +$strUpdatePassMessage = 'Bylo zmnno heslo pro'; +$strUpdatePassword = 'Zmnit heslo'; +$strUpdatePrivMessage = 'Byla zmnna privilegia pro'; +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$strUsage = 'Pouv'; +$strUser = 'Uivatel'; +$strUserEmpty = 'Jmno uivatele je przdn!'; +$strUserName = 'Jmno uivatele'; +$strUsers = 'Uivatel'; +$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Vtej v "; -$strWrongUser = "patn uivatelsk jmno/heslo. Pstup odepen."; +$strValue = 'Hodnota'; +$strViewDump = 'Uka dump (schema) tabulky'; +$strViewDumpDB = 'Uka dump (schema) databze'; -$strYes = "Ano"; +$strWelcome = 'Vtej v '; +$strWrongUser = 'patn uivatelsk jmno/heslo. Pstup odepen.'; -// export Zip (July 07, 2001, 19:48am) -$strBzip = "\"zabzipovno\""; -$strGzip = "\"zagzipovno\""; -$strOffSet = "Zatek"; -$strNbRecords = "dk"; -$strRowSize=" Velikost dku "; -$strShowThisQuery=" Zobrazit zde tento dotaz znovu "; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strYes = 'Ano'; + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 45a9894c2..9d2c24057 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -1,285 +1,287 @@ prosm zkontrolujte nastaven PHP."; -$strCarriage = "Nvrat vozku (CR): \\r"; -$strChange = "Zmnit"; -$strCheckAll = "Zakrtnout ve"; -$strCheckDbPriv = "Zkontrolovat privilegia databze"; -$strCheckTable = "Zkontrolovat tabulku"; -$strColumn = "Sloupec"; -$strColumnEmpty = "Jmna sloupc jsou przdn!"; -$strColumnNames = "Nzvy sloupc"; -$strCompleteInserts = "Upln vloeni"; -$strConfirm = "Opravdu chcete toto provst?"; -$strCopyTable = "Zkoprovat tabulku do:"; -$strCopyTableOK = "Tabulka %s byla zkoprovna do %s."; -$strCreate = "Vytvoit"; -$strCreateNewDatabase = "Vytvoit novou databzi"; -$strCreateNewTable = "Vytvoit novou tabulku v databzi "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'Zpt'; +$strBinary = ' Binrn '; +$strBinaryDoNotEdit = ' Binrn - neupravujte '; +$strBookmarkLabel = 'Nzev'; +$strBookmarkQuery = 'Oblben SQL dotaz'; +$strBookmarkThis = 'Pidat tento SQL dotaz do oblbench'; +$strBookmarkView = 'Jen prohldnout'; +$strBrowse = 'Projt'; +$strBzip = '"zabzipovno"'; -$strData = "Data"; -$strDatabase = "Databze "; -$strDatabases = "databze"; -$strDataOnly = " Jen data "; -$strDbEmpty = "Jmno databze je przdn!"; -$strDefault = "Vchoz"; -$strDelete = "Smazat"; -$strDeleted = "dek byl smazn"; -$strDeleteFailed = "Smazn selhalo!"; -$strDeletePassword = "Smazat heslo"; -$strDeleteUserMessage = "Byl smazn uivatel"; -$strDelPassMessage = "Bylo smazno heslo pro"; -$strDescending = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Varovn: Zapnul jste magic_quotes_gpc v nastaven PHP. Tato verze PhpMyAdmina neme s tmto nastavenm korektn pracovat. Prosm podvejte se do manulu PHP (kapitola nastaven) jak toto nastaven zmnit."; -$strDisplay = "Zobraz"; -$strDoAQuery = "ProvstDo a \"dotaz podle pkladu\" (olk: \"%\")"; -$strDocu = "Dokumentace"; -$strDoYouReally = "Opravdu si peje vykonat pkaz "; -$strDrop = "Odstranit"; -$strDropDB = "Odstranit databzi "; -$strDumpingData = "Dumpuji data pro tabulku"; -$strDynamic = "dynamic"; +$strCantLoadMySQL = 'nelze nahrt rozen pro MySQL,
prosm zkontrolujte nastaven PHP.'; +$strCarriage = 'Nvrat vozku (CR): \\r'; +$strChange = 'Zmnit'; +$strCheckAll = 'Zakrtnout ve'; +$strCheckDbPriv = 'Zkontrolovat privilegia databze'; +$strCheckTable = 'Zkontrolovat tabulku'; +$strColumn = 'Sloupec'; +$strColumnEmpty = 'Jmna sloupc jsou przdn!'; +$strColumnNames = 'Nzvy sloupc'; +$strCompleteInserts = 'Upln vloeni'; +$strConfirm = 'Opravdu chcete toto provst?'; +$strCopyTable = 'Zkoprovat tabulku do:'; +$strCopyTableOK = 'Tabulka %s byla zkoprovna do %s.'; +$strCreate = 'Vytvoit'; +$strCreateNewDatabase = 'Vytvoit novou databzi'; +$strCreateNewTable = 'Vytvoit novou tabulku v databzi '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Editovat"; -$strEditPrivileges = "Upravit prva"; -$strEffective = "Efektivn"; -$strEmpty = "Vyprzdnit"; -$strEmptyResultSet = "MySQL vrtil przdn vsledek (tj. nulov poet dk)."; -$strEnableMagicQuotes = "POZOR: Nepovolil jsi 'magic_quotes_gpc' v tv konfiguraci PHP enginu. PhpMyAdmin toto potebuje pro svoji korektn praci. Prosm, zkontroluj konfiguraci pop. v manulu pro PHP vyhledej informaci jak toto povolit."; -$strEnclosedBy = "uzaven do"; -$strEnd = "Konec"; -$strEnglishPrivileges = " Poznmka: nzvy MySQL privilegi jsou uvdna v anglitin "; -$strError = "Chyba"; -$strEscapedBy = "uvozeno pomoc"; -$strExtra = "Extra"; +$strData = 'Data'; +$strDatabase = 'Databze '; +$strDatabases = 'databze'; +$strDataOnly = ' Jen data '; +$strDbEmpty = 'Jmno databze je przdn!'; +$strDefault = 'Vchoz'; +$strDelete = 'Smazat'; +$strDeleted = 'dek byl smazn'; +$strDeleteFailed = 'Smazn selhalo!'; +$strDeletePassword = 'Smazat heslo'; +$strDeleteUserMessage = 'Byl smazn uivatel'; +$strDelPassMessage = 'Bylo smazno heslo pro'; +$strDescending = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Varovn: Zapnul jste magic_quotes_gpc v nastaven PHP. Tato verze PhpMyAdmina neme s tmto nastavenm korektn pracovat. Prosm podvejte se do manulu PHP (kapitola nastaven) jak toto nastaven zmnit.'; +$strDisplay = 'Zobraz'; +$strDoAQuery = 'ProvstDo a "dotaz podle pkladu" (olk: "%")'; +$strDocu = 'Dokumentace'; +$strDoYouReally = 'Opravdu si peje vykonat pkaz '; +$strDrop = 'Odstranit'; +$strDropDB = 'Odstranit databzi '; +$strDumpingData = 'Dumpuji data pro tabulku'; +$strDynamic = 'dynamic'; -$strField = "Pole"; -$strFields = "Poet pol"; -$strFixed = "pevn"; -$strFormat = "Formt"; -$strFunction = "Funkce"; +$strEdit = 'Editovat'; +$strEditPrivileges = 'Upravit prva'; +$strEffective = 'Efektivn'; +$strEmpty = 'Vyprzdnit'; +$strEmptyResultSet = 'MySQL vrtil przdn vsledek (tj. nulov poet dk).'; +$strEnableMagicQuotes = 'POZOR: Nepovolil jsi \'magic_quotes_gpc\' v tv konfiguraci PHP enginu. PhpMyAdmin toto potebuje pro svoji korektn praci. Prosm, zkontroluj konfiguraci pop. v manulu pro PHP vyhledej informaci jak toto povolit.'; +$strEnclosedBy = 'uzaven do'; +$strEnd = 'Konec'; +$strEnglishPrivileges = ' Poznmka: nzvy MySQL privilegi jsou uvdna v anglitin '; +$strError = 'Chyba'; +$strEscapedBy = 'uvozeno pomoc'; +$strExtra = 'Extra'; -$strGenTime = "Vygenerovno:"; -$strGo = "Prove"; -$strGrants = "Privilegia"; +$strField = 'Pole'; +$strFields = 'Poet pol'; +$strFixed = 'pevn'; +$strFormat = 'Formt'; +$strFunction = 'Funkce'; -$strHasBeenAltered = "byla zmnna."; -$strHasBeenCreated = "byla vytvoena."; -$strHasBeenDropped = "byla odstranna."; -$strHasBeenEmptied = "byla vyprzdnna."; -$strHome = "vod"; -$strHomepageOfficial = " Oficiln strnka phpMyAdmina "; -$strHomepageSourceforge = " nov strnka phpMyAdmina "; -$strHost = "Hostitel"; -$strHostEmpty = "Jmno hostitele je przdn!"; +$strGenTime = 'Vygenerovno:'; +$strGo = 'Prove'; +$strGrants = 'Privilegia'; +$strGzip = '"zagzipovno"'; -$strIfYouWish = "Pokud si peje nathnout jenom urit sloupce z tabulky, specifikuj je jako seznam pol oddlench rkou."; -$strIndex = "Index"; -$strIndexes = "Indexy"; -$strInsert = "Vloit"; -$strInsertAsNewRow = " Vloit jako nov dek "; -$strInsertIntoTable = "Vloit do tabulky"; -$strInsertNewRow = "Vloit nov dek"; -$strInsertTextfiles = "Vloit textov soubory do tabulky"; -$strInUse = "prv se pouv"; +$strHasBeenAltered = 'byla zmnna.'; +$strHasBeenCreated = 'byla vytvoena.'; +$strHasBeenDropped = 'byla odstranna.'; +$strHasBeenEmptied = 'byla vyprzdnna.'; +$strHome = 'vod'; +$strHomepageOfficial = ' Oficiln strnka phpMyAdmina '; +$strHomepageSourceforge = ' nov strnka phpMyAdmina '; +$strHost = 'Hostitel'; +$strHostEmpty = 'Jmno hostitele je przdn!'; -$strKeyname = "Klovy nzev"; -$strKill = " Zabt "; +$strIfYouWish = 'Pokud si peje nathnout jenom urit sloupce z tabulky, specifikuj je jako seznam pol oddlench rkou.'; +$strIndex = 'Index'; +$strIndexes = 'Indexy'; +$strInsert = 'Vloit'; +$strInsertAsNewRow = ' Vloit jako nov dek '; +$strInsertIntoTable = 'Vloit do tabulky'; +$strInsertNewRow = 'Vloit nov dek'; +$strInsertTextfiles = 'Vloit textov soubory do tabulky'; +$strInUse = 'prv se pouv'; -$strLength = "Dlka"; -$strLengthSet = "Dlka/Set"; -$strLimitNumRows = "zznamu na strnku"; -$strLineFeed = "Ukonen dku (Linefeed): \\n"; -$strLines = "dek"; -$strLocationTextfile = "Umstn textovho souboru"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Odhlsit se"; +$strKeyname = 'Klovy nzev'; +$strKill = ' Zabt '; -$strModifications = "Zmny byly uloeny"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL znovu-natena."; -$strMySQLSaid = "MySQL hls: "; -$strMySQLShowProcess = "Zobraz procesy"; -$strMySQLShowStatus = "Ukzat MySQL runtime informace"; -$strMySQLShowVars = "Ukzat MySQL systemove promnn"; +$strLength = 'Dlka'; +$strLengthSet = 'Dlka/Set'; +$strLimitNumRows = 'zznamu na strnku'; +$strLineFeed = 'Ukonen dku (Linefeed): \\n'; +$strLines = 'dek'; +$strLocationTextfile = 'Umstn textovho souboru'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Odhlsit se'; -$strName = "Nzev"; -$strNext = "Dal"; -$strNo = "Ne"; -$strNoPassword = "dn heslo"; -$strNoPrivileges = "dn privilegia"; -$strNoRights = "Nemte dostaten prva na proveden tto akce!"; -$strNoTablesFound = "V databzi nebyla nalezena ani jedna tabulka."; -$strNotNumber = "Toto nen slo!"; -$strNotValidNumber = " nen platn slo dku!"; -$strNoUsersFound = "dn uivatel nenalezen."; -$strNull = "Nulov"; -$strNumberIndexes = " Poet rozench index "; +$strModifications = 'Zmny byly uloeny'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL znovu-natena.'; +$strMySQLSaid = 'MySQL hls: '; +$strMySQLShowProcess = 'Zobraz procesy'; +$strMySQLShowStatus = 'Ukzat MySQL runtime informace'; +$strMySQLShowVars = 'Ukzat MySQL systemove promnn'; -$strOftenQuotation = "asto uvozujc znaky. OPTIONALLY znamen, e pouze pole typu CHAR a VARCHAR jsou uzaveny do \"uzavracch \" znak."; -$strOptimizeTable = "Optimalizovat tabulku"; -$strOptionalControls = "Voliteln. Uruje jak zapisovat nebo st speciln znaky."; -$strOptionally = "Voliteln"; -$strOr = "Nebo"; -$strOverhead = "Navc"; +$strName = 'Nzev'; +$strNbRecords = 'dk'; +$strNext = 'Dal'; +$strNo = 'Ne'; +$strNoPassword = 'dn heslo'; +$strNoPrivileges = 'dn privilegia'; +$strNoRights = 'Nemte dostaten prva na proveden tto akce!'; +$strNoTablesFound = 'V databzi nebyla nalezena ani jedna tabulka.'; +$strNotNumber = 'Toto nen slo!'; +$strNotValidNumber = ' nen platn slo dku!'; +$strNoUsersFound = 'dn uivatel nenalezen.'; +$strNull = 'Nulov'; +$strNumberIndexes = ' Poet rozench index '; -$strPassword = "Heslo"; -$strPasswordEmpty = "Heslo je przdn!"; -$strPasswordNotSame = "Hesla nejsou stejn!"; -$strPHPVersion = "Verze PHP Version"; -$strPos1 = "Zatek"; -$strPrevious = "Pedchoz"; -$strPrimary = "Primrn"; -$strPrimaryKey = "Primrn kl"; -$strPrinterFriendly = "Verze uren pro tisk"; -$strPrintView = "Nhled k vytitn"; -$strPrivileges = "Privilegia"; -$strProducedAnError = "vytvoil chybu."; -$strProperties = "Vlastnosti"; +$strOffSet = 'Zatek'; +$strOftenQuotation = 'asto uvozujc znaky. OPTIONALLY znamen, e pouze pole typu CHAR a VARCHAR jsou uzaveny do "uzavracch " znak.'; +$strOptimizeTable = 'Optimalizovat tabulku'; +$strOptionalControls = 'Voliteln. Uruje jak zapisovat nebo st speciln znaky.'; +$strOptionally = 'Voliteln'; +$strOr = 'Nebo'; +$strOverhead = 'Navc'; -$strQBE = "Dotaz podle pkladu"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Heslo'; +$strPasswordEmpty = 'Heslo je przdn!'; +$strPasswordNotSame = 'Hesla nejsou stejn!'; +$strPHPVersion = 'Verze PHP Version'; +$strPos1 = 'Zatek'; +$strPrevious = 'Pedchoz'; +$strPrimary = 'Primrn'; +$strPrimaryKey = 'Primrn kl'; +$strPrinterFriendly = 'Verze uren pro tisk'; +$strPrintView = 'Nhled k vytitn'; +$strPrivileges = 'Privilegia'; +$strProducedAnError = 'vytvoil chybu.'; +$strProperties = 'Vlastnosti'; -$strReadTheDocs = "Peti dokumentaci"; -$strRecords = "Zznam"; -$strReloadFailed = "Znovunaten MySQL selhalo."; -$strReloadMySQL = "Znovunaten MySQL"; -$strRememberReload = "Nezapomete reloadovat server."; -$strRenameTable = "Pejmenovat tabulku na"; -$strRenameTableOK = "Tabulka %s byla pejmenovna na %s"; -$strRepairTable = "Opravit tabulku"; -$strReplace = "Pepsat"; -$strReplaceTable = "Pepsat data tabulky souborem"; -$strReset = "Pvodn (reset)"; -$strReType = "Napsat znovu"; -$strRevoke = "Zruit"; -$strRevokeGrant = "Zruit povolen pidlovat prva"; -$strRevokeGrantMessage = "Bylo zrueno privilegium pidlovat prva pro"; -$strRevokeMessage = "Byla zruena prva pro"; -$strRevokePriv = "Zruit prva"; -$strRowLength = "Dlka dku"; -$strRows = "dk"; -$strRowsFrom = "dk zanajc od"; -$strRowsStatistic = "Statistika dk"; -$strRunning = "bc na "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Spus SQL dotaz(y) na databzi "; +$strQBE = 'Dotaz podle pkladu'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Ulo"; -$strSelect = "Vybrat"; -$strSelectFields = "Zvol pole (alespo jedno):"; -$strSelectNumRows = "v dotazu"; -$strSend = "Poli"; -$strSequence = "Sekv."; -$strServerVersion = "Verze serveru"; -$strShow = "Zobraz"; -$strShowingRecords = "Ukazuji zznamy "; -$strSingly = "(po jednom)"; -$strSize = "Velikost"; -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Vyuit msta"; -$strSQLQuery = "SQL-dotaz"; -$strStatement = "daj"; -$strStrucCSV = "CSV data"; -$strStrucData = "Strukturu a data"; -$strStrucDrop = "Pidej 'Vyma tabulku'"; -$strStrucOnly = "Pouze strukturu"; -$strSubmit = "Odeli"; -$strSuccess = "Tvj SQL-dotaz byl spn vykonn"; -$strSum = "Celkem"; +$strReadTheDocs = 'Peti dokumentaci'; +$strRecords = 'Zznam'; +$strReloadFailed = 'Znovunaten MySQL selhalo.'; +$strReloadMySQL = 'Znovunaten MySQL'; +$strRememberReload = 'Nezapomete reloadovat server.'; +$strRenameTable = 'Pejmenovat tabulku na'; +$strRenameTableOK = 'Tabulka %s byla pejmenovna na %s'; +$strRepairTable = 'Opravit tabulku'; +$strReplace = 'Pepsat'; +$strReplaceTable = 'Pepsat data tabulky souborem'; +$strReset = 'Pvodn (reset)'; +$strReType = 'Napsat znovu'; +$strRevoke = 'Zruit'; +$strRevokeGrant = 'Zruit povolen pidlovat prva'; +$strRevokeGrantMessage = 'Bylo zrueno privilegium pidlovat prva pro'; +$strRevokeMessage = 'Byla zruena prva pro'; +$strRevokePriv = 'Zruit prva'; +$strRowLength = 'Dlka dku'; +$strRows = 'dk'; +$strRowsFrom = 'dk zanajc od'; +$strRowSize = ' Velikost dku '; +$strRowsStatistic = 'Statistika dk'; +$strRunning = 'bc na '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Spus SQL dotaz(y) na databzi '; -$strTable = "Tabulka "; -$strTableComments = "Komente k tabulce"; -$strTableEmpty = "Jmno tabulky je przdn!"; -$strTableMaintenance = " drba tabulky "; -$strTableStructure = "Struktura tabulky pro tabulku"; -$strTableType = "Typ tabulky"; -$strTerminatedBy = "ukonen"; -$strTextAreaLength = " Toto pole mon nepjde
(kvli dlce) upravit "; -$strTheContent = "Obsah tvho souboru byl vloen"; -$strTheContents = "Obsah souboru pepe obsah zvolen tabulky v tch dcch, kde je identick primrn nebo uniktn kl."; -$strTheTerminator = "Ukonen pol."; -$strTotal = "celkem"; -$strType = "Typ"; +$strSave = 'Ulo'; +$strSelect = 'Vybrat'; +$strSelectFields = 'Zvol pole (alespo jedno):'; +$strSelectNumRows = 'v dotazu'; +$strSend = 'Poli'; +$strSequence = 'Sekv.'; +$strServerVersion = 'Verze serveru'; +$strShow = 'Zobraz'; +$strShowingRecords = 'Ukazuji zznamy '; +$strShowThisQuery = ' Zobrazit zde tento dotaz znovu '; +$strSingly = '(po jednom)'; +$strSize = 'Velikost'; +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Vyuit msta'; +$strSQLQuery = 'SQL-dotaz'; +$strStatement = 'daj'; +$strStrucCSV = 'CSV data'; +$strStrucData = 'Strukturu a data'; +$strStrucDrop = 'Pidej \'Vyma tabulku\''; +$strStrucOnly = 'Pouze strukturu'; +$strSubmit = 'Odeli'; +$strSuccess = 'Tvj SQL-dotaz byl spn vykonn'; +$strSum = 'Celkem'; -$strUncheckAll = "Odkrtnout ve"; -$strUnique = "Uniktn"; -$strUpdatePassMessage = "Bylo zmnno heslo pro"; -$strUpdatePassword = "Zmnit heslo"; -$strUpdatePrivMessage = "Byla zmnna privilegia pro"; -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$strUsage = "Pouv"; -$strUser = "Uivatel"; -$strUserEmpty = "Jmno uivatele je przdn!"; -$strUserName = "Jmno uivatele"; -$strUsers = "Uivatel"; -$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'Tabulka '; +$strTableComments = 'Komente k tabulce'; +$strTableEmpty = 'Jmno tabulky je przdn!'; +$strTableMaintenance = ' drba tabulky '; +$strTableStructure = 'Struktura tabulky pro tabulku'; +$strTableType = 'Typ tabulky'; +$strTerminatedBy = 'ukonen'; +$strTextAreaLength = ' Toto pole mon nepjde
(kvli dlce) upravit '; +$strTheContent = 'Obsah tvho souboru byl vloen'; +$strTheContents = 'Obsah souboru pepe obsah zvolen tabulky v tch dcch, kde je identick primrn nebo uniktn kl.'; +$strTheTerminator = 'Ukonen pol.'; +$strTotal = 'celkem'; +$strType = 'Typ'; -$strValue = "Hodnota"; -$strViewDump = "Uka dump (schema) tabulky"; -$strViewDumpDB = "Uka dump (schema) databze"; +$strUncheckAll = 'Odkrtnout ve'; +$strUnique = 'Uniktn'; +$strUpdatePassMessage = 'Bylo zmnno heslo pro'; +$strUpdatePassword = 'Zmnit heslo'; +$strUpdatePrivMessage = 'Byla zmnna privilegia pro'; +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$strUsage = 'Pouv'; +$strUser = 'Uivatel'; +$strUserEmpty = 'Jmno uivatele je przdn!'; +$strUserName = 'Jmno uivatele'; +$strUsers = 'Uivatel'; +$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Vtej v "; -$strWrongUser = "patn uivatelsk jmno/heslo. Pstup odepen."; +$strValue = 'Hodnota'; +$strViewDump = 'Uka dump (schema) tabulky'; +$strViewDumpDB = 'Uka dump (schema) databze'; -$strYes = "Ano"; +$strWelcome = 'Vtej v '; +$strWrongUser = 'patn uivatelsk jmno/heslo. Pstup odepen.'; -// export Zip (July 07, 2001, 19:48am) -$strBzip = "\"zabzipovno\""; -$strGzip = "\"zagzipovno\""; -$strOffSet = "Zatek"; -$strNbRecords = "dk"; -$strRowSize=" Velikost dku "; -$strShowThisQuery=" Zobrazit zde tento dotaz znovu "; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strYes = 'Ano'; + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index b24001117..a90e6a5a1 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -1,285 +1,286 @@ please check PHP Configuration."; //to translate -$strCarriage = "Carriage return: \\r"; -$strChange = "Ændre"; -$strCheckAll = "Check All"; //to translate -$strCheckDbPriv = "Check Database Privileges"; //to translate -$strCheckTable = "Tjek tabel"; -$strColumn = "Column"; //to translate -$strColumnEmpty = "The columns names are empty!"; //to translate -$strColumnNames = "Kolonne navne"; -$strCompleteInserts = "Lav komplette inserts"; -$strConfirm = "Do you really want to do it?"; //to translate -$strCopyTable = "Kopier tabel til:"; -$strCopyTableOK = "Tabellen %s er nu kopieret til: %s."; -$strCreate = "Opret"; -$strCreateNewDatabase = "Opret ny database"; -$strCreateNewTable = "Opret ny tabel i database "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$strCarriage = 'Carriage return: \\r'; +$strChange = 'Ændre'; +$strCheckAll = 'Check All'; //to translate +$strCheckDbPriv = 'Check Database Privileges'; //to translate +$strCheckTable = 'Tjek tabel'; +$strColumn = 'Column'; //to translate +$strColumnEmpty = 'The columns names are empty!'; //to translate +$strColumnNames = 'Kolonne navne'; +$strCompleteInserts = 'Lav komplette inserts'; +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = 'Kopier tabel til:'; +$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.'; +$strCreate = 'Opret'; +$strCreateNewDatabase = 'Opret ny database'; +$strCreateNewTable = 'Opret ny tabel i database '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strData = "Data"; //to translate -$strDatabase = "Database: "; -$strDatabases = "databaser"; -$strDataOnly = "Data only"; //to translate -$strDbEmpty = "The database name is empty!"; //to translate -$strDefault = "Standardværdi"; -$strDelete = "Slet"; -$strDeleted = "Rækken er slettet!"; -$strDeleteFailed = "Deleted Failed!"; //to translate -$strDeletePassword = "Delete Password"; //to translate -$strDeleteUserMessage = "You have deleted the user"; //to translate -$strDelPassMessage = "You have deleted the password for"; //to translate -$strDescending = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Advarsel: Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres."; -$strDisplay = "Vis"; -$strDoAQuery = "Kør en forespørgsel på felter (wildcard: \"%\")"; -$strDocu = "Dokumentation"; -$strDoYouReally = "Er du sikker på at du vil "; -$strDrop = "Slet"; -$strDropDB = "Slet database "; -$strDumpingData = "Data dump for tabellen"; -$strDynamic = "dynamic"; //to translate +$strData = 'Data'; //to translate +$strDatabase = 'Database: '; +$strDatabases = 'databaser'; +$strDataOnly = 'Data only'; //to translate +$strDbEmpty = 'The database name is empty!'; //to translate +$strDefault = 'Standardværdi'; +$strDelete = 'Slet'; +$strDeleted = 'Rækken er slettet!'; +$strDeleteFailed = 'Deleted Failed!'; //to translate +$strDeletePassword = 'Delete Password'; //to translate +$strDeleteUserMessage = 'You have deleted the user'; //to translate +$strDelPassMessage = 'You have deleted the password for'; //to translate +$strDescending = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Advarsel: Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres.'; +$strDisplay = 'Vis'; +$strDoAQuery = 'Kør en forespørgsel på felter (wildcard: "%")'; +$strDocu = 'Dokumentation'; +$strDoYouReally = 'Er du sikker på at du vil '; +$strDrop = 'Slet'; +$strDropDB = 'Slet database '; +$strDumpingData = 'Data dump for tabellen'; +$strDynamic = 'dynamic'; //to translate -$strEdit = "Ret"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "Tøm"; -$strEmptyResultSet = "MySQL returnerede ingen data (fx ingen rækker)."; -$strEnableMagicQuotes = "Advarsel: Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres."; -$strEnclosedBy = "har denne tekstkvalifikator"; -$strEnd = "Slut"; -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strError = "Fejl"; -$strEscapedBy = "afsluttes med"; -$strExtra = "Ekstra"; +$strEdit = 'Ret'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'Tøm'; +$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).'; +$strEnableMagicQuotes = 'Advarsel: Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin behøver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres.'; +$strEnclosedBy = 'har denne tekstkvalifikator'; +$strEnd = 'Slut'; +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strError = 'Fejl'; +$strEscapedBy = 'afsluttes med'; +$strExtra = 'Ekstra'; -$strField = "Feltnavn"; -$strFields = "Felter"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Funktion"; +$strField = 'Feltnavn'; +$strFields = 'Felter'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Funktion'; -$strGenTime = "Generation Time"; //to translate -$strGo = "Udfør"; -$strGrants = "Grants"; //to translate -$strGzip = "\"gzipped\""; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'Udfør'; +$strGrants = 'Grants'; //to translate +$strGzip = '"gzipped"'; //to translate -$strHasBeenAltered = "er ændret."; -$strHasBeenCreated = "er oprettet."; -$strHasBeenDropped = "er slettet."; -$strHasBeenEmptied = "er tømt."; -$strHome = "Hjem"; -$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside "; -$strHomepageSourceforge = "Ny phpMyAdmin hjemmeside "; -$strHost = "Host"; -$strHostEmpty = "The host name is empty!"; //to translate +$strHasBeenAltered = 'er ændret.'; +$strHasBeenCreated = 'er oprettet.'; +$strHasBeenDropped = 'er slettet.'; +$strHasBeenEmptied = 'er tømt.'; +$strHome = 'Hjem'; +$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside '; +$strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside '; +$strHost = 'Host'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strIfYouWish = "Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste."; -$strIndex = "Indekseret"; -$strIndexes = "Indexes"; //to translate -$strInsert = "Indsæt"; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "Importer til tabel"; -$strInsertNewRow = "Indsæt ny række"; -$strInsertTextfiles = "Importer tekstfil til tabellen"; -$strInUse = "in use"; //to translate +$strIfYouWish = 'Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.'; +$strIndex = 'Indekseret'; +$strIndexes = 'Indexes'; //to translate +$strInsert = 'Indsæt'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'Importer til tabel'; +$strInsertNewRow = 'Indsæt ny række'; +$strInsertTextfiles = 'Importer tekstfil til tabellen'; +$strInUse = 'in use'; //to translate -$strKeyname = "Nøgle"; -$strKill = "Kill"; //to translate +$strKeyname = 'Nøgle'; +$strKill = 'Kill'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "Længde/Værdi"; -$strLimitNumRows = "poster pr. side"; -$strLineFeed = "Linefeed: \\n"; -$strLines = "Linier"; -$strLocationTextfile = "Tekstfilens placering"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Log af"; +$strLength = 'Length'; //to translate +$strLengthSet = 'Længde/Værdi'; +$strLimitNumRows = 'poster pr. side'; +$strLineFeed = 'Linefeed: \\n'; +$strLines = 'Linier'; +$strLocationTextfile = 'Tekstfilens placering'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Log af'; -$strModifications = "Rettelserne er gemt!"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL genstartet."; -$strMySQLSaid = "MySQL returnerede: "; -$strMySQLShowProcess = "Vis tråde"; -$strMySQLShowStatus = "Vis MySQL runtime information"; -$strMySQLShowVars = "Vis MySQL system variable"; +$strModifications = 'Rettelserne er gemt!'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL genstartet.'; +$strMySQLSaid = 'MySQL returnerede: '; +$strMySQLShowProcess = 'Vis tråde'; +$strMySQLShowStatus = 'Vis MySQL runtime information'; +$strMySQLShowVars = 'Vis MySQL system variable'; -$strName = "Navn"; -$strNbRecords = "No. Of records"; -$strNext = "Næste"; -$strNo = "Nej"; -$strNoPassword = "No Password"; //to translate -$strNoPrivileges = "No Privileges"; //to translate -$strNoRights = "You don't have enough rights to be here right now!"; //to translate -$strNoTablesFound = "Ingen tabeller fundet i databasen."; -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate -$strNoUsersFound = "No user(s) found."; //to translate -$strNull = "Nulværdi"; -$strNumberIndexes = " Number of advanced indexes "; //to translate +$strName = 'Navn'; +$strNbRecords = 'No. Of records'; +$strNext = 'Næste'; +$strNo = 'Nej'; +$strNoPassword = 'No Password'; //to translate +$strNoPrivileges = 'No Privileges'; //to translate +$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate +$strNoTablesFound = 'Ingen tabeller fundet i databasen.'; +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate +$strNoUsersFound = 'No user(s) found.'; //to translate +$strNull = 'Nulværdi'; +$strNumberIndexes = ' Number of advanced indexes '; //to translate -$strOffSet = "Offset"; -$strOftenQuotation = "Ofte anførelsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte \"tekstkvalifikator\"-tegn."; -$strOptimizeTable = "Optimer tabel"; -$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller læses."; -$strOptionally = "OPTIONALLY"; -$strOr = "Eller"; -$strOverhead = "Overhead"; //to translate +$strOffSet = 'Offset'; +$strOftenQuotation = 'Ofte anførelsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte "tekstkvalifikator"-tegn.'; +$strOptimizeTable = 'Optimer tabel'; +$strOptionalControls = 'Optional. Kontrollerer hvordan specialtegn skrives eller læses.'; +$strOptionally = 'OPTIONALLY'; +$strOr = 'Eller'; +$strOverhead = 'Overhead'; //to translate -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "Start"; -$strPrevious = "Forrige"; -$strPrimary = "Primær"; -$strPrimaryKey = "Primær nøgle"; -$strPrinterFriendly = "Udskrift venlig version af ovenstående tabel"; -$strPrintView = "Vis (udskriftvenlig)"; -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "forsagede en fejl."; -$strProperties = "Egenskaber"; +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'Start'; +$strPrevious = 'Forrige'; +$strPrimary = 'Primær'; +$strPrimaryKey = 'Primær nøgle'; +$strPrinterFriendly = 'Udskrift venlig version af ovenstående tabel'; +$strPrintView = 'Vis (udskriftvenlig)'; +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'forsagede en fejl.'; +$strProperties = 'Egenskaber'; -$strQBE = "Query by Example"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strQBE = 'Query by Example'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strReadTheDocs = "Læs dokumentationen"; -$strRecords = "Poster"; -$strReloadFailed = "Genstart af MySQL fejlede."; -$strReloadMySQL = "Genstart MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "Omdøb tabel til"; -$strRenameTableOK = "Tabellen %s er nu omdøbt til: %s"; -$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ækker startende fra"; -$strRowSize=" Row size "; //to translate -$strRowsStatistic = "Row Statistic"; //to translate -$strRunning = "kører på "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Kør en/flere SQL forespørgsler på database "; +$strReadTheDocs = 'Læs dokumentationen'; +$strRecords = 'Poster'; +$strReloadFailed = 'Genstart af MySQL fejlede.'; +$strReloadMySQL = 'Genstart MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'Omdøb tabel til'; +$strRenameTableOK = 'Tabellen %s er nu omdøbt til: %s'; +$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ækker startende fra'; +$strRowSize = ' Row size '; //to translate +$strRowsStatistic = 'Row Statistic'; //to translate +$strRunning = 'kører på '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Kør en/flere SQL forespørgsler på database '; -$strSave = "Gem"; -$strSelect = "Vælg"; -$strSelectFields = "Vælg mindst eet felt:"; -$strSelectNumRows = "i forespørgsel"; -$strSend = "send"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Vis"; -$strShowingRecords = "Viser poster "; -$strShowThisQuery=" Show this query here again "; //to translate -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "SQL-forespørgsel"; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSV data"; -$strStrucData = "Struturen og data"; -$strStrucDrop = "Tilføj 'drop table'"; -$strStrucOnly = "Kun strukturen"; -$strSubmit = "Send"; -$strSuccess = "Din SQL-forespørgsel blev eksekveret korrekt"; -$strSum = "Sum"; //to translate +$strSave = 'Gem'; +$strSelect = 'Vælg'; +$strSelectFields = 'Vælg mindst eet felt:'; +$strSelectNumRows = 'i forespørgsel'; +$strSend = 'send'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Vis'; +$strShowingRecords = 'Viser poster '; +$strShowThisQuery = ' Show this query here again '; //to translate +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL-forespørgsel'; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSV data'; +$strStrucData = 'Struturen og data'; +$strStrucDrop = 'Tilføj \'drop table\''; +$strStrucOnly = 'Kun strukturen'; +$strSubmit = 'Send'; +$strSuccess = 'Din SQL-forespørgsel blev eksekveret korrekt'; +$strSum = 'Sum'; //to translate -$strTable = "Tabel: "; -$strTableComments = "Tabel kommentarer"; -$strTableEmpty = "The table name is empty!"; //to translate -$strTableMaintenance = "Table maintenance"; //to translate -$strTableStructure = "Struktur dump for tabellen"; -$strTableType = "Tabel type"; -$strTerminatedBy = "er afgrænset af"; -$strTextAreaLength = " Because of its length,
this field might not be editable "; //to translate -$strTheContent = "Filens indhold er importeret."; -$strTheContents = "Filens indhold erstatter den valgte tabels rækker for rækker med identisk primær eller unik nøgle."; -$strTheTerminator = "Felterne afgrænses af dette tegn."; -$strTotal = "total"; -$strType = "Datatype"; +$strTable = 'Tabel: '; +$strTableComments = 'Tabel kommentarer'; +$strTableEmpty = 'The table name is empty!'; //to translate +$strTableMaintenance = 'Table maintenance'; //to translate +$strTableStructure = 'Struktur dump for tabellen'; +$strTableType = 'Tabel type'; +$strTerminatedBy = 'er afgrænset af'; +$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTheContent = 'Filens indhold er importeret.'; +$strTheContents = 'Filens indhold erstatter den valgte tabels rækker for rækker med identisk primær eller unik nøgle.'; +$strTheTerminator = 'Felterne afgrænses af dette tegn.'; +$strTotal = 'total'; +$strType = 'Datatype'; -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unik"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unik'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strValue = "Værdi"; -$strViewDump = "Vis dump (skema) over tabel"; -$strViewDumpDB = "Vis dump (skema) af database"; +$strValue = 'Værdi'; +$strViewDump = 'Vis dump (skema) over tabel'; +$strViewDumpDB = 'Vis dump (skema) af database'; -$strWelcome = "Velkommen til "; -$strWrongUser = "Forkert brugernavn/kodeord. Adgang Nægtet."; +$strWelcome = 'Velkommen til '; +$strWrongUser = 'Forkert brugernavn/kodeord. Adgang Nægtet.'; -$strYes = "Ja"; +$strYes = 'Ja'; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 08da993f3..21414b100 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 %s is gekopieerd naar %s."; -$strCreate = "Aanmaken"; -$strCreateNewDatabase = "Nieuwe database aanmaken"; -$strCreateNewTable = "Nieuwe tabel aanmaken in database "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$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'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 %s is gekopieerd naar %s.'; +$strCreate = 'Aanmaken'; +$strCreateNewDatabase = 'Nieuwe database aanmaken'; +$strCreateNewTable = 'Nieuwe tabel aanmaken in database '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Wijzigen"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "Legen"; -$strEmptyResultSet = "MySQL retourneerde een lege result set (0 rijen)."; -$strEnableMagicQuotes = "Warning: 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"; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 -$strField = "Veld"; -$strFields = "Velden"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Functie"; +$strEdit = 'Wijzigen'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'Legen'; +$strEmptyResultSet = 'MySQL retourneerde een lege result set (0 rijen).'; +$strEnableMagicQuotes = 'Warning: 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'; -$strGenTime = "Generation Time"; //to translate -$strGo = "Start"; -$strGrants = "Grants"; //to translate +$strField = 'Veld'; +$strFields = 'Velden'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Functie'; -$strHasBeenAltered = "is veranderd."; -$strHasBeenCreated = "is aangemaakt."; -$strHasBeenDropped = "is verwijderd."; -$strHasBeenEmptied = "is leeggemaakt."; -$strHome = "Home"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "Host"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'Start'; +$strGrants = 'Grants'; //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"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'is veranderd.'; +$strHasBeenCreated = 'is aangemaakt.'; +$strHasBeenDropped = 'is verwijderd.'; +$strHasBeenEmptied = 'is leeggemaakt.'; +$strHome = 'Home'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'Host'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Sleutelnaam"; -$strKill = "Kill"; //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'; +$strInUse = 'in use'; //to translate -$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"; +$strKeyname = 'Sleutelnaam'; +$strKill = 'Kill'; //to translate -$strModifications = "Wijzigingen opgeslagen."; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL opnieuw geladen."; -$strMySQLSaid = "MySQL retourneerde: "; -$strMySQLShowProcess = "Laat processen zien"; -$strMySQLShowStatus = "MySQL runtime informatie"; -$strMySQLShowVars = "MySQL systeemvariabelen"; +$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'; -$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 +$strModifications = 'Wijzigingen opgeslagen.'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL opnieuw geladen.'; +$strMySQLSaid = 'MySQL retourneerde: '; +$strMySQLShowProcess = 'Laat processen zien'; +$strMySQLShowStatus = 'MySQL runtime informatie'; +$strMySQLShowVars = 'MySQL systeemvariabelen'; -$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 +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //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 -$strProducedAnError = "leverde een fout op."; -$strProperties = "Eigenschappen"; +$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 -$strQBE = "Query opbouwen"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //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 +$strProducedAnError = 'leverde een fout op.'; +$strProperties = 'Eigenschappen'; -$strReadTheDocs = "Lees de documentatie"; -$strRecords = "Records"; -$strReloadFailed = "Opnieuw laden van MySQL mislukt."; -$strReloadMySQL = "MySQL opnieuw laden."; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "Tabel hernoemen naar"; -$strRenameTableOK = "Tabel %s is hernoemd naar %s"; -$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 = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "SQL query/queries uitvoeren op database "; +$strQBE = 'Query opbouwen'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Opslaan"; -$strSelect = "Selecteren"; -$strSelectFields = "Selecteer velden (tenminste 1):"; -$strSelectNumRows = "in query"; -$strSend = "verzenden"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Show"; //to translate -$strShowingRecords = "Records laten zien "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$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."; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'Lees de documentatie'; +$strRecords = 'Records'; +$strReloadFailed = 'Opnieuw laden van MySQL mislukt.'; +$strReloadMySQL = 'MySQL opnieuw laden.'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'Tabel hernoemen naar'; +$strRenameTableOK = 'Tabel %s is hernoemd naar %s'; +$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 = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'SQL query/queries uitvoeren op database '; -$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,
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"; +$strSave = 'Opslaan'; +$strSelect = 'Selecteren'; +$strSelectFields = 'Selecteer velden (tenminste 1):'; +$strSelectNumRows = 'in query'; +$strSend = 'verzenden'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Show'; //to translate +$strShowingRecords = 'Records laten zien '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$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.'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unieke waarde"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$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,
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'; -$strValue = "Waarde"; -$strViewDump = "Bekijk een dump (schema) van tabel"; -$strViewDumpDB = "Bekijk een dump (schema) van database"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unieke waarde'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Welkom op "; -$strWrongUser = "Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd."; +$strValue = 'Waarde'; +$strViewDump = 'Bekijk een dump (schema) van tabel'; +$strViewDumpDB = 'Bekijk een dump (schema) van database'; -$strYes = "Ja"; +$strWelcome = 'Welkom op '; +$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; + +$strYes = 'Ja'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index a69ae057b..2efbc5aa7 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -1,284 +1,284 @@ please check PHP Configuration."; -$strCarriage = "Carriage return: \\r"; -$strChange = "Change"; -$strCheckAll = "Check All"; -$strCheckDbPriv = "Check Database Privileges"; -$strCheckTable = "Check table"; -$strColumn = "Column"; -$strColumnEmpty = "The columns names are empty!"; -$strColumnNames = "Column names"; -$strCompleteInserts = "Complete inserts"; -$strConfirm = "Do you really want to do it?"; -$strCopyTable = "Copy table to:"; -$strCopyTableOK = "Table %s has been copied to %s."; -$strCreate = "Create"; -$strCreateNewDatabase = "Create new database"; -$strCreateNewTable = "Create new table on database "; -$strCriteria = "Criteria"; +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; +$strCarriage = 'Carriage return: \\r'; +$strChange = 'Change'; +$strCheckAll = 'Check All'; +$strCheckDbPriv = 'Check Database Privileges'; +$strCheckTable = 'Check table'; +$strColumn = 'Column'; +$strColumnEmpty = 'The columns names are empty!'; +$strColumnNames = 'Column names'; +$strCompleteInserts = 'Complete inserts'; +$strConfirm = 'Do you really want to do it?'; +$strCopyTable = 'Copy table to:'; +$strCopyTableOK = 'Table %s has been copied to %s.'; +$strCreate = 'Create'; +$strCreateNewDatabase = 'Create new database'; +$strCreateNewTable = 'Create new table on database '; +$strCriteria = 'Criteria'; -$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"; -$strDeleteFailed = "Deleted Failed!"; -$strDeletePassword = "Delete Password"; -$strDeleteUserMessage = "You have deleted the user"; -$strDelPassMessage = "You have deleted the password for"; -$strDescending = "Desending"; -$strDisableMagicQuotes = "Warning: 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"; +$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'; +$strDeleteFailed = 'Deleted Failed!'; +$strDeletePassword = 'Delete Password'; +$strDeleteUserMessage = 'You have deleted the user'; +$strDelPassMessage = 'You have deleted the password for'; +$strDescending = 'Desending'; +$strDisableMagicQuotes = 'Warning: 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"; -$strEffective = "Effective"; -$strEmpty = "Empty"; -$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows)."; -$strEnableMagicQuotes = "Warning: 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"; -$strEnglishPrivileges = " Note: MySQL privilege names are expressed in English "; -$strError = "Error"; -$strEscapedBy = "escaped by"; -$strExtra = "Extra"; +$strEdit = 'Edit'; +$strEditPrivileges = 'Edit Privileges'; +$strEffective = 'Effective'; +$strEmpty = 'Empty'; +$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; +$strEnableMagicQuotes = 'Warning: 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'; +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; +$strError = 'Error'; +$strEscapedBy = 'escaped by'; +$strExtra = 'Extra'; -$strField = "Field"; -$strFields = "Fields"; -$strFixed = "fixed"; -$strFormat = "Format"; -$strFunction = "Function"; +$strField = 'Field'; +$strFields = 'Fields'; +$strFieldsEmpty = ' The field count is empty! '; +$strFixed = 'fixed'; +$strFormat = 'Format'; +$strFunction = 'Function'; -$strGenTime = "Generation Time"; -$strGo = "Go"; -$strGrants = "Grants"; -$strGzip = "\"gzipped\""; +$strGenTime = 'Generation Time'; +$strGo = 'Go'; +$strGrants = 'Grants'; +$strGzip = '"gzipped"'; -$strHasBeenAltered = "has been altered."; -$strHasBeenCreated = "has been created."; -$strHasBeenDropped = "has been dropped."; -$strHasBeenEmptied = "has been emptied."; -$strHome = "Home"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; -$strHost = "Host"; -$strHostEmpty = "The host name is empty!"; +$strHasBeenAltered = 'has been altered.'; +$strHasBeenCreated = 'has been created.'; +$strHasBeenDropped = 'has been dropped.'; +$strHasBeenEmptied = 'has been emptied.'; +$strHome = 'Home'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; +$strHost = 'Host'; +$strHostEmpty = 'The host name is empty!'; -$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list."; -$strIndex = "Index"; -$strIndexes = "Indexes"; -$strInsert = "Insert"; -$strInsertAsNewRow = "Insert as new row"; -$strInsertIntoTable = "Insert into table"; -$strInsertNewRow = "Insert new row"; -$strInsertTextfiles = "Insert textfiles into table"; -$strInUse = "in use"; +$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'; +$strInUse = 'in use'; -$strKeyname = "Keyname"; -$strKill = "Kill"; +$strKeyname = 'Keyname'; +$strKill = 'Kill'; -$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"; +$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 = "Modify"; -$strMySQLReloaded = "MySQL reloaded."; -$strMySQLSaid = "MySQL said: "; -$strMySQLShowProcess = "Show processes"; -$strMySQLShowStatus = "Show MySQL runtime information"; -$strMySQLShowVars = "Show MySQL system variables"; +$strModifications = 'Modifications have been saved'; +$strModify = 'Modify'; +$strMySQLReloaded = 'MySQL reloaded.'; +$strMySQLSaid = 'MySQL said: '; +$strMySQLShowProcess = 'Show processes'; +$strMySQLShowStatus = 'Show MySQL runtime information'; +$strMySQLShowVars = 'Show MySQL system variables'; -$strName = "Name"; -$strNbRecords = "No. Of records"; -$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."; -$strNotNumber = "This is not a number!"; -$strNotValidNumber = " is not a valid row number!"; -$strNoUsersFound = "No user(s) found."; -$strNull = "Null"; -$strNumberIndexes = " Number of advanced indexes "; +$strName = 'Name'; +$strNbRecords = 'No. Of records'; +$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.'; +$strNotNumber = 'This is not a number!'; +$strNotValidNumber = ' is not a valid row number!'; +$strNoUsersFound = 'No user(s) found.'; +$strNull = 'Null'; +$strNumberIndexes = ' Number of advanced indexes '; -$strOffSet = "Offset"; -$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"; +$strOffSet = 'Offset'; +$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!"; -$strPHPVersion = "PHP Version"; -$strPos1 = "Begin"; -$strPrevious = "Previous"; -$strPrimary = "Primary"; -$strPrimaryKey = "Primary key"; -$strPrinterFriendly = "Printer friendly version of above table"; -$strPrintView = "Print view"; -$strPrivileges = "Privileges"; -$strProducedAnError = "produced an error."; -$strProperties = "Properties"; +$strPassword = 'Password'; +$strPasswordEmpty = 'The password is empty!'; +$strPasswordNotSame = 'The passwords aren\'t the same!'; +$strPHPVersion = 'PHP Version'; +$strPos1 = 'Begin'; +$strPrevious = 'Previous'; +$strPrimary = 'Primary'; +$strPrimaryKey = 'Primary key'; +$strPrinterFriendly = 'Printer friendly version of above table'; +$strPrintView = 'Print view'; +$strPrivileges = 'Privileges'; +$strProducedAnError = 'produced an error.'; +$strProperties = 'Properties'; -$strQBE = "Query by Example"; -$strQBEDel = "Del"; -$strQBEIns = "Ins"; +$strQBE = 'Query by Example'; +$strQBEDel = 'Del'; +$strQBEIns = 'Ins'; +$strQueryOnDb = 'SQL-query on database '; -$strReadTheDocs = "Read the docs"; -$strRecords = "Records"; -$strReloadFailed = "MySQL reload failed."; -$strReloadMySQL = "Reload MySQL"; -$strRememberReload = "Remember reload the server."; -$strRenameTable = "Rename table to"; -$strRenameTableOK = "Table %s has been renamed to %s"; -$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"; -$strRowLength = "Row length"; -$strRows = "Rows"; -$strRowsFrom = "rows starting from"; -$strRowSize = " Row size "; -$strRowsStatistic = "Row Statistic"; -$strRunning = "running on "; -$strRunQuery = "Submit Query"; -$strRunSQLQuery = "Run SQL query/queries on database "; +$strReadTheDocs = 'Read the docs'; +$strRecords = 'Records'; +$strReloadFailed = 'MySQL reload failed.'; +$strReloadMySQL = 'Reload MySQL'; +$strRememberReload = 'Remember reload the server.'; +$strRenameTable = 'Rename table to'; +$strRenameTableOK = 'Table %s has been renamed to %s'; +$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'; +$strRowLength = 'Row length'; +$strRows = 'Rows'; +$strRowsFrom = 'rows starting from'; +$strRowSize = ' Row size '; +$strRowsStatistic = 'Row Statistic'; +$strRunning = 'running on '; +$strRunQuery = 'Submit Query'; +$strRunSQLQuery = 'Run SQL query/queries on database '; -$strSave = "Save"; -$strSelect = "Select"; -$strSelectFields = "Select fields (at least one):"; -$strSelectNumRows = "in query"; -$strSend = "Send"; -$strSequence = "Seq."; -$strServerVersion = "Server version"; -$strShow = "Show"; -$strShowingRecords = "Showing records "; -$strSingly = "(singly)"; -$strSize = "Size"; -$strSort = "Sort"; -$strSpaceUsage = "Space usage"; -$strSQLQuery = "SQL-query"; -$strStatement = "Statements"; -$strStrucCSV = "CSV data"; -$strStrucData = "Structure and data"; -$strStrucDrop = "Add 'drop table'"; -$strStrucOnly = "Structure only"; -$strSubmit = "Submit"; -$strSuccess = "Your SQL-query has been executed successfully"; -$strSum = "Sum"; +$strSave = 'Save'; +$strSelect = 'Select'; +$strSelectFields = 'Select fields (at least one):'; +$strSelectNumRows = 'in query'; +$strSend = 'Send'; +$strSequence = 'Seq.'; +$strServerVersion = 'Server version'; +$strShow = 'Show'; +$strShowingRecords = 'Showing records '; +$strShowThisQuery = ' Show this query here again '; +$strSingly = '(singly)'; +$strSize = 'Size'; +$strSort = 'Sort'; +$strSpaceUsage = 'Space usage'; +$strSQLQuery = 'SQL-query'; +$strStatement = 'Statements'; +$strStrucCSV = 'CSV data'; +$strStrucData = 'Structure and data'; +$strStrucDrop = 'Add \'drop table\''; +$strStrucOnly = 'Structure only'; +$strSubmit = 'Submit'; +$strSuccess = 'Your SQL-query has been executed successfully'; +$strSum = 'Sum'; -$strTable = "table "; -$strTableComments = "Table comments"; -$strTableEmpty = "The table name is empty!"; -$strTableMaintenance = "Table maintenance"; -$strTableStructure = "Table structure for table"; -$strTableType = "Table type"; -$strTerminatedBy = "terminated by"; -$strTextAreaLength = " Because of its length,
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"; +$strTable = 'table '; +$strTableComments = 'Table comments'; +$strTableEmpty = 'The table name is empty!'; +$strTableMaintenance = 'Table maintenance'; +$strTableStructure = 'Table structure for table'; +$strTableType = 'Table type'; +$strTerminatedBy = 'terminated by'; +$strTextAreaLength = ' Because of its length,
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"; -$strUpdatePassMessage = "You have updated the password for"; -$strUpdatePassword = "Update Password"; -$strUpdatePrivMessage = "You have updated the privileges for"; -$strUpdateQuery = "Update Query"; -$strUsage = "Usage"; -$strUser = "User"; -$strUserEmpty = "The user name is empty!"; -$strUserName = "User name"; -$strUsers = "Users"; -$strUseTables = "Use Tables"; +$strUncheckAll = 'Uncheck All'; +$strUnique = 'Unique'; +$strUpdatePassMessage = 'You have updated the password for'; +$strUpdatePassword = 'Update Password'; +$strUpdatePrivMessage = 'You have updated the privileges for'; +$strUpdateQuery = 'Update Query'; +$strUsage = 'Usage'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strUser = 'User'; +$strUserEmpty = 'The user name is empty!'; +$strUserName = 'User name'; +$strUsers = 'Users'; +$strUseTables = 'Use Tables'; -$strValue = "Value"; -$strViewDump = "View dump (schema) of table"; -$strViewDumpDB = "View dump (schema) of database"; +$strValue = 'Value'; +$strViewDump = 'View dump (schema) of table'; +$strViewDumpDB = 'View dump (schema) of database'; -$strWelcome = "Welcome to "; -$strWrongUser = "Wrong username/password. Access denied."; +$strWelcome = 'Welcome to '; +$strWrongUser = 'Wrong username/password. Access denied.'; -$strYes = "Yes"; -$strShowThisQuery=" Show this query here again "; -$strUseBackquotes=" Use backquotes with tables and fields names "; -$strQueryOnDb=" SQL-query on database "; -$strFieldsEmpty=" The field count is empty! "; -$strAffectedRows=" Rows affected: "; +$strYes = 'Yes'; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 9edde7434..bab20694e 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -1,283 +1,285 @@ Ordonner la table par"; -$strAnalyzeTable = "Analyser la table"; -$strAnd = "et"; -$strAnIndex = "Un index a t ajout sur "; -$strAny = "N'importe quel"; -$strAnyColumn = "Toute colonne"; -$strAnyDatabase = "Toute base de donnes"; -$strAnyHost = "Tout serveur"; -$strAnyTable = "Toute table"; -$strAnyUser = "Tout utilisateur"; -$strAPrimaryKey = "Une cl primaire a t ajoute sur"; -$strAscending = "Croissant"; -$strAtBeginningOfTable = "En dbut de Table"; -$strAtEndOfTable = "En fin de Table"; -$strAttr = "Attributs"; -$strBack = "Retour"; -$strBinary="Binaire"; -$strBinaryDoNotEdit="Binaire - ne pas diter"; -$strBookmarkLabel = "Intitul"; -$strBookmarkQuery = "Requtes bookmarkes"; -$strBookmarkThis = "Bookmarker cette requte"; -$strBookmarkView = "Voir uniquement"; -$strBrowse = "Afficher"; -$strBzip = "\"bzipp\""; +$strAccessDenied = 'Accs refus'; +$strAction = 'Action'; +$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)'; +$strAddDeleteRow = 'Ajouter/effacer x ligne(s)'; +$strAddNewField = 'Ajouter un champ'; +$strAddPriv = 'Ajouter un privilge'; +$strAddPrivMessage = 'Vous avez ajout un privilge'; +$strAddSearchConditions = 'Critres de recherche (pour l\'nonc "where"):'; +$strAddUser = 'Ajouter un utilisateur'; +$strAddUserMessage = 'Vous avez ajout un utilisateur'; +$strAffectedRows = 'Nombre d\'enregistrements affects :'; +$strAfter = 'Aprs'; +$strAll = 'Tout'; +$strAlterOrderBy = 'Ordonner la table par'; +$strAnalyzeTable = 'Analyser la table'; +$strAnd = 'et'; +$strAnIndex = 'Un index a t ajout sur '; +$strAny = 'N\'importe quel'; +$strAnyColumn = 'Toute colonne'; +$strAnyDatabase = 'Toute base de donnes'; +$strAnyHost = 'Tout serveur'; +$strAnyTable = 'Toute table'; +$strAnyUser = 'Tout utilisateur'; +$strAPrimaryKey = 'Une cl primaire a t ajoute sur'; +$strAscending = 'Croissant'; +$strAtBeginningOfTable = 'En dbut de Table'; +$strAtEndOfTable = 'En fin de Table'; +$strAttr = 'Attributs'; -$strCantLoadMySQL = "ne peux charger l'extension MySQL,
vrifiez la configuration PHP"; -$strCarriage = "Retour de chariot: \\r"; -$strChange = "Modifier"; -$strCheckAll = "Tout cocher"; -$strCheckDbPriv = "Afficher les privilges sur"; -$strCheckTable = "Vrifier la table"; -$strColumn = "Colonne"; -$strColumnEmpty = "Les noms de colonnes sont vides"; -$strColumnNames = "Nom des colonnes"; -$strCompleteInserts = "Insertions compltes"; -$strConfirm = "Veuillez confirmer"; -$strCopyTable = "Copier la table vers"; -$strCopyTableOK = "La table %s a t copie vers %s."; -$strCreate = "Crer"; -$strCreateNewDatabase = "Crer une base de donnes"; -$strCreateNewTable = "Crer une nouvelle table sur la base "; -$strCriteria = "Critre"; +$strBack = 'Retour'; +$strBinary = 'Binaire'; +$strBinaryDoNotEdit = 'Binaire - ne pas diter'; +$strBookmarkLabel = 'Intitul'; +$strBookmarkQuery = 'Requtes bookmarkes'; +$strBookmarkThis = 'Bookmarker cette requte'; +$strBookmarkView = 'Voir uniquement'; +$strBrowse = 'Afficher'; +$strBzip = '"bzipp"'; -$strData = "Donnes"; -$strDatabase = "Base de donnes"; -$strDatabases = "bases de donnes"; -$strDataOnly = "Donnes seulement"; -$strDbEmpty = "Le nom de la base de donnes est vide"; -$strDefault = "Dfaut"; -$strDelete = "Effacer"; -$strDeleted = "L'enregistrement a t effac"; -$strDeleteFailed = "L'effacement a chou"; -$strDeletePassword = "Effacer le mot de passe"; -$strDeleteUserMessage = "Vous avez effac l'utilisateur"; -$strDelPassMessage = "Vous avez effac le mot de passe de "; -$strDescending = "Dcroissant"; -$strDisableMagicQuotes = "Attention: Vous avez positionn magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous rfrer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable off."; -$strDisplay = "Montrer"; -$strDoAQuery = "Recherche par valeur (passepartout: \"%\")"; -$strDocu = "Documentation"; -$strDoYouReally = "Voulez-vous vraiment effectuer "; -$strDrop = "Supprimer"; -$strDropDB = "Supprimer la base"; -$strDumpingData = "Contenu de la table"; -$strDynamic = "dynamique"; +$strCantLoadMySQL = 'ne peux charger l\'extension MySQL,
vrifiez la configuration PHP'; +$strCarriage = 'Retour de chariot : \\r'; +$strChange = 'Modifier'; +$strCheckAll = 'Tout cocher'; +$strCheckDbPriv = 'Afficher les privilges sur'; +$strCheckTable = 'Vrifier la table'; +$strColumn = 'Colonne'; +$strColumnEmpty = 'Les noms de colonnes sont vides'; +$strColumnNames = 'Nom des colonnes'; +$strCompleteInserts = 'Insertions compltes'; +$strConfirm = 'Veuillez confirmer'; +$strCopyTable = 'Copier la table vers'; +$strCopyTableOK = 'La table %s a t copie vers %s.'; +$strCreate = 'Crer'; +$strCreateNewDatabase = 'Crer une base de donnes'; +$strCreateNewTable = 'Crer une nouvelle table sur la base '; +$strCriteria = 'Critre'; -$strEdit = "Modifier"; -$strEditPrivileges = "Changer les privilges"; -$strEffective = "effectif"; -$strEmpty = "Vider"; -$strEmptyResultSet = "MySQL n'a retourn aucun enregistrement."; -$strEnableMagicQuotes = "Attention: Vous n'avez pas positionn magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous rfrer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable."; -$strEnclosedBy = "entour par"; -$strEnd = "Fin"; -$strEnglishPrivileges=" Veuillez noter que les noms de privilges sont exprims en anglais"; -$strError = "Erreur"; -$strEscapedBy = "avec caractre spcial"; -$strExtra = "Extra"; +$strData = 'Donnes'; +$strDatabase = 'Base de donnes'; +$strDatabases = 'bases de donnes'; +$strDataOnly = 'Donnes seulement'; +$strDbEmpty = 'Le nom de la base de donnes est vide'; +$strDefault = 'Dfaut'; +$strDelete = 'Effacer'; +$strDeleted = 'L\'enregistrement a t effac'; +$strDeleteFailed = 'L\'effacement a chou'; +$strDeletePassword = 'Effacer le mot de passe'; +$strDeleteUserMessage = 'Vous avez effac l\'utilisateur'; +$strDelPassMessage = 'Vous avez effac le mot de passe de '; +$strDescending = 'Dcroissant'; +$strDisableMagicQuotes = 'Attention: Vous avez positionn magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous rfrer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable off.'; +$strDisplay = 'Montrer'; +$strDoAQuery = 'Recherche par valeur (passepartout: "%")'; +$strDocu = 'Documentation'; +$strDoYouReally = 'Voulez-vous vraiment effectuer '; +$strDrop = 'Supprimer'; +$strDropDB = 'Supprimer la base'; +$strDumpingData = 'Contenu de la table'; +$strDynamic = 'dynamique'; -$strField = "Champ"; -$strFields = "Champs"; -$strFixed = "fixe"; -$strFormat = "format"; -$strFunction = "Fonction"; +$strEdit = 'Modifier'; +$strEditPrivileges = 'Changer les privilges'; +$strEffective = 'effectif'; +$strEmpty = 'Vider'; +$strEmptyResultSet = 'MySQL n\'a retourn aucun enregistrement.'; +$strEnableMagicQuotes = 'Attention: Vous n\'avez pas positionn magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous rfrer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.'; +$strEnclosedBy = 'entour par'; +$strEnd = 'Fin'; +$strEnglishPrivileges = ' Veuillez noter que les noms de privilges sont exprims en anglais'; +$strError = 'Erreur'; +$strEscapedBy = 'avec caractre spcial'; +$strExtra = 'Extra'; -$strGenTime = "Gnr le "; -$strGo = "Excuter"; -$strGrants = "Autres privilges"; -$strGzip = "\"gzipp\""; +$strField = 'Champ'; +$strFields = 'Champs'; +$strFieldsEmpty = 'Il faut indiquer le nombre de champs'; +$strFixed = 'fixe'; +$strFormat = 'format'; +$strFunction = 'Fonction'; -$strHasBeenAltered = "a t modifi(e)."; -$strHasBeenCreated = "a t cr(e)."; -$strHasBeenDropped = "a t effac(e)."; -$strHasBeenEmptied = "a t vid(e)."; -$strHome = "Accueil"; -$strHomepageOfficial = "Site officiel de phpMyAdmin"; -$strHomepageSourceforge = "Page de Tlchargement phpMyAdmin sur Sourceforge"; -$strHost = "Serveur"; -$strHostEmpty = "Le nom de serveur est vide"; +$strGenTime = 'Gnr le '; +$strGo = 'Excuter'; +$strGrants = 'Autres privilges'; +$strGzip = '"gzipp"'; -$strIfYouWish = "Si vous dsirez ne charger que certaines colonnes, indiquez leurs noms, spars par des virgules."; -$strIndex = "Index"; -$strIndexes = "Index"; -$strInsert = "Insrer"; -$strInsertAsNewRow = "Insrer ce nouvel enregistrement"; -$strInsertIntoTable = "Insrer dans la table"; -$strInsertNewRow = "Insrer un nouvel enregistrement"; -$strInsertTextfiles = "Insrer un fichier texte dans la table"; -$strInUse = "utilis"; +$strHasBeenAltered = 'a t modifi(e).'; +$strHasBeenCreated = 'a t cr(e).'; +$strHasBeenDropped = 'a t effac(e).'; +$strHasBeenEmptied = 'a t vid(e).'; +$strHome = 'Accueil'; +$strHomepageOfficial = 'Site officiel de phpMyAdmin'; +$strHomepageSourceforge = 'Page de Tlchargement phpMyAdmin sur Sourceforge'; +$strHost = 'Serveur'; +$strHostEmpty = 'Le nom de serveur est vide'; -$strKeyname = "Nom de la cl"; -$strKill = "Supprimer"; +$strIfYouWish = 'Si vous dsirez ne charger que certaines colonnes, indiquez leurs noms, spars par des virgules.'; +$strIndex = 'Index'; +$strIndexes = 'Index'; +$strInsert = 'Insrer'; +$strInsertAsNewRow = 'Insrer ce nouvel enregistrement'; +$strInsertIntoTable = 'Insrer dans la table'; +$strInsertNewRow = 'Insrer un nouvel enregistrement'; +$strInsertTextfiles = 'Insrer un fichier texte dans la table'; +$strInUse = 'utilis'; -$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"; +$strKeyname = 'Nom de la cl'; +$strKill = 'Supprimer'; -$strModifications = "Les modifications ont t sauvegardes."; -$strModify = "Modifier"; -$strMySQLReloaded = "MySQL recharg."; -$strMySQLSaid = "MySQL a rpondu:"; -$strMySQLShowProcess = "Afficher les processus"; -$strMySQLShowStatus = "Afficher l'tat du serveur MySQL"; -$strMySQLShowVars = "Afficher les variables du serveur MySQL"; +$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'; -$strName = "Nom"; -$strNbRecords = "Nb. d'enregistrements"; -$strNext = "Suivant"; -$strNo = "Non"; -$strNoPassword = "aucun mot de passe"; -$strNoPrivileges = "aucun privilge"; -$strNoRights = "Vous n'tes pas autoris accder cette page"; -$strNoTablesFound = "Aucune table n'a t trouve dans cette base."; -$strNotNumber = "Ce n'est pas un nombre !"; -$strNotValidNumber = " n'est pas un nombre valide !"; -$strNoUsersFound = "Il n'y a aucun utilisateur"; -$strNull = "Null"; -$strNumberIndexes = " Nombre d'index spciaux "; +$strModifications = 'Les modifications ont t sauvegardes.'; +$strModify = 'Modifier'; +$strMySQLReloaded = 'MySQL recharg.'; +$strMySQLSaid = 'MySQL a rpondu:'; +$strMySQLShowProcess = 'Afficher les processus'; +$strMySQLShowStatus = 'Afficher l\'tat du serveur MySQL'; +$strMySQLShowVars = 'Afficher les variables du serveur MySQL'; -$strOffSet = "Dbut"; -$strOftenQuotation = "Souvent des guillemets. OPTIONNEL signifie que seulement les champs de type char et varchar sont entours par ce caractre."; -$strOptimizeTable = "Optimiser la table"; -$strOptionalControls = "Optionnel. Indique le caractre qui permet d'enlever l'effet des caractres spciaux."; -$strOptionally = "OPTIONNEL"; -$strOr = "Ou"; -$strOverhead = "Perte"; +$strName = 'Nom'; +$strNbRecords = 'nb. d\'enregistrements'; +$strNext = 'Suivant'; +$strNo = 'Non'; +$strNoPassword = 'aucun mot de passe'; +$strNoPrivileges = 'aucun privilge'; +$strNoRights = 'Vous n\'tes pas autoris accder cette page'; +$strNoTablesFound = 'Aucune table n\'a t trouve dans cette base.'; +$strNotNumber = 'Ce n\'est pas un nombre !'; +$strNotValidNumber = ' n\'est pas un nombre valide !'; +$strNoUsersFound = 'Il n\'y a aucun utilisateur'; +$strNull = 'Null'; +$strNumberIndexes = ' Nombre d\'index spciaux '; -$strPassword = "Mot de passe"; -$strPasswordEmpty = "Le mot de passe est vide"; -$strPasswordNotSame = "Les mots de passe doivent tre identiques"; -$strPHPVersion = "Version de PHP"; -$strPos1 = "Dbut"; -$strPrevious = "Prcdent"; -$strPrimary = "Primaire"; -$strPrimaryKey = "Cl primaire"; -$strPrinterFriendly = "Version imprimable de la table"; -$strPrintView = "Version imprimable"; -$strPrivileges = "Privilges"; -$strProducedAnError = "a gnr une erreur."; -$strProperties = "Proprits"; +$strOffSet = 'dbut'; +$strOftenQuotation = 'Souvent des guillemets. OPTIONNEL signifie que seuls les champs de type char et varchar sont entours par ce caractre.'; +$strOptimizeTable = 'Optimiser la table'; +$strOptionalControls = 'Optionnel. Indique le caractre qui permet d\'enlever l\'effet des caractres spciaux.'; +$strOptionally = 'OPTIONNEL'; +$strOr = 'Ou'; +$strOverhead = 'Perte'; -$strQBE = "Requte par un exemple"; -$strQBEDel = "Effacer"; -$strQBEIns = "Ajouter"; +$strPassword = 'Mot de passe'; +$strPasswordEmpty = 'Le mot de passe est vide'; +$strPasswordNotSame = 'Les mots de passe doivent tre identiques'; +$strPHPVersion = 'Version de PHP'; +$strPos1 = 'Dbut'; +$strPrevious = 'Prcdent'; +$strPrimary = 'Primaire'; +$strPrimaryKey = 'Cl primaire'; +$strPrinterFriendly = 'Version imprimable de la table'; +$strPrintView = 'Version imprimable'; +$strPrivileges = 'Privilges'; +$strProducedAnError = 'a gnr une erreur.'; +$strProperties = 'Proprits'; -$strReadTheDocs = "Lire la documentation"; -$strRecords = "Enregistrements"; -$strReloadFailed = "MySQL n'a pu tre recharg."; -$strReloadMySQL = "Recharger MySQL"; -$strRememberReload = "N'oubliez pas de recharger MySQL"; -$strRenameTable = "Changer le nom de la table pour"; -$strRenameTableOK = "La table %s se nomme maintenant %s"; -$strRepairTable = "Rparer la table"; -$strReplace = "Remplacer"; -$strReplaceTable = "Remplacer les donnes de la table avec le fichier"; -$strReset = "Rinitialiser les valeurs"; -$strReType = "Entrer nouveau"; -$strRevoke = "Rvoquer"; -$strRevokeGrant = "Rvoquer 'grant option'"; -$strRevokeGrantMessage = "Vous avez rvoqu 'grant option' pour"; -$strRevokeMessage = "Vous avez rvoqu les privilges pour"; -$strRevokePriv = "Rvoquer les privilges"; -$strRowLength = "Longueur enr."; -$strRows = "Enregistrements"; -$strRowsFrom = "lignes partir de"; -$strRowSize = " Taille enr. "; -$strRowsStatistic = "Statistiques"; -$strRunning = "sur serveur "; -$strRunQuery = "Excuter la requte"; -$strRunSQLQuery = "Excuter une ou des requtes sur la base "; +$strQBE = 'Requte par un exemple'; +$strQBEDel = 'Effacer'; +$strQBEIns = 'Ajouter'; +$strQueryOnDb = 'Requte SQL sur la base '; -$strSave = "Sauvegarder"; -$strSelect = "Slectionner"; -$strSelectFields = "Choisir les champs afficher (au moins un)"; -$strSelectNumRows = "dans la requte"; -$strSend = "Transmettre"; -$strSequence = "Sq."; -$strServerVersion = "Version du serveur"; -$strShow = "Afficher"; -$strShowingRecords = "Affichage des enregistrements"; -$strSingly = "( refaire aprs insertions/destructions)"; -$strSize = "Espace"; -$strSort = "Tri"; -$strSpaceUsage = "Espace utilis"; -$strSQLQuery = "requte SQL"; -$strStatement = "Information"; -$strStrucCSV = "Donnes CSV"; -$strStrucData = "Structure et donnes"; -$strStrucDrop = "Ajouter des noncs 'drop table'"; -$strStrucOnly = "Structure seule"; -$strSubmit = "Excuter"; -$strSuccess = "Votre requte SQL a t excute avec succs"; -$strSum = "Somme"; +$strReadTheDocs = 'Lire la documentation'; +$strRecords = 'Enregistrements'; +$strReloadFailed = 'MySQL n\'a pu tre recharg.'; +$strReloadMySQL = 'Recharger MySQL'; +$strRememberReload = 'N\'oubliez pas de recharger MySQL'; +$strRenameTable = 'Changer le nom de la table pour'; +$strRenameTableOK = 'La table %s se nomme maintenant %s'; +$strRepairTable = 'Rparer la table'; +$strReplace = 'Remplacer'; +$strReplaceTable = 'Remplacer les donnes de la table avec le fichier'; +$strReset = 'Rinitialiser les valeurs'; +$strReType = 'Entrer nouveau'; +$strRevoke = 'Rvoquer'; +$strRevokeGrant = 'Rvoquer "grant option"'; +$strRevokeGrantMessage = 'Vous avez rvoqu "grant option" pour'; +$strRevokeMessage = 'Vous avez rvoqu les privilges pour'; +$strRevokePriv = 'Rvoquer les privilges'; +$strRowLength = 'Longueur enr.'; +$strRows = 'Enregistrements'; +$strRowsFrom = 'lignes partir de'; +$strRowSize = ' Taille enr. '; +$strRowsStatistic = 'Statistiques'; +$strRunning = 'sur serveur '; +$strRunQuery = 'Excuter la requte'; +$strRunSQLQuery = 'Excuter une ou des requtes sur la base '; -$strTable = "table "; -$strTableComments = "Commentaires sur la table"; -$strTableEmpty = "Le nom de la table est vide"; -$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
ne soit pas ditable
en raison de sa longueur"; -$strTheContent = "Le contenu de votre fichier a t insr."; -$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 caractre qui spare chacun des champs."; -$strTotal = "total"; -$strType = "Type"; +$strSave = 'Sauvegarder'; +$strSelect = 'Slectionner'; +$strSelectFields = 'Choisir les champs afficher (au moins un)'; +$strSelectNumRows = 'dans la requte'; +$strSend = 'Transmettre'; +$strSequence = 'Sq.'; +$strServerVersion = 'Version du serveur'; +$strShow = 'Afficher'; +$strShowingRecords = 'Affichage des enregistrements'; +$strShowThisQuery = 'Rafficher la requte aprs excution'; +$strSingly = '( refaire aprs insertions/destructions)'; +$strSize = 'Espace'; +$strSort = 'Tri'; +$strSpaceUsage = 'Espace utilis'; +$strSQLQuery = 'requte SQL'; +$strStatement = 'Information'; +$strStrucCSV = 'Donnes CSV'; +$strStrucData = 'Structure et donnes'; +$strStrucDrop = 'Ajouter des noncs "drop table"'; +$strStrucOnly = 'Structure seule'; +$strSubmit = 'Excuter'; +$strSuccess = 'Votre requte SQL a t excute avec succs'; +$strSum = 'Somme'; -$strUncheckAll = "Tout dcocher"; -$strUnique = "Unique"; -$strUpdatePassMessage = "Vous avez modifi le mot de passe pour"; -$strUpdatePassword = "Changer le mot de passe"; -$strUpdatePrivMessage = "Vous avez modifi les privilges pour"; -$strUpdateQuery = "Mise--jour de la requte"; -$strUsage = "Espace"; -$strUser = "Utilisateur"; -$strUserEmpty = "Le nom d'utilisateur est vide"; -$strUserName = "Nom d'utilisateur"; -$strUsers = "Utilisateurs et privilges"; -$strUseTables = "Utiliser les tables"; +$strTable = 'table '; +$strTableComments = 'Commentaires sur la table'; +$strTableEmpty = 'Le nom de la table est vide'; +$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
ne soit pas ditable
en raison de sa longueur'; +$strTheContent = 'Le contenu de votre fichier a t insr.'; +$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 caractre qui spare chacun des champs.'; +$strTotal = 'total'; +$strType = 'Type'; -$strValue = "Valeur"; -$strViewDump = "Afficher le schma de la table"; -$strViewDumpDB = "Afficher le schma de la base "; +$strUncheckAll = 'Tout dcocher'; +$strUnique = 'Unique'; +$strUpdatePassMessage = 'Vous avez modifi le mot de passe pour'; +$strUpdatePassword = 'Changer le mot de passe'; +$strUpdatePrivMessage = 'Vous avez modifi les privilges pour'; +$strUpdateQuery = 'Mise--jour de la requte'; +$strUsage = 'Espace'; +$strUseBackquotes = 'Protger les noms des tables et des champs par des "`"'; +$strUser = 'Utilisateur'; +$strUserEmpty = 'Le nom d\'utilisateur est vide'; +$strUserName = 'Nom d\'utilisateur'; +$strUsers = 'Utilisateurs et privilges'; +$strUseTables = 'Utiliser les tables'; -$strWelcome = "Bienvenue "; -$strWrongUser = "Erreur d'utilisateur/mot de passe. Accs refus"; +$strValue = 'Valeur'; +$strViewDump = 'Afficher le schma de la table'; +$strViewDumpDB = 'Afficher le schma de la base '; + +$strWelcome = 'Bienvenue '; +$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accs refus'; + +$strYes = 'Oui'; -$strYes = "Oui"; -$strShowThisQuery="Rafficher la requte aprs excution"; -$strUseBackquotes = "Protger les noms des tables et des champs par des \"`\""; -$strQueryOnDb="Requte SQL sur la base "; -$strFieldsEmpty="Il faut indiquer le nombre de champs"; -$strAffectedRows="Enregistrements affects:"; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 0536660e0..3a3c8d45c 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -1,288 +1,284 @@ bitte PHP Konfiguration überprüfen."; -$strCarriage = "Wagenrücklauf \\r"; -$strChange = "Ändern"; -$strCheckAll = "Alle auswählen"; -$strCheckDbPriv = "Rechte einer Datenbank prüfen"; -$strCheckTable = "Überprüfe Tabelle"; -$strColumn = "Spalte"; -$strColumnEmpty = "Die Spalten-Titel sind leer!"; -$strColumnNames = "Spaltennamen"; -$strCompleteInserts = "Vollständige 'inserts'"; -$strConfirm = "Bist du dir wirklich sicher?"; -$strCopyTable = "Tabelle kopieren nach"; -$strCopyTableOK = "Tabelle %s wurde kopiert nach %s."; -$strCreate = "Erzeugen"; -$strCreateNewDatabase = "Neue Datenbank erzeugen"; -$strCreateNewTable = "Neue Tabelle erstellen in Datenbank "; -$strCriteria = "Kriterium"; +$strBack = 'Zurück'; +$strBinary = ' Binär '; +$strBinaryDoNotEdit = ' Binär - nicht editierbar !'; +$strBookmarkLabel = 'Titel'; +$strBookmarkQuery = 'Gespeicherte SQL-Abfrage'; +$strBookmarkThis = 'SQL-Abfrage speichern'; +$strBookmarkView = 'Nur zeigen'; +$strBrowse = 'Anzeigen'; +$strBzip = '"BZip komprimiert"'; -$strData = "Daten"; -$strDatabase = "Datenbank "; -$strDatabases = "Datenbanken"; -$strDataOnly = "Nur Daten"; -$strDbEmpty = "Der Name der Datenbank ist leer!"; -$strDefault = "Standard"; -$strDelete = "Löschen"; -$strDeleted = "Die Zeile wurde gelöscht."; -$strDeleteFailed = "Löschen fehlgeschlagen!"; -$strDeletePassword = "Password löschen"; -$strDeleteUserMessage = "Der Benutzer wurde gelöscht"; -$strDelPassMessage = "Password entfernt für"; -$strDescending = "absteigend"; -$strDisableMagicQuotes = "Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann."; -$strDisplay = "Zeige"; -$strDoAQuery = "Suche über Beispielwerte (\"query by example\") (Platzhalter: \"%\")"; -$strDocu = "Dokumentation"; -$strDoYouReally = "Möchten Sie wirklich diese Abfrage ausführen: "; -$strDrop = "Löschen"; -$strDropDB = "Datenbank löschen:"; -$strDumpingData = "Daten für Tabelle"; -$strDynamic = "dynamisch"; +$strCantLoadMySQL = 'MySQL Erweiterung konnte nicht geladen werden,
bitte PHP Konfiguration überprüfen.'; +$strCarriage = 'Wagenrücklauf \\r'; +$strChange = 'Ändern'; +$strCheckAll = 'Alle auswählen'; +$strCheckDbPriv = 'Rechte einer Datenbank prüfen'; +$strCheckTable = 'Überprüfe Tabelle'; +$strColumn = 'Spalte'; +$strColumnEmpty = 'Die Spalten-Titel sind leer!'; +$strColumnNames = 'Spaltennamen'; +$strCompleteInserts = 'Vollständige \'inserts\''; +$strConfirm = 'Bist du dir wirklich sicher?'; +$strCopyTable = 'Tabelle kopieren nach'; +$strCopyTableOK = 'Tabelle %s wurde kopiert nach %s.'; +$strCreate = 'Erzeugen'; +$strCreateNewDatabase = 'Neue Datenbank erzeugen'; +$strCreateNewTable = 'Neue Tabelle erstellen in Datenbank '; +$strCriteria = 'Kriterium'; -$strEdit = "Ändern"; -$strEditPrivileges = "Rechte ändern"; -$strEffective = "Effektiv"; -$strEmpty = "Leeren"; -$strEmptyResultSet = "MySQL lieferte ein leeres Resultset zurück (d.h. null Zeilen)."; -$strEnableMagicQuotes = "Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin benötigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber z erhalten, wie man magic_quotes_gpc aktiviert."; -$strEnclosedBy = "eingeschlossen von"; -$strEnd = "Ende"; -$strError = "Fehler"; -$strEscapedBy = "escaped von"; -$strExtra = "Extra"; +$strData = 'Daten'; +$strDatabase = 'Datenbank '; +$strDatabases = 'Datenbanken'; +$strDataOnly = 'Nur Daten'; +$strDbEmpty = 'Der Name der Datenbank ist leer!'; +$strDefault = 'Standard'; +$strDelete = 'Löschen'; +$strDeleted = 'Die Zeile wurde gelöscht.'; +$strDeleteFailed = 'Löschen fehlgeschlagen!'; +$strDeletePassword = 'Password löschen'; +$strDeleteUserMessage = 'Der Benutzer wurde gelöscht'; +$strDelPassMessage = 'Password entfernt für'; +$strDescending = 'absteigend'; +$strDisableMagicQuotes = 'Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.'; +$strDisplay = 'Zeige'; +$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")'; +$strDocu = 'Dokumentation'; +$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen: '; +$strDrop = 'Löschen'; +$strDropDB = 'Datenbank löschen:'; +$strDumpingData = 'Daten für Tabelle'; +$strDynamic = 'dynamisch'; -$strField = "Feld"; -$strFields = "Felder"; -$strFixed = "starr"; -$strFormat = "Format"; -$strFunction = "Funktion"; +$strEdit = 'Ändern'; +$strEditPrivileges = 'Rechte ändern'; +$strEffective = 'Effektiv'; +$strEmpty = 'Leeren'; +$strEmptyResultSet = 'MySQL lieferte ein leeres Resultset zurück (d.h. null Zeilen).'; +$strEnableMagicQuotes = 'Achtung: Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin benötigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen darüber z erhalten, wie man magic_quotes_gpc aktiviert.'; +$strEnclosedBy = 'eingeschlossen von'; +$strEnd = 'Ende'; +$strEnglishPrivileges = ' Anmerkung: MySQL Rechtename werden in Englisch angegeben '; +$strError = 'Fehler'; +$strEscapedBy = 'escaped von'; +$strExtra = 'Extra'; -$strGenTime = "Erstellungszeit"; -$strGo = "OK"; -$strGrants = "Rechte"; +$strField = 'Feld'; +$strFields = 'Felder'; +$strFieldsEmpty = ' Sie müssen angeben wieviele Felder die Tabelle haben soll! '; +$strFixed = 'starr'; +$strFormat = 'Format'; +$strFunction = 'Funktion'; -$strHasBeenAltered = "wurde geändert."; -$strHasBeenCreated = "wurde erzeugt."; -$strHasBeenDropped = "wurde gelöscht."; -$strHasBeenEmptied = "wurde geleert."; -$strHome = "Home"; -$strHomepageOfficial = " Offizielle phpMyAdmin Homepage "; -$strHomepageSourceforge = " Sourceforge phpMyAdmin Download Homepage "; -$strHost = "Host"; -$strHostEmpty = "Es wurde kein Host angegeben!"; +$strGenTime = 'Erstellungszeit'; +$strGo = 'OK'; +$strGrants = 'Rechte'; +$strGzip = '"GZip komprimiert"'; -$strIfYouWish = "Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an."; -$strIndex = "Index"; -$strIndexes = "Indizes"; -$strInsert = "Einfügen"; -$strInsertAsNewRow = " Als neuen Datensatz speichern "; -$strInsertIntoTable = "In Tabelle einfügen"; -$strInsertNewRow = "Neue Zeile einfügen"; -$strInsertTextfiles = "Textdatei in Tabelle einfügen"; -$strInUse = "in Benutzung"; +$strHasBeenAltered = 'wurde geändert.'; +$strHasBeenCreated = 'wurde erzeugt.'; +$strHasBeenDropped = 'wurde gelöscht.'; +$strHasBeenEmptied = 'wurde geleert.'; +$strHome = 'Home'; +$strHomepageOfficial = ' Offizielle phpMyAdmin Homepage '; +$strHomepageSourceforge = ' Sourceforge phpMyAdmin Download Homepage '; +$strHost = 'Host'; +$strHostEmpty = 'Es wurde kein Host angegeben!'; -$strKeyname = "Name"; -$strKill = "Beenden"; +$strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren möchten, geben Sie diese bitte hier an.'; +$strIndex = 'Index'; +$strIndexes = 'Indizes'; +$strInsert = 'Einfügen'; +$strInsertAsNewRow = ' Als neuen Datensatz speichern '; +$strInsertIntoTable = 'In Tabelle einfügen'; +$strInsertNewRow = 'Neue Zeile einfügen'; +$strInsertTextfiles = 'Textdatei in Tabelle einfügen'; +$strInUse = 'in Benutzung'; -$strLength = " Länge "; -$strLengthSet = "Länge/Set"; -$strLimitNumRows = "Einträge pro Seite"; -$strLineFeed = "Zeilenvorschub: \\n"; -$strLines = "Zeilen"; -$strLocationTextfile = "Datei"; -$strLogin = ""; -$strLogout = "Neu einloggen"; +$strKeyname = 'Name'; +$strKill = 'Beenden'; -$strModifications = "Änderungen gespeichert."; -$strModify = "Verändern"; -$strMySQLReloaded = "MySQL neu gestartet."; -$strMySQLSaid = "MySQL meldet: "; -$strMySQLShowProcess = "Prozesse anzeigen"; -$strMySQLShowStatus = "MySQL-Laufzeit-Informationen anzeigen"; -$strMySQLShowVars = "MySQL-System-Variablen anzeigen"; +$strLength = ' Länge '; +$strLengthSet = 'Länge/Set'; +$strLimitNumRows = 'Einträge pro Seite'; +$strLineFeed = 'Zeilenvorschub: \\n'; +$strLines = 'Zeilen'; +$strLocationTextfile = 'Datei'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Neu einloggen'; -$strName = "Name"; -$strNext = "Nächste"; -$strNo = "Nein"; -$strNoPassword = "Kein Password"; -$strNoPrivileges = "Keine Rechte"; -$strNoRights = "Du hast nicht genug Rechte um fortzufahren!"; -$strNoTablesFound = "Keine Tabellen in der Datenbank gefunden."; -$strNoUsersFound = "Keine(n) Benutzer gefunden."; -$strNull = "Null"; -$strNumberIndexes = " Anzahl der erweiterten Indizes "; +$strModifications = 'Änderungen gespeichert.'; +$strModify = 'Verändern'; +$strMySQLReloaded = 'MySQL neu gestartet.'; +$strMySQLSaid = 'MySQL meldet: '; +$strMySQLShowProcess = 'Prozesse anzeigen'; +$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen'; +$strMySQLShowVars = 'MySQL-System-Variablen anzeigen'; -$strOftenQuotation = "Häufig Anführungszeichen. Optional bedeutet, daß nur Textfelder von den angegeben Zeichen eingeschlossen sind."; -$strOptimizeTable = "Optimiere Tabelle"; -$strOptionalControls = "Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden."; -$strOptionally = "optional"; -$strOr = "Oder"; -$strOverhead = "Überhang"; +$strName = 'Name'; +$strNbRecords = 'Datensätze'; +$strNext = 'Nächste'; +$strNo = 'Nein'; +$strNoPassword = 'Kein Password'; +$strNoPrivileges = 'Keine Rechte'; +$strNoRights = 'Du hast nicht genug Rechte um fortzufahren!'; +$strNoTablesFound = 'Keine Tabellen in der Datenbank gefunden.'; +$strNotNumber = 'Das ist keine Zahl!'; +$strNotValidNumber = ' ist keine gltige Zeilennummer!'; // do not html quote +$strNoUsersFound = 'Keine(n) Benutzer gefunden.'; +$strNull = 'Null'; +$strNumberIndexes = ' Anzahl der erweiterten Indizes '; -$strPassword = "Password"; -$strPasswordEmpty = "Es wurde kein Passwort angegeben!"; -$strPasswordNotSame = "Die eingegebenen Passwörter sind nicht identisch!"; -$strPHPVersion = "PHP Version"; -$strPos1 = "Anfang"; -$strPrevious = "Vorherige"; -$strPrimary = "Primärschlüssel"; -$strPrimaryKey = "Primärschlüssel"; -$strPrinterFriendly = "Druckerfreundliche Version der Tabelle"; -$strPrintView = "Druckansicht"; -$strPrivileges = "Rechte"; -$strProducedAnError = "erzeugte einen Fehler."; -$strProperties = "Eigenschaften"; +$strOffSet = 'offset'; +$strOftenQuotation = 'Häufig Anführungszeichen. Optional bedeutet, daß nur Textfelder von den angegeben Zeichen eingeschlossen sind.'; +$strOptimizeTable = 'Optimiere Tabelle'; +$strOptionalControls = 'Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.'; +$strOptionally = 'optional'; +$strOr = 'Oder'; +$strOverhead = 'Überhang'; -$strQBE = "Suche über Beispielwerte"; -$strQBEDel = "Entf."; -$strQBEIns = "Einf."; +$strPassword = 'Password'; +$strPasswordEmpty = 'Es wurde kein Passwort angegeben!'; +$strPasswordNotSame = 'Die eingegebenen Passwörter sind nicht identisch!'; +$strPHPVersion = 'PHP Version'; +$strPos1 = 'Anfang'; +$strPrevious = 'Vorherige'; +$strPrimary = 'Primärschlüssel'; +$strPrimaryKey = 'Primärschlüssel'; +$strPrinterFriendly = 'Druckerfreundliche Version der Tabelle'; +$strPrintView = 'Druckansicht'; +$strPrivileges = 'Rechte'; +$strProducedAnError = 'erzeugte einen Fehler.'; +$strProperties = 'Eigenschaften'; -$strReadTheDocs = "MySQL-Dokumentation zu LOAD DATA INFILE lesen"; -$strRecords = "Einträge"; -$strReloadFailed = "MySQL Neuladen fehlgeschlagen."; -$strReloadMySQL = "MySQL neu starten"; -$strRememberReload = "Der Server muss neugestartet werden."; -$strRenameTable = "Tabelle umbennen in"; -$strRenameTableOK = "Tabelle %s wurde umbenannt in %s."; -$strRepairTable = "Repariere Tabelle"; -$strReplace = "Ersetzen"; -$strReplaceTable = "Tabelleninhalt ersetzen"; -$strReset = "Zurücksetzen"; -$strReType = "Wiederholen"; -$strRevoke = "Entfernen"; -$strRevokeGrant = "'Grant' entfernen"; -$strRevokeGrantMessage = "Du hast das Recht 'Grant' entfernt für"; -$strRevokeMessage = "Du hast die Rechte entfernt für"; -$strRevokePriv = "Rechte entfernen"; -$strRowLength = "Zeilenlänge"; -$strRows = "Zeilen"; -$strRowsFrom = "Datensätze, beginnend ab"; -$strRowsStatistic = "Zeilenstatistik"; -$strRunning = "auf "; -$strRunQuery = "SQL Befehl ausführen"; -$strRunSQLQuery = "SQL-Befehl(e) ausführen in Datenbank "; +$strQBE = 'Suche über Beispielwerte'; +$strQBEDel = 'Entf.'; +$strQBEIns = 'Einf.'; +$strQueryOnDb = ' SQL-Befehl in der Datenbank '; -$strSave = "Speichern"; -$strSelect = "Teilw. anzeigen"; -$strSelectFields = "Felder auswählen (mind. eines):"; -$strSelectNumRows = "in der Abfrage"; -$strSend = "Senden"; -$strSequence = " Sequenz "; -$strServerVersion = "Server Version"; -$strShow = "Zeige"; -$strShowingRecords = "Zeige Datensätze "; -$strSingly = "(einmalig)"; -$strSize = "Größe"; -$strSort = "Sortierung"; -$strSpaceUsage = "Speicherplatzverbrauch"; -$strSQLQuery = "SQL-Befehl"; -$strStatement = "Angaben"; -$strStrucCSV = "CSV-Daten"; -$strStrucData = "Struktur und Daten"; -$strStrucDrop = "Mit 'drop table'"; -$strStrucOnly = "Nur Struktur"; -$strSubmit = "Abschicken"; -$strSuccess = "Ihr SQL-Befehl wurde erfolgreich ausgeführt."; -$strSum = "Summe"; +$strReadTheDocs = 'MySQL-Dokumentation zu LOAD DATA INFILE lesen'; +$strRecords = 'Einträge'; +$strReloadFailed = 'MySQL Neuladen fehlgeschlagen.'; +$strReloadMySQL = 'MySQL neu starten'; +$strRememberReload = 'Der Server muss neugestartet werden.'; +$strRenameTable = 'Tabelle umbennen in'; +$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.'; +$strRepairTable = 'Repariere Tabelle'; +$strReplace = 'Ersetzen'; +$strReplaceTable = 'Tabelleninhalt ersetzen'; +$strReset = 'Zurücksetzen'; +$strReType = 'Wiederholen'; +$strRevoke = 'Entfernen'; +$strRevokeGrant = '\'Grant\' entfernen'; +$strRevokeGrantMessage = 'Du hast das Recht \'Grant\' entfernt für'; +$strRevokeMessage = 'Du hast die Rechte entfernt für'; +$strRevokePriv = 'Rechte entfernen'; +$strRowLength = 'Zeilenlänge'; +$strRows = 'Zeilen'; +$strRowsFrom = 'Datensätze, beginnend ab'; +$strRowSize = 'Zeilengröße'; +$strRowsStatistic = 'Zeilenstatistik'; +$strRunning = 'auf '; +$strRunQuery = 'SQL Befehl ausführen'; +$strRunSQLQuery = 'SQL-Befehl(e) ausführen in Datenbank '; -$strTable = "Tabelle "; -$strTableComments = "Tabellen-Kommentar"; -$strTableEmpty = "Der Tabellenname ist leer!"; -$strTableMaintenance = "Hilfsmittel"; -$strTableStructure = "Tabellenstruktur für Tabelle"; -$strTableType = "Tabellentyp"; -$strTerminatedBy = "getrennt mit"; -$strTextAreaLength = " Wegen der Länge ist dieses
Feld vieleicht nicht editierbar."; -$strTheContent = "Der Inhalt Ihrer Datei wurde eingefügt."; -$strTheContents = "Der Inhalt der CSV-Datei ersetzt die Einträge mit den gleichen Primär- oder Unique-Schlüsseln."; -$strTheTerminator = "Der Trenner zwischen den Feldern."; -$strTotal = "insgesamt"; -$strType = "Typ"; +$strSave = 'Speichern'; +$strSelect = 'Teilw. anzeigen'; +$strSelectFields = 'Felder auswählen (mind. eines):'; +$strSelectNumRows = 'in der Abfrage'; +$strSend = 'Senden'; +$strSequence = ' Sequenz '; +$strServerVersion = 'Server Version'; +$strShow = 'Zeige'; +$strShowingRecords = 'Zeige Datensätze '; +$strShowThisQuery = 'SQL Befehl hier wieder anzeigen'; +$strSingly = '(einmalig)'; +$strSize = 'Größe'; +$strSort = 'Sortierung'; +$strSpaceUsage = 'Speicherplatzverbrauch'; +$strSQLQuery = 'SQL-Befehl'; +$strStatement = 'Angaben'; +$strStrucCSV = 'CSV-Daten'; +$strStrucData = 'Struktur und Daten'; +$strStrucDrop = 'Mit \'drop table\''; +$strStrucOnly = 'Nur Struktur'; +$strSubmit = 'Abschicken'; +$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.'; +$strSum = 'Summe'; -$strUncheckAll = "Auswahl entfernen"; -$strUnique = "Unique"; -$strUpdatePassMessage = "Das Password wurde geändert:"; -$strUpdatePassword = "Password ändern"; -$strUpdatePrivMessage = "Die Rechte wurden geändert:"; -$strUpdateQuery = "Aktualisieren"; -$strUsage = "Verbrauch"; -$strUser = "Benutzer"; -$strUserEmpty = "Kein Benutzername eingegeben!"; -$strUserName = "Benutzername"; -$strUsers = "Benutzer"; -$strUseTables = "Verwendete Tabellen"; +$strTable = 'Tabelle '; +$strTableComments = 'Tabellen-Kommentar'; +$strTableEmpty = 'Der Tabellenname ist leer!'; +$strTableMaintenance = 'Hilfsmittel'; +$strTableStructure = 'Tabellenstruktur für Tabelle'; +$strTableType = 'Tabellentyp'; +$strTerminatedBy = 'getrennt mit'; +$strTextAreaLength = ' Wegen der Länge ist dieses
Feld vieleicht nicht editierbar.'; +$strTheContent = 'Der Inhalt Ihrer Datei wurde eingefügt.'; +$strTheContents = 'Der Inhalt der CSV-Datei ersetzt die Einträge mit den gleichen Primär- oder Unique-Schlüsseln.'; +$strTheTerminator = 'Der Trenner zwischen den Feldern.'; +$strTotal = 'insgesamt'; +$strType = 'Typ'; -$strValue = "Wert"; -$strViewDump = "Dump (Schema) der Tabelle anzeigen"; -$strViewDumpDB = "Dump (Schema) der Datenbank anzeigen"; +$strUncheckAll = 'Auswahl entfernen'; +$strUnique = 'Unique'; +$strUpdatePassMessage = 'Das Password wurde geändert:'; +$strUpdatePassword = 'Password ändern'; +$strUpdatePrivMessage = 'Die Rechte wurden geändert:'; +$strUpdateQuery = 'Aktualisieren'; +$strUsage = 'Verbrauch'; +$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen '; +$strUser = 'Benutzer'; +$strUserEmpty = 'Kein Benutzername eingegeben!'; +$strUserName = 'Benutzername'; +$strUsers = 'Benutzer'; +$strUseTables = 'Verwendete Tabellen'; -$strWelcome = "Willkommen bei "; -$strWrongUser = "Falscher Benutzername/Passwort. Zugriff verweigert."; +$strValue = 'Wert'; +$strViewDump = 'Dump (Schema) der Tabelle anzeigen'; +$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen'; -$strYes = "Ja"; +$strWelcome = 'Willkommen bei '; +$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) -// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binär "; -$strBinaryDoNotEdit=" Binär - nicht editierbar !"; -$strEnglishPrivileges=" Anmerkung: MySQL Rechtename werden in Englisch angegeben "; -$strNotNumber = "Das ist keine Zahl!"; -$strNotValidNumber = " ist keine gltige Zeilennummer!"; // do not html quote - -// export Zip (July 07, 2001, 19:48am) -$strBzip = "\"BZip komprimiert\""; -$strGzip = "\"GZip komprimiert\""; -$strOffSet = "Offset"; -$strNbRecords = "Datensätze"; -$strRowSize = "Zeilengröße"; -$strShowThisQuery = "SQL Befehl hier wieder anzeigen"; -$strUseBackquotes=" Tabellen- und Feldnamen in einfachen Anführungszeichen "; -$strQueryOnDb=" SQL-Befehl in der Datenbank "; -$strFieldsEmpty=" Sie müssen angeben wieviele Felder die Tabelle haben soll! "; -$strAffectedRows=" Betroffene Datensätze: "; +$strYes = 'Ja'; ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index b6f73ac80..779361354 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -2,288 +2,286 @@ /* $Id$ */ /* Alessandro Astarita 21 July 2001 */ -$charset = "iso-8859-1"; -$left_font_family = "verdana, helvetica, arial, geneva, sans-serif"; -$right_font_family = "helvetica, arial, geneva, sans-serif"; -$number_thousands_separator = "."; -$number_decimal_separator = ","; -$byteUnits = array("Bytes", "KB", "MB", "GB"); +$charset = 'iso-8859-1'; +$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif'; +$right_font_family = 'helvetica, arial, geneva, sans-serif'; +$number_thousands_separator = '.'; +$number_decimal_separator = ','; +$byteUnits = array('Bytes', 'KB', 'MB', 'GB'); -$strAccessDenied = "Accesso negato"; -$strAction = "Azione"; -$strAddDeleteColumn = "Aggiungi/Cancella campo"; -$strAddDeleteRow = "Aggiungi/Cancella criterio"; -$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"; -$strAlterOrderBy = "Altera tabella ordinata per"; -$strAnalyzeTable = "Analizza tabella"; -$strAnd = "E"; -$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 = "Crescente"; -$strAtBeginningOfTable = "All'inizio della tabella"; -$strAtEndOfTable = "Alla fine della tabella"; -$strAttr = "Attributi"; -$strBack = "Indietro"; -$strBookmarkLabel = "Etichetta"; -$strBookmarkQuery = "Query SQL aggiunte ai preferiti"; -$strBookmarkThis = "Aggiungi ai preferiti questa query SQL"; -$strBookmarkView = "Visualizza solo"; -$strBrowse = "Mostra"; +$strAccessDenied = 'Accesso negato'; +$strAction = 'Azione'; +$strAddDeleteColumn = 'Aggiungi/Cancella campo'; +$strAddDeleteRow = 'Aggiungi/Cancella criterio'; +$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'; +$strAlterOrderBy = 'Altera tabella ordinata per'; +$strAnalyzeTable = 'Analizza tabella'; +$strAnd = 'E'; +$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 = 'Crescente'; +$strAtBeginningOfTable = 'All\'inizio della tabella'; +$strAtEndOfTable = 'Alla fine della tabella'; +$strAttr = 'Attributi'; -$strCantLoadMySQL = "impossibile caricare l'estensione MySQL,
controlla la configurazione di PHP."; -$strCarriage = "Ritorno carrello: \\r"; -$strChange = "Modifica"; -$strCheckAll = "Seleziona tutti"; -$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 %s stata copiata su %s."; -$strCreate = "Crea"; -$strCreateNewDatabase = "Crea un nuovo database"; -$strCreateNewTable = "Crea una nuova tabella nel database "; -$strCriteria = "Criterio"; +$strBack = 'Indietro'; +$strBinary = 'Binario'; +$strBinaryDoNotEdit = 'Binario - non modificare'; +$strBookmarkLabel = 'Etichetta'; +$strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; +$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; +$strBookmarkView = 'Visualizza solo'; +$strBrowse = 'Mostra'; +$strBzip = '"compresso con bzip2"'; -$strData = "Dati"; -$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 = "Decrescente"; -$strDisableMagicQuotes = "Attenzione: Hai l'opzione 'magic_quotes_gpc' abilitata nel file di configurazione di PHP. Questa versione di PhpMyAdmin non funziona correttamente con essa. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come disabilitarla."; -$strDisplay = "Visualizza"; -$strDoAQuery = "Esegui \"query da esempio\" (carattere jolly: \"%\")"; -$strDocu = "Documentazione"; -$strDoYouReally = "Confermi: "; -$strDrop = "Elimina"; -$strDropDB = "Elimina database "; -$strDumpingData = "Dump dei dati per la tabella"; -$strDynamic = "dinamico"; +$strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,
controlla la configurazione di PHP.'; +$strCarriage = 'Ritorno carrello: \\r'; +$strChange = 'Modifica'; +$strCheckAll = 'Seleziona tutti'; +$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 %s stata copiata su %s.'; +$strCreate = 'Crea'; +$strCreateNewDatabase = 'Crea un nuovo database'; +$strCreateNewTable = 'Crea una nuova tabella nel database '; +$strCriteria = 'Criterio'; -$strEdit = "Modifica"; -$strEditPrivileges = "Modifica Privilegi"; -$strEffective = "Effettivo"; -$strEmpty = "Svuota"; -$strEmptyResultSet = "MySQL ha restituito un insieme vuoto (i.e. zero righe)."; -$strEnableMagicQuotes = "Attenzione: 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 abilitala."; -$strEnclosedBy = "delimitati da"; -$strEnd = "Fine"; -$strError = "Errore"; -$strEscapedBy = "con escape"; -$strExtra = "Extra"; +$strData = 'Dati'; +$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 = 'Decrescente'; +$strDisableMagicQuotes = 'Attenzione: Hai l\'opzione \'magic_quotes_gpc\' abilitata nel file di configurazione di PHP. Questa versione di PhpMyAdmin non funziona correttamente con essa. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come disabilitarla.'; +$strDisplay = 'Visualizza'; +$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")'; +$strDocu = 'Documentazione'; +$strDoYouReally = 'Confermi: '; +$strDrop = 'Elimina'; +$strDropDB = 'Elimina database '; +$strDumpingData = 'Dump dei dati per la tabella'; +$strDynamic = 'dinamico'; -$strField = "Campo"; -$strFields = "Campi"; -$strFixed = "fisso"; -$strFormat = "Formato"; -$strFunction = "Funzione"; +$strEdit = 'Modifica'; +$strEditPrivileges = 'Modifica Privilegi'; +$strEffective = 'Effettivo'; +$strEmpty = 'Svuota'; +$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).'; +$strEnableMagicQuotes = 'Attenzione: 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 abilitala.'; +$strEnclosedBy = 'delimitati da'; +$strEnd = 'Fine'; +$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; +$strError = 'Errore'; +$strEscapedBy = 'con escape'; +$strExtra = 'Extra'; -$strGenTime = "Generato il"; -$strGo = "Esegui"; -$strGrants = "Permetti"; +$strField = 'Campo'; +$strFields = 'Campi'; +$strFixed = 'fisso'; +$strFormat = 'Formato'; +$strFunction = 'Funzione'; -$strHasBeenAltered = " stato modificato."; -$strHasBeenCreated = " stato creato."; -$strHasBeenDropped = " stato eliminato."; -$strHasBeenEmptied = " stato svuotato."; -$strHome = "Home"; -$strHomepageOfficial = "Home page ufficiale di phpMyAdmin"; -$strHomepageSourceforge = "Home page di phpMyAdmin su sourceforge.net"; -$strHost = "Host"; -$strHostEmpty = "Il nome di host vuoto!"; +$strGenTime = 'Generato il'; +$strGo = 'Esegui'; +$strGrants = 'Permetti'; +$strGzip = '"compresso con gzip"'; -$strIfYouWish = "Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole)."; -$strIndex = "Indice"; -$strIndexes = "Indici"; -$strInsert = "Inserisci"; -$strInsertAsNewRow = "Inserisci come nuova riga"; -$strInsertIntoTable = "Inserisci nella tabella"; -$strInsertNewRow = "Inserisci una nuova riga"; -$strInsertTextfiles = "Inserisci un file di testo nella tabella"; -$strInUse = "in uso"; +$strHasBeenAltered = ' stato modificato.'; +$strHasBeenCreated = ' stato creato.'; +$strHasBeenDropped = ' stato eliminato.'; +$strHasBeenEmptied = ' stato svuotato.'; +$strHome = 'Home'; +$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin'; +$strHomepageSourceforge = 'Home page di phpMyAdmin su sourceforge.net'; +$strHost = 'Host'; +$strHostEmpty = 'Il nome di host vuoto!'; -$strKeyname = "Nome chiave"; -$strKill = "Uccidi"; +$strIfYouWish = 'Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).'; +$strIndex = 'Indice'; +$strIndexes = 'Indici'; +$strInsert = 'Inserisci'; +$strInsertAsNewRow = 'Inserisci come nuova riga'; +$strInsertIntoTable = 'Inserisci nella tabella'; +$strInsertNewRow = 'Inserisci una nuova riga'; +$strInsertTextfiles = 'Inserisci un file di testo nella tabella'; +$strInUse = 'in uso'; -$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"; +$strKeyname = 'Nome chiave'; +$strKill = 'Uccidi'; -$strModifications = "Le modifiche sono state salvate"; -$strModify = "Modifica"; -$strMySQLReloaded = "MySQL riavviato."; -$strMySQLSaid = "Messaggio di MySQL: "; -$strMySQLShowProcess = "Visualizza processi in esecuzione"; -$strMySQLShowStatus = "Visualizza informazioni di runtime di MySQL"; -$strMySQLShowVars = "Visualizza variabili di sistema di MySQL"; +$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'; -$strName = "Nome"; -$strNext = "Prossimo"; -$strNo = " No "; -$strNoPassword = "Nessuna Password"; -$strNoPrivileges = "Nessun Privilegio"; -$strNoRights = "Non hai i permessi per effettuare questa operazione!"; -$strNoTablesFound = "Non ci sono tabelle nel database."; -$strNoUsersFound = "Nessun utente trovato."; -$strNull = "Null"; -$strNumberIndexes = "Numero di indici avanzati"; +$strModifications = 'Le modifiche sono state salvate'; +$strModify = 'Modifica'; +$strMySQLReloaded = 'MySQL riavviato.'; +$strMySQLSaid = 'Messaggio di MySQL: '; +$strMySQLShowProcess = 'Visualizza processi in esecuzione'; +$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL'; +$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL'; -$strOftenQuotation = "In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi char e varchar 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"; +$strName = 'Nome'; +$strNbRecords = 'n. di record'; +$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.'; +$strNotNumber = 'Questo non un numero!'; +$strNotValidNumber = ' non una riga valida!'; +$strNoUsersFound = 'Nessun utente trovato.'; +$strNull = 'Null'; +$strNumberIndexes = 'Numero di indici avanzati'; -$strPassword = "Password"; -$strPasswordEmpty = "La password vuota!"; -$strPasswordNotSame = "La password non coincide!"; -$strPHPVersion = "Versione PHP"; -$strPos1 = "Inizio"; -$strPrevious = "Precedente"; -$strPrimary = "Primaria"; -$strPrimaryKey = "Chiave primaria"; -$strPrinterFriendly = "Visulizzazione per stampa della tabella precedente"; -$strPrintView = "Visualizza per stampa"; -$strPrivileges = "Privilegi"; -$strProducedAnError = "ha causato un errore."; -$strProperties = "Propriet"; +$strOffSet = 'Spiazzamento'; +$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi char e varchar 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 -$strQBE = "Query da esempio"; -$strQBEDel = "Cancella"; -$strQBEIns = "Aggiungi"; +$strPassword = 'Password'; +$strPasswordEmpty = 'La password vuota!'; +$strPasswordNotSame = 'La password non coincide!'; +$strPHPVersion = 'Versione PHP'; +$strPos1 = 'Inizio'; +$strPrevious = 'Precedente'; +$strPrimary = 'Primaria'; +$strPrimaryKey = 'Chiave primaria'; +$strPrinterFriendly = 'Visulizzazione per stampa della tabella precedente'; +$strPrintView = 'Visualizza per stampa'; +$strPrivileges = 'Privilegi'; +$strProducedAnError = 'ha causato un errore.'; +$strProperties = 'Propriet'; -$strReadTheDocs = "Leggere la docomentazione"; -$strRecords = "Record"; -$strReloadFailed = "Riavvio di MySQL fallito."; -$strReloadMySQL = "Riavvia MySQL"; -$strRememberReload = "Ricorda di riavviare MySQL."; -$strRenameTable = "Rinomina la tabella in"; -$strRenameTableOK = "La tabella %s stata rinominata %s"; -$strRepairTable = "Ripara tabella"; -$strReplace = "Sostituisci"; -$strReplaceTable = "Sostituisci i dati della tabella col file"; -$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 = "Lunghezza riga"; -$strRows = "Righe"; -$strRowsFrom = "righe a partire da"; -$strRowsStatistic = "Statistiche righe"; -$strRunning = "in esecuzione su "; -$strRunQuery = "Invia Query"; -$strRunSQLQuery = "Esegui una/pi query SQL sul database "; +$strQBE = 'Query da esempio'; +$strQBEDel = 'Cancella'; +$strQBEIns = 'Aggiungi'; -$strSave = "Salva"; -$strSelect = "Seleziona"; -$strSelectFields = "Seleziona campi (almeno uno):"; -$strSelectNumRows = "nella query"; -$strSend = "Invia"; -$strSequence = "Sequenza"; -$strServerVersion = "Versione MySQL"; -$strShow = "Mostra"; -$strShowingRecords = "Visualizzazione record "; -$strSingly = "(singolarmente)"; -$strSize = "Dimensione"; -$strSort = "Ordinamento"; -$strSpaceUsage = "Spazio utilizzato"; -$strSQLQuery = "query SQL"; -$strStatement = "Istruzioni"; -$strStrucCSV = "dati CSV"; -$strStrucData = "Struttura e dati"; -$strStrucDrop = "Aggiungi 'drop table'"; -$strStrucOnly = "Solo struttura"; -$strSubmit = "Invia"; -$strSuccess = "La query stata eseguita con successo"; -$strSum = "Totali"; +$strReadTheDocs = 'Leggere la docomentazione'; +$strRecords = 'Record'; +$strReloadFailed = 'Riavvio di MySQL fallito.'; +$strReloadMySQL = 'Riavvia MySQL'; +$strRememberReload = 'Ricorda di riavviare MySQL.'; +$strRenameTable = 'Rinomina la tabella in'; +$strRenameTableOK = 'La tabella %s stata rinominata %s'; +$strRepairTable = 'Ripara tabella'; +$strReplace = 'Sostituisci'; +$strReplaceTable = 'Sostituisci i dati della tabella col file'; +$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 = 'Lunghezza riga'; +$strRows = 'Righe'; +$strRowsFrom = 'righe a partire da'; +$strRowSize = 'Dimensione riga'; +$strRowsStatistic = 'Statistiche righe'; +$strRunning = 'in esecuzione su '; +$strRunQuery = 'Invia Query'; +$strRunSQLQuery = 'Esegui una/pi query SQL sul database '; -$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 = " A causa della sua lunghezza,
questo campo non pu essere modificato "; -$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 = "Totali"; -$strType = "Tipo"; +$strSave = 'Salva'; +$strSelect = 'Seleziona'; +$strSelectFields = 'Seleziona campi (almeno uno):'; +$strSelectNumRows = 'nella query'; +$strSend = 'Invia'; +$strSequence = 'Sequenza'; +$strServerVersion = 'Versione MySQL'; +$strShow = 'Mostra'; +$strShowingRecords = 'Visualizzazione record '; +$strShowThisQuery = 'Mostra questa query di nuovo'; +$strSingly = '(singolarmente)'; +$strSize = 'Dimensione'; +$strSort = 'Ordinamento'; +$strSpaceUsage = 'Spazio utilizzato'; +$strSQLQuery = 'query SQL'; +$strStatement = 'Istruzioni'; +$strStrucCSV = 'dati CSV'; +$strStrucData = 'Struttura e dati'; +$strStrucDrop = 'Aggiungi \'drop table\''; +$strStrucOnly = 'Solo struttura'; +$strSubmit = 'Invia'; +$strSuccess = 'La query stata eseguita con successo'; +$strSum = 'Totali'; -$strUncheckAll = "Deseleziona tutti"; -$strUnique = "Unica"; -$strUpdatePassMessage = "Hai aggiornato la password per"; -$strUpdatePassword = "Aggiorna Password"; -$strUpdatePrivMessage = "Hai aggiornato i permessi per"; -$strUpdateQuery = "Aggiorna Query"; -$strUsage = "Utilizzo"; -$strUser = "Utente"; -$strUserEmpty = "Il nome utente vuoto!"; -$strUserName = "Nome utente"; -$strUsers = "Utenti"; -$strUseTables = "Utilizza tabelle"; +$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 = ' A causa della sua lunghezza,
questo campo non pu essere modificato '; +$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 = 'Totali'; +$strType = 'Tipo'; -$strValue = "Valore"; -$strViewDump = "Visualizza dump (schema) della tabella"; -$strViewDumpDB = "Visualizza dump (schema) del database"; +$strUncheckAll = 'Deseleziona tutti'; +$strUnique = 'Unica'; +$strUpdatePassMessage = 'Hai aggiornato la password per'; +$strUpdatePassword = 'Aggiorna Password'; +$strUpdatePrivMessage = 'Hai aggiornato i permessi per'; +$strUpdateQuery = 'Aggiorna Query'; +$strUsage = 'Utilizzo'; +$strUser = 'Utente'; +$strUserEmpty = 'Il nome utente vuoto!'; +$strUserName = 'Nome utente'; +$strUsers = 'Utenti'; +$strUseTables = 'Utilizza tabelle'; -$strWelcome = "Benvenuto in "; -$strWrongUser = "Nome utente o password errati. Accesso negato."; +$strValue = 'Valore'; +$strViewDump = 'Visualizza dump (schema) della tabella'; +$strViewDumpDB = 'Visualizza dump (schema) del database'; -$strYes = " Si "; +$strWelcome = 'Benvenuto in '; +$strWrongUser = 'Nome utente o password errati. Accesso negato.'; -// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) -// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary = "Binario"; //to translate -$strBinaryDoNotEdit = "Binario - non modificare"; -$strEnglishPrivileges = "Nota: i nomi dei privilegi di MySQL sono in Inglese"; -$strNotNumber = "Questo non un numero!"; -$strNotValidNumber = " non una riga valida!"; +$strYes = ' Si '; -// export Zip (July 07, 2001, 19:48am) -$strBzip = "\"compresso con bzip2\""; -$strGzip = "\"compresso con gzip\""; -$strOffSet = "Spiazzamento"; -$strNbRecords = "n. di record"; -$strRowSize = "Dimensione riga"; -$strShowThisQuery = "Mostra questa query di nuovo"; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 78c582e1d..6cbfd2cd8 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -1,288 +1,291 @@ "; -$strAll = "All"; //to translate -$strAlterOrderBy = "Alter table order by"; //to translate -$strAnalyzeTable = "ơ֥ʬϤޤ"; -$strAnd = "And"; //to translate (tbl_qbe.php3) -$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 = "Primaryɲäޤ --> "; -$strAscending = "Ascending"; //to translate (tbl_qbe.php3) -$strAtBeginningOfTable = "ơ֥κǽ"; -$strAtEndOfTable = "ơ֥κǸ"; -$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 = "ɽ"; +$strAccessDenied = 'ϵݤޤ'; +$strAction = '¹'; +$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3) +$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3) +$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 = '-->'; +$strAll = 'All'; //to translate +$strAlterOrderBy = 'Alter table order by'; //to translate +$strAnalyzeTable = 'ơ֥ʬϤޤ'; +$strAnd = 'And'; //to translate (tbl_qbe.php3) +$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 = 'Primaryɲäޤ --> '; +$strAscending = 'Ascending'; //to translate (tbl_qbe.php3) +$strAtBeginningOfTable = 'ơ֥κǽ'; +$strAtEndOfTable = 'ơ֥κǸ'; +$strAttr = 'ɽ'; -$strCantLoadMySQL = "cannot load MySQL extension,
please check PHP Configuration."; //to translate -$strCarriage = "å꥿: \\r"; -$strChange = "ѹ"; -$strCheckAll = "Check All"; //to translate -$strCheckDbPriv = "Check Database Privileges"; //to translate -$strCheckTable = "ơ֥åޤ"; -$strColumn = "Column"; //to translate -$strColumnEmpty = "The columns names are empty!"; //to translate -$strColumnNames = "()̾"; -$strCompleteInserts = "INSERTʸκ"; -$strConfirm = "Do you really want to do it?"; //to translate -$strCopyTable = "ơ֥򼡤إԡޤ-->"; -$strCopyTableOK = "%sơ֥%s˥ԡޤ"; -$strCreate = ""; -$strCreateNewDatabase = "DBޤ"; -$strCreateNewTable = "ߤDB˿ơ֥ޤ --> "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = ''; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = 'ɽ'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: PHP 'magic_quotes_gpc'EnableꤵƤޤΥСphpMyAdminǤưޤPHPޥ˥奢򻲾ȤdisableꤷƤ"; -$strDisplay = "ɽ"; -$strDoAQuery = "\"QUERY\"¹ (wildcard: \"%\")"; -$strDocu = "إ"; -$strDoYouReally = "˼¹Ԥޤ --> "; -$strDrop = ""; -$strDropDB = "DBκ -->"; -$strDumpingData = "ơ֥Υץǡ"; -$strDynamic = "dynamic"; //to translate +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$strCarriage = 'å꥿: \\r'; +$strChange = 'ѹ'; +$strCheckAll = 'Check All'; //to translate +$strCheckDbPriv = 'Check Database Privileges'; //to translate +$strCheckTable = 'ơ֥åޤ'; +$strColumn = 'Column'; //to translate +$strColumnEmpty = 'The columns names are empty!'; //to translate +$strColumnNames = '()̾'; +$strCompleteInserts = 'INSERTʸκ'; +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = 'ơ֥򼡤إԡޤ-->'; +$strCopyTableOK = '%sơ֥%s˥ԡޤ'; +$strCreate = ''; +$strCreateNewDatabase = 'DBޤ'; +$strCreateNewTable = 'ߤDB˿ơ֥ޤ --> '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = ""; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "ˤ"; -$strEmptyResultSet = "MySQLͤ꥿󤷤ޤ(i.e. zero rows)."; -$strEnableMagicQuotes = "Warning: PHP 'magic_quotes_gpc'EnableꤵƤޤphpMyAdminEnableξ֤ưޤPHPޥ˥奢򻲾ȤEnableꤷƤ"; -$strEnclosedBy = "Ϥʸ"; -$strEnd = "Ǹ"; -$strError = "顼"; -$strEscapedBy = "ʸ"; -$strExtra = "ɲ"; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: PHP \'magic_quotes_gpc\'EnableꤵƤޤΥСphpMyAdminǤưޤPHPޥ˥奢򻲾ȤdisableꤷƤ'; +$strDisplay = 'ɽ'; +$strDoAQuery = '"QUERY"¹ (wildcard: "%")'; +$strDocu = 'إ'; +$strDoYouReally = '˼¹Ԥޤ --> '; +$strDrop = ''; +$strDropDB = 'DBκ -->'; +$strDumpingData = 'ơ֥Υץǡ'; +$strDynamic = 'dynamic'; //to translate -$strField = "ե"; -$strFields = "ե"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "ؿ"; +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'ˤ'; +$strEmptyResultSet = 'MySQLͤ꥿󤷤ޤ(i.e. zero rows).'; +$strEnableMagicQuotes = 'Warning: PHP \'magic_quotes_gpc\'EnableꤵƤޤphpMyAdminEnableξ֤ưޤPHPޥ˥奢򻲾ȤEnableꤷƤ'; +$strEnclosedBy = 'Ϥʸ'; +$strEnd = 'Ǹ'; +$strError = '顼'; +$strEscapedBy = 'ʸ'; +$strExtra = 'ɲ'; -$strGenTime = "Generation Time"; //to translate -$strGo = "¹"; -$strGrants = "Grants"; //to translate +$strField = 'ե'; +$strFields = 'ե'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'ؿ'; -$strHasBeenAltered = "ѹޤ"; -$strHasBeenCreated = "ޤ"; -$strHasBeenDropped = "ޤ"; -$strHasBeenEmptied = "ˤޤ"; -$strHome = "MainPage"; -$strHomepageOfficial = "phpMyAdminۡ"; -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; -$strHost = "ۥ"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = '¹'; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "ơ֥Υ()˥ǡɲäϡեɥꥹȤ򥫥ޤǶʬƤ"; -$strIndex = "ǥå"; -$strIndexes = "Indexes"; //to translate -$strInsert = "ɲ"; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "ơ֥ɲ"; -$strInsertNewRow = "ɲ"; -$strInsertTextfiles = "ơ֥˥ƥȥեɲ"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'ѹޤ'; +$strHasBeenCreated = 'ޤ'; +$strHasBeenDropped = 'ޤ'; +$strHasBeenEmptied = 'ˤޤ'; +$strHome = 'MainPage'; +$strHomepageOfficial = 'phpMyAdminۡ'; +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; +$strHost = 'ۥ'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Key̾"; -$strKill = "Kill"; //to translate +$strIfYouWish = 'ơ֥Υ()˥ǡɲäϡեɥꥹȤ򥫥ޤǶʬƤ'; +$strIndex = 'ǥå'; +$strIndexes = 'Indexes'; //to translate +$strInsert = 'ɲ'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'ơ֥ɲ'; +$strInsertNewRow = 'ɲ'; +$strInsertTextfiles = 'ơ֥˥ƥȥեɲ'; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "Ĺ/å"; -$strLimitNumRows = "ڡΥ쥳ɿ"; -$strLineFeed = "ʸ: \\n"; -$strLines = ""; -$strLocationTextfile = "SQLΥץǡ¸Ƥƥȥե"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = ""; +$strKeyname = 'Key̾'; +$strKill = 'Kill'; //to translate -$strModifications = "ޤ"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL򿷤ɤ߹ߤޤ"; -$strMySQLSaid = "MySQLΥå --> "; -$strMySQLShowProcess = "MySQLץɽ"; -$strMySQLShowStatus = "MySQLΥ󥿥"; -$strMySQLShowVars = "MySQLΥƥѿ"; +$strLength = 'Length'; //to translate +$strLengthSet = 'Ĺ/å'; +$strLimitNumRows = 'ڡΥ쥳ɿ'; +$strLineFeed = 'ʸ: \\n'; +$strLines = ''; +$strLocationTextfile = 'SQLΥץǡ¸Ƥƥȥե'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = ''; -$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 = "ߤDB˥ơ֥Ϥޤ"; -$strNoUsersFound = "No user(s) found."; //to translate -$strNull = "(Null)"; -$strNumberIndexes = " Number of advanced indexes "; //to translate +$strModifications = 'ޤ'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL򿷤ɤ߹ߤޤ'; +$strMySQLSaid = 'MySQLΥå --> '; +$strMySQLShowProcess = 'MySQLץɽ'; +$strMySQLShowStatus = 'MySQLΥ󥿥'; +$strMySQLShowVars = 'MySQLΥƥѿ'; -$strOftenQuotation = "ǤץϡcharޤvarcharեɤΤ\" \"ǰϤޤƤ뤳Ȥ̣ޤ"; -$strOptimizeTable = "ơ֥Ŭޤ"; -$strOptionalControls = "üʸɤ߹/񤭹ߥץ"; -$strOptionally = "ץǤ"; -$strOr = "ޤ"; -$strOverhead = "Overhead"; //to translate +$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 = 'ߤDB˥ơ֥Ϥޤ'; +$strNoUsersFound = 'No user(s) found.'; //to translate +$strNull = '(Null)'; +$strNumberIndexes = ' Number of advanced indexes '; //to translate -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "ǽ"; -$strPrevious = ""; -$strPrimary = "Primary"; -$strPrimaryKey = "Primary"; -$strPrinterFriendly = "嵭ơ֥ΰɽ"; -$strPrintView = "ɽ"; -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "顼ȯޤ"; -$strProperties = "ץѥƥ"; +$strOftenQuotation = 'ǤץϡcharޤvarcharեɤΤ" "ǰϤޤƤ뤳Ȥ̣ޤ'; +$strOptimizeTable = 'ơ֥Ŭޤ'; +$strOptionalControls = 'üʸɤ߹/񤭹ߥץ'; +$strOptionally = 'ץǤ'; +$strOr = 'ޤ'; +$strOverhead = 'Overhead'; //to translate -$strQBE = "㤫饯꡼¹"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'ǽ'; +$strPrevious = ''; +$strPrimary = 'Primary'; +$strPrimaryKey = 'Primary'; +$strPrinterFriendly = '嵭ơ֥ΰɽ'; +$strPrintView = 'ɽ'; +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = '顼ȯޤ'; +$strProperties = 'ץѥƥ'; -$strReadTheDocs = "ʸɤ߹"; -$strRecords = "쥳ɿ"; -$strReloadFailed = "MySQLΥɤ˼Ԥޤ"; -$strReloadMySQL = "MySQLΥ"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "ơ֥̾ѹ"; -$strRenameTableOK = "%s%s̾ѹޤ"; -$strRepairTable = "ơ֥줷ޤ"; -$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 = "Ϲ"; -$strRowsStatistic = "Row Statistic"; //to translate -$strRunning = "¹Ǥ"; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "ߤDBSQL꡼¹Ԥޤ --> "; +$strQBE = '㤫饯꡼¹'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "¸"; -$strSelect = ""; -$strSelectFields = "եɤ(İʾ):"; -$strSelectNumRows = "꡼"; -$strSend = ""; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "ɽ"; -$strShowingRecords = "쥳ɽ"; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "¹Ԥ줿SQL꡼"; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSVǡ"; -$strStrucData = "¤ȥǡ"; -$strStrucDrop = "'drop table'ɲ"; -$strStrucOnly = "¤Τ"; -$strSubmit = "¹"; -$strSuccess = "SQL꡼˼¹Ԥޤ"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'ʸɤ߹'; +$strRecords = '쥳ɿ'; +$strReloadFailed = 'MySQLΥɤ˼Ԥޤ'; +$strReloadMySQL = 'MySQLΥ'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'ơ֥̾ѹ'; +$strRenameTableOK = '%s%s̾ѹޤ'; +$strRepairTable = 'ơ֥줷ޤ'; +$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 = 'Ϲ'; +$strRowsStatistic = 'Row Statistic'; //to translate +$strRunning = '¹Ǥ'; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'ߤDBSQL꡼¹Ԥޤ --> '; -$strTable = "ơ֥ "; -$strTableComments = "ơ֥"; -$strTableEmpty = "The table name is empty!"; //to translate -$strTableMaintenance = "Table maintenance"; //to translate -$strTableStructure = "ơ֥ι¤"; -$strTableType = "ơ֥Υ"; -$strTerminatedBy = "λʸ"; -$strTextAreaLength = " Because of its length,
this field might not be editable "; //to translate -$strTheContent = "եΥǡޤ"; -$strTheContents = "եΥǡǡ򤷤ơ֥PrimaryޤUnique˰פ֤ޤ"; -$strTheTerminator = "եɤνλʸǤ"; -$strTotal = ""; -$strType = "եɥ"; +$strSave = '¸'; +$strSelect = ''; +$strSelectFields = 'եɤ(İʾ):'; +$strSelectNumRows = '꡼'; +$strSend = ''; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'ɽ'; +$strShowingRecords = '쥳ɽ'; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = '¹Ԥ줿SQL꡼'; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSVǡ'; +$strStrucData = '¤ȥǡ'; +$strStrucDrop = '\'drop table\'ɲ'; +$strStrucOnly = '¤Τ'; +$strSubmit = '¹'; +$strSuccess = 'SQL꡼˼¹Ԥޤ'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "ˡ"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'ơ֥ '; +$strTableComments = 'ơ֥'; +$strTableEmpty = 'The table name is empty!'; //to translate +$strTableMaintenance = 'Table maintenance'; //to translate +$strTableStructure = 'ơ֥ι¤'; +$strTableType = 'ơ֥Υ'; +$strTerminatedBy = 'λʸ'; +$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTheContent = 'եΥǡޤ'; +$strTheContents = 'եΥǡǡ򤷤ơ֥PrimaryޤUnique˰פ֤ޤ'; +$strTheTerminator = 'եɤνλʸǤ'; +$strTotal = ''; +$strType = 'եɥ'; -$strValue = ""; -$strViewDump = "ơ֥Υ()ɽ"; -$strViewDumpDB = "DBΥ()ɽ"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'ˡ'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Welcome to "; -$strWrongUser = "桼̾ޤϥѥɤޤ
ϵݤޤ"; +$strValue = ''; +$strViewDump = 'ơ֥Υ()ɽ'; +$strViewDumpDB = 'DBΥ()ɽ'; -$strYes = " Ϥ "; +$strWelcome = 'Welcome to '; +$strWrongUser = '桼̾ޤϥѥɤޤ
ϵݤޤ'; + +$strYes = ' Ϥ '; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index 21cfb03be..42441c73b 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -1,288 +1,291 @@ "; -$strAll = "All"; //to translate -$strAlterOrderBy = "Alter table order by"; //to translate -$strAnalyzeTable = "̺ м"; -$strAnd = "And"; //to translate (tbl_qbe.php3) -$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 = "primary key ߰ Ͽϴ "; -$strAscending = "Ascending"; //to translate (tbl_qbe.php3) -$strAtBeginningOfTable = "̺ ó"; -$strAtEndOfTable = "̺ "; -$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 = ""; +$strAccessDenied = ' źεǾϴ.'; +$strAction = ''; +$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3) +$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3) +$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 = '-->'; +$strAll = 'All'; //to translate +$strAlterOrderBy = 'Alter table order by'; //to translate +$strAnalyzeTable = '̺ м'; +$strAnd = 'And'; //to translate (tbl_qbe.php3) +$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 = 'primary key ߰ Ͽϴ '; +$strAscending = 'Ascending'; //to translate (tbl_qbe.php3) +$strAtBeginningOfTable = '̺ ó'; +$strAtEndOfTable = '̺ '; +$strAttr = ''; -$strCantLoadMySQL = "cannot load MySQL extension,
please check PHP Configuration."; //to translate -$strCarriage = "ij : \\r"; -$strChange = ""; -$strCheckAll = "Check All"; //to translate -$strCheckDbPriv = "Check Database Privileges"; //to translate -$strCheckTable = "̺ üũ"; -$strColumn = "Column"; //to translate -$strColumnEmpty = "The columns names are empty!"; //to translate -$strColumnNames = "Į() ̸"; -$strCompleteInserts = " INSERT ۼ"; -$strConfirm = "Do you really want to do it?"; //to translate -$strCopyTable = "̺ մϴ. -->"; -$strCopyTableOK = "%s ̺ %s Ǿϴ."; -$strCreate = " "; -$strCreateNewDatabase = "ο ̽ ϴ"; -$strCreateNewTable = " ̽ ο ̺ ϴ. -->"; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'ڷ'; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = ''; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: PHP 'magic_quotes_gpc' Enable Ǿ ֽϴٸ, phpMyAdmin ۵ ʽϴ. PHP Ŵ Ͽ disable ֽʽÿ."; -$strDisplay = ""; -$strDoAQuery = "\"QUERY ()\" (wildcard: \"%\")"; -$strDocu = ""; -$strDoYouReally = " Ͻðڽϱ? --> "; -$strDrop = ""; -$strDropDB = " ̽ -->"; -$strDumpingData = "̺ "; -$strDynamic = "dynamic"; //to translate +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$strCarriage = 'ij : \\r'; +$strChange = ''; +$strCheckAll = 'Check All'; //to translate +$strCheckDbPriv = 'Check Database Privileges'; //to translate +$strCheckTable = '̺ üũ'; +$strColumn = 'Column'; //to translate +$strColumnEmpty = 'The columns names are empty!'; //to translate +$strColumnNames = 'Į() ̸'; +$strCompleteInserts = ' INSERT ۼ'; +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = '̺ մϴ. -->'; +$strCopyTableOK = '%s ̺ %s Ǿϴ.'; +$strCreate = ' '; +$strCreateNewDatabase = 'ο ̽ ϴ'; +$strCreateNewTable = ' ̽ ο ̺ ϴ. -->'; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = ""; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = ""; -$strEmptyResultSet = "MySQL Ͽϴ."; -$strEnableMagicQuotes = "Warning: PHP 'magic_quotes_gpc' Enable Ǿ ֽ ʽϴ. phpMyAdmin Enable¿ ۵մϴ. PHP Ŵ Ͽ Enable ֽʽÿ."; -$strEnclosedBy = "ο ȣ"; -$strEnd = ""; -$strError = ""; -$strEscapedBy = " ȣ"; -$strExtra = "߰"; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: PHP \'magic_quotes_gpc\' Enable Ǿ ֽϴٸ, phpMyAdmin ۵ ʽϴ. PHP Ŵ Ͽ disable ֽʽÿ.'; +$strDisplay = ''; +$strDoAQuery = '"QUERY ()" (wildcard: "%")'; +$strDocu = ''; +$strDoYouReally = ' Ͻðڽϱ? --> '; +$strDrop = ''; +$strDropDB = ' ̽ -->'; +$strDumpingData = '̺ '; +$strDynamic = 'dynamic'; //to translate -$strField = "ʵ"; -$strFields = "ʵ"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Լ"; +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = ''; +$strEmptyResultSet = 'MySQL Ͽϴ.'; +$strEnableMagicQuotes = 'Warning: PHP \'magic_quotes_gpc\' Enable Ǿ ֽ ʽϴ. phpMyAdmin Enable¿ ۵մϴ. PHP Ŵ Ͽ Enable ֽʽÿ.'; +$strEnclosedBy = 'ο ȣ'; +$strEnd = ''; +$strError = ''; +$strEscapedBy = ' ȣ'; +$strExtra = '߰'; -$strGenTime = "Generation Time"; //to translate -$strGo = ""; -$strGrants = "Grants"; //to translate +$strField = 'ʵ'; +$strFields = 'ʵ'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Լ'; -$strHasBeenAltered = "() Ͽϴ."; -$strHasBeenCreated = "() ۼϿϴ."; -$strHasBeenDropped = "() Ͽϴ."; -$strHasBeenEmptied = "() ϴ."; -$strHome = "MainPage"; -$strHomepageOfficial = "phpMyAdmin Ȩ "; -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; -$strHost = "ȣƮ"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = ''; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "̺ (ݷ) ͸ ߰ ʵ Ʈ ޸ ֽʽÿ. "; -$strIndex = "ε"; -$strIndexes = "Indexes"; //to translate -$strInsert = "߰"; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "̺ ߰"; -$strInsertNewRow = " ߰"; -$strInsertTextfiles = "̺ ؽƮ ߰"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = '() Ͽϴ.'; +$strHasBeenCreated = '() ۼϿϴ.'; +$strHasBeenDropped = '() Ͽϴ.'; +$strHasBeenEmptied = '() ϴ.'; +$strHome = 'MainPage'; +$strHomepageOfficial = 'phpMyAdmin Ȩ '; +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; +$strHost = 'ȣƮ'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Ű ̸"; -$strKill = "Kill"; //to translate +$strIfYouWish = '̺ (ݷ) ͸ ߰ ʵ Ʈ ޸ ֽʽÿ. '; +$strIndex = 'ε'; +$strIndexes = 'Indexes'; //to translate +$strInsert = '߰'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = '̺ ߰'; +$strInsertNewRow = ' ߰'; +$strInsertTextfiles = '̺ ؽƮ ߰'; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "/Ʈ"; -$strLimitNumRows = " ڵ "; -$strLineFeed = " : \\n"; -$strLines = "()"; -$strLocationTextfile = "SQL ؽƮ "; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "α ƿ"; +$strKeyname = 'Ű ̸'; +$strKill = 'Kill'; //to translate -$strModifications = " ٸ Ͽϴ."; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL о 鿴ϴ."; -$strMySQLSaid = "MySQL ޼: "; -$strMySQLShowProcess = "MySQL μ "; -$strMySQLShowStatus = "MySQL Ÿ "; -$strMySQLShowVars = "MySQL ý "; +$strLength = 'Length'; //to translate +$strLengthSet = '/Ʈ'; +$strLimitNumRows = ' ڵ '; +$strLineFeed = ' : \\n'; +$strLines = '()'; +$strLocationTextfile = 'SQL ؽƮ '; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'α ƿ'; -$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 = " DB ̺ ϴ."; -$strNoUsersFound = "No user(s) found."; //to translate -$strNull = "Null"; -$strNumberIndexes = " Number of advanced indexes "; //to translate +$strModifications = ' ٸ Ͽϴ.'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL о 鿴ϴ.'; +$strMySQLSaid = 'MySQL ޼: '; +$strMySQLShowProcess = 'MySQL μ '; +$strMySQLShowStatus = 'MySQL Ÿ '; +$strMySQLShowVars = 'MySQL ý '; -$strOftenQuotation = "ο ȣԴϴ. ɼ, char Ȥ varchar ʵ常 \" \" ο ǹմϴ."; -$strOptimizeTable = "̺ ȭ"; -$strOptionalControls = "Ư б/ ɼ"; -$strOptionally = "ɼԴϴ."; -$strOr = "Ȥ"; -$strOverhead = "Overhead"; //to translate +$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 = ' DB ̺ ϴ.'; +$strNoUsersFound = 'No user(s) found.'; //to translate +$strNull = 'Null'; +$strNumberIndexes = ' Number of advanced indexes '; //to translate -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "ó"; -$strPrevious = ""; -$strPrimary = "Primary"; -$strPrimaryKey = "Primary Ű"; -$strPrinterFriendly = " ̺ μ "; -$strPrintView = "μ "; -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = " ߻Ͽϴ"; -$strProperties = "Ƽ"; +$strOftenQuotation = 'ο ȣԴϴ. ɼ, char Ȥ varchar ʵ常 " " ο ǹմϴ.'; +$strOptimizeTable = '̺ ȭ'; +$strOptionalControls = 'Ư б/ ɼ'; +$strOptionally = 'ɼԴϴ.'; +$strOr = 'Ȥ'; +$strOverhead = 'Overhead'; //to translate -$strQBE = "() "; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'ó'; +$strPrevious = ''; +$strPrimary = 'Primary'; +$strPrimaryKey = 'Primary Ű'; +$strPrinterFriendly = ' ̺ μ '; +$strPrintView = 'μ '; +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = ' ߻Ͽϴ'; +$strProperties = 'Ƽ'; -$strReadTheDocs = " о ̱"; -$strRecords = "ϼ"; -$strReloadFailed = "MySQL о ̱⿡ Ͽϴ."; -$strReloadMySQL = "MySQL ٽ о ̱"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "̺ ̸ ϱ"; -$strRenameTableOK = "%s() %s() Ͽϴ."; -$strRepairTable = "̺ "; -$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 = ""; -$strRowsStatistic = "Row Statistic"; //to translate -$strRunning = " Դϴ. "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = " ̽ SQL մϴ. -->"; +$strQBE = '() '; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = ""; -$strSelect = ""; -$strSelectFields = "ʵ (ϳ ̻):"; -$strSelectNumRows = ""; -$strSend = "۽"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = ""; -$strShowingRecords = " "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = " SQL"; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSV "; -$strStrucData = " "; -$strStrucDrop = "'drop table' ߰"; -$strStrucOnly = ""; -$strSubmit = ""; -$strSuccess = "SQL-query ٸ Ǿϴ."; -$strSum = "Sum"; //to translate +$strReadTheDocs = ' о ̱'; +$strRecords = 'ϼ'; +$strReloadFailed = 'MySQL о ̱⿡ Ͽϴ.'; +$strReloadMySQL = 'MySQL ٽ о ̱'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = '̺ ̸ ϱ'; +$strRenameTableOK = '%s() %s() Ͽϴ.'; +$strRepairTable = '̺ '; +$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 = ''; +$strRowsStatistic = 'Row Statistic'; //to translate +$strRunning = ' Դϴ. '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = ' ̽ SQL մϴ. -->'; -$strTable = "̺ "; -$strTableComments = "̺ "; -$strTableEmpty = "The table name is empty!"; //to translate -$strTableMaintenance = "Table maintenance"; //to translate -$strTableStructure = "̺ "; -$strTableType = "̺ Ÿ"; -$strTerminatedBy = " ȣ"; -$strTextAreaLength = " Because of its length,
this field might not be editable "; //to translate -$strTheContent = " ͸ Ͽϴ."; -$strTheContents = " ͷ ̺ primary Ȥ unique Ű ġϴ ġ()Űڽϴ."; -$strTheTerminator = "ʵ ȣ Դϴ."; -$strTotal = "հ"; -$strType = "ʵ Ÿ"; +$strSave = ''; +$strSelect = ''; +$strSelectFields = 'ʵ (ϳ ̻):'; +$strSelectNumRows = ''; +$strSend = '۽'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = ''; +$strShowingRecords = ' '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = ' SQL'; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSV '; +$strStrucData = ' '; +$strStrucDrop = '\'drop table\' ߰'; +$strStrucOnly = ''; +$strSubmit = ''; +$strSuccess = 'SQL-query ٸ Ǿϴ.'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "ũ Ÿ"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = '̺ '; +$strTableComments = '̺ '; +$strTableEmpty = 'The table name is empty!'; //to translate +$strTableMaintenance = 'Table maintenance'; //to translate +$strTableStructure = '̺ '; +$strTableType = '̺ Ÿ'; +$strTerminatedBy = ' ȣ'; +$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTheContent = ' ͸ Ͽϴ.'; +$strTheContents = ' ͷ ̺ primary Ȥ unique Ű ġϴ ġ()Űڽϴ.'; +$strTheTerminator = 'ʵ ȣ Դϴ.'; +$strTotal = 'հ'; +$strType = 'ʵ Ÿ'; -$strValue = ""; -$strViewDump = "̺ (Ű) "; -$strViewDumpDB = "DB (Ű) "; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'ũ Ÿ'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Welcome to "; -$strWrongUser = " Ȥ н尡 ٸ ʽϴ.
źεǾϴ."; +$strValue = ''; +$strViewDump = '̺ (Ű) '; +$strViewDumpDB = 'DB (Ű) '; -$strYes = " "; +$strWelcome = 'Welcome to '; +$strWrongUser = ' Ȥ н尡 ٸ ʽϴ.
źεǾϴ.'; + +$strYes = ' '; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 38254bddc..521ba4dfd 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 %s er kopiert til %s."; -$strCreate = "Opprett"; -$strCreateNewDatabase = "Opprett ny database"; -$strCreateNewTable = "Opprett ny tabell i database "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$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'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 = "Utfr 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 %s er kopiert til %s.'; +$strCreate = 'Opprett'; +$strCreateNewDatabase = 'Opprett ny database'; +$strCreateNewTable = 'Opprett ny tabell i database '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Endre"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "Tm"; -$strEmptyResultSet = "MySQL returnerte tomt resultat (m.a.o. ingen rader)."; -$strEnableMagicQuotes = "Warning: 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"; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 = 'Utfr 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 -$strField = "Felt"; -$strFields = "Felter"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Funksjon"; +$strEdit = 'Endre'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'Tm'; +$strEmptyResultSet = 'MySQL returnerte tomt resultat (m.a.o. ingen rader).'; +$strEnableMagicQuotes = 'Warning: 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'; -$strGenTime = "Generation Time"; //to translate -$strGo = "Utfr"; -$strGrants = "Grants"; //to translate +$strField = 'Felt'; +$strFields = 'Felter'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Funksjon'; -$strHasBeenAltered = "er endret."; -$strHasBeenCreated = "er opprettet."; -$strHasBeenDropped = "er slettet."; -$strHasBeenEmptied = "er tmt."; -$strHome = "Hjem"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "Host"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'Utfr'; +$strGrants = 'Grants'; //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"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'er endret.'; +$strHasBeenCreated = 'er opprettet.'; +$strHasBeenDropped = 'er slettet.'; +$strHasBeenEmptied = 'er tmt.'; +$strHome = 'Hjem'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'Host'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Nkkel"; -$strKill = "Kill"; //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'; +$strInUse = 'in use'; //to translate -$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 +$strKeyname = 'Nkkel'; +$strKill = 'Kill'; //to translate -$strModifications = "Endringene er lagret"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL omstartet."; -$strMySQLSaid = "MySQL sa: "; -$strMySQLShowProcess = "Show processes"; //to translate -$strMySQLShowStatus = "Vis MySQL runtime informasjon"; -$strMySQLShowVars = "Vis MySQL systemvariabler"; +$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 -$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 +$strModifications = 'Endringene er lagret'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL omstartet.'; +$strMySQLSaid = 'MySQL sa: '; +$strMySQLShowProcess = 'Show processes'; //to translate +$strMySQLShowStatus = 'Vis MySQL runtime informasjon'; +$strMySQLShowVars = 'Vis MySQL systemvariabler'; -$strOftenQuotation = "Ofte anfrselstegn. Valgfritt innebrer 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 +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "Start"; -$strPrevious = "Forrige"; -$strPrimary = "Primr"; -$strPrimaryKey = "Primrnkkel"; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "resulterte i en feil."; -$strProperties = "Egenskaper"; +$strOftenQuotation = 'Ofte anfrselstegn. Valgfritt innebrer 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 -$strQBE = "Query by Example"; //to translate -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'Start'; +$strPrevious = 'Forrige'; +$strPrimary = 'Primr'; +$strPrimaryKey = 'Primrnkkel'; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'resulterte i en feil.'; +$strProperties = 'Egenskaper'; -$strReadTheDocs = "Les dokumentasjonen"; -$strRecords = "Rader"; -$strReloadFailed = "MySQL reload failed."; //to translate -$strReloadMySQL = "Omstart av MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "Endre tabellens navn"; -$strRenameTableOK = "Tabellen %s har ftt nytt navn %s"; -$strRepairTable = "Repair table"; //to translate -$strReplace = "Erstatt"; -$strReplaceTable = "Erstatt tabell med filen"; -$strReset = "Tm 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 kjrer p "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Kjr SQL-sprring mot database "; +$strQBE = 'Query by Example'; //to translate +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Lagre"; -$strSelect = "Sprring"; -$strSelectFields = "Velg felt (minst ett):"; -$strSelectNumRows = "in query"; //to translate -$strSend = "Send"; //to translate -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Show"; //to translate -$strShowingRecords = "Viser rader "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "SQL-sprring"; -$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/sprringen er utfrt"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'Les dokumentasjonen'; +$strRecords = 'Rader'; +$strReloadFailed = 'MySQL reload failed.'; //to translate +$strReloadMySQL = 'Omstart av MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'Endre tabellens navn'; +$strRenameTableOK = 'Tabellen %s har ftt nytt navn %s'; +$strRepairTable = 'Repair table'; //to translate +$strReplace = 'Erstatt'; +$strReplaceTable = 'Erstatt tabell med filen'; +$strReset = 'Tm 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 kjrer p '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Kjr SQL-sprring mot database '; -$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,
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"; +$strSave = 'Lagre'; +$strSelect = 'Sprring'; +$strSelectFields = 'Velg felt (minst ett):'; +$strSelectNumRows = 'in query'; //to translate +$strSend = 'Send'; //to translate +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Show'; //to translate +$strShowingRecords = 'Viser rader '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL-sprring'; +$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/sprringen er utfrt'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unik"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$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,
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'; -$strValue = "Verdi"; -$strViewDump = "Vis dump (skjema) av tabell"; -$strViewDumpDB = "Vis dump (skjema) av database"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unik'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Velkommen til "; -$strWrongUser = "Ugyldig brukernavn/passord. Ingen tilgang."; +$strValue = 'Verdi'; +$strViewDump = 'Vis dump (skjema) av tabell'; +$strViewDumpDB = 'Vis dump (skjema) av database'; -$strYes = "Ja"; +$strWelcome = 'Velkommen til '; +$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.'; + +$strYes = 'Ja'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 0fac8e490..0cc739690 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -1,283 +1,287 @@ prosz sprawdzi konfiguracj PHP."; -$strCarriage = "Znak powrotu: \\r"; -$strChange = "Zmiana"; -$strCheckAll = "Zaznaczenie wszystkich"; -$strCheckDbPriv = "Sprawdzanie uprawnie dla bazy danych"; -$strCheckTable = "Sprawdzanie tabeli"; -$strColumn = "Kolumna"; -$strColumnEmpty = "Brak nazw kolumn!"; -$strColumnNames = "Nazwy kolumn"; -$strCompleteInserts = "Pene dodania"; -$strConfirm = "Czy na pewno to zrobi?"; -$strCopyTable = "Kopiowanie tabeli do:"; -$strCopyTableOK = "Tabela %s zostaa przekopiowana do %s."; -$strCreate = "Utworzenie"; -$strCreateNewDatabase = "Utworzenie nowej bazy danych"; -$strCreateNewTable = "Utworzenie nowej tabeli dla bazy danych "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'Powrt'; +$strBinary = ' Binarne '; +$strBinaryDoNotEdit = ' Binarne - nie do edycji '; +$strBookmarkLabel = 'Nazwa'; +$strBookmarkQuery = 'Zapamitane zapytanie SQL'; +$strBookmarkThis = 'Zapamitanie zapytania SQL'; +$strBookmarkView = 'Tylko do pokazania'; +$strBrowse = 'Przegldanie'; +$strBzip = '".bz2"'; -$strData = "Dane"; -$strDatabase = "Baza danych "; -$strDatabases = "bazy danych"; -$strDataOnly = "Tylko dane"; -$strDbEmpty = "Brak nazwy bazy danych!"; -$strDefault = "Domylnie"; -$strDelete = "Skasowanie"; -$strDeleted = "Rekord zosta skasowany"; -$strDeleteFailed = "Kasowanie nie powiodo si!"; -$strDeletePassword = "Kasowanie hasa"; -$strDeleteUserMessage = "Uytkownik zosta skasowany"; -$strDelPassMessage = "Skasowane zostao haso uytkownika"; -$strDescending = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Ostrzeenie: Wczono opcj magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin le dziaa z wczon t opcj. Prosz zaznajomi si dokumentacj do PHP w aby znale informacj w jaki sposb wyczy t opcj.."; -$strDisplay = "Pokazanie"; -$strDoAQuery = "Wykonaj \"zaputanie przez przykad\" (znak globalny: \"%\")"; -$strDocu = "Dokumentacja"; -$strDoYouReally = "Czy na pewno wykona "; -$strDrop = "Usunicie"; -$strDropDB = "Usunicie bazy danych "; -$strDumpingData = "Zrzut danych dla tabeli"; -$strDynamic = "zmienny"; +$strCantLoadMySQL = 'nie mona zaadowa moduu MySQL,
prosz sprawdzi konfiguracj PHP.'; +$strCarriage = 'Znak powrotu: \\r'; +$strChange = 'Zmiana'; +$strCheckAll = 'Zaznaczenie wszystkich'; +$strCheckDbPriv = 'Sprawdzanie uprawnie dla bazy danych'; +$strCheckTable = 'Sprawdzanie tabeli'; +$strColumn = 'Kolumna'; +$strColumnEmpty = 'Brak nazw kolumn!'; +$strColumnNames = 'Nazwy kolumn'; +$strCompleteInserts = 'Pene dodania'; +$strConfirm = 'Czy na pewno to zrobi?'; +$strCopyTable = 'Kopiowanie tabeli do:'; +$strCopyTableOK = 'Tabela %s zostaa przekopiowana do %s.'; +$strCreate = 'Utworzenie'; +$strCreateNewDatabase = 'Utworzenie nowej bazy danych'; +$strCreateNewTable = 'Utworzenie nowej tabeli dla bazy danych '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Edycja"; -$strEditPrivileges = "Edycja uprawnie"; -$strEffective = "Efektywne"; -$strEmpty = "Wyczyszczenie"; -$strEmptyResultSet = "MySQL zwrci pusty wynik (i.e. zero rekordw)."; -$strEnableMagicQuotes = "Ostrzeenie: Wyczono opcj magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin le dziaa z wyczon t opcj. Prosz zaznajomi si dokumentacj do PHP w aby znale informacj w jaki sposb wczy t opcj.."; -$strEnclosedBy = "zawarty w"; -$strEnd = "Koniec"; -$strEnglishPrivileges=" Uwaga: Uprawnienia MySQL s oznaczone w j. angielskim "; -$strError = "Bd"; -$strEscapedBy = "poprzedzony przez"; -$strExtra = "Dodatkowy"; +$strData = 'Dane'; +$strDatabase = 'Baza danych '; +$strDatabases = 'bazy danych'; +$strDataOnly = 'Tylko dane'; +$strDbEmpty = 'Brak nazwy bazy danych!'; +$strDefault = 'Domylnie'; +$strDelete = 'Skasowanie'; +$strDeleted = 'Rekord zosta skasowany'; +$strDeleteFailed = 'Kasowanie nie powiodo si!'; +$strDeletePassword = 'Kasowanie hasa'; +$strDeleteUserMessage = 'Uytkownik zosta skasowany'; +$strDelPassMessage = 'Skasowane zostao haso uytkownika'; +$strDescending = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Ostrzeenie: Wczono opcj magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin le dziaa z wczon t opcj. Prosz zaznajomi si dokumentacj do PHP w aby znale informacj w jaki sposb wyczy t opcj..'; +$strDisplay = 'Pokazanie'; +$strDoAQuery = 'Wykonaj "zaputanie przez przykad" (znak globalny: "%")'; +$strDocu = 'Dokumentacja'; +$strDoYouReally = 'Czy na pewno wykona '; +$strDrop = 'Usunicie'; +$strDropDB = 'Usunicie bazy danych '; +$strDumpingData = 'Zrzut danych dla tabeli'; +$strDynamic = 'zmienny'; -$strField = "Pole"; -$strFields = "Pola"; -$strFixed = "stay"; -$strFormat = "Format"; -$strFunction = "Funkcja"; +$strEdit = 'Edycja'; +$strEditPrivileges = 'Edycja uprawnie'; +$strEffective = 'Efektywne'; +$strEmpty = 'Wyczyszczenie'; +$strEmptyResultSet = 'MySQL zwrci pusty wynik (i.e. zero rekordw).'; +$strEnableMagicQuotes = 'Ostrzeenie: Wyczono opcj magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin le dziaa z wyczon t opcj. Prosz zaznajomi si dokumentacj do PHP w aby znale informacj w jaki sposb wczy t opcj..'; +$strEnclosedBy = 'zawarty w'; +$strEnd = 'Koniec'; +$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s oznaczone w j. angielskim '; +$strError = 'Bd'; +$strEscapedBy = 'poprzedzony przez'; +$strExtra = 'Dodatkowy'; -$strGenTime = "Czas wygenerowania"; -$strGo = "Wykonanie"; -$strGrants = "Nadanie"; -$strGzip = "\".gz\""; +$strField = 'Pole'; +$strFields = 'Pola'; +$strFixed = 'stay'; +$strFormat = 'Format'; +$strFunction = 'Funkcja'; -$strHasBeenAltered = "zostao zamienione."; -$strHasBeenCreated = "zostao utworzone."; -$strHasBeenDropped = "zostao skasowane."; -$strHasBeenEmptied = "zostao wyczyszczone."; -$strHome = "Wejcie"; -$strHomepageOfficial = "Oficjalna strona phpMyAdmin"; -$strHomepageSourceforge = "Pobranie wersji Sourceforge phpMyAdmin"; -$strHost = "Host"; -$strHostEmpty = "Brak nazwy hosta!"; +$strGenTime = 'Czas wygenerowania'; +$strGo = 'Wykonanie'; +$strGrants = 'Nadanie'; +$strGzip = '".gz"'; -$strIfYouWish = "Prosz poda list kolumn rozdzielon przecinkami aby zaadowa tylko wybrane kolumny."; -$strIndex = "Indeks"; -$strIndexes = "Indeksy"; -$strInsert = "Dodanie"; -$strInsertAsNewRow = "Dodanie jako nowego rekordu"; -$strInsertIntoTable = "Dodanie do tabeli"; -$strInsertNewRow = "Dodanie nowego rekordu"; -$strInsertTextfiles = "Dodanie pliku tekstowego do tabeli"; -$strInUse = "w uyciu"; +$strHasBeenAltered = 'zostao zamienione.'; +$strHasBeenCreated = 'zostao utworzone.'; +$strHasBeenDropped = 'zostao skasowane.'; +$strHasBeenEmptied = 'zostao wyczyszczone.'; +$strHome = 'Wejcie'; +$strHomepageOfficial = 'Oficjalna strona phpMyAdmin'; +$strHomepageSourceforge = 'Pobranie wersji Sourceforge phpMyAdmin'; +$strHost = 'Host'; +$strHostEmpty = 'Brak nazwy hosta!'; -$strKeyname = "Nazwa klucza"; -$strKill = "Zabicie"; +$strIfYouWish = 'Prosz poda list kolumn rozdzielon przecinkami aby zaadowa tylko wybrane kolumny.'; +$strIndex = 'Indeks'; +$strIndexes = 'Indeksy'; +$strInsert = 'Dodanie'; +$strInsertAsNewRow = 'Dodanie jako nowego rekordu'; +$strInsertIntoTable = 'Dodanie do tabeli'; +$strInsertNewRow = 'Dodanie nowego rekordu'; +$strInsertTextfiles = 'Dodanie pliku tekstowego do tabeli'; +$strInUse = 'w uyciu'; -$strLength = "Dugo"; -$strLengthSet = "Dugo"; -$strLimitNumRows = "rekordw na stronie"; -$strLineFeed = "Kod wysunicia linii: \\n"; -$strLines = "Linie"; -$strLocationTextfile = "Lokalizacja pliku tekstowego"; -$strLogin = "Zalogowanie"; -$strLogout = "Wylogowanie"; +$strKeyname = 'Nazwa klucza'; +$strKill = 'Zabicie'; -$strModifications = "Modyfikacje zostay zapamitane"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL przeadowany."; -$strMySQLSaid = "MySQL zwrci komunikat: "; -$strMySQLShowProcess = "Pokazuj procesy"; -$strMySQLShowStatus = "Informacje o stanie serwera MySQL"; -$strMySQLShowVars = "Zmienne systemowe serwera MySQL"; +$strLength = 'Dugo'; +$strLengthSet = 'Dugo'; +$strLimitNumRows = 'rekordw na stronie'; +$strLineFeed = 'Kod wysunicia linii: \\n'; +$strLines = 'Linie'; +$strLocationTextfile = 'Lokalizacja pliku tekstowego'; +$strLogin = 'Zalogowanie'; +$strLogout = 'Wylogowanie'; -$strName = "Nazwa"; -$strNbRecords = "Ile"; -$strNext = "Nastpne"; -$strNo = "Nie"; -$strNoPassword = "Brak hasa"; -$strNoPrivileges = "Brak uprawnie"; -$strNoRights = "Brak wystarczajcych uprawnie!"; -$strNoTablesFound = "Nie znaleziono tabeli w bazie danych."; -$strNotNumber = "No nie jest liczba!"; -$strNotValidNumber = " nie jest poprawnym numerem rekordu!"; -$strNoUsersFound = "Nie znaleziono uytkownika(w)."; -$strNull = "Null"; -$strNumberIndexes = " ilo zaawansowanych indeksw "; +$strModifications = 'Modyfikacje zostay zapamitane'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL przeadowany.'; +$strMySQLSaid = 'MySQL zwrci komunikat: '; +$strMySQLShowProcess = 'Pokazuj procesy'; +$strMySQLShowStatus = 'Informacje o stanie serwera MySQL'; +$strMySQLShowVars = 'Zmienne systemowe serwera MySQL'; -$strOffSet = "Od"; -$strOftenQuotation = "Znaki cudzysowia. OPCJONALNIE oznacza, e tylko pola char oraz varchar s zawarte w \"cudzysowiach\"."; -$strOptimizeTable = "Optymalizacja tabeli"; -$strOptionalControls = "Opcjonalnie. Okrelenie w jaki sposb zapisa lub odczyta znaki specjalne."; -$strOptionally = "OPCJONALNIE"; -$strOr = "Lub"; -$strOverhead = "Nadmiarowo"; +$strName = 'Nazwa'; +$strNbRecords = 'Ile'; +$strNext = 'Nastpne'; +$strNo = 'Nie'; +$strNoPassword = 'Brak hasa'; +$strNoPrivileges = 'Brak uprawnie'; +$strNoRights = 'Brak wystarczajcych uprawnie!'; +$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.'; +$strNotNumber = 'No nie jest liczba!'; +$strNotValidNumber = ' nie jest poprawnym numerem rekordu!'; +$strNoUsersFound = 'Nie znaleziono uytkownika(w).'; +$strNull = 'Null'; +$strNumberIndexes = ' ilo zaawansowanych indeksw '; -$strPassword = "Haso"; -$strPasswordEmpty = "Puste haso!"; -$strPasswordNotSame = "Hasa nie s identyczne!"; -$strPHPVersion = "Wersja PHP"; -$strPos1 = "Pocztek"; -$strPrevious = "Poprzednie"; -$strPrimary = "Podstawowy"; -$strPrimaryKey = "Podstawowy klucz"; -$strPrinterFriendly = "Tabela w wersji do wydruku"; -$strPrintView = "Widok do wydruku"; -$strPrivileges = "Uprawnienia"; -$strProducedAnError = "zgosi bd."; -$strProperties = "Waciwoci"; +$strOffSet = 'Od'; +$strOftenQuotation = 'Znaki cudzysowia. OPCJONALNIE oznacza, e tylko pola char oraz varchar s zawarte w "cudzysowiach".'; +$strOptimizeTable = 'Optymalizacja tabeli'; +$strOptionalControls = 'Opcjonalnie. Okrelenie w jaki sposb zapisa lub odczyta znaki specjalne.'; +$strOptionally = 'OPCJONALNIE'; +$strOr = 'Lub'; +$strOverhead = 'Nadmiarowo'; -$strQBE = "Zapytanie przez przykad"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Haso'; +$strPasswordEmpty = 'Puste haso!'; +$strPasswordNotSame = 'Hasa nie s identyczne!'; +$strPHPVersion = 'Wersja PHP'; +$strPos1 = 'Pocztek'; +$strPrevious = 'Poprzednie'; +$strPrimary = 'Podstawowy'; +$strPrimaryKey = 'Podstawowy klucz'; +$strPrinterFriendly = 'Tabela w wersji do wydruku'; +$strPrintView = 'Widok do wydruku'; +$strPrivileges = 'Uprawnienia'; +$strProducedAnError = 'zgosi bd.'; +$strProperties = 'Waciwoci'; -$strReadTheDocs = "Prosz przeczyta dokumentacj"; -$strRecords = "Rekordy"; -$strReloadFailed = "Nie powiodo si przeadowanie MySQL."; -$strReloadMySQL = "Przeadowanie MySQL"; -$strRememberReload = "Prosz pamita o przeadowaniu serwera."; -$strRenameTable = "Zmiana nazwy tabeli na"; -$strRenameTableOK = "Tabela %s ma zmienion nazw na %s"; -$strRepairTable = "Naprawienie tabeli"; -$strReplace = "Zamiana"; -$strReplaceTable = "Zamiana danych tabeli z plikiem"; -$strReset = "Reset"; -$strReType = "Ponownie"; -$strRevoke = "Cofnicie"; -$strRevokeGrant = "Cofnicie uprawnie"; -$strRevokeGrantMessage = "Cofnite zostay uprawnienia dla"; -$strRevokeMessage = "Cofnite zostay uprawnienia dla"; -$strRevokePriv = "Cofnicie uprawnie"; -$strRowLength = "Dugo rekordu"; -$strRows = "Ilo rekordw"; -$strRowSize=" Rozmiar rekordu "; -$strRowsFrom = "rekordw poczwszy od"; -$strRowsStatistic = "Statystyka rekordw"; -$strRunning = "uruchomiony na "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych "; +$strQBE = 'Zapytanie przez przykad'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Zachowanie"; -$strSelect = "Wybr"; -$strSelectFields = "Wybr pl (co najmniej jedno):"; -$strSelectNumRows = "w zapytaniu"; -$strSend = "wysanie"; -$strSequence = "Sekwencja"; -$strServerVersion = "Wersja serwera"; -$strShow = "Pokazanie"; -$strShowThisQuery=" Ponowne wywoanie tego zapytania "; -$strShowingRecords = "Pokazanie rekordw "; -$strSingly = "(pojedyczo)"; -$strSize = "Rozmiar"; -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Wykorzystanie przestrzeni"; -$strSQLQuery = "zapytanie SQL"; -$strStatement = "Cecha"; -$strStrucCSV = "dane CSV"; -$strStrucData = "Struktura i dane"; -$strStrucDrop = "Dodanie 'drop table'"; -$strStrucOnly = "Tylko struktura"; -$strSubmit = "Wysanie"; -$strSuccess = "Zapytanie SQL zostao pomylnie wykonane"; -$strSum = "Suma"; +$strReadTheDocs = 'Prosz przeczyta dokumentacj'; +$strRecords = 'Rekordy'; +$strReloadFailed = 'Nie powiodo si przeadowanie MySQL.'; +$strReloadMySQL = 'Przeadowanie MySQL'; +$strRememberReload = 'Prosz pamita o przeadowaniu serwera.'; +$strRenameTable = 'Zmiana nazwy tabeli na'; +$strRenameTableOK = 'Tabela %s ma zmienion nazw na %s'; +$strRepairTable = 'Naprawienie tabeli'; +$strReplace = 'Zamiana'; +$strReplaceTable = 'Zamiana danych tabeli z plikiem'; +$strReset = 'Reset'; +$strReType = 'Ponownie'; +$strRevoke = 'Cofnicie'; +$strRevokeGrant = 'Cofnicie uprawnie'; +$strRevokeGrantMessage = 'Cofnite zostay uprawnienia dla'; +$strRevokeMessage = 'Cofnite zostay uprawnienia dla'; +$strRevokePriv = 'Cofnicie uprawnie'; +$strRowLength = 'Dugo rekordu'; +$strRows = 'Ilo rekordw'; +$strRowSize = ' Rozmiar rekordu '; +$strRowsFrom = 'rekordw poczwszy od'; +$strRowsStatistic = 'Statystyka rekordw'; +$strRunning = 'uruchomiony na '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Wykonanie zapytania SQL do bazy danych '; -$strTable = "tabela "; -$strTableComments = "Komentarze tabeli"; -$strTableEmpty = "Brak nazwy tabeli!"; -$strTableMaintenance = "Zarzdzanie tabel"; -$strTableStructure = "Struktura tabeli dla "; -$strTableType = "Typ tabeli"; -$strTerminatedBy = "zakoczone przez"; -$strTextAreaLength = " To pole moe nie by edytowalne,
z powodu swojej dugoci "; -$strTheContent = "Zawarto pliku zostaa doczona."; -$strTheContents = "Zawarto pliku zastpia dane wybranej tabeli, ktrych podstawowy lub unikalny klucz by identyczny."; -$strTheTerminator = "Znak rozdzielajcy pola."; -$strTotal = "wszystkich"; -$strType = "Typ"; +$strSave = 'Zachowanie'; +$strSelect = 'Wybr'; +$strSelectFields = 'Wybr pl (co najmniej jedno):'; +$strSelectNumRows = 'w zapytaniu'; +$strSend = 'wysanie'; +$strSequence = 'Sekwencja'; +$strServerVersion = 'Wersja serwera'; +$strShow = 'Pokazanie'; +$strShowThisQuery = ' Ponowne wywoanie tego zapytania '; +$strShowingRecords = 'Pokazanie rekordw '; +$strSingly = '(pojedyczo)'; +$strSize = 'Rozmiar'; +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Wykorzystanie przestrzeni'; +$strSQLQuery = 'zapytanie SQL'; +$strStatement = 'Cecha'; +$strStrucCSV = 'dane CSV'; +$strStrucData = 'Struktura i dane'; +$strStrucDrop = 'Dodanie \'drop table\''; +$strStrucOnly = 'Tylko struktura'; +$strSubmit = 'Wysanie'; +$strSuccess = 'Zapytanie SQL zostao pomylnie wykonane'; +$strSum = 'Suma'; -$strUncheckAll = "Odeznaczenie wszystkich"; -$strUnique = "Unikalny"; -$strUpdatePassMessage = "Zmienione zostao haso dla"; -$strUpdatePassword = "Zmiana hasa"; -$strUpdatePrivMessage = "Zmienione zostay uprawnienia dla"; -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$strUsage = "Wykorzystanie"; -$strUser = "Uytkownik"; -$strUserEmpty = "Brak nazwy uytkownika!"; -$strUserName = "Nazwa uytkownika"; -$strUsers = "Uytkownicy"; -$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'tabela '; +$strTableComments = 'Komentarze tabeli'; +$strTableEmpty = 'Brak nazwy tabeli!'; +$strTableMaintenance = 'Zarzdzanie tabel'; +$strTableStructure = 'Struktura tabeli dla '; +$strTableType = 'Typ tabeli'; +$strTerminatedBy = 'zakoczone przez'; +$strTextAreaLength = ' To pole moe nie by edytowalne,
z powodu swojej dugoci '; +$strTheContent = 'Zawarto pliku zostaa doczona.'; +$strTheContents = 'Zawarto pliku zastpia dane wybranej tabeli, ktrych podstawowy lub unikalny klucz by identyczny.'; +$strTheTerminator = 'Znak rozdzielajcy pola.'; +$strTotal = 'wszystkich'; +$strType = 'Typ'; -$strValue = "Warto"; -$strViewDump = "Zrzut tabeli"; -$strViewDumpDB = "Zrzut bazy danych"; +$strUncheckAll = 'Odeznaczenie wszystkich'; +$strUnique = 'Unikalny'; +$strUpdatePassMessage = 'Zmienione zostao haso dla'; +$strUpdatePassword = 'Zmiana hasa'; +$strUpdatePrivMessage = 'Zmienione zostay uprawnienia dla'; +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$strUsage = 'Wykorzystanie'; +$strUser = 'Uytkownik'; +$strUserEmpty = 'Brak nazwy uytkownika!'; +$strUserName = 'Nazwa uytkownika'; +$strUsers = 'Uytkownicy'; +$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Witamy w "; -$strWrongUser = "Bdne pola uytkownik/haso. Brak dostpu."; +$strValue = 'Warto'; +$strViewDump = 'Zrzut tabeli'; +$strViewDumpDB = 'Zrzut bazy danych'; -$strYes = "Tak"; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate -?> +$strWelcome = 'Witamy w '; +$strWrongUser = 'Bdne pola uytkownik/haso. Brak dostpu.'; + +$strYes = 'Tak'; + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = 'SQL-query on database '; +$strRunQuery = 'Run the query'; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +?> \ No newline at end of file diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 2abb3f4b6..c4ec7dcfe 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 %s copiada para %s."; -$strCreate = "Cria"; -$strCreateNewDatabase = "Cria novo banco de dados"; -$strCreateNewTable = "Cria nova tabela no banco de dados "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$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'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 = "Faa uma \"query by example\" (wildcard: \"%\")"; -$strDocu = "Documentao"; -$strDoYouReally = "Confirma : "; -$strDrop = "Elimina"; -$strDropDB = "Elimina o banco de dados: "; -$strDumpingData = "Extraindo dados da tabela"; -$strDynamic = "dynamic"; //to translate +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 %s copiada para %s.'; +$strCreate = 'Cria'; +$strCreateNewDatabase = 'Cria novo banco de dados'; +$strCreateNewTable = 'Cria nova tabela no banco de dados '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "Edita"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "Limpa"; -$strEmptyResultSet = "MySQL retornou um set vazio (ex. zero regs)."; -$strEnableMagicQuotes = "Warning: 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 +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 = 'Faa uma "query by example" (wildcard: "%")'; +$strDocu = 'Documentao'; +$strDoYouReally = 'Confirma : '; +$strDrop = 'Elimina'; +$strDropDB = 'Elimina o banco de dados: '; +$strDumpingData = 'Extraindo dados da tabela'; +$strDynamic = 'dynamic'; //to translate -$strField = "Campo"; -$strFields = "Qtd Campos"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Funoes"; +$strEdit = 'Edita'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'Limpa'; +$strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).'; +$strEnableMagicQuotes = 'Warning: 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 -$strGenTime = "Generation Time"; //to translate -$strGo = "Executa"; -$strGrants = "Grants"; //to translate +$strField = 'Campo'; +$strFields = 'Qtd Campos'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Funoes'; -$strHasBeenAltered = "foi alterado."; -$strHasBeenCreated = "foi criado."; -$strHasBeenDropped = "foi eliminado."; -$strHasBeenEmptied = "foi esvaziado."; -$strHome = "Home"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "Host"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'Executa'; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "Para carregar apenas algumas colunas da tabela, faa 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"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'foi alterado.'; +$strHasBeenCreated = 'foi criado.'; +$strHasBeenDropped = 'foi eliminado.'; +$strHasBeenEmptied = 'foi esvaziado.'; +$strHome = 'Home'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'Host'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Keyname"; -$strKill = "Kill"; //to translate +$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, faa 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'; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "Tamanho/Set"; -$strLimitNumRows = "records per page"; //to translate -$strLineFeed = "Linefeed: \\n"; -$strLines = "Linhas"; -$strLocationTextfile = "Localizao do arquivo textos"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Log out"; +$strKeyname = 'Keyname'; +$strKill = 'Kill'; //to translate -$strModifications = "Modificaes foram salvas"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL reiniciado."; -$strMySQLSaid = "Mensagens do MySQL : "; -$strMySQLShowProcess = "Mostra os Processos"; -$strMySQLShowStatus = "Mostra informao de runtime do MySql"; -$strMySQLShowVars = "Mostra variveis de sistema do MySQL"; +$strLength = 'Length'; //to translate +$strLengthSet = 'Tamanho/Set'; +$strLimitNumRows = 'records per page'; //to translate +$strLineFeed = 'Linefeed: \\n'; +$strLines = 'Linhas'; +$strLocationTextfile = 'Localizao do arquivo textos'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Log out'; -$strName = "Nome"; -$strNext = "Prximo"; -$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 = "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 +$strModifications = 'Modificaes foram salvas'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL reiniciado.'; +$strMySQLSaid = 'Mensagens do MySQL : '; +$strMySQLShowProcess = 'Mostra os Processos'; +$strMySQLShowStatus = 'Mostra informao de runtime do MySql'; +$strMySQLShowVars = 'Mostra variveis de sistema do MySQL'; -$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 +$strName = 'Nome'; +$strNext = 'Prximo'; +$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 = '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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "Inicio"; -$strPrevious = "Anterior"; -$strPrimary = "Primary"; -$strPrimaryKey = "Chave Primria"; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "produziu um erro."; -$strProperties = "Propriedades"; +$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 -$strQBE = "Query by Example"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'Inicio'; +$strPrevious = 'Anterior'; +$strPrimary = 'Primary'; +$strPrimaryKey = 'Chave Primria'; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'produziu um erro.'; +$strProperties = 'Propriedades'; -$strReadTheDocs = "Leia os docs"; -$strRecords = "Registros"; -$strReloadFailed = "Reinicializao do MySQL falhou."; -$strReloadMySQL = "Reinicializa o MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "Renomeia a tabela para "; -$strRenameTableOK = "Tabela %s renomeada para %s"; -$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 = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Executa SQL query no banco de dados "; +$strQBE = 'Query by Example'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Salva"; -$strSelect = "Seleciona"; -$strSelectFields = "Seleciones os campos (no mnimo 1)"; -$strSelectNumRows = "in query"; //to translate -$strSend = "envia"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Show"; //to translate -$strShowingRecords = "Mostrando registros "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$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"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'Leia os docs'; +$strRecords = 'Registros'; +$strReloadFailed = 'Reinicializao do MySQL falhou.'; +$strReloadMySQL = 'Reinicializa o MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'Renomeia a tabela para '; +$strRenameTableOK = 'Tabela %s renomeada para %s'; +$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 = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Executa SQL query no banco de dados '; -$strTable = "tabela "; -$strTableComments = "Comentrios 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,
this field might not be editable "; //to translate -$strTheContent = "O contedo do seu arquivo foi inserido"; -$strTheContents = "O contedo do arquivo substituiu o contedo da tabela que tinha a mesma chave primria ou nica"; -$strTheTerminator = "Terminador de campos."; -$strTotal = "total"; -$strType = "Tipo"; +$strSave = 'Salva'; +$strSelect = 'Seleciona'; +$strSelectFields = 'Seleciones os campos (no mnimo 1)'; +$strSelectNumRows = 'in query'; //to translate +$strSend = 'envia'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Show'; //to translate +$strShowingRecords = 'Mostrando registros '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$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'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unique"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'tabela '; +$strTableComments = 'Comentrios 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,
this field might not be editable '; //to translate +$strTheContent = 'O contedo do seu arquivo foi inserido'; +$strTheContents = 'O contedo do arquivo substituiu o contedo da tabela que tinha a mesma chave primria ou nica'; +$strTheTerminator = 'Terminador de campos.'; +$strTotal = 'total'; +$strType = 'Tipo'; -$strValue = "Value"; -$strViewDump = "Ver o esquema da tabela"; -$strViewDumpDB = "Ver o esquema do banco de dados"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unique'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Benvindo ao "; -$strWrongUser = "Usurio ou Senha errado. Acesso Negado."; +$strValue = 'Value'; +$strViewDump = 'Ver o esquema da tabela'; +$strViewDumpDB = 'Ver o esquema do banco de dados'; -$strYes = "Sim"; +$strWelcome = 'Benvindo ao '; +$strWrongUser = 'Usurio ou Senha errado. Acesso Negado.'; + +$strYes = 'Sim'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 6d313f06e..847a77814 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = " %s %s."; -$strCreate = ""; -$strCreateNewDatabase = " "; -$strCreateNewTable = " "; -$strCriteria = ""; +$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 = ''; -$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 = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 = ' %s %s.'; +$strCreate = ''; +$strCreateNewDatabase = ' '; +$strCreateNewTable = ' '; +$strCriteria = ''; -$strEdit = ""; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = ""; -$strEmptyResultSet = "MySQL (.. )."; -$strEnableMagicQuotes = "Warning: 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 = ""; +$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 = 'Warning: 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 -$strField = ""; -$strFields = ""; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = ""; +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = ''; +$strEmptyResultSet = 'MySQL (.. ).'; +$strEnableMagicQuotes = 'Warning: 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 = ''; -$strGenTime = "Generation Time"; //to translate -$strGo = ""; -$strGrants = "Grants"; //to translate +$strField = ''; +$strFields = ''; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = ''; -$strHasBeenAltered = " ."; -$strHasBeenCreated = " ."; -$strHasBeenDropped = " ."; -$strHasBeenEmptied = " ."; -$strHome = " "; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = ""; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = ''; +$strGrants = 'Grants'; //to translate -$strIfYouWish = " , ."; -$strIndex = ""; -$strIndexes = "Indexes"; //to translate -$strInsert = ""; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = " "; -$strInsertNewRow = " "; -$strInsertTextfiles = " "; -$strInUse = "in use"; //to translate +$strHasBeenAltered = ' .'; +$strHasBeenCreated = ' .'; +$strHasBeenDropped = ' .'; +$strHasBeenEmptied = ' .'; +$strHome = ' '; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = ''; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = " "; -$strKill = "Kill"; //to translate +$strIfYouWish = ' , .'; +$strIndex = ''; +$strIndexes = 'Indexes'; //to translate +$strInsert = ''; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = ' '; +$strInsertNewRow = ' '; +$strInsertTextfiles = ' '; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = ""; -$strLimitNumRows = "records per page"; //to translate -$strLineFeed = " : \\n"; -$strLines = ""; -$strLocationTextfile = " "; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = " "; +$strKeyname = ' '; +$strKill = 'Kill'; //to translate -$strModifications = " "; -$strModify = ""; -$strMySQLReloaded = "MySQL ."; -$strMySQLSaid = "MySQL : "; -$strMySQLShowProcess = " "; -$strMySQLShowStatus = " MySQL"; -$strMySQLShowVars = " MySQL"; +$strLength = 'Length'; //to translate +$strLengthSet = ''; +$strLimitNumRows = 'records per page'; //to translate +$strLineFeed = ' : \\n'; +$strLines = ''; +$strLocationTextfile = ' '; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = ' '; -$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 +$strModifications = ' '; +$strModify = ''; +$strMySQLReloaded = 'MySQL .'; +$strMySQLSaid = 'MySQL : '; +$strMySQLShowProcess = ' '; +$strMySQLShowStatus = ' MySQL'; +$strMySQLShowVars = ' MySQL'; -$strOftenQuotation = " . , char varchar ."; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = " . ."; -$strOptionally = " "; -$strOr = ""; -$strOverhead = "Overhead"; //to translate +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = ""; -$strPrevious = ""; -$strPrimary = ""; -$strPrimaryKey = " "; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = " ."; -$strProperties = ""; +$strOftenQuotation = ' . , char varchar .'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = ' . .'; +$strOptionally = ' '; +$strOr = ''; +$strOverhead = 'Overhead'; //to translate -$strQBE = " "; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = ''; +$strPrevious = ''; +$strPrimary = ''; +$strPrimaryKey = ' '; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = ' .'; +$strProperties = ''; -$strReadTheDocs = " "; -$strRecords = ""; -$strReloadFailed = " MySQL."; -$strReloadMySQL = " MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = " "; -$strRenameTableOK = " %s %s"; -$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 () "; +$strQBE = ' '; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = ""; -$strSelect = ""; -$strSelectFields = " ( ):"; -$strSelectNumRows = "in query"; //to translate -$strSend = ""; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = ""; -$strShowingRecords = " "; -$strSingly = "(singly)"; //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- "; -$strSum = "Sum"; //to translate +$strReadTheDocs = ' '; +$strRecords = ''; +$strReloadFailed = ' MySQL.'; +$strReloadMySQL = ' MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = ' '; +$strRenameTableOK = ' %s %s'; +$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 () '; -$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,
this field might not be editable "; //to translate -$strTheContent = " ."; -$strTheContents = " ."; -$strTheTerminator = " ."; -$strTotal = ""; -$strType = ""; +$strSave = ''; +$strSelect = ''; +$strSelectFields = ' ( ):'; +$strSelectNumRows = 'in query'; //to translate +$strSend = ''; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = ''; +$strShowingRecords = ' '; +$strSingly = '(singly)'; //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- '; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = ""; -$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 = " "; +$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,
this field might not be editable '; //to translate +$strTheContent = ' .'; +$strTheContents = ' .'; +$strTheTerminator = ' .'; +$strTotal = ''; +$strType = ''; -$strValue = ""; -$strViewDump = " () "; -$strViewDumpDB = " () "; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = ''; +$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 = ' '; -$strWelcome = " "; -$strWrongUser = " /. ."; +$strValue = ''; +$strViewDump = ' () '; +$strViewDumpDB = ' () '; -$strYes = ""; +$strWelcome = ' '; +$strWrongUser = ' /. .'; + +$strYes = ''; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index f04f3b696..2bd7e589f 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = " %s %s."; -$strCreate = ""; -$strCreateNewDatabase = " "; -$strCreateNewTable = " "; -$strCriteria = ""; +$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 = ''; -$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 = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 = ' %s %s.'; +$strCreate = ''; +$strCreateNewDatabase = ' '; +$strCreateNewTable = ' '; +$strCriteria = ''; -$strEdit = ""; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = ""; -$strEmptyResultSet = "MySQL (.. )."; -$strEnableMagicQuotes = "Warning: 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 = ""; +$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 = 'Warning: 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 -$strField = ""; -$strFields = ""; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = ""; +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = ''; +$strEmptyResultSet = 'MySQL (.. ).'; +$strEnableMagicQuotes = 'Warning: 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 = ''; -$strGenTime = "Generation Time"; //to translate -$strGo = ""; -$strGrants = "Grants"; //to translate +$strField = ''; +$strFields = ''; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = ''; -$strHasBeenAltered = " ."; -$strHasBeenCreated = " ."; -$strHasBeenDropped = " ."; -$strHasBeenEmptied = " ."; -$strHome = " "; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = ""; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = ''; +$strGrants = 'Grants'; //to translate -$strIfYouWish = " , ."; -$strIndex = ""; -$strIndexes = "Indexes"; //to translate -$strInsert = ""; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = " "; -$strInsertNewRow = " "; -$strInsertTextfiles = " "; -$strInUse = "in use"; //to translate +$strHasBeenAltered = ' .'; +$strHasBeenCreated = ' .'; +$strHasBeenDropped = ' .'; +$strHasBeenEmptied = ' .'; +$strHome = ' '; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = ''; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = " "; -$strKill = "Kill"; //to translate +$strIfYouWish = ' , .'; +$strIndex = ''; +$strIndexes = 'Indexes'; //to translate +$strInsert = ''; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = ' '; +$strInsertNewRow = ' '; +$strInsertTextfiles = ' '; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = ""; -$strLimitNumRows = "records per page"; //to translate -$strLineFeed = " : \\n"; -$strLines = ""; -$strLocationTextfile = " "; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = " "; +$strKeyname = ' '; +$strKill = 'Kill'; //to translate -$strModifications = " "; -$strModify = ""; -$strMySQLReloaded = "MySQL ."; -$strMySQLSaid = "MySQL : "; -$strMySQLShowProcess = " "; -$strMySQLShowStatus = " MySQL"; -$strMySQLShowVars = " MySQL"; +$strLength = 'Length'; //to translate +$strLengthSet = ''; +$strLimitNumRows = 'records per page'; //to translate +$strLineFeed = ' : \\n'; +$strLines = ''; +$strLocationTextfile = ' '; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = ' '; -$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 +$strModifications = ' '; +$strModify = ''; +$strMySQLReloaded = 'MySQL .'; +$strMySQLSaid = 'MySQL : '; +$strMySQLShowProcess = ' '; +$strMySQLShowStatus = ' MySQL'; +$strMySQLShowVars = ' MySQL'; -$strOftenQuotation = " . , char varchar ."; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = " . ."; -$strOptionally = " "; -$strOr = ""; -$strOverhead = "Overhead"; //to translate +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = ""; -$strPrevious = ""; -$strPrimary = ""; -$strPrimaryKey = " "; -$strPrinterFriendly = "Printer friendly version of above table"; //to translate -$strPrintView = "Print view"; //to translate -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = " ."; -$strProperties = ""; +$strOftenQuotation = ' . , char varchar .'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = ' . .'; +$strOptionally = ' '; +$strOr = ''; +$strOverhead = 'Overhead'; //to translate -$strQBE = " "; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = ''; +$strPrevious = ''; +$strPrimary = ''; +$strPrimaryKey = ' '; +$strPrinterFriendly = 'Printer friendly version of above table'; //to translate +$strPrintView = 'Print view'; //to translate +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = ' .'; +$strProperties = ''; -$strReadTheDocs = " "; -$strRecords = ""; -$strReloadFailed = " MySQL."; -$strReloadMySQL = " MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = " "; -$strRenameTableOK = " %s %s"; -$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 () "; +$strQBE = ' '; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = ""; -$strSelect = ""; -$strSelectFields = " ( ):"; -$strSelectNumRows = "in query"; //to translate -$strSend = ""; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = ""; -$strShowingRecords = " "; -$strSingly = "(singly)"; //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- "; -$strSum = "Sum"; //to translate +$strReadTheDocs = ' '; +$strRecords = ''; +$strReloadFailed = ' MySQL.'; +$strReloadMySQL = ' MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = ' '; +$strRenameTableOK = ' %s %s'; +$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 () '; -$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,
this field might not be editable "; //to translate -$strTheContent = " ."; -$strTheContents = " ."; -$strTheTerminator = " ."; -$strTotal = ""; -$strType = ""; +$strSave = ''; +$strSelect = ''; +$strSelectFields = ' ( ):'; +$strSelectNumRows = 'in query'; //to translate +$strSend = ''; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = ''; +$strShowingRecords = ' '; +$strSingly = '(singly)'; //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- '; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = ""; -$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 = " "; +$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,
this field might not be editable '; //to translate +$strTheContent = ' .'; +$strTheContents = ' .'; +$strTheTerminator = ' .'; +$strTotal = ''; +$strType = ''; -$strValue = ""; -$strViewDump = " () "; -$strViewDumpDB = " () "; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = ''; +$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 = ' '; -$strWelcome = " "; -$strWrongUser = " /. ."; +$strValue = ''; +$strViewDump = ' () '; +$strViewDumpDB = ' () '; -$strYes = ""; +$strWelcome = ' '; +$strWrongUser = ' /. .'; + +$strYes = ''; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 1ba3f900c..51aac9250 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -1,284 +1,286 @@ */ -$charset = "iso-8859-2"; -$left_font_family = "verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif"; -$right_font_family = "verdana CE, Arial CE, helvetica, arial, geneva, sans-serif"; -$number_thousands_separator = " "; -$number_decimal_separator = ","; -$byteUnits = array("Bajtov", "KB", "MB", "GB"); +$charset = 'iso-8859-2'; +$left_font_family = 'verdana CE, Arial CE, verdana, helvetica, arial, geneva, sans-serif'; +$right_font_family = 'verdana CE, Arial CE, helvetica, arial, geneva, sans-serif'; +$number_thousands_separator = ' '; +$number_decimal_separator = ','; +$byteUnits = array('Bajtov', 'KB', 'MB', 'GB'); -$strAccessDenied = "Prstup zamietnut"; -$strAction = "Akcia"; -$strAddDeleteColumn = "Prida/Odobra polia stpcov"; -$strAddDeleteRow = "Prida/Odobra kritria riadku"; -$strAddNewField = "Prida nov pole"; -$strAddPriv = "Prida nov privilgium"; -$strAddPrivMessage = "Privilgium bolo pridan."; -$strAddSearchConditions = "Prida vyhadvacie parametre (obsah dotazu po \"where\" prkaze):"; -$strAddUser = "Prida novho pouvatea"; -$strAddUserMessage = "Pouvate bol pridan."; -$strAfter = "Po"; -$strAll = "Vetko"; -$strAlterOrderBy = "Zmeni poradie tabuky poda"; -$strAnalyzeTable = "Analyzova tabuku"; -$strAnd = "a"; -$strAnIndex = "Bol pridan index na "; -$strAny = "Akkovek"; -$strAnyColumn = "Akkovek stpec"; -$strAnyDatabase = "Akkovek databza"; -$strAnyHost = "Akkovek hostite"; -$strAnyTable = "Akkovek tabuka"; -$strAnyUser = "Akykovek pouvate"; -$strAPrimaryKey = "Bol pridan primrny k na "; -$strAscending = "Vzostupne"; -$strAtBeginningOfTable = "Na zaiatku tabuky"; -$strAtEndOfTable = "Na konci tabuky"; -$strAttr = "Atribty"; +$strAccessDenied = 'Prstup zamietnut'; +$strAction = 'Akcia'; +$strAddDeleteColumn = 'Prida/Odobra polia stpcov'; +$strAddDeleteRow = 'Prida/Odobra kritria riadku'; +$strAddNewField = 'Prida nov pole'; +$strAddPriv = 'Prida nov privilgium'; +$strAddPrivMessage = 'Privilgium bolo pridan.'; +$strAddSearchConditions = 'Prida vyhadvacie parametre (obsah dotazu po "where" prkaze):'; +$strAddUser = 'Prida novho pouvatea'; +$strAddUserMessage = 'Pouvate bol pridan.'; +$strAfter = 'Po'; +$strAll = 'Vetko'; +$strAlterOrderBy = 'Zmeni poradie tabuky poda'; +$strAnalyzeTable = 'Analyzova tabuku'; +$strAnd = 'a'; +$strAnIndex = 'Bol pridan index na '; +$strAny = 'Akkovek'; +$strAnyColumn = 'Akkovek stpec'; +$strAnyDatabase = 'Akkovek databza'; +$strAnyHost = 'Akkovek hostite'; +$strAnyTable = 'Akkovek tabuka'; +$strAnyUser = 'Akykovek pouvate'; +$strAPrimaryKey = 'Bol pridan primrny k na '; +$strAscending = 'Vzostupne'; +$strAtBeginningOfTable = 'Na zaiatku tabuky'; +$strAtEndOfTable = 'Na konci tabuky'; +$strAttr = 'Atribty'; -$strBack = "Sp"; -$strBinary = "Binrny"; -$strBinaryDoNotEdit = "Binrny - neupravujte "; -$strBookmarkLabel = "Nzov"; -$strBookmarkQuery = "Obben SQL dotaz"; -$strBookmarkThis = "Prida tento SQL dotaz do obbench"; -$strBookmarkView = "Iba prezrie"; -$strBrowse = "Prechdza"; -$strBzip = "\"bzipped\""; +$strBack = 'Sp'; +$strBinary = 'Binrny'; +$strBinaryDoNotEdit = 'Binrny - neupravujte '; +$strBookmarkLabel = 'Nzov'; +$strBookmarkQuery = 'Obben SQL dotaz'; +$strBookmarkThis = 'Prida tento SQL dotaz do obbench'; +$strBookmarkView = 'Iba prezrie'; +$strBrowse = 'Prechdza'; +$strBzip = '"bzipped"'; -$strCantLoadMySQL = "nieje mon nahra rozrenie pre MySQL,
prosm skontrolujte konfigurciu PHP."; -$strCarriage = "Nvrat vozku (Carriage return): \\r"; -$strChange = "Zmeni"; -$strCheckAll = "Oznai vetko"; -$strCheckDbPriv = "Skontrolova privilgia databzy"; -$strCheckTable = "Skontrolova tabuku"; -$strColumn = "Stpec"; -$strColumnEmpty = "Nzvy stpcov s przdne!"; -$strColumnNames = "Nzvy stpcov"; -$strCompleteInserts = "pln vloenie"; -$strConfirm = "Skutone si elte toto vykona?"; -$strCopyTable = "Skoprova tabuku do:"; -$strCopyTableOK = "Tabuka %s bola skorrovan do %s."; -$strCreate = "Vytvori"; -$strCreateNewDatabase = "Vytvori nov databzu"; -$strCreateNewTable = "Vytvori nov tabuku v databze "; -$strCriteria = "Kritria"; +$strCantLoadMySQL = 'nieje mon nahra rozrenie pre MySQL,
prosm skontrolujte konfigurciu PHP.'; +$strCarriage = 'Nvrat vozku (Carriage return): \\r'; +$strChange = 'Zmeni'; +$strCheckAll = 'Oznai vetko'; +$strCheckDbPriv = 'Skontrolova privilgia databzy'; +$strCheckTable = 'Skontrolova tabuku'; +$strColumn = 'Stpec'; +$strColumnEmpty = 'Nzvy stpcov s przdne!'; +$strColumnNames = 'Nzvy stpcov'; +$strCompleteInserts = 'pln vloenie'; +$strConfirm = 'Skutone si elte toto vykona?'; +$strCopyTable = 'Skoprova tabuku do:'; +$strCopyTableOK = 'Tabuka %s bola skorrovan do %s.'; +$strCreate = 'Vytvori'; +$strCreateNewDatabase = 'Vytvori nov databzu'; +$strCreateNewTable = 'Vytvori nov tabuku v databze '; +$strCriteria = 'Kritria'; -$strData = "Dta"; -$strDatabase = "Databza "; -$strDatabases = "databz(y)"; -$strDataOnly = "Iba dta"; -$strDbEmpty = "Nzov databzy je przdny!"; -$strDefault = "Predvolen"; -$strDelete = "Zmaza"; -$strDeleted = "Riadok bol zmazan"; -$strDeleteFailed = "Mazanie bolo nespen!"; -$strDeletePassword = "Zmaza heslo"; -$strDeleteUserMessage = "Bol zmazan pouvate"; -$strDelPassMessage = "Bolo zmazan heslo pre"; -$strDescending = "Zostupne"; -$strDisableMagicQuotes = "Varovanie: Mte zapnut magic_quotes_gpc vo Vaej konfigurcii PHP. Tto verzia PhpMyAdmin-a neme funguva sprvane s tmto nastavenm. Prosm pozrite sa do manulu konfigurcie PHP ako toto nastavenie zmeni."; -$strDisplay = "Zobrazi"; -$strDoAQuery = "Vykona \"dotaz poda prkladu\" (wildcard: \"%\")"; -$strDocu = "Dokumentcia"; -$strDoYouReally = "Skutone chcete vykona prkaz "; -$strDrop = "Odstrni"; -$strDropDB = "Odstrni databzu "; -$strDumpingData = "Dampujem dta pre tabuku"; -$strDynamic = "dynamic"; +$strData = 'Dta'; +$strDatabase = 'Databza '; +$strDatabases = 'databz(y)'; +$strDataOnly = 'Iba dta'; +$strDbEmpty = 'Nzov databzy je przdny!'; +$strDefault = 'Predvolen'; +$strDelete = 'Zmaza'; +$strDeleted = 'Riadok bol zmazan'; +$strDeleteFailed = 'Mazanie bolo nespen!'; +$strDeletePassword = 'Zmaza heslo'; +$strDeleteUserMessage = 'Bol zmazan pouvate'; +$strDelPassMessage = 'Bolo zmazan heslo pre'; +$strDescending = 'Zostupne'; +$strDisableMagicQuotes = 'Varovanie: Mte zapnut magic_quotes_gpc vo Vaej konfigurcii PHP. Tto verzia PhpMyAdmin-a neme funguva sprvane s tmto nastavenm. Prosm pozrite sa do manulu konfigurcie PHP ako toto nastavenie zmeni.'; +$strDisplay = 'Zobrazi'; +$strDoAQuery = 'Vykona "dotaz poda prkladu" (wildcard: "%")'; +$strDocu = 'Dokumentcia'; +$strDoYouReally = 'Skutone chcete vykona prkaz '; +$strDrop = 'Odstrni'; +$strDropDB = 'Odstrni databzu '; +$strDumpingData = 'Dampujem dta pre tabuku'; +$strDynamic = 'dynamic'; -$strEdit = "Upravi"; -$strEditPrivileges = "Upravi privilgia"; -$strEffective = "Efektvny"; -$strEmpty = "Vyprzdni"; -$strEmptyResultSet = "MySQL vrtil przdny vsledok (tj. nulov poet riadkov)."; -$strEnableMagicQuotes = "Varovanie: Nemte zapnut magic_quotes_gpc vo Vaej konfigurcii PHP. PhpMyAdmin to potrebuje pre sprvnu funknos. Prosm pozrite sa do manulu konfigurcie PHP ako toto nastavenie zmeni."; -$strEnclosedBy = "uzatvoren do"; -$strEnd = "Koniec"; -$strEnglishPrivileges = " Poznmka: nzvy MySQL privilgi s uvdzan v anglitine. "; -$strError = "Chyba"; -$strEscapedBy = "uveden pomocou"; -$strExtra = "Extra"; +$strEdit = 'Upravi'; +$strEditPrivileges = 'Upravi privilgia'; +$strEffective = 'Efektvny'; +$strEmpty = 'Vyprzdni'; +$strEmptyResultSet = 'MySQL vrtil przdny vsledok (tj. nulov poet riadkov).'; +$strEnableMagicQuotes = 'Varovanie: Nemte zapnut magic_quotes_gpc vo Vaej konfigurcii PHP. PhpMyAdmin to potrebuje pre sprvnu funknos. Prosm pozrite sa do manulu konfigurcie PHP ako toto nastavenie zmeni.'; +$strEnclosedBy = 'uzatvoren do'; +$strEnd = 'Koniec'; +$strEnglishPrivileges = ' Poznmka: nzvy MySQL privilgi s uvdzan v anglitine. '; +$strError = 'Chyba'; +$strEscapedBy = 'uveden pomocou'; +$strExtra = 'Extra'; -$strField = "Pole"; -$strFields = "Polia"; -$strFixed = "pevn"; -$strFormat = "Formt"; -$strFunction = "Funkcia"; +$strField = 'Pole'; +$strFields = 'Polia'; +$strFixed = 'pevn'; +$strFormat = 'Formt'; +$strFunction = 'Funkcia'; -$strGenTime = "Vygenerovan:"; -$strGo = "Vykonaj"; -$strGrants = "Privilgia"; -$strGzip = "\"gzip-ovan\""; +$strGenTime = 'Vygenerovan:'; +$strGo = 'Vykonaj'; +$strGrants = 'Privilgia'; +$strGzip = '"gzip-ovan"'; -$strHasBeenAltered = "bola zmenen."; -$strHasBeenCreated = "bola vytvoren."; -$strHasBeenDropped = "bola zmazan."; -$strHasBeenEmptied = "bola vyprzdnen."; -$strHome = "Domov"; -$strHomepageOfficial = "Oficilne strnky phpMyAdmin-a"; -$strHomepageSourceforge = "Download strnka phpMyAdmin-a (Sourceforge)"; -$strHost = "Hostitel"; -$strHostEmpty = "Nzov hostitela je przdny!"; +$strHasBeenAltered = 'bola zmenen.'; +$strHasBeenCreated = 'bola vytvoren.'; +$strHasBeenDropped = 'bola zmazan.'; +$strHasBeenEmptied = 'bola vyprzdnen.'; +$strHome = 'Domov'; +$strHomepageOfficial = 'Oficilne strnky phpMyAdmin-a'; +$strHomepageSourceforge = 'Download strnka phpMyAdmin-a (Sourceforge)'; +$strHost = 'Hostitel'; +$strHostEmpty = 'Nzov hostitela je przdny!'; -$strIfYouWish = "Ak si zelte nahra iba urit stpce tabuky, pecifikujte ich ako zoznam pol oddelen iarkou."; -$strIndex = "Index"; -$strIndexes = "Indexy"; -$strInsert = "Vloi"; -$strInsertAsNewRow = "Vloi ako nov riadok"; -$strInsertIntoTable = "Vloi do tabuky"; -$strInsertNewRow = "Vloi nov riadok"; -$strInsertTextfiles = "Vloi textov sbory do tabuky"; -$strInUse = "prve sa pouva"; +$strIfYouWish = 'Ak si zelte nahra iba urit stpce tabuky, pecifikujte ich ako zoznam pol oddelen iarkou.'; +$strIndex = 'Index'; +$strIndexes = 'Indexy'; +$strInsert = 'Vloi'; +$strInsertAsNewRow = 'Vloi ako nov riadok'; +$strInsertIntoTable = 'Vloi do tabuky'; +$strInsertNewRow = 'Vloi nov riadok'; +$strInsertTextfiles = 'Vloi textov sbory do tabuky'; +$strInUse = 'prve sa pouva'; -$strKeyname = "Kov nzov"; -$strKill = "Zabi"; +$strKeyname = 'Kov nzov'; +$strKill = 'Zabi'; -$strLength = "Dka"; -$strLengthSet = "Dka/Nastavi"; -$strLimitNumRows = "zznamov na strnku"; -$strLineFeed = "Ukonenie riadku (Linefeed): \\n"; -$strLines = "Riadkov"; -$strLocationTextfile = "Lokcia textovho sboru"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Odhlsi sa"; +$strLength = 'Dka'; +$strLengthSet = 'Dka/Nastavi'; +$strLimitNumRows = 'zznamov na strnku'; +$strLineFeed = 'Ukonenie riadku (Linefeed): \\n'; +$strLines = 'Riadkov'; +$strLocationTextfile = 'Lokcia textovho sboru'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Odhlsi sa'; -$strModifications = "Zmeny boli uloen"; -$strModify = "Zmeni"; -$strMySQLReloaded = "MySQL znovu-natan."; -$strMySQLSaid = "MySQL hlsi: "; -$strMySQLShowProcess = "Zobrazi procesy"; -$strMySQLShowStatus = "Zobrazi MySQL informcie o behu"; -$strMySQLShowVars = "Zobrazi MySQL systmov premenn"; +$strModifications = 'Zmeny boli uloen'; +$strModify = 'Zmeni'; +$strMySQLReloaded = 'MySQL znovu-natan.'; +$strMySQLSaid = 'MySQL hlsi: '; +$strMySQLShowProcess = 'Zobrazi procesy'; +$strMySQLShowStatus = 'Zobrazi MySQL informcie o behu'; +$strMySQLShowVars = 'Zobrazi MySQL systmov premenn'; -$strName = "Nzov"; -$strNbRecords = "Poet zznamov"; -$strNext = "al"; -$strNo = "Nie"; -$strNoPassword = "iadne heslo"; -$strNoPrivileges = "iadne privilgia"; -$strNoRights = "Nemte dostaton prva na vykonanie tejto akcie!"; -$strNoTablesFound = "Neboli njden iadne tabuky v tejto datbaze."; -$strNotNumber = "Toto nieje slo!"; -$strNotValidNumber = " nieje platn slo riadku!"; -$strNoUsersFound = "Nebol njden iadny pouvate."; -$strNull = "Nulov"; -$strNumberIndexes = " Poet rozrench indexov "; +$strName = 'Nzov'; +$strNbRecords = 'Poet zznamov'; +$strNext = 'al'; +$strNo = 'Nie'; +$strNoPassword = 'iadne heslo'; +$strNoPrivileges = 'iadne privilgia'; +$strNoRights = 'Nemte dostaton prva na vykonanie tejto akcie!'; +$strNoTablesFound = 'Neboli njden iadne tabuky v tejto datbaze.'; +$strNotNumber = 'Toto nieje slo!'; +$strNotValidNumber = ' nieje platn slo riadku!'; +$strNoUsersFound = 'Nebol njden iadny pouvate.'; +$strNull = 'Nulov'; +$strNumberIndexes = ' Poet rozrench indexov '; -$strOffSet = "Offset"; -$strOftenQuotation = "asto uvodzujce znaky. Volitene znamena, e iba polia typu char a varchar s uzatvoren do \"uzatvracch\" znakov."; -$strOptimizeTable = "Optimalozova tabuku"; -$strOptionalControls = "Voliteln. Uruje ako zapisova alebo ta pecilne znaky."; -$strOptionally = "Volitene"; -$strOr = "alebo"; -$strOverhead = "Naviac"; +$strOffSet = 'Offset'; +$strOftenQuotation = 'asto uvodzujce znaky. Volitene znamena, e iba polia typu char a varchar s uzatvoren do "uzatvracch" znakov.'; +$strOptimizeTable = 'Optimalozova tabuku'; +$strOptionalControls = 'Voliteln. Uruje ako zapisova alebo ta pecilne znaky.'; +$strOptionally = 'Volitene'; +$strOr = 'alebo'; +$strOverhead = 'Naviac'; -$strPassword = "Heslo"; -$strPasswordEmpty = "Heslo je przdne!"; -$strPasswordNotSame = "Hesl sa nezhoduj!"; -$strPHPVersion = "Verzia PHP"; -$strPos1 = "Zaiatok"; -$strPrevious = "Predchdzajci"; -$strPrimary = "Primrny"; -$strPrimaryKey = "Primrny k"; -$strPrinterFriendly = "Verzia pre tla"; -$strPrintView = "Nhad k tlai"; -$strPrivileges = "Privilgia"; -$strProducedAnError = "vytvoril chybu."; -$strProperties = "Vlastnosti"; +$strPassword = 'Heslo'; +$strPasswordEmpty = 'Heslo je przdne!'; +$strPasswordNotSame = 'Hesl sa nezhoduj!'; +$strPHPVersion = 'Verzia PHP'; +$strPos1 = 'Zaiatok'; +$strPrevious = 'Predchdzajci'; +$strPrimary = 'Primrny'; +$strPrimaryKey = 'Primrny k'; +$strPrinterFriendly = 'Verzia pre tla'; +$strPrintView = 'Nhad k tlai'; +$strPrivileges = 'Privilgia'; +$strProducedAnError = 'vytvoril chybu.'; +$strProperties = 'Vlastnosti'; -$strQBE = "Dotaz poda prkladu"; -$strQBEDel = "Zmaza"; -$strQBEIns = "Vloi"; +$strQBE = 'Dotaz poda prkladu'; +$strQBEDel = 'Zmaza'; +$strQBEIns = 'Vloi'; -$strReadTheDocs = "ta dokumentciu"; -$strRecords = "Zznamov"; -$strReloadFailed = "Znovu-natanie MySQL bolo nespen."; -$strReloadMySQL = "Znovu-nata MySQL"; -$strRememberReload = "Nezabudnite znovu-nata MySQL server."; -$strRenameTable = "Premenova tabuku na"; -$strRenameTableOK = "Tabuka %s bola premenovan na %s"; -$strRepairTable = "Opravi tabuku"; -$strReplace = "Nahradi"; -$strReplaceTable = "Nahradi dta v tabuke sborom"; -$strReset = "Pvodn (Reset)"; -$strReType = "Napsa znova"; -$strRevoke = "Zrusi"; -$strRevokeGrant = "Zrui polovenie pridelova privilgia"; -$strRevokeGrantMessage = "Bolo zruen prvo pridelova privilgia pre"; -$strRevokeMessage = "Boli zruen privilgia pre"; -$strRevokePriv = "Zrui privilgia"; -$strRowLength = "Dka riadku"; -$strRows = "Riadkov"; -$strRowsFrom = "riadky zanaj od"; -$strRowSize = " Vekos riadku "; -$strRowsStatistic = "tatistika riadku"; -$strRunning = "bei na "; -$strRunQuery = "Odoli dotaz"; -$strRunSQLQuery = "Spusti SQL dotaz(y) v databze "; +$strReadTheDocs = 'ta dokumentciu'; +$strRecords = 'Zznamov'; +$strReloadFailed = 'Znovu-natanie MySQL bolo nespen.'; +$strReloadMySQL = 'Znovu-nata MySQL'; +$strRememberReload = 'Nezabudnite znovu-nata MySQL server.'; +$strRenameTable = 'Premenova tabuku na'; +$strRenameTableOK = 'Tabuka %s bola premenovan na %s'; +$strRepairTable = 'Opravi tabuku'; +$strReplace = 'Nahradi'; +$strReplaceTable = 'Nahradi dta v tabuke sborom'; +$strReset = 'Pvodn (Reset)'; +$strReType = 'Napsa znova'; +$strRevoke = 'Zrusi'; +$strRevokeGrant = 'Zrui polovenie pridelova privilgia'; +$strRevokeGrantMessage = 'Bolo zruen prvo pridelova privilgia pre'; +$strRevokeMessage = 'Boli zruen privilgia pre'; +$strRevokePriv = 'Zrui privilgia'; +$strRowLength = 'Dka riadku'; +$strRows = 'Riadkov'; +$strRowsFrom = 'riadky zanaj od'; +$strRowSize = ' Vekos riadku '; +$strRowsStatistic = 'tatistika riadku'; +$strRunning = 'bei na '; +$strRunQuery = 'Odoli dotaz'; +$strRunSQLQuery = 'Spusti SQL dotaz(y) v databze '; -$strSave = "Uloi"; -$strSelect = "Vybra"; -$strSelectFields = "Zvoli pole (najmenej jedno):"; -$strSelectNumRows = "v dotaze"; -$strSend = "Poli"; -$strSequence = "Seq."; -$strServerVersion = "Verzia serveru"; -$strShow = "Ukza"; -$strShowingRecords = "Ukza zznamy "; -$strSingly = "(po jednom)"; -$strSize = "Vekos"; -$strSort = "Triedi"; -$strSpaceUsage = "Zabran miesto"; -$strSQLQuery = "SQL dotaz"; -$strStatement = "daj"; -$strStrucCSV = "CSV dta"; -$strStrucData = "truktru a dta"; -$strStrucDrop = "Pridaj 'vyma tabuku'"; -$strStrucOnly = "Iba truktru"; -$strSubmit = "Odoli"; -$strSuccess = "SQL dotaz bol spene vykonan"; -$strSum = "Celkom"; +$strSave = 'Uloi'; +$strSelect = 'Vybra'; +$strSelectFields = 'Zvoli pole (najmenej jedno):'; +$strSelectNumRows = 'v dotaze'; +$strSend = 'Poli'; +$strSequence = 'Seq.'; +$strServerVersion = 'Verzia serveru'; +$strShow = 'Ukza'; +$strShowingRecords = 'Ukza zznamy '; +$strShowThisQuery = ' Zobrazi tento dotaz znovu '; +$strSingly = '(po jednom)'; +$strSize = 'Vekos'; +$strSort = 'Triedi'; +$strSpaceUsage = 'Zabran miesto'; +$strSQLQuery = 'SQL dotaz'; +$strStatement = 'daj'; +$strStrucCSV = 'CSV dta'; +$strStrucData = 'truktru a dta'; +$strStrucDrop = 'Pridaj \'vyma tabuku\''; +$strStrucOnly = 'Iba truktru'; +$strSubmit = 'Odoli'; +$strSuccess = 'SQL dotaz bol spene vykonan'; +$strSum = 'Celkom'; -$strTable = "tabuka "; -$strTableComments = "Komentr k tabuke"; -$strTableEmpty = "Tabuka je przdna!"; -$strTableMaintenance = "drba tabuky"; -$strTableStructure = "truktra tabuky pre tabuku"; -$strTableType = "Typ tabuky"; -$strTerminatedBy = "ukonen"; -$strTextAreaLength = " Toto mono nepojde upravi,
kli svojej dke "; -$strTheContent = "Obsah Vho sboru bol vloen."; -$strTheContents = "Obsah sboru prepe obsah vybranej tabuky v riadkoch s identickm primrnym alebo uniktnym kom."; -$strTheTerminator = "Ukonenie pol."; -$strTotal = "celkovo"; -$strType = "Typ"; +$strTable = 'tabuka '; +$strTableComments = 'Komentr k tabuke'; +$strTableEmpty = 'Tabuka je przdna!'; +$strTableMaintenance = 'drba tabuky'; +$strTableStructure = 'truktra tabuky pre tabuku'; +$strTableType = 'Typ tabuky'; +$strTerminatedBy = 'ukonen'; +$strTextAreaLength = ' Toto mono nepojde upravi,
kli svojej dke '; +$strTheContent = 'Obsah Vho sboru bol vloen.'; +$strTheContents = 'Obsah sboru prepe obsah vybranej tabuky v riadkoch s identickm primrnym alebo uniktnym kom.'; +$strTheTerminator = 'Ukonenie pol.'; +$strTotal = 'celkovo'; +$strType = 'Typ'; -$strUncheckAll = "Odznai vetko"; -$strUnique = "Uniktny"; -$strUpdatePassMessage = "Bolo zmenen heslo pre pouvatea"; -$strUpdatePassword = "Zmeni heslo"; -$strUpdatePrivMessage = "Boli zmenen privilgia pre pouvatea"; -$strUpdateQuery = "Aktualizova dotaz"; -$strUsage = "Vyuitie"; -$strUser = "Pouvate"; -$strUserEmpty = "Meno pouvatea je przdne!"; -$strUserName = "Meno pouvatea"; -$strUsers = "Pouvatelia"; -$strUseTables = "Poui tabuky"; +$strUncheckAll = 'Odznai vetko'; +$strUnique = 'Uniktny'; +$strUpdatePassMessage = 'Bolo zmenen heslo pre pouvatea'; +$strUpdatePassword = 'Zmeni heslo'; +$strUpdatePrivMessage = 'Boli zmenen privilgia pre pouvatea'; +$strUpdateQuery = 'Aktualizova dotaz'; +$strUsage = 'Vyuitie'; +$strUser = 'Pouvate'; +$strUserEmpty = 'Meno pouvatea je przdne!'; +$strUserName = 'Meno pouvatea'; +$strUsers = 'Pouvatelia'; +$strUseTables = 'Poui tabuky'; -$strValue = "Hodnota"; -$strViewDump = "Zobrazi dump (schmu) tabuky"; -$strViewDumpDB = "Zobrazi dump (schmu) databzy"; +$strValue = 'Hodnota'; +$strViewDump = 'Zobrazi dump (schmu) tabuky'; +$strViewDumpDB = 'Zobrazi dump (schmu) databzy'; -$strWelcome = "Vitajte v "; -$strWrongUser = "Zl pouvatesk meno alebo heslo. Prstup zamietnut."; +$strWelcome = 'Vitajte v '; +$strWrongUser = 'Zl pouvatesk meno alebo heslo. Prstup zamietnut.'; -$strYes = "no"; -$strShowThisQuery=" Zobrazi tento dotaz znovu "; -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strYes = 'no'; + +// To translate +$strAffectedRows = ' Rows affected: '; //to translate +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strQueryOnDb = ' SQL-query on database '; //to translate +$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index b40e5d8aa..eec275000 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -1,285 +1,288 @@ por favor revise la configuracion de PHP."; -$strCarriage = "Retorno de carro: \\r"; -$strChange = "Cambiar"; -$strCheckAll = "Revisar todos/as"; -$strCheckDbPriv = "Revisar privilegios de la base de datos"; -$strCheckTable = "Revisar tabla"; -$strColumn = "Columna"; -$strColumnEmpty = "Los nombres de columna estan vacios!"; -$strColumnNames = "Nombre de columnas"; -$strCompleteInserts = "Completar los Inserts"; -$strConfirm = "Realmente quieres hacerlo?"; -$strCopyTable = "Copiar la tabla a"; -$strCopyTableOK = "La tabla %s ha sido copiada a %s."; -$strCreate = "Crear"; -$strCreateNewDatabase = "Crear nueva base de datos"; -$strCreateNewTable = "Crear nueva tabla en base de datos "; -$strCriteria = "Criterio"; +$strBack = 'Volver'; +$strBinary = ' Binario '; +$strBinaryDoNotEdit = ' Binario - no editar! '; +$strBookmarkLabel = 'Etiqueta'; +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = 'Examinar'; -$strData = "Datos"; -$strDatabase = "Base De Datos "; -$strDatabases = "Bases de datos"; -$strDataOnly = "Solo datos"; -$strDbEmpty = "El nombre de la base de datos esta vacio!"; -$strDefault = "Defecto"; -$strDelete = "Borrar"; -$strDeleted = "La fila se ha borrado"; -$strDeleteFailed = "La operacion de borrado ha fallado!"; -$strDeletePassword = "Borrar contrasea"; -$strDeleteUserMessage = "Ud. ha borrado el usuario"; -$strDelPassMessage = "Ud. ha borrado la contrasea para"; -$strDescending = "Descendente"; -$strDisableMagicQuotes = "Atencion: Ud. ha activado magic_quotes_gpc en su configuracion de PHP. Esta version de PhpMyAdmin no funciona correctamente con ello. Por favor revise la seccion de configuracion en el manual de PHP para informacion de como desactivar dicha opcion."; -$strDisplay = "Mostrar"; -$strDoAQuery = "Realizar una \"consulta de ejemplo\" (wildcard: \"%\")"; -$strDocu = "Documentación"; -$strDoYouReally = "Desea realmente hacer "; -$strDrop = "Eliminar"; -$strDropDB = "Eliminar base de datos "; -$strDumpingData = "Volcar la base de datos para la tabla"; -$strDynamic = "dinamico/a"; +$strCantLoadMySQL = 'imposible cargar extension MySQL,
por favor revise la configuracion de PHP.'; +$strCarriage = 'Retorno de carro: \\r'; +$strChange = 'Cambiar'; +$strCheckAll = 'Revisar todos/as'; +$strCheckDbPriv = 'Revisar privilegios de la base de datos'; +$strCheckTable = 'Revisar tabla'; +$strColumn = 'Columna'; +$strColumnEmpty = 'Los nombres de columna estan vacios!'; +$strColumnNames = 'Nombre de columnas'; +$strCompleteInserts = 'Completar los Inserts'; +$strConfirm = 'Realmente quieres hacerlo?'; +$strCopyTable = 'Copiar la tabla a'; +$strCopyTableOK = 'La tabla %s ha sido copiada a %s.'; +$strCreate = 'Crear'; +$strCreateNewDatabase = 'Crear nueva base de datos'; +$strCreateNewTable = 'Crear nueva tabla en base de datos '; +$strCriteria = 'Criterio'; -$strEdit = "Editar"; -$strEditPrivileges = "Editar Privilegios"; -$strEffective = "Efectivo/a"; -$strEmpty = "Vaciar"; -$strEmptyResultSet = "MySQL ha devuelto un valor vacío (i.e. cero columnas)."; -$strEnableMagicQuotes = "Atencion: Ud. no ha activado magic_quotes_gpc en la configuracion de PHP. PhpMyAdmin necesita esta opcion para funcionar correctamente. Por favor revise la seccion de configuracion en el manual de PHP para informacion de como activar dicha opcion."; -$strEnclosedBy = "Encerrado por"; -$strEnd = "Fin"; -$strEnglishPrivileges = " Nota: Los nombres de privilegios de MySQL estan expresados en Ingles "; -$strError = "Error"; -$strEscapedBy = "Escapado por"; -$strExtra = "Extra"; +$strData = 'Datos'; +$strDatabase = 'Base De Datos '; +$strDatabases = 'Bases de datos'; +$strDataOnly = 'Solo datos'; +$strDbEmpty = 'El nombre de la base de datos esta vacio!'; +$strDefault = 'Defecto'; +$strDelete = 'Borrar'; +$strDeleted = 'La fila se ha borrado'; +$strDeleteFailed = 'La operacion de borrado ha fallado!'; +$strDeletePassword = 'Borrar contrasea'; +$strDeleteUserMessage = 'Ud. ha borrado el usuario'; +$strDelPassMessage = 'Ud. ha borrado la contrasea para'; +$strDescending = 'Descendente'; +$strDisableMagicQuotes = 'Atencion: Ud. ha activado magic_quotes_gpc en su configuracion de PHP. Esta version de PhpMyAdmin no funciona correctamente con ello. Por favor revise la seccion de configuracion en el manual de PHP para informacion de como desactivar dicha opcion.'; +$strDisplay = 'Mostrar'; +$strDoAQuery = 'Realizar una "consulta de ejemplo" (wildcard: "%")'; +$strDocu = 'Documentación'; +$strDoYouReally = 'Desea realmente hacer '; +$strDrop = 'Eliminar'; +$strDropDB = 'Eliminar base de datos '; +$strDumpingData = 'Volcar la base de datos para la tabla'; +$strDynamic = 'dinamico/a'; -$strField = "Campo"; -$strFields = "Campos"; -$strFixed = "fijo"; -$strFormat = "Formato"; -$strFunction = "Función"; +$strEdit = 'Editar'; +$strEditPrivileges = 'Editar Privilegios'; +$strEffective = 'Efectivo/a'; +$strEmpty = 'Vaciar'; +$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e. cero columnas).'; +$strEnableMagicQuotes = 'Atencion: Ud. no ha activado magic_quotes_gpc en la configuracion de PHP. PhpMyAdmin necesita esta opcion para funcionar correctamente. Por favor revise la seccion de configuracion en el manual de PHP para informacion de como activar dicha opcion.'; +$strEnclosedBy = 'Encerrado por'; +$strEnd = 'Fin'; +$strEnglishPrivileges = ' Nota: Los nombres de privilegios de MySQL estan expresados en Ingles '; +$strError = 'Error'; +$strEscapedBy = 'Escapado por'; +$strExtra = 'Extra'; -$strGenTime = "Tiempo de Generacion"; -$strGo = "Siga"; -$strGrants = "Permisos"; +$strField = 'Campo'; +$strFields = 'Campos'; +$strFixed = 'fijo'; +$strFormat = 'Formato'; +$strFunction = 'Función'; -$strHasBeenAltered = "se ha Modificado."; -$strHasBeenCreated = "se ha creado."; -$strHasBeenDropped = "se ha eliminado."; -$strHasBeenEmptied = "se ha vaciado."; -$strHome = "Home"; -$strHomepageOfficial = "Pagina Oficial de phpMyAdmin"; -$strHomepageSourceforge = "Bajar phpMyAdmin de Sourceforge"; -$strHost = "Host"; -$strHostEmpty = "El nombre del host esta vacio!!"; +$strGenTime = 'Tiempo de Generacion'; +$strGo = 'Siga'; +$strGrants = 'Permisos'; -$strIfYouWish = "Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos."; -$strIndex = "Indice"; -$strIndexes = "Indices"; -$strInsert = "Insertar"; -$strInsertAsNewRow = "Insertar como una nueva fila"; -$strInsertIntoTable = "Insertar en tabla"; -$strInsertNewRow = "Insertar nueva fila"; -$strInsertTextfiles = "Insertar archivo de texto en la tabla"; -$strInUse = "en uso"; +$strHasBeenAltered = 'se ha Modificado.'; +$strHasBeenCreated = 'se ha creado.'; +$strHasBeenDropped = 'se ha eliminado.'; +$strHasBeenEmptied = 'se ha vaciado.'; +$strHome = 'Home'; +$strHomepageOfficial = 'Pagina Oficial de phpMyAdmin'; +$strHomepageSourceforge = 'Bajar phpMyAdmin de Sourceforge'; +$strHost = 'Host'; +$strHostEmpty = 'El nombre del host esta vacio!!'; -$strKeyname = "Nombre de la clave"; -$strKill = "Matar proceso"; +$strIfYouWish = 'Si deseas cargar solo una de las columnas de la tabla, espedificar una coma separando los campos.'; +$strIndex = 'Indice'; +$strIndexes = 'Indices'; +$strInsert = 'Insertar'; +$strInsertAsNewRow = 'Insertar como una nueva fila'; +$strInsertIntoTable = 'Insertar en tabla'; +$strInsertNewRow = 'Insertar nueva fila'; +$strInsertTextfiles = 'Insertar archivo de texto en la tabla'; +$strInUse = 'en uso'; -$strLength = "Longitud"; -$strLengthSet = "Longitud de Campo"; -$strLimitNumRows = "registros por pagina"; -$strLineFeed = "Retorno de carro: \\n"; -$strLines = "Lineas"; -$strLocationTextfile = "Localización del archivo de texto"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Salir"; +$strKeyname = 'Nombre de la clave'; +$strKill = 'Matar proceso'; -$strModifications = "Se han guardado las modificaciones"; -$strModify = "Modificar"; -$strMySQLReloaded = "Reinicio de MySQL."; -$strMySQLSaid = "MySQL ha dicho: "; -$strMySQLShowProcess = "Mostrar procesos"; -$strMySQLShowStatus = "Mostrar información de marcha de MySQL"; -$strMySQLShowVars = "Mostrar las variables del sistema MySQL"; +$strLength = 'Longitud'; +$strLengthSet = 'Longitud de Campo'; +$strLimitNumRows = 'registros por pagina'; +$strLineFeed = 'Retorno de carro: \\n'; +$strLines = 'Lineas'; +$strLocationTextfile = 'Localización del archivo de texto'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Salir'; -$strName = "Nombre"; -$strNext = "Próxima"; -$strNo = "No"; -$strNoPassword = "Sin Contrasea"; -$strNoPrivileges = "Sin Privilegios"; -$strNoRights = "Ud. no tiene suficientes privilegios para estar aqui ahora!"; -$strNoTablesFound = "No se han encontrado tablas en la base de datos."; -$strNotNumber = "Esto no es un numero!"; -$strNotValidNumber = " no es un numero de fila valido!"; -$strNoUsersFound = "Usuario(s) no encontrado(s)."; -$strNull = "Null"; -$strNumberIndexes = " Numero de indices avanzados "; +$strModifications = 'Se han guardado las modificaciones'; +$strModify = 'Modificar'; +$strMySQLReloaded = 'Reinicio de MySQL.'; +$strMySQLSaid = 'MySQL ha dicho: '; +$strMySQLShowProcess = 'Mostrar procesos'; +$strMySQLShowStatus = 'Mostrar información de marcha de MySQL'; +$strMySQLShowVars = 'Mostrar las variables del sistema MySQL'; -$strOftenQuotation = "A menudo comillas. OPCIONALMENTE signifíca que únicamente los campos char y varchar estan encerrados por el \"enclosed by\"-character."; -$strOptimizeTable = "Optimizar tabla"; -$strOptionalControls = "Opcional. Controla como escribir o leer caracteres especiales."; -$strOptionally = "OPCIONALMENTE"; -$strOr = "O"; -$strOverhead = "Overhead"; //to translate +$strName = 'Nombre'; +$strNbRecords = 'No. De filas'; +$strNext = 'Próxima'; +$strNo = 'No'; +$strNoPassword = 'Sin Contrasea'; +$strNoPrivileges = 'Sin Privilegios'; +$strNoRights = 'Ud. no tiene suficientes privilegios para estar aqui ahora!'; +$strNoTablesFound = 'No se han encontrado tablas en la base de datos.'; +$strNotNumber = 'Esto no es un numero!'; +$strNotValidNumber = ' no es un numero de fila valido!'; +$strNoUsersFound = 'Usuario(s) no encontrado(s).'; +$strNull = 'Null'; +$strNumberIndexes = ' Numero de indices avanzados '; -$strPassword = "Contrasea"; -$strPasswordEmpty = "La Contrasea esta vaca!"; -$strPasswordNotSame = "Las contraseas no coinciden!"; -$strPHPVersion = "Version del PHP"; -$strPos1 = "Empezar"; -$strPrevious = "Previo"; -$strPrimary = "Primaria"; -$strPrimaryKey = "Clave Primaria"; -$strPrinterFriendly = "Version Printer friendly de la tabla de arriba"; -$strPrintView = "Vista de Impresion"; -$strPrivileges = "Privilegios"; -$strProducedAnError = "se produjo un error."; -$strProperties = "Propiedades"; +$strOftenQuotation = 'A menudo comillas. OPCIONALMENTE signifíca que únicamente los campos char y varchar estan encerrados por el "enclosed by"-character.'; +$strOptimizeTable = 'Optimizar tabla'; +$strOptionalControls = 'Opcional. Controla como escribir o leer caracteres especiales.'; +$strOptionally = 'OPCIONALMENTE'; +$strOr = 'O'; +$strOverhead = 'Overhead'; //to translate -$strQBE = "Query de ejemplo"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Contrasea'; +$strPasswordEmpty = 'La Contrasea esta vaca!'; +$strPasswordNotSame = 'Las contraseas no coinciden!'; +$strPHPVersion = 'Version del PHP'; +$strPos1 = 'Empezar'; +$strPrevious = 'Previo'; +$strPrimary = 'Primaria'; +$strPrimaryKey = 'Clave Primaria'; +$strPrinterFriendly = 'Version Printer friendly de la tabla de arriba'; +$strPrintView = 'Vista de Impresion'; +$strPrivileges = 'Privilegios'; +$strProducedAnError = 'se produjo un error.'; +$strProperties = 'Propiedades'; -$strReadTheDocs = "Leer los documentos"; -$strRecords = "Campos"; -$strReloadFailed = "El reinicio de MySQL ha fallado."; -$strReloadMySQL = "Reinicio de MySQL"; -$strRememberReload = "Recuerde recargar el servidor."; -$strRenameTable = "Renombrar la tabla a"; -$strRenameTableOK = "Tabla %s se ha renombrado a %s"; -$strRepairTable = "Reparar Tabla"; -$strReplace = "Reemplazar"; -$strReplaceTable = "Reemplazar datos de tabla con archivo"; -$strReset = "Reset"; -$strReType = "Re-escriba"; -$strRevoke = "Revocar"; -$strRevokeGrant = "Revocar Grant"; -$strRevokeGrantMessage = "Ud. ha revocado el privilegio Grant para "; -$strRevokeMessage = "Ud. ha revocado los privilegios para"; -$strRevokePriv = "Revocar Privilegios"; -$strRowLength = "Logitud de la fila"; -$strRows = "Filas"; -$strRowsFrom = "filas empezando de"; -$strRowsStatistic = "Estadisticas de la fila"; -$strRunning = "ejecutandose on "; -$strRunQuery = "Ejecutar Query"; -$strRunSQLQuery = "Ejecutar SQL query/queries en la base de datos "; +$strQBE = 'Query de ejemplo'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) +$strQueryOnDb = 'SQL-query en la Base de datos '; -$strSave = "Grabar"; -$strSelect = "Seleccionar"; -$strSelectFields = "Seleccionar campos (al menos uno):"; -$strSelectNumRows = "en la consulta"; -$strSend = "enviar"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Version del Servidor"; -$strShow = "Mostrar"; -$strShowingRecords = "Mostrando campos "; -$strSingly = "(singly)"; //to translate -$strSize = "Tamao"; -$strSort = "Ordenar"; -$strSpaceUsage = "Espacio utilizado"; -$strSQLQuery = "SQL-query"; -$strStatement = "Sentencias"; -$strStrucCSV = "Datos CSV "; -$strStrucData = "Estructura y datos"; -$strStrucDrop = "Aadir 'drop table'"; -$strStrucOnly = "Unicamente estructura "; -$strSubmit = "Enviar"; -$strSuccess = "Su query-SQL ha sido ejecutado con exito"; -$strSum = "Tamao de las tablas"; +$strReadTheDocs = 'Leer los documentos'; +$strRecords = 'Campos'; +$strReloadFailed = 'El reinicio de MySQL ha fallado.'; +$strReloadMySQL = 'Reinicio de MySQL'; +$strRememberReload = 'Recuerde recargar el servidor.'; +$strRenameTable = 'Renombrar la tabla a'; +$strRenameTableOK = 'Tabla %s se ha renombrado a %s'; +$strRepairTable = 'Reparar Tabla'; +$strReplace = 'Reemplazar'; +$strReplaceTable = 'Reemplazar datos de tabla con archivo'; +$strReset = 'Reset'; +$strReType = 'Re-escriba'; +$strRevoke = 'Revocar'; +$strRevokeGrant = 'Revocar Grant'; +$strRevokeGrantMessage = 'Ud. ha revocado el privilegio Grant para '; +$strRevokeMessage = 'Ud. ha revocado los privilegios para'; +$strRevokePriv = 'Revocar Privilegios'; +$strRowLength = 'Logitud de la fila'; +$strRows = 'Filas'; +$strRowsFrom = 'filas empezando de'; +$strRowSize = ' Tamao de la fila '; +$strRowsStatistic = 'Estadisticas de la fila'; +$strRunning = 'ejecutandose on '; +$strRunQuery = 'Ejecutar Query'; +$strRunSQLQuery = 'Ejecutar SQL query/queries en la base de datos '; -$strTable = "tabla "; -$strTableComments = "Comentarios de la Tabla"; -$strTableEmpty = "El nombre de la tabla esta vacio!"; -$strTableMaintenance = "Mantenimiento de la tabla"; -$strTableStructure = "Estructura de tabla para tabla"; -$strTableType = "Tipo de tabla"; -$strTerminatedBy = "terminado por"; -$strTextAreaLength = " Debido a su longitud,
este campo puede no ser editable "; -$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 unicas."; -$strTheTerminator = "El terminador de los campos."; -$strTotal = "total"; -$strType = "Tipo"; +$strSave = 'Grabar'; +$strSelect = 'Seleccionar'; +$strSelectFields = 'Seleccionar campos (al menos uno):'; +$strSelectNumRows = 'en la consulta'; +$strSend = 'enviar'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Version del Servidor'; +$strShow = 'Mostrar'; +$strShowingRecords = 'Mostrando campos '; +$strShowThisQuery = ' Mostrar esta consulta otra vez '; +$strSingly = '(singly)'; //to translate +$strSize = 'Tamao'; +$strSort = 'Ordenar'; +$strSpaceUsage = 'Espacio utilizado'; +$strSQLQuery = 'SQL-query'; +$strStatement = 'Sentencias'; +$strStrucCSV = 'Datos CSV '; +$strStrucData = 'Estructura y datos'; +$strStrucDrop = 'Aadir \'drop table\''; +$strStrucOnly = 'Unicamente estructura '; +$strSubmit = 'Enviar'; +$strSuccess = 'Su query-SQL ha sido ejecutado con exito'; +$strSum = 'Tamao de las tablas'; -$strUncheckAll = "Desmarcar todos"; -$strUnique = "Unico"; -$strUpdatePassMessage = "Ud. ha actualizado la contrasea para"; -$strUpdatePassword = "Actualizar Contrasea"; -$strUpdatePrivMessage = "Ud. a actualizado los privilegios para"; -$strUpdateQuery = "Modificar la Consulta"; // (tbl_qbe.php3) -$strUsage = "Uso"; -$strUser = "Usuario"; -$strUserEmpty = "El nombre de usuario esta vacio!"; -$strUserName = "Nombre de Usuario"; -$strUsers = "Usuarios"; -$strUseTables = "Usar tablas"; +$strTable = 'tabla '; +$strTableComments = 'Comentarios de la Tabla'; +$strTableEmpty = 'El nombre de la tabla esta vacio!'; +$strTableMaintenance = 'Mantenimiento de la tabla'; +$strTableStructure = 'Estructura de tabla para tabla'; +$strTableType = 'Tipo de tabla'; +$strTerminatedBy = 'terminado por'; +$strTextAreaLength = ' Debido a su longitud,
este campo puede no ser editable '; +$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 unicas.'; +$strTheTerminator = 'El terminador de los campos.'; +$strTotal = 'total'; +$strType = 'Tipo'; -$strValue = "Valor"; -$strViewDump = "Mostrar volcado esquema de la tabla"; -$strViewDumpDB = "Ver volcado esquema de la base de datos"; +$strUncheckAll = 'Desmarcar todos'; +$strUnique = 'Unico'; +$strUpdatePassMessage = 'Ud. ha actualizado la contrasea para'; +$strUpdatePassword = 'Actualizar Contrasea'; +$strUpdatePrivMessage = 'Ud. a actualizado los privilegios para'; +$strUpdateQuery = 'Modificar la Consulta'; +$strUsage = 'Uso'; +$strUseBackquotes = 'Usar backquotes con tablas y nombres de campo'; +$strUser = 'Usuario'; +$strUserEmpty = 'El nombre de usuario esta vacio!'; +$strUserName = 'Nombre de Usuario'; +$strUsers = 'Usuarios'; +$strUseTables = 'Usar tablas'; -$strWelcome = "Bienvenido a "; -$strWrongUser = "Usuario/password equivocado. Accesso denegado."; +$strValue = 'Valor'; +$strViewDump = 'Mostrar volcado esquema de la tabla'; +$strViewDumpDB = 'Ver volcado esquema de la base de datos'; -$strYes = "Si"; +$strWelcome = 'Bienvenido a '; +$strWrongUser = 'Usuario/password equivocado. Accesso denegado.'; + +$strYes = 'Si'; // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. De filas"; -$strRowSize = " Tamao de la fila "; -$strShowThisQuery=" Mostrar esta consulta otra vez "; -$strUseBackquotes=" Usar backquotes con tablas y nombres de campo "; -$strQueryOnDb=" SQL-query en la Base de datos "; -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Rows affected: '; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strOffSet = 'offset'; ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index f5c50caa0..e5fd7f46c 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 insttningar"; -$strConfirm = "Do you really want to do it?"; //to translate -$strCopyTable = "Kopiera tabellen till:"; -$strCopyTableOK = "Tabellen %s har kopierats till %s."; -$strCreate = "Skapa"; -$strCreateNewDatabase = "Skapa ny databas"; -$strCreateNewTable = "Skapa nya tabeller i databas "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = 'Bakt'; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = 'Visa'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Varning: Du har 'magic_quotes_gpc' aktiverat i din PHP konfiguration. Den hr versionen av PhpMyAdmin fungerar inte korrekt med det. Ls i din PHP dokumentation om hur du avaktiverar det."; -$strDisplay = "Visa"; -$strDoAQuery = "Utfr en \"query by example\" (wildcard: \"%\")"; -$strDocu = "Dokumentation"; -$strDoYouReally = "Vill du vrkligen "; -$strDrop = "Dumpa"; -$strDropDB = "Dumpa databas "; -$strDumpingData = "Dumpar data i tabell"; -$strDynamic = "dynamic"; //to translate +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$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 insttningar'; +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = 'Kopiera tabellen till:'; +$strCopyTableOK = 'Tabellen %s har kopierats till %s.'; +$strCreate = 'Skapa'; +$strCreateNewDatabase = 'Skapa ny databas'; +$strCreateNewTable = 'Skapa nya tabeller i databas '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$strEdit = "ndra"; -$strEditPrivileges = "Edit Privileges"; //to translate -$strEffective = "Effective"; //to translate -$strEmpty = "Tm"; -$strEmptyResultSet = "MySQL skickade tillbaka ett tommt resultat (i.e. tom rad)."; -$strEnableMagicQuotes = "Varning: Du har inte aktiverat 'magic_quotes_gpc' i din PHP konfiguration. Den hr versionen av PhpMyAdmin fungerar inte korrekt utan det. Ls i din PHP dokumentation hur du aktiverar det."; -$strEnclosedBy = "omgivet med"; -$strEnd = "Slut"; -$strError = "Fel"; -$strEscapedBy = "avslutas med"; -$strExtra = "Extra"; +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Varning: Du har \'magic_quotes_gpc\' aktiverat i din PHP konfiguration. Den hr versionen av PhpMyAdmin fungerar inte korrekt med det. Ls i din PHP dokumentation om hur du avaktiverar det.'; +$strDisplay = 'Visa'; +$strDoAQuery = 'Utfr en "query by example" (wildcard: "%")'; +$strDocu = 'Dokumentation'; +$strDoYouReally = 'Vill du vrkligen '; +$strDrop = 'Dumpa'; +$strDropDB = 'Dumpa databas '; +$strDumpingData = 'Dumpar data i tabell'; +$strDynamic = 'dynamic'; //to translate -$strField = "Flt"; -$strFields = "Flt"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Funktion"; +$strEdit = 'ndra'; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'Tm'; +$strEmptyResultSet = 'MySQL skickade tillbaka ett tommt resultat (i.e. tom rad).'; +$strEnableMagicQuotes = 'Varning: Du har inte aktiverat \'magic_quotes_gpc\' i din PHP konfiguration. Den hr versionen av PhpMyAdmin fungerar inte korrekt utan det. Ls i din PHP dokumentation hur du aktiverar det.'; +$strEnclosedBy = 'omgivet med'; +$strEnd = 'Slut'; +$strError = 'Fel'; +$strEscapedBy = 'avslutas med'; +$strExtra = 'Extra'; -$strGenTime = "Generation Time"; //to translate -$strGo = "Kr"; -$strGrants = "Grants"; //to translate +$strField = 'Flt'; +$strFields = 'Flt'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Funktion'; -$strHasBeenAltered = "har ndrats."; -$strHasBeenCreated = "har skapats."; -$strHasBeenDropped = "har dumpats."; -$strHasBeenEmptied = "har tmts."; -$strHome = "Hem"; -$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate -$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "Vrd"; -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'Kr'; +$strGrants = 'Grants'; //to translate -$strIfYouWish = "Om du vill ladda bara ngra av tabellens kolumner, ange en ',' separerad flt lista."; -$strIndex = "Index"; -$strIndexes = "Indexes"; //to translate -$strInsert = "Stt in"; -$strInsertAsNewRow = "Insert as new row"; //to translate -$strInsertIntoTable = "Stt in i tabell"; -$strInsertNewRow = "Stt in ny rad"; -$strInsertTextfiles = "Importera text fil till tabellen"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = 'har ndrats.'; +$strHasBeenCreated = 'har skapats.'; +$strHasBeenDropped = 'har dumpats.'; +$strHasBeenEmptied = 'har tmts.'; +$strHome = 'Hem'; +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'Vrd'; +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = "Nyckel namn"; -$strKill = "Kill"; //to translate +$strIfYouWish = 'Om du vill ladda bara ngra av tabellens kolumner, ange en \',\' separerad flt lista.'; +$strIndex = 'Index'; +$strIndexes = 'Indexes'; //to translate +$strInsert = 'Stt in'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'Stt in i tabell'; +$strInsertNewRow = 'Stt in ny rad'; +$strInsertTextfiles = 'Importera text fil till tabellen'; +$strInUse = 'in use'; //to translate -$strLength = "Length"; //to translate -$strLengthSet = "Lngd/Set"; -$strLimitNumRows = "Tabell inlgg per sida"; -$strLineFeed = "Linefeed: \\n"; -$strLines = "Linjer"; -$strLocationTextfile = "Textfilens plats"; -$strLogin = ""; //to translate, but its not in use ... -$strLogout = "Logga ut"; +$strKeyname = 'Nyckel namn'; +$strKill = 'Kill'; //to translate -$strModifications = "ndringarna har sparats"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$strMySQLReloaded = "MySQL har laddats om."; -$strMySQLSaid = "MySQL sa: "; -$strMySQLShowProcess = "Visa processer"; -$strMySQLShowStatus = "Visa MySQL krnings information"; -$strMySQLShowVars = "Visa MySQL system variabler"; +$strLength = 'Length'; //to translate +$strLengthSet = 'Lngd/Set'; +$strLimitNumRows = 'Tabell inlgg per sida'; +$strLineFeed = 'Linefeed: \\n'; +$strLines = 'Linjer'; +$strLocationTextfile = 'Textfilens plats'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Logga ut'; -$strName = "Namn"; -$strNext = "Nsta"; -$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 +$strModifications = 'ndringarna har sparats'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL har laddats om.'; +$strMySQLSaid = 'MySQL sa: '; +$strMySQLShowProcess = 'Visa processer'; +$strMySQLShowStatus = 'Visa MySQL krnings information'; +$strMySQLShowVars = 'Visa MySQL system variabler'; -$strOftenQuotation = "Ofta citat tecken. Frivilligt betyder att bara 'char' och 'varchar' flten omgivs av \"enclosed by\"-tecken."; -$strOptimizeTable = "Optimize table"; //to translate -$strOptionalControls = "Tillval. Kontrollerar hur lsning och skrivning av 'special' tecken utfrs."; -$strOptionally = "Tillval"; -$strOr = "Eller"; -$strOverhead = "Overhead"; //to translate +$strName = 'Namn'; +$strNext = 'Nsta'; +$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 -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //to translate -$strPos1 = "Brja"; -$strPrevious = "Fregende"; -$strPrimary = "Primr"; -$strPrimaryKey = "Primr nyckel"; -$strPrinterFriendly = "Utskrifts vnlig visning av tabellen"; -$strPrintView = "Skriv ut detta"; -$strPrivileges = "Privileges"; //to translate -$strProducedAnError = "tergav ett fel."; -$strProperties = "Instllningar"; +$strOftenQuotation = 'Ofta citat tecken. Frivilligt betyder att bara \'char\' och \'varchar\' flten omgivs av "enclosed by"-tecken.'; +$strOptimizeTable = 'Optimize table'; //to translate +$strOptionalControls = 'Tillval. Kontrollerar hur lsning och skrivning av \'special\' tecken utfrs.'; +$strOptionally = 'Tillval'; +$strOr = 'Eller'; +$strOverhead = 'Overhead'; //to translate -$strQBE = "Frga som exemplet"; -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'Brja'; +$strPrevious = 'Fregende'; +$strPrimary = 'Primr'; +$strPrimaryKey = 'Primr nyckel'; +$strPrinterFriendly = 'Utskrifts vnlig visning av tabellen'; +$strPrintView = 'Skriv ut detta'; +$strPrivileges = 'Privileges'; //to translate +$strProducedAnError = 'tergav ett fel.'; +$strProperties = 'Instllningar'; -$strReadTheDocs = "Ls manualen"; -$strRecords = "Insttning"; -$strReloadFailed = "MySQL omladdning fungerade inte."; -$strReloadMySQL = "Ladda om MySQL"; -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "Dp om tabell till"; -$strRenameTableOK = "Tabell %s har dpts om till %s"; -$strRepairTable = "Repair table"; //to translate -$strReplace = "Erstt"; -$strReplaceTable = "Erstt tabell med fil"; -$strReset = "Nollstll"; -$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 brjan frn"; -$strRowsStatistic = "Row Statistic"; //to translate -$strRunning = "krs p "; -$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "Utfr SQL frga/frgor i databas "; +$strQBE = 'Frga som exemplet'; +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "Spara"; -$strSelect = "Vlj"; -$strSelectFields = "Vlj flt (minst en):"; -$strSelectNumRows = "i frga"; -$strSend = "Skicka"; -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "Visa"; -$strShowingRecords = "Visar insttningar "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$strSpaceUsage = "Space usage"; //to translate -$strSQLQuery = "SQL-frga"; -$strStatement = "Statements"; //to translate -$strStrucCSV = "CSV data"; -$strStrucData = "Struktur och data"; -$strStrucDrop = "Lgg till 'dumpa tabell'"; -$strStrucOnly = "Bara struktur"; -$strSubmit = "Snd"; -$strSuccess = "Din SQL-frga har utfrts korrekt"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'Ls manualen'; +$strRecords = 'Insttning'; +$strReloadFailed = 'MySQL omladdning fungerade inte.'; +$strReloadMySQL = 'Ladda om MySQL'; +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = 'Dp om tabell till'; +$strRenameTableOK = 'Tabell %s har dpts om till %s'; +$strRepairTable = 'Repair table'; //to translate +$strReplace = 'Erstt'; +$strReplaceTable = 'Erstt tabell med fil'; +$strReset = 'Nollstll'; +$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 brjan frn'; +$strRowsStatistic = 'Row Statistic'; //to translate +$strRunning = 'krs p '; +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'Utfr SQL frga/frgor i databas '; -$strTable = "tabell "; -$strTableComments = "Tabell kommentarer"; -$strTableEmpty = "The table name is empty!"; //to translate -$strTableMaintenance = "Table maintenance"; //to translate -$strTableStructure = "Tabell struktur fr tabell"; -$strTableType = "Table type"; //to translate -$strTerminatedBy = "avslutad av"; -$strTextAreaLength = " Because of its length,
this field might not be editable "; //to translate -$strTheContent = "Filens innehll har satts in."; -$strTheContents = "Filens innehll erstter den valda tabellens rader av primra och identiska nycklar."; -$strTheTerminator = "Avslutninen av flten."; -$strTotal = "totalt"; -$strType = "Typ"; +$strSave = 'Spara'; +$strSelect = 'Vlj'; +$strSelectFields = 'Vlj flt (minst en):'; +$strSelectNumRows = 'i frga'; +$strSend = 'Skicka'; +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'Visa'; +$strShowingRecords = 'Visar insttningar '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL-frga'; +$strStatement = 'Statements'; //to translate +$strStrucCSV = 'CSV data'; +$strStrucData = 'Struktur och data'; +$strStrucDrop = 'Lgg till \'dumpa tabell\''; +$strStrucOnly = 'Bara struktur'; +$strSubmit = 'Snd'; +$strSuccess = 'Din SQL-frga har utfrts korrekt'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unik"; -$strUpdatePassMessage = "You have updated the password for"; //to translate -$strUpdatePassword = "Update Password"; //to translate -$strUpdatePrivMessage = "You have updated the privileges for"; //to translate -$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$strTable = 'tabell '; +$strTableComments = 'Tabell kommentarer'; +$strTableEmpty = 'The table name is empty!'; //to translate +$strTableMaintenance = 'Table maintenance'; //to translate +$strTableStructure = 'Tabell struktur fr tabell'; +$strTableType = 'Table type'; //to translate +$strTerminatedBy = 'avslutad av'; +$strTextAreaLength = ' Because of its length,
this field might not be editable '; //to translate +$strTheContent = 'Filens innehll har satts in.'; +$strTheContents = 'Filens innehll erstter den valda tabellens rader av primra och identiska nycklar.'; +$strTheTerminator = 'Avslutninen av flten.'; +$strTotal = 'totalt'; +$strType = 'Typ'; -$strValue = "Vrde"; -$strViewDump = "Visa dump (schema) av tabellen"; -$strViewDumpDB = "Visa dump (schema) av databas"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unik'; +$strUpdatePassMessage = 'You have updated the password for'; //to translate +$strUpdatePassword = 'Update Password'; //to translate +$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate +$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Vlkommen till "; -$strWrongUser = "Fel anvndarnamn/lsenord. tkommst nekad."; +$strValue = 'Vrde'; +$strViewDump = 'Visa dump (schema) av tabellen'; +$strViewDumpDB = 'Visa dump (schema) av databas'; -$strYes = "Ja"; +$strWelcome = 'Vlkommen till '; +$strWrongUser = 'Fel anvndarnamn/lsenord. tkommst nekad.'; + +$strYes = 'Ja'; // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index ff315ce48..0c4fc4376 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -1,288 +1,291 @@ please check PHP Configuration."; //to translate -$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 = "ҧ %s ҡ %s º.";#"Table %s has been copied to %s."; -$strCreate = "ҧ";#"Create"; -$strCreateNewDatabase = "ҧҹ";#"Create new database"; -$strCreateNewTable = "ҧҧ㹰ҹŹ ";#"Create new table on database "; -$strCriteria = "Criteria"; //to translate (tbl_qbe.php3) +$strBack = '͹Ѻ'; +$strBookmarkLabel = 'Label'; //to translate +$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate +$strBookmarkThis = 'Bookmark this SQL-query'; //to translate +$strBookmarkView = 'View only'; //to translate +$strBrowse = 'Դ'; -$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 = "Desending"; //to translate (tbl_qbe.php3) -$strDisableMagicQuotes = "Warning: 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 +$strCantLoadMySQL = 'cannot load MySQL extension,
please check PHP Configuration.'; //to translate +$strCarriage = 'Carriage return: \\r'; //to translate +$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'; +$strConfirm = 'Do you really want to do it?'; //to translate +$strCopyTable = 'ҵҧ :'; +$strCopyTableOK = 'ҧ %s ҡ %s º.'; +$strCreate = 'ҧ'; +$strCreateNewDatabase = 'ҧҹ'; +$strCreateNewTable = 'ҧҧ㹰ҹŹ '; +$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3) -$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 = "Warning: 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 +$strData = 'Data'; //to translate +$strDatabase = 'ҹ '; +$strDatabases = 'ҹ'; +$strDataOnly = 'Data only'; //to translate +$strDbEmpty = 'The database name is empty!'; //to translate +$strDefault = 'Default'; //to translate +$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 = 'Desending'; //to translate (tbl_qbe.php3) +$strDisableMagicQuotes = 'Warning: 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 = 'ʴ'; +$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate +$strDocu = '͡/ҧԧ'; +$strDoYouReally = 'ͧ÷ '; +$strDrop = 'Drop'; //to translate +$strDropDB = 'Drop ҹ '; +$strDumpingData = 'Dump ҧ'; +$strDynamic = 'dynamic'; //to translate -$strField = "Field"; //to translate -$strFields = "ӹǹ Fields"; -$strFixed = "fixed"; //to translate -$strFormat = "Format"; //to translate -$strFunction = "Function"; //to translate +$strEdit = ''; +$strEditPrivileges = 'Edit Privileges'; //to translate +$strEffective = 'Effective'; //to translate +$strEmpty = 'ź'; +$strEmptyResultSet = 'MySQL ׹ҧҡѺ (0 ).'; +$strEnableMagicQuotes = 'Warning: 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 = 'Extra'; //to translate -$strGenTime = "Generation Time"; //to translate -$strGo = "ŧ";#"Go"; -$strGrants = "Grants"; //to translate +$strField = 'Field'; //to translate +$strFields = 'ӹǹ Fields'; +$strFixed = 'fixed'; //to translate +$strFormat = 'Format'; //to translate +$strFunction = 'Function'; //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 = "Sourceforge phpMyAdmin Download Page"; //to translate -$strHost = "Host"; //to translate -$strHostEmpty = "The host name is empty!"; //to translate +$strGenTime = 'Generation Time'; //to translate +$strGo = 'ŧ'; +$strGrants = 'Grants'; //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"; -$strInUse = "in use"; //to translate +$strHasBeenAltered = '¹ŧ'; +$strHasBeenCreated = '١ҧ'; +$strHasBeenDropped = 'ӡ drop '; +$strHasBeenEmptied = 'ҧ'; +$strHome = 'Home'; //to translate +$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate +$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate +$strHost = 'Host'; //to translate +$strHostEmpty = 'The host name is empty!'; //to translate -$strKeyname = " key";#"Keyname"; -$strKill = "Kill"; //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 = 'á'; +$strInsertAsNewRow = 'Insert as new row'; //to translate +$strInsertIntoTable = 'á㹵ҧ'; +$strInsertNewRow = 'á'; +$strInsertTextfiles = 'áŨҡ text file 㹵ҧ'; +$strInUse = 'in use'; //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 +$strKeyname = ' key'; +$strKill = 'Kill'; //to translate -$strModifications = "ѹ֡º";#"Modifications have been saved"; -$strModify = "Modify"; //to translate (tbl_qbe.php3) -$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"; +$strLength = 'Length'; //to translate +$strLengthSet = '/૵'; +$strLimitNumRows = '¹ ˹'; +$strLineFeed = 'Linefeed: \\n'; //to translate +$strLines = '÷Ѵ'; +$strLocationTextfile = '˹觢ͧ text file'; +$strLogin = ''; //to translate, but its not in use ... +$strLogout = 'Log out'; //to translate -$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 +$strModifications = 'ѹ֡º'; +$strModify = 'Modify'; //to translate (tbl_qbe.php3) +$strMySQLReloaded = 'MySQL reloaded.'; //to translate +$strMySQLSaid = 'MySQL said: '; //to translate +$strMySQLShowProcess = 'ʴ process ҧ '; +$strMySQLShowStatus = 'ʴ runtime ͧ MySQL'; +$strMySQLShowVars = 'ʴкͧ MySQL'; -$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 +$strName = ''; +$strNext = ''; +$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 = '辺ҧ 㹰ҹ'; +$strNoUsersFound = 'No user(s) found.'; //to translate +$strNull = 'Null'; //to translate +$strNumberIndexes = ' Number of advanced indexes '; //to translate -$strPassword = "Password"; //to translate -$strPasswordEmpty = "The password is empty!"; //to translate -$strPasswordNotSame = "The passwords aren't the same!"; //to translate -$strPHPVersion = "PHP Version"; //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 -$strProducedAnError = "produced an error."; //to translate -$strProperties = "سѵ";#"Properties"; +$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 = ''; +$strOverhead = 'Overhead'; //to translate -$strQBE = "Query by Example"; //to translate -$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3) -$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3) +$strPassword = 'Password'; //to translate +$strPasswordEmpty = 'The password is empty!'; //to translate +$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate +$strPHPVersion = 'PHP Version'; //to translate +$strPos1 = 'ش'; +$strPrevious = '͹˹'; +$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 +$strProducedAnError = 'produced an error.'; //to translate +$strProperties = 'سѵ'; -$strReadTheDocs = "ҹ";#"Read the docs"; -$strRecords = "¹"; -$strReloadFailed = "MySQL reload failed."; //to translate -$strReloadMySQL = "Reload MySQL"; //to translate -$strRememberReload = "Remember reload the server."; //to translate -$strRenameTable = "¹͵ҧ";#"Rename table to"; -$strRenameTableOK = "ҧ %s ١¹ %s";#"Table %s has been renamed to %s"; -$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 = "Submit Query"; //to translate (tbl_qbe.php3) -$strRunSQLQuery = "ӧҹ SQL query/queries ѺҹŹ ";#"Run SQL query/queries on database "; +$strQBE = 'Query by Example'; //to translate +$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3) +$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3) -$strSave = "纺ѹ֡";#"Save"; -$strSelect = "͡";#"Select"; -$strSelectFields = "͡ field (ҧ˹):";#"Select fields (at least one):"; -$strSelectNumRows = "in query"; //to translate -$strSend = "Send"; //to translate -$strSequence = "Seq."; //to translate -$strServerVersion = "Server version"; //to translate -$strShow = "ʴ";#"Show"; -$strShowingRecords = "ʴ¹ ";#"Showing records "; -$strSingly = "(singly)"; //to translate -$strSize = "Size"; //to translate -$strSort = "Sort"; //to translate (tbl_qbe.php3) -$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"; -$strSum = "Sum"; //to translate +$strReadTheDocs = 'ҹ'; +$strRecords = '¹'; +$strReloadFailed = 'MySQL reload failed.'; //to translate +$strReloadMySQL = 'Reload MySQL'; //to translate +$strRememberReload = 'Remember reload the server.'; //to translate +$strRenameTable = '¹͵ҧ'; +$strRenameTableOK = 'ҧ %s ١¹ %s'; +$strRepairTable = 'Repair table'; //to translate +$strReplace = '᷹'; +$strReplaceTable = '᷹Ŵ'; +$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 = ' ҡǷ'; +$strRowsStatistic = 'Row Statistic'; //to translate +$strRunning = 'running on '; //to translate +$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3) +$strRunSQLQuery = 'ӧҹ SQL query/queries ѺҹŹ '; -$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,
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 +$strSave = '纺ѹ֡'; +$strSelect = '͡'; +$strSelectFields = '͡ field (ҧ˹):'; +$strSelectNumRows = 'in query'; //to translate +$strSend = 'Send'; //to translate +$strSequence = 'Seq.'; //to translate +$strServerVersion = 'Server version'; //to translate +$strShow = 'ʴ'; +$strShowingRecords = 'ʴ¹ '; +$strSingly = '(singly)'; //to translate +$strSize = 'Size'; //to translate +$strSort = 'Sort'; //to translate (tbl_qbe.php3) +$strSpaceUsage = 'Space usage'; //to translate +$strSQLQuery = 'SQL-query'; //to translate +$strStatement = 'Statements'; //to translate +$strStrucCSV = ' CSV'; +$strStrucData = 'çҧТ'; +$strStrucDrop = ' \'drop table\''; +$strStrucOnly = '੾çҧ'; +$strSubmit = 'Submit'; //to translate +$strSuccess = 'ӧҹ SQL-query º'; +$strSum = 'Sum'; //to translate -$strUncheckAll = "Uncheck All"; //to translate -$strUnique = "Unique"; //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 = "Update Query"; //to translate (tbl_qbe.php3) -$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 = "Use Tables"; //to translate (tbl_qbe.php3) +$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,
this field might not be editable '; //to translate +$strTheContent = 'áŨҡͧس'; +$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.'; +$strTotal = ''; +$strType = 'Type'; //to translate -$strValue = "Value"; //to translate -$strViewDump = "çҧͧҧ";#"View dump (schema) of table"; -$strViewDumpDB = "çҧͧҹ";#"View dump (schema) of database"; +$strUncheckAll = 'Uncheck All'; //to translate +$strUnique = 'Unique'; //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 = 'Update Query'; //to translate (tbl_qbe.php3) +$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 = 'Use Tables'; //to translate (tbl_qbe.php3) -$strWelcome = "Թյ͹Ѻ ";#"Welcome to "; -$strWrongUser = "Wrong username/password. Access denied."; //to translate +$strValue = 'Value'; //to translate +$strViewDump = 'çҧͧҧ'; +$strViewDumpDB = 'çҧͧҹ'; -$strYes = "Yes"; //to translate +$strWelcome = 'Թյ͹Ѻ '; +$strWrongUser = 'Wrong username/password. Access denied.'; //to translate + +$strYes = 'Yes'; //to translate // automatic generated by langxlorer.php (June 27, 2001, 6:53 pm) // V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de) -$strBinary=" Binary "; //to translate -$strBinaryDoNotEdit=" Binary - do not edit "; //to translate -$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate -$strNotNumber = "This is not a number!"; //to translate -$strNotValidNumber = " is not a valid row number!"; //to translate +$strBinary = ' Binary '; //to translate +$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate +$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate +$strNotNumber = 'This is not a number!'; //to translate +$strNotValidNumber = ' is not a valid row number!'; //to translate // export Zip (July 07, 2001, 19:48am) -$strBzip = "\"bzipped\""; -$strGzip = "\"gzipped\""; //to translate -$strOffSet = "Offset"; -$strNbRecords = "No. Of records"; -$strRowSize=" Row size "; //to translate -$strShowThisQuery=" Show this query here again "; //to translate -$strUseBackquotes=" Use backquotes with tables and fields names "; //to translate -$strQueryOnDb=" SQL-query on database "; //to translate -$strFieldsEmpty=" The field count is empty! "; //to translate -$strAffectedRows=" Rows affected: "; //to translate +$strBzip = '"bzipped"'; +$strGzip = '"gzipped"'; //to translate + +// To translate +$strAffectedRows = 'Affected rows:'; +$strFieldsEmpty = ' The field count is empty! '; //to translate +$strNbRecords = 'no. of records'; +$strOffSet = 'offset'; +$strQueryOnDb = 'SQL-query on database '; +$strRowSize = ' Row size '; //to translate +$strShowThisQuery = ' Show this query here again '; //to translate +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; ?>