Updated translations so they are xhtml1.0 valid and fits PEAR codding standards

This commit is contained in:
Loïc Chapeaux
2001-08-03 15:19:26 +00:00
parent 34c9048676
commit 7895ccd437
25 changed files with 6206 additions and 6158 deletions

View File

@@ -6,6 +6,9 @@ $Id$
$Source$
2001-08-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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.

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$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 = "Acesso Negado";
$strAction = "A<EFBFBD><EFBFBD>es";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Adiciona novo campo";
$strAddPriv = "Adiciona um novo Privil<69>gio";
$strAddPrivMessage = "Privil<EFBFBD>gio adicionado.";
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"onde\"):";
$strAddUser = "Adicionar um novo usu<73>rio";
$strAddUserMessage = "Usu<EFBFBD>rio adcionado.";
$strAfter = "Depois";
$strAll = "Todos";
$strAlterOrderBy = "Alterar tabela ordenada por";
$strAnalyzeTable = "Analizar tabela";
$strAnd = "E";
$strAnIndex = "Um indice foi adicionado na ";
$strAny = "Qualquer";
$strAnyColumn = "Qualquer coluna";
$strAnyDatabase = "Qualquer banco de dados";
$strAnyHost = "Qualquer servidor";
$strAnyTable = "Qualquer tabela";
$strAnyUser = "Qualquer usu<73>rio";
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
$strAscending = "Ascendente";
$strAtBeginningOfTable = "No come<6D>o da tabela";
$strAtEndOfTable = "Ao fim da tabela";
$strAttr = "Atributos";
$strBack = "Voltar";
$strBinary=" Bin<69>rio ";
$strBinaryDoNotEdit=" Bin<69>rio - n<>o edite ";
$strBookmarkLabel = "Nome";
$strBookmarkQuery = "Procura de SQL salva";
$strBookmarkThis = "Salvar essa procura de SQL";
$strBookmarkView = "Apenas visualiza";
$strBrowse = "Visualiza";
$strAccessDenied = 'Acesso Negado';
$strAction = 'A<><41>es';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Adiciona novo campo';
$strAddPriv = 'Adiciona um novo Privil<69>gio';
$strAddPrivMessage = 'Privil<69>gio adicionado.';
$strAddSearchConditions = 'Condi<64><69>o de Pesquisa (Complemento da clausula "onde"):';
$strAddUser = 'Adicionar um novo usu<73>rio';
$strAddUserMessage = 'Usu<73>rio adcionado.';
$strAfter = 'Depois';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um indice foi adicionado na ';
$strAny = 'Qualquer';
$strAnyColumn = 'Qualquer coluna';
$strAnyDatabase = 'Qualquer banco de dados';
$strAnyHost = 'Qualquer servidor';
$strAnyTable = 'Qualquer tabela';
$strAnyUser = 'Qualquer usu<73>rio';
$strAPrimaryKey = 'Chave prim<69>ria acrescentada na ';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No come<6D>o da tabela';
$strAtEndOfTable = 'Ao fim da tabela';
$strAttr = 'Atributos';
$strCantLoadMySQL = "n<EFBFBD>o foi poss<73>vel carregar extens<6E>o do MySQL,<br>por favor cheque a configura<72><61>o do PHP.";
$strCarriage = "Caracter de retorno: \\r";
$strChange = "Muda";
$strCheckAll = "Check All";
$strCheckDbPriv = "Verifica Privil<69>gios do Banco de Dados";
$strCheckTable = "Verifica tabela";
$strColumn = "Coluna";
$strColumnEmpty = "Os nomes das colunas est<73>o vazios!";
$strColumnNames = "Nome da Colunas";
$strCompleteInserts = "Inser<EFBFBD><EFBFBD>es Completas";
$strConfirm = "Voc<EFBFBD> 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 = "Crit<EFBFBD>rio";
$strBack = 'Voltar';
$strBinary = ' Bin<69>rio ';
$strBinaryDoNotEdit = ' Bin<69>rio - n<>o 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<73> vazio!";
$strDefault = "Padr<EFBFBD>o";
$strDelete = "Remove";
$strDeleted = "Registro eliminado";
$strDeleteFailed = "N<EFBFBD>o foi poss<73>vel apagar!";
$strDeletePassword = "Apagar Senha";
$strDeleteUserMessage = "Voc<EFBFBD> deletou o usu<73>rio";
$strDelPassMessage = "Voc<EFBFBD> deletou a senha de";
$strDescending = "Descendente";
$strDisableMagicQuotes = "<b>Aten<65><6E>o:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Tela";
$strDoAQuery = "Fa<EFBFBD>a uma \"procura por exemplo\" (coringa: \"%\")";
$strDocu = "Documenta<EFBFBD><EFBFBD>o";
$strDoYouReally = "Confirma : ";
$strDrop = "Elimina";
$strDropDB = "Elimina o banco de dados: ";
$strDumpingData = "Extraindo dados da tabela";
$strDynamic = "din<EFBFBD>mico";
$strCantLoadMySQL = 'n<>o foi poss<73>vel carregar extens<6E>o do MySQL,<br />por favor cheque a configura<72><61>o do PHP.';
$strCarriage = 'Caracter de retorno: \\r';
$strChange = 'Muda';
$strCheckAll = 'Check All';
$strCheckDbPriv = 'Verifica Privil<69>gios do Banco de Dados';
$strCheckTable = 'Verifica tabela';
$strColumn = 'Coluna';
$strColumnEmpty = 'Os nomes das colunas est<73>o vazios!';
$strColumnNames = 'Nome da Colunas';
$strCompleteInserts = 'Inser<65><72>es Completas';
$strConfirm = 'Voc<EFBFBD> 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 = 'Crit<69>rio';
$strEdit = "Edita";
$strEditPrivileges = "Edita Privil<69>gios";
$strEffective = "Efetivo";
$strEmpty = "Limpa";
$strEmptyResultSet = "MySQL retornou um conjunto vazio (ex. zero registros).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "delimitados por";
$strEnd = "Fim";
$strEnglishPrivileges=" Nota: nomes de privil<69>gios do MySQL s<>o expressos em ingl<67>s ";
$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<73> vazio!';
$strDefault = 'Padr<64>o';
$strDelete = 'Remove';
$strDeleted = 'Registro eliminado';
$strDeleteFailed = 'N<>o foi poss<73>vel apagar!';
$strDeletePassword = 'Apagar Senha';
$strDeleteUserMessage = 'Voc<6F> deletou o usu<73>rio';
$strDelPassMessage = 'Voc<6F> deletou a senha de';
$strDescending = 'Descendente';
$strDisableMagicQuotes = '<b>Aten<65><6E>o:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Tela';
$strDoAQuery = 'Fa<46>a uma "procura por exemplo" (coringa: "%")';
$strDocu = 'Documenta<74><61>o';
$strDoYouReally = 'Confirma : ';
$strDrop = 'Elimina';
$strDropDB = 'Elimina o banco de dados: ';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'din<69>mico';
$strField = "Campo";
$strFields = "Campos";
$strFixed = "fixo";
$strFormat = "Formato";
$strFunction = "Fun<EFBFBD>oes";
$strEdit = 'Edita';
$strEditPrivileges = 'Edita Privil<69>gios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = 'delimitados por';
$strEnd = 'Fim';
$strEnglishPrivileges = ' Nota: nomes de privil<69>gios do MySQL s<>o expressos em ingl<67>s ';
$strError = 'Erro';
$strEscapedBy = 'contornados por';
$strExtra = 'Extra';
$strGenTime = "Tempo de Genera<72><61>o";
$strGo = "Executa";
$strGrants = "Conceder";
$strField = 'Campo';
$strFields = 'Campos';
$strFixed = 'fixo';
$strFormat = 'Formato';
$strFunction = 'Fun<75>oes';
$strHasBeenAltered = "foi alterado.";
$strHasBeenCreated = "foi criado.";
$strHasBeenDropped = "foi eliminado.";
$strHasBeenEmptied = "foi esvaziado.";
$strHome = "Base"; // Alguem tem alguma palavra melhor para 'Home'?
$strHomepageOfficial = "P<EFBFBD>gina Oficial do phpMyAdmin";
$strHomepageSourceforge = "Nova P<>gina do phpMyAdmin";
$strHost = "Servidor";
$strHostEmpty = "O nome do servidor est<73> vazio!";
$strGenTime = 'Tempo de Genera<72><61>o';
$strGo = 'Executa';
$strGrants = 'Conceder';
$strIfYouWish = "Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por v<>rgula.";
$strIndex = "<EFBFBD>ndice";
$strIndexes = "<EFBFBD>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 = 'P<>gina Oficial do phpMyAdmin';
$strHomepageSourceforge = 'Nova P<>gina do phpMyAdmin';
$strHost = 'Servidor';
$strHostEmpty = 'O nome do servidor est<73> vazio!';
$strKeyname = "Nome chave";
$strKill = "Matar";
$strIfYouWish = 'Para carregar apenas algumas colunas da tabela, fa<66>a uma lista separada por v<>rgula.';
$strIndex = '<27>ndice';
$strIndexes = '<27>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 Alimenta<74><61>o de Linha: \\n";
$strLines = "Linhas";
$strLocationTextfile = "Localiza<EFBFBD><EFBFBD>o do arquivo texto";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Sair";
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strModifications = "Modifica<EFBFBD><EFBFBD>es foram salvas";
$strModify = "Modificar";
$strMySQLReloaded = "MySQL reiniciado.";
$strMySQLSaid = "Mensagens do MySQL : ";
$strMySQLShowProcess = "Mostra os Processos";
$strMySQLShowStatus = "Mostra informa<6D><61>o de runtime do MySQL";
$strMySQLShowVars = "Mostra vari<72>veis de sistema do MySQL";
$strLength = 'Tamanho';
$strLengthSet = 'Tamanho/Definir';
$strLimitNumRows = 'records per page';
$strLineFeed = 'Caracter de Alimenta<74><61>o de Linha: \\n';
$strLines = 'Linhas';
$strLocationTextfile = 'Localiza<7A><61>o do arquivo texto';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Sair';
$strName = "Nome";
$strNext = "Pr<EFBFBD>ximo";
$strNo = "N<EFBFBD>o";
$strNoPassword = "Sem Senha";
$strNoPrivileges = "Sem Privil<69>gios";
$strNoRights = "Voc<EFBFBD> n<>o tem direitos suficientes para estar aqui agora!";
$strNoTablesFound = "Nenhuma tabela encontrada no banco de dados";
$strNoUsersFound = "Nenhum usu<73>rio(s) encontrado.";
$strNull = "Nulo";
$strNumberIndexes = " N<>mero de <20>ndices avan<61>ados ";
$strModifications = 'Modifica<63><61>es foram salvas';
$strModify = 'Modificar';
$strMySQLReloaded = 'MySQL reiniciado.';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informa<6D><61>o de runtime do MySQL';
$strMySQLShowVars = 'Mostra vari<72>veis de sistema do MySQL';
$strOftenQuotation = "Em geral aspas. OPCIONAL significa que apenas campos de caracteres s<>o 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 = 'Pr<50>ximo';
$strNo = 'N<>o';
$strNoPassword = 'Sem Senha';
$strNoPrivileges = 'Sem Privil<69>gios';
$strNoRights = 'Voc<6F> n<>o tem direitos suficientes para estar aqui agora!';
$strNoTablesFound = 'Nenhuma tabela encontrada no banco de dados';
$strNoUsersFound = 'Nenhum usu<73>rio(s) encontrado.';
$strNull = 'Nulo';
$strNumberIndexes = ' N<>mero de <20>ndices avan<61>ados ';
$strPassword = "Senha";
$strPasswordEmpty = "A senhas est<73> vazia!";
$strPasswordNotSame = "As senhas n<>o s<>o a mesma!";
$strPHPVersion = "Vers<EFBFBD>o do PHP";
$strPos1 = "In<EFBFBD>cio";
$strPrevious = "Anterior";
$strPrimary = "Prim<EFBFBD>ria";
$strPrimaryKey = "Chave Prim<69>ria";
$strPrinterFriendly = "Printer friendly version of above table";
$strPrintView = "Visualiza<EFBFBD><EFBFBD>o para Impress<73>o";
$strPrivileges = "Privil<EFBFBD>gios";
$strProducedAnError = "produziu um erro.";
$strProperties = "Propriedades";
$strOftenQuotation = 'Em geral aspas. OPCIONAL significa que apenas campos de caracteres s<>o 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<73> vazia!';
$strPasswordNotSame = 'As senhas n<>o s<>o a mesma!';
$strPHPVersion = 'Vers<72>o do PHP';
$strPos1 = 'In<49>cio';
$strPrevious = 'Anterior';
$strPrimary = 'Prim<69>ria';
$strPrimaryKey = 'Chave Prim<69>ria';
$strPrinterFriendly = 'Printer friendly version of above table';
$strPrintView = 'Visualiza<7A><61>o para Impress<73>o';
$strPrivileges = 'Privil<69>gios';
$strProducedAnError = 'produziu um erro.';
$strProperties = 'Propriedades';
$strReadTheDocs = "Leia a documenta<74><61>o";
$strRecords = "Registros";
$strReloadFailed = "Reinicializa<EFBFBD><EFBFBD>o 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 Privil<69>gio de Conceder";
$strRevokeGrantMessage = "Voc<EFBFBD> revogou o privil<69>gio de conceder para";
$strRevokeMessage = "Voc<EFBFBD> revogou os privil<69>gios para";
$strRevokePriv = "Revogar Privil<69>gios";
$strRowLength = "Tamanho da Coluna";
$strRows = "Colunas";
$strRowsFrom = "colunas come<6D>ando de";
$strRowsStatistic = "Estatist<EFBFBD>cas 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 m<>nimo 1)";
$strSelectNumRows = "in query";
$strSend = "Envia";
$strSequence = "Sequ<EFBFBD>ncia";
$strServerVersion = "Vers<EFBFBD>o do Servidor";
$strShow = "Mostrar";
$strShowingRecords = "Mostrando registros ";
$strSingly = "(singly)"; //to translate
$strSize = "Tamanho";
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Uso do espa<70>o";
$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 documenta<74><61>o';
$strRecords = 'Registros';
$strReloadFailed = 'Reinicializa<7A><61>o 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 Privil<69>gio de Conceder';
$strRevokeGrantMessage = 'Voc<6F> revogou o privil<69>gio de conceder para';
$strRevokeMessage = 'Voc<6F> revogou os privil<69>gios para';
$strRevokePriv = 'Revogar Privil<69>gios';
$strRowLength = 'Tamanho da Coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas come<6D>ando de';
$strRowsStatistic = 'Estatist<73>cas da Coluna';
$strRunning = 'Rodando em ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'Executa comando SQL no banco de dados ';
$strTable = "tabela ";
$strTableComments = "Coment<EFBFBD>rios da tabela";
$strTableEmpty = "O Nome da Tabela est<73> vazio!";
$strTableMaintenance = "Tabela de Manuten<65><6E>o";
$strTableStructure = "Estrutura da tabela";
$strTableType = "Tipo da Tabela";
$strTerminatedBy = "terminados por";
$strTextAreaLength = " Por causa da sua largura,<br> esse campo pode n<>o ser edit<69>vel ";
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
$strTheTerminator = "Terminador de campos.";
$strTotal = "total";
$strType = "Tipo";
$strSave = 'Salva';
$strSelect = 'Procura';
$strSelectFields = 'Selecione os campos (no m<>nimo 1)';
$strSelectNumRows = 'in query';
$strSend = 'Envia';
$strSequence = 'Sequ<71>ncia';
$strServerVersion = 'Vers<72>o do Servidor';
$strShow = 'Mostrar';
$strShowingRecords = 'Mostrando registros ';
$strSingly = '(singly)'; //to translate
$strSize = 'Tamanho';
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Uso do espa<70>o';
$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 = "<EFBFBD>nico";
$strUpdatePassMessage = "Voc<EFBFBD> mudou a senha para";
$strUpdatePassword = "Mudar Senha";
$strUpdatePrivMessage = "Voc<EFBFBD> mudou os privil<69>ios para";
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Uso";
$strUser = "Usu<EFBFBD>rio";
$strUserEmpty = "O nome do usu<73>rio est<73> vazio!";
$strUserName = "Nome do usu<73>rio";
$strUsers = "Usu<EFBFBD>rios";
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strTable = 'tabela ';
$strTableComments = 'Coment<6E>rios da tabela';
$strTableEmpty = 'O Nome da Tabela est<73> vazio!';
$strTableMaintenance = 'Tabela de Manuten<65><6E>o';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo da Tabela';
$strTerminatedBy = 'terminados por';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode n<>o ser edit<69>vel ';
$strTheContent = 'O conte<74>do do seu arquivo foi inserido';
$strTheContents = 'O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica';
$strTheTerminator = 'Terminador de campos.';
$strTotal = 'total';
$strType = 'Tipo';
$strValue = "Valor";
$strViewDump = "Ver o esquema da tabela";
$strViewDumpDB = "Ver o esquema do banco de dados";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27>nico';
$strUpdatePassMessage = 'Voc<6F> mudou a senha para';
$strUpdatePassword = 'Mudar Senha';
$strUpdatePrivMessage = 'Voc<6F> mudou os privil<69>ios para';
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Uso';
$strUser = 'Usu<73>rio';
$strUserEmpty = 'O nome do usu<73>rio est<73> vazio!';
$strUserName = 'Nome do usu<73>rio';
$strUsers = 'Usu<73>rios';
$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3)
$strWelcome = "Bem vindo ao ";
$strWrongUser = "Usu<EFBFBD>rio 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 = 'Usu<73>rio 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "windows-1251";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'windows-1251';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "<EFBFBD>";
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD>e<EFBFBD>e <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> ";
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAccessDenied = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><> "where" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = '<27>';
$strAnIndex = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27>e<EFBFBD>e <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD> ';
$strAscending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CR: \\r";
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD><EFBFBD> ";
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CR: \\r';
$strChange = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:';
$strCopyTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>';
$strCreateNewTable = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ';
$strCriteria = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Escape";
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27><> ';
$strDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: "%")';
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoYouReally = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strDumpingData = '<27><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ';
$strEnd = '<27><><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Escape';
$strExtra = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strGrants = "Grants"; //to translate
$strField = '<27><><EFBFBD><EFBFBD>';
$strFields = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>";
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenCreated = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenEmptied = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHome = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>: \\n";
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strKeyname = '<27><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLReloaded = "MySQL <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL";
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL";
$strLength = 'Length'; //to translate
$strLengthSet = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>: \\n';
$strLines = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLocationTextfile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNo = "<EFBFBD><EFBFBD>";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModify = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLReloaded = 'MySQL <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMySQLSaid = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL';
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL';
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20> varchar <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
$strOverhead = "Overhead"; //to translate
$strName = '<27><><EFBFBD>';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNo = '<27><>';
$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 = '<27> <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = '<27><><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOftenQuotation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20> varchar <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptionally = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strOr = '<27><><EFBFBD>';
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrevious = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strProperties = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReloadFailed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL.";
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> ";
$strQBE = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):";
$strSelectNumRows = "<EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> MySQL.';
$strReloadMySQL = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strRenameTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strReset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> ';
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>.";
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelect = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelectFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):';
$strSelectNumRows = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSend = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowingRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\'';
$strStrucOnly = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSubmit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSuccess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUsage = "Usage"; //to translate
$strUser = "User"; //to translate
$strUserEmpty = "The user name is empty!"; //to translate
$strUserName = "User name"; //to translate
$strUsers = "Users"; //to translate
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strTableComments = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheTerminator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>.';
$strTotal = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strType = '<27><><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><>";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = 'You have updated the password for'; //to translate
$strUpdatePassword = 'Update Password'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate
$strUserEmpty = 'The user name is empty!'; //to translate
$strUserName = 'User name'; //to translate
$strUsers = 'Users'; //to translate
$strUseTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> ";
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strValue = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDump = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><> <20><>';
$strYes = "<EFBFBD><EFBFBD>";
$strWelcome = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> ';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strYes = '<27><>';
// 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';
?>

View File

@@ -1,289 +1,286 @@
<?php
/* $Id$ */
$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 = "Access denegat";
$strAction = "Acci&oacute;";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Afegir un camp nou";
$strAddPriv = "Afegir un privilegi nou";
$strAddPrivMessage = "Has afegit un privilegi nou.";
$strAddSearchConditions = "Afegeix condicions de recerca (cos de la cl&agrave;usula \"where\"):";
$strAddUser = "Afegir un usuari nou";
$strAddUserMessage = "Has afegit un usuari nou.";
$strAfter = "Despr&eacute;s";
$strAll = "Tot";
$strAlterOrderBy = "Altera la taula i ordena per";
$strAnalyzeTable = "Analitza la taula";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Afegit un &iacute;ndex a ";
$strAny = "Qualsevol"; //to translate
$strAnyColumn = "Qualsevol columna";
$strAnyDatabase = "Qualsevol base de dades";
$strAnyHost = "Qualsevol servidor";
$strAnyTable = "Qualsevol taula";
$strAnyUser = "Qualsevol usuari";
$strAPrimaryKey = "Afegida una clau prim&agrave;ria a ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "Al principi de la taula";
$strAtEndOfTable = "Al final de la taula";
$strAttr = "Atributs";
$strBack = "Enrere";
$strBookmarkLabel = "Etiqueta";
$strBookmarkQuery = "Consulta SQL registrada";
$strBookmarkThis = "Registra aquesta consulta SQL";
$strBookmarkView = "Nom<EFBFBD>s mirar";
$strBrowse = "Navega";
$strAccessDenied = 'Access denegat';
$strAction = 'Acci&oacute;';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Afegir un camp nou';
$strAddPriv = 'Afegir un privilegi nou';
$strAddPrivMessage = 'Has afegit un privilegi nou.';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la cl&agrave;usula "where"):';
$strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.';
$strAfter = 'Despr&eacute;s';
$strAll = 'Tot';
$strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Afegit un &iacute;ndex a ';
$strAny = 'Qualsevol';
$strAnyColumn = 'Qualsevol columna';
$strAnyDatabase = 'Qualsevol base de dades';
$strAnyHost = 'Qualsevol servidor';
$strAnyTable = 'Qualsevol taula';
$strAnyUser = 'Qualsevol usuari';
$strAPrimaryKey = 'Afegida una clau prim&agrave;ria a ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strCantLoadMySQL = "no s'ha pogut carregar l'extensi&oacute; de MySQL,<br>bverifiqueu la configuraci&oacute; del PHP.";
$strCarriage = "Retorn de l&iacute;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&oacute;n buits!";
$strColumnNames = "Nom de les col&middot;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 = 'Nom<6F>s 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 &eacute;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 = "<b>Atenci&oacute;:</b> Has activat les magic_quotes_gpc en el fitxer de
configuraci&oacute; del PHP. Aquesta versi&oacute; del PhpMyAdmin no
funciona correctament amb aquesta opci&oacute;. Fes un cop d'ull al manual de PHP sobre com desactivar aquesta opci&oacute;.";
$strDisplay = "Mostrar";
$strDoAQuery = "Fer un \"petici&oacute; segons exemple\" (comod&iacute;: \"%\")";
$strDocu = "Documentaci&oacute;";
$strDoYouReally = "Realment vols ";
$strDrop = "Eliminar";
$strDropDB = "Eliminar base de dades ";
$strDumpingData = "Volcant dades de la taula";
$strDynamic = "din&agrave;mic";
$strCantLoadMySQL = 'no s\'ha pogut carregar l\'extensi&oacute; de MySQL,<br />bverifiqueu la configuraci&oacute; del PHP.';
$strCarriage = 'Retorn de l&iacute;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&oacute;n buits!';
$strColumnNames = 'Nom de les col&middot;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 = "<b>Atenci&oacute;:</b> No has habilitat les magic_quotes_gpc en el fitxer de configuraci&oacute; del PHP. El PhpMyAdmin necessita aquesta opci&oacute; per a funcionar correctament. Fes un cop d'ull al manual del PHP sobre com activar aquesta opci&oacute; en el fitxer de configuraci&oacute; 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 &eacute;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 = '<b>Atenci&oacute;:</b> Has activat les magic_quotes_gpc en el fitxer de configuraci&oacute; del PHP. Aquesta versi&oacute; del PhpMyAdmin no funciona correctament amb aquesta opci&oacute;. Fes un cop d\'ull al manual de PHP sobre com desactivar aquesta opci&oacute;.';
$strDisplay = 'Mostrar';
$strDoAQuery = 'Fer un "petici&oacute; segons exemple" (comod&iacute;: "%")';
$strDocu = 'Documentaci&oacute;';
$strDoYouReally = 'Realment vols ';
$strDrop = 'Eliminar';
$strDropDB = 'Eliminar base de dades ';
$strDumpingData = 'Volcant dades de la taula';
$strDynamic = 'din&agrave;mic';
$strField = "Camp";
$strFields = "Camps";
$strFixed = "fixa";
$strFormat = "Format";
$strFunction = "Funci&oacute;";
$strEdit = 'Editar';
$strEditPrivileges = 'Editar privilegis';
$strEffective = 'Efectiu';
$strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnableMagicQuotes = '<b>Atenci&oacute;:</b> No has habilitat les magic_quotes_gpc en el fitxer de configuraci&oacute; del PHP. El PhpMyAdmin necessita aquesta opci&oacute; per a funcionar correctament. Fes un cop d\'ull al manual del PHP sobre com activar aquesta opci&oacute; en el fitxer de configuraci&oacute; del PHP';
$strEnclosedBy = 'tancat entre';
$strEnd = 'Final';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL s&oacute;n en llengua anglesa ';
$strError = 'Errada';
$strEscapedBy = 'escapat per';
$strExtra = 'Extra';
$strGenTime = "Temps de generaci&oacute;";
$strGo = "Executar";
$strGrants = "Atorgar";
$strField = 'Camp';
$strFields = 'Camps';
$strFixed = 'fixa';
$strFormat = 'Format';
$strFunction = 'Funci&oacute;';
$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&agrave;rrega del phpMyAdmin a SourceForge"; //to translate
$strHost = "Servidor";
$strHostEmpty = "El nom del servidor &egrave;s buit!";
$strGenTime = 'Temps de generaci&oacute;';
$strGo = 'Executar';
$strGrants = 'Atorgar';
$strGzip = '"comprimit amb gzip"';
$strIfYouWish = "Si nom&eacute;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&agrave;rrega del phpMyAdmin a SourceForge';
$strHost = 'Servidor';
$strHostEmpty = 'El nom del servidor &egrave;s buit!';
$strKeyname = "NomClau";
$strKill = "Finalitzar";
$strIfYouWish = 'Si nom&eacute;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&iacute;nia: \\n";
$strLines = "L&iacute;nies";
$strLocationTextfile = "Ubicaci&oacute; 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&oacute; de funcionament del MySQL";
$strMySQLShowVars = "Mostra les variables de sistema del MySQL";
$strLength = 'Longitut';
$strLengthSet = 'Longitud';
$strLimitNumRows = 'registres per plana';
$strLineFeed = 'Salt de l&iacute;nia: \\n';
$strLines = 'L&iacute;nies';
$strLocationTextfile = 'Ubicaci&oacute; del fitxer de text';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Sortir';
$strName = "Nom";
$strNext = "Seg&uuml;ent";
$strNo = "No";
$strNoPassword = "Sense contrassenya";
$strNoPrivileges = "Sense privilegis";
$strNoRights = "No tens prou privilegis per visualitzar aquesta informaci&oacute;!";
$strNoTablesFound = "Base de dades sense taules.";
$strNoUsersFound = "No s'han trobat usuaris.";
$strNull = "Nul";
$strNumberIndexes = " N&uacute;mero d'indexs avan&ccedil;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&oacute; de funcionament del MySQL';
$strMySQLShowVars = 'Mostra les variables de sistema del MySQL';
$strOftenQuotation = "Marques sint&agrave;ctiques. OPCIONALMENT vol dir que nom&eacute;s els camps de tipus char i varchar van \"tancats dins\" \"-aquest car&agrave;cter.";
$strOptimizeTable = "Optimitza la taula";
$strOptionalControls = "Opcional. Controla com llegir o escriure car&agrave;cters especials.";
$strOptionally = "OPCIONALMENT";
$strOr = "O";
$strOverhead = "Overhead";
$strName = 'Nom';
$strNbRecords = 'N&uacute;mero de files ';
$strNext = 'Seg&uuml;ent';
$strNo = 'No';
$strNoPassword = 'Sense contrassenya';
$strNoPrivileges = 'Sense privilegis';
$strNoRights = 'No tens prou privilegis per visualitzar aquesta informaci&oacute;!';
$strNoTablesFound = 'Base de dades sense taules.';
$strNotNumber = 'Aquest valor no &eacute;s un n&uacute;mero!';
$strNotValidNumber = ' no es un n&uacute;mero de col.lumna v&agrave;lid!';
$strNoUsersFound = 'No s\'han trobat usuaris.';
$strNull = 'Nul';
$strNumberIndexes = ' N&uacute;mero d\'indexs avan&ccedil;ats ';
$strPassword = "Contrasenya";
$strPasswordEmpty = "La contrasenya &eacute;s buida!";
$strPasswordNotSame = "Les contrasenyes no coincideixen!";
$strPHPVersion = "PHP versi&oacute;"; //to translate
$strPos1 = "Inici";
$strPrevious = "Anterior";
$strPrimary = "Prim&agrave;ria";
$strPrimaryKey = "Clau Prim&agrave;ria";
$strPrinterFriendly = "Versi&oacute; imprimible de la taula";
$strPrintView = "Imprimir vista";
$strPrivileges = "Privilegis";
$strProducedAnError = "ha produ&iuml;t una errada.";
$strProperties = "Propietats";
$strOffSet = 'Offset';
$strOftenQuotation = 'Marques sint&agrave;ctiques. OPCIONALMENT vol dir que nom&eacute;s els camps de tipus char i varchar van "tancats dins" "-aquest car&agrave;cter.';
$strOptimizeTable = 'Optimitza la taula';
$strOptionalControls = 'Opcional. Controla com llegir o escriure car&agrave;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 &eacute;s buida!';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPHPVersion = 'PHP versi&oacute;';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimary = 'Prim&agrave;ria';
$strPrimaryKey = 'Clau Prim&agrave;ria';
$strPrinterFriendly = 'Versi&oacute; imprimible de la taula';
$strPrintView = 'Imprimir vista';
$strPrivileges = 'Privilegis';
$strProducedAnError = 'ha produ&iuml;t una errada.';
$strProperties = 'Propietats';
$strReadTheDocs = "Llegeix la documentaci&oacute;";
$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&iuml;r";
$strReplaceTable = "Substitu&iuml;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&ccedil;ant des de";
$strRowsStatistic = "Estad&iacute;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&middot;lecciona";
$strSelectFields = "Sel&middot;lecciona els camps (un com a m&iacute;nim):";
$strSelectNumRows = "en consulta";
$strSend = "enviar";
$strSequence = "Seq.";
$strServerVersion = "Versi&oacute; del servidor";
$strShow = "Mostra";
$strShowingRecords = "Mostrant registres: ";
$strSingly = "(singly)";
$strSize = "Mida"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Utilitzaci&oacute; d'espai";
$strSQLQuery = "crida SQL";
$strStatement = "Sent&egrave;ncies";
$strStrucCSV = "dades CSV ";
$strStrucData = "Estructura i dades";
$strStrucDrop = "Afegir 'drop table'";
$strStrucOnly = "Nom&eacute;s l'estructura";
$strSubmit = "Enviar";
$strSuccess = "La vostra comanda SQL ha estat executada amb &egrave;xit";
$strSum = "Suma";
$strReadTheDocs = 'Llegeix la documentaci&oacute;';
$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&iuml;r';
$strReplaceTable = 'Substitu&iuml;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&ccedil;ant des de';
$strRowSize = ' tamany de fila ';
$strRowsStatistic = 'Estad&iacute;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 &eacute;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,<br> aquest camp pot no ser editable ";
$strTheContent = "El contingut del fitxer especificat ha estat inserit.";
$strTheContents = "El contingut del fitxer substitu&iuml;r&agrave; els continguts de les taules sel.leccionades a les files que contenen la mateixa clau &uacute;nica o prim&agrave;ria";
$strTheTerminator = "El separador de camps.";
$strTotal = "total";
$strType = "Tipus";
$strSave = 'Guardar';
$strSelect = 'Sel&middot;lecciona';
$strSelectFields = 'Sel&middot;lecciona els camps (un com a m&iacute;nim):';
$strSelectNumRows = 'en consulta';
$strSend = 'enviar';
$strSequence = 'Seq.';
$strServerVersion = 'Versi&oacute; del servidor';
$strShow = 'Mostra';
$strShowingRecords = 'Mostrant registres: ';
$strSingly = '(singly)';
$strSize = 'Mida';
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Utilitzaci&oacute; d\'espai';
$strSQLQuery = 'crida SQL';
$strStatement = 'Sent&egrave;ncies';
$strStrucCSV = 'dades CSV ';
$strStrucData = 'Estructura i dades';
$strStrucDrop = 'Afegir \'drop table\'';
$strStrucOnly = 'Nom&eacute;s l\'estructura';
$strSubmit = 'Enviar';
$strSuccess = 'La vostra comanda SQL ha estat executada amb &egrave;xit';
$strSum = 'Suma';
$strUncheckAll = "Descel.leccionar tot"; //to translate
$strUnique = "&Uacute;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 = "&Uacute;s";
$strUser = "Usuari";
$strUserEmpty = "El nom d'usuari &eacute;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 &eacute;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,<br /> aquest camp pot no ser editable ';
$strTheContent = 'El contingut del fitxer especificat ha estat inserit.';
$strTheContents = 'El contingut del fitxer substitu&iuml;r&agrave; els continguts de les taules sel.leccionades a les files que contenen la mateixa clau &uacute;nica o prim&agrave;ria';
$strTheTerminator = 'El separador de camps.';
$strTotal = 'total';
$strType = 'Tipus';
$strValue = "Valor";
$strViewDump = "Veure un esquema de la taula";
$strViewDumpDB = "Veure l'esquema de la base de dades";
$strUncheckAll = 'Descel.leccionar tot';
$strUnique = '&Uacute;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 = '&Uacute;s';
$strUser = 'Usuari';
$strUserEmpty = 'El nom d\'usuari &eacute;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&oacute;n en llengua anglesa ";
$strNotNumber = "Aquest valor no &eacute;s un n&uacute;mero!";
$strNotValidNumber = " no es un n&uacute;mero de col.lumna v&agrave;lid!";
$strYes = 'Si';
// export Zip (July 07, 2001, 19:48am)
$strBzip = "\"comprimit amb bzip\"";
$strGzip = "\"comprimit amb gzip\"";
$strOffSet = "Offset";
$strNbRecords = "N&uacute;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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "big5";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'big5';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD>X<EFBFBD>ݳQ<EFBFBD>ڵ<EFBFBD>";
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ާ@";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "<EFBFBD>K<EFBFBD>[<5B>s<EFBFBD>r<EFBFBD>q";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD>K<EFBFBD>[<5B>˯<EFBFBD><CBAF><EFBFBD><EFBFBD><EFBFBD> (\"where\" <20>y<EFBFBD>y<EFBFBD><79><EFBFBD>D<EFBFBD><44>)<29>G";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "<EFBFBD>w<EFBFBD>g<EFBFBD>K<EFBFBD>[<5B>F<EFBFBD>@<40>ӯ<EFBFBD><D3AF>ީ<EFBFBD> ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD>w<EFBFBD>g<EFBFBD>إߤF<EFBFBD>@<40>ӥD<D3A5><44><EFBFBD><EFBFBD> ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "<EFBFBD>ݩ<EFBFBD>";
$strBack = "<EFBFBD><EFBFBD><EFBFBD>^";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD>s<EFBFBD><EFBFBD>";
$strAccessDenied = '<27>X<EFBFBD>ݳQ<DDB3>ڵ<EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD>ާ@';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = '<27>K<EFBFBD>[<5B>s<EFBFBD>r<EFBFBD>q';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27>K<EFBFBD>[<5B>˯<EFBFBD><CBAF><EFBFBD><EFBFBD><EFBFBD> ("where" <20>y<EFBFBD>y<EFBFBD><79><EFBFBD>D<EFBFBD><44>)<29>G';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = '<27>w<EFBFBD>g<EFBFBD>K<EFBFBD>[<5B>F<EFBFBD>@<40>ӯ<EFBFBD><D3AF>ީ<EFBFBD> ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27>w<EFBFBD>g<EFBFBD>إߤF<DFA4>@<40>ӥD<D3A5><44><EFBFBD><EFBFBD> ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = '<27>ݩ<EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD>^<5E><>: \\r";
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD>r<EFBFBD>q<EFBFBD>W";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD>_<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD>:";
$strCopyTableOK = "<EFBFBD>ƾڪ<EFBFBD> %s <20>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<EFBFBD>_<EFBFBD> %s<>C";
$strCreate = "<EFBFBD>إ<EFBFBD>";
$strCreateNewDatabase = "<EFBFBD>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڮw";
$strCreateNewTable = "<EFBFBD>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڪ<C6BE><DAAA>P<EFBFBD>ƾڮw ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = '<27><><EFBFBD>^';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = '<27>s<EFBFBD><73>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD>ƾڮw ";
$strDatabases = "<EFBFBD>ƾڮw";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD>ʬ٭<EFBFBD>";
$strDelete = "<EFBFBD>R<EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD>ӰO<EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>R<EFBFBD><EFBFBD><EFBFBD>C";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "<EFBFBD>а<EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD>d<EFBFBD>ߥܨ<EFBFBD>\" (<28>q<EFBFBD>t<EFBFBD><74>: \"%\")";
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD>нT<EFBFBD>{<EFBFBD>n ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڮw ";
$strDumpingData = "<EFBFBD>ɥX<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>e";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27>^<5E><>: \\r';
$strChange = '<27><><EFBFBD><EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27>r<EFBFBD>q<EFBFBD>W';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27>_<EFBFBD><5F><EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD>:';
$strCopyTableOK = '<27>ƾڪ<C6BE> %s <20>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<5C>_<EFBFBD> %s<>C';
$strCreate = '<27>إ<EFBFBD>';
$strCreateNewDatabase = '<27>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڮw';
$strCreateNewTable = '<27>إߤ@<40>ӷs<D3B7><73><EFBFBD>ƾڪ<C6BE><DAAA>P<EFBFBD>ƾڮw ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "<EFBFBD>s<EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD>M<EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><><EFBFBD>^<5E><><EFBFBD>d<EFBFBD>ߵ<EFBFBD><DFB5>G<EFBFBD><47><EFBFBD>šC (<28><><EFBFBD>]<5D>i<EFBFBD><EFBFBD>G<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŦX<C5A6><58><EFBFBD>󪺰O<F3AABAB0><4F><EFBFBD>C)";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD>Ѧ<EFBFBD><EFBFBD>r<EFBFBD>ŬA<EFBFBD>_<EFBFBD><EFBFBD>";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD>~";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD>q<EFBFBD><EFBFBD>";
$strExtra = "<EFBFBD>B<EFBFBD>~";
$strData = 'Data'; //to translate
$strDatabase = '<27>ƾڮw ';
$strDatabases = '<27>ƾڮw';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27>ʬ٭<CAAC>';
$strDelete = '<27>R<EFBFBD><52>';
$strDeleted = '<27>ӰO<D3B0><4F><EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>R<EFBFBD><52><EFBFBD>C';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = '<27>а<EFBFBD><D0B0><EFBFBD> "<22>d<EFBFBD>ߥܨ<DFA5>" (<28>q<EFBFBD>t<EFBFBD><74>: "%")';
$strDocu = '<27><><EFBFBD><EFBFBD>';
$strDoYouReally = '<27>нT<D0BD>{<7B>n ';
$strDrop = '<27><><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD>ƾڮw ';
$strDumpingData = '<27>ɥX<C9A5>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>ƾڮw<DAAE><77><EFBFBD>e';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD>r<EFBFBD>q";
$strFields = "<EFBFBD>r<EFBFBD>q";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD>\<EFBFBD><EFBFBD>";
$strEdit = '<27>s<EFBFBD><73>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27>M<EFBFBD><4D>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD>^<5E><><EFBFBD>d<EFBFBD>ߵ<EFBFBD><DFB5>G<EFBFBD><47><EFBFBD>šC (<28><><EFBFBD>]<5D>i<EFBFBD><EFBFBD>G<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ŦX<C5A6><58><EFBFBD>󪺰O<F3AABAB0><4F><EFBFBD>C)';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27>Ѧ<EFBFBD><D1A6>r<EFBFBD>ŬA<C5AC>_<EFBFBD><5F>';
$strEnd = '<27><><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD>~';
$strEscapedBy = '<27><><EFBFBD>q<EFBFBD><71>';
$strExtra = '<27>B<EFBFBD>~';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD>}<7D>l";
$strGrants = "Grants"; //to translate
$strField = '<27>r<EFBFBD>q';
$strFields = '<27>r<EFBFBD>q';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27>\<5C><>';
$strHasBeenAltered = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>ק<EFBFBD><EFBFBD>C";
$strHasBeenCreated = "<EFBFBD>w<EFBFBD>g<EFBFBD>إߡC";
$strHasBeenDropped = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>C";
$strHasBeenEmptied = "<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>M<EFBFBD>šC";
$strHome = "<EFBFBD>D<EFBFBD>ؿ<EFBFBD>";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "<EFBFBD>D<EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27>}<7D>l';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD>p<EFBFBD>G<EFBFBD>A<EFBFBD>n<EFBFBD><EFBFBD><EFBFBD>w<EFBFBD>դJ<EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>q<EFBFBD>A<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD><EFBFBD>X<EFBFBD>γr<EFBFBD><EFBFBD><EFBFBD>j<EFBFBD>}<7D><><EFBFBD>r<EFBFBD>q<EFBFBD>C<EFBFBD><43><EFBFBD>C";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD><EFBFBD><EFBFBD>J";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD>s<EFBFBD>O<EFBFBD><EFBFBD>";
$strInsertTextfiles = "<EFBFBD>q<EFBFBD><EFBFBD><EFBFBD><EFBFBD>󤤴<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڡA<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD>G";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27>w<EFBFBD>g<EFBFBD>Q<EFBFBD>ק<EFBFBD><D7A7>C';
$strHasBeenCreated = '<27>w<EFBFBD>g<EFBFBD>إߡC';
$strHasBeenDropped = '<27>w<EFBFBD>g<EFBFBD>Q<EFBFBD><51><EFBFBD><EFBFBD><EFBFBD>C';
$strHasBeenEmptied = '<27>w<EFBFBD>g<EFBFBD>Q<EFBFBD>M<EFBFBD>šC';
$strHome = '<27>D<EFBFBD>ؿ<EFBFBD>';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = '<27>D<EFBFBD><44>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD>W";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27>p<EFBFBD>G<EFBFBD>A<EFBFBD>n<EFBFBD><6E><EFBFBD>w<EFBFBD>դJ<D5A4><4A><EFBFBD>r<EFBFBD>q<EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD><D0B5>X<EFBFBD>γr<CEB3><72><EFBFBD>j<EFBFBD>}<7D><><EFBFBD>r<EFBFBD>q<EFBFBD>C<EFBFBD><43><EFBFBD>C';
$strIndex = '<27><><EFBFBD><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27><><EFBFBD>J';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD>J<EFBFBD><4A><EFBFBD>ƾڪ<C6BE>';
$strInsertNewRow = '<27><><EFBFBD>J<EFBFBD>s<EFBFBD>O<EFBFBD><4F>';
$strInsertTextfiles = '<27>q<EFBFBD><EFBFBD><E5A5BB><EFBFBD>󤤴<EFBFBD><F3A4A4B4><EFBFBD><EFBFBD>ƾڡA<DAA1><41><EFBFBD>J<EFBFBD><4A><EFBFBD>ƾڪ<C6BE><DAAA>G';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>/Set";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G\\n";
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>󪺦<EFBFBD><EFBFBD>m";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD>h<EFBFBD><EFBFBD><EFBFBD>";
$strKeyname = '<27><><EFBFBD>W';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD>ק<EFBFBD><EFBFBD><EFBFBD>ƾڤw<EFBFBD>g<EFBFBD>s<EFBFBD>L<EFBFBD>C";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL <20><><EFBFBD>s<EFBFBD>Ұʧ<D2B0><CAA7><EFBFBD><EFBFBD>C";
$strMySQLSaid = "MySQL <EFBFBD><EFBFBD><EFBFBD>^<EFBFBD>G";
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD>ܶi<EFBFBD>{";
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><><EFBFBD>B<EFBFBD><42><EFBFBD>H<EFBFBD><48>";
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL <20><>ô<EFBFBD><C3B4><EFBFBD>ܶq";
$strLength = 'Length'; //to translate
$strLengthSet = '<27><><EFBFBD><EFBFBD>/Set';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = '<27><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G\\n';
$strLines = '<27><><EFBFBD><EFBFBD> ';
$strLocationTextfile = '<27><EFBFBD><E5A5BB><EFBFBD>󪺦<EFBFBD><F3AABAA6>m';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27>h<EFBFBD><58><C3B4>';
$strName = "<EFBFBD>W<EFBFBD>r";
$strNext = "<EFBFBD>U<EFBFBD>@<40><>";
$strNo = "<EFBFBD>_";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>S<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD>C";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27>ק<EFBFBD><D7A7><EFBFBD>ƾڤw<DAA4>g<EFBFBD>s<EFBFBD>L<EFBFBD>C';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL <20><><EFBFBD>s<EFBFBD>Ұʧ<D2B0><CAA7><EFBFBD><EFBFBD>C';
$strMySQLSaid = 'MySQL <20><><EFBFBD>^<5E>G';
$strMySQLShowProcess = '<27><><EFBFBD>ܶi<DCB6>{';
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD> MySQL <20><><EFBFBD>B<EFBFBD><42><EFBFBD>H<EFBFBD><48>';
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD> MySQL <20><>ô<EFBFBD><C3B4><EFBFBD>ܶq';
$strOftenQuotation = "<EFBFBD>q<EFBFBD>`<60><><EFBFBD>޸<EFBFBD><DEB8>C <20><><EFBFBD><EFBFBD><EFA4A4> <20><><EFBFBD>ܨϥΤ޸<CEA4><DEB8>C<EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20>M varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڻݭn<DDAD>Τ޸<CEA4><DEB8>A<EFBFBD>_<EFBFBD>ӡC";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "<EFBFBD>i<EFBFBD><EFBFBD><EFBFBD>C<EFBFBD>Ω<EFBFBD>Ū<EFBFBD><EFBFBD><EFBFBD>μg<EFBFBD>J<EFBFBD>S<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>šC";
$strOptionally = "<EFBFBD>";
$strOr = "Or"; //to translate
$strOverhead = "Overhead"; //to translate
$strName = '<27>W<EFBFBD>r';
$strNext = '<27>U<EFBFBD>@<40><>';
$strNo = '<27>_';
$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 = '<27>ƾڮw<DAAE><77><EFBFBD>S<EFBFBD><53><EFBFBD>ƾڪ<C6BE><DAAA>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 = "<EFBFBD>}<7D>l";
$strPrevious = "<EFBFBD>e<EFBFBD>@<40><>";
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD>W";
$strPrimaryKey = "<EFBFBD>D<EFBFBD><EFBFBD>";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD>ͤ@<40>ӿ<EFBFBD><D3BF>~<7E>C";
$strProperties = "<EFBFBD>ݩ<EFBFBD>";
$strOftenQuotation = '<27>q<EFBFBD>`<60><><EFBFBD>޸<EFBFBD><DEB8>C <20><><EFBFBD><EFBFBD><EFA4A4> <20><><EFBFBD>ܨϥΤ޸<CEA4><DEB8>C<EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> char <20>M varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڻݭn<DDAD>Τ޸<CEA4><DEB8>A<EFBFBD>_<EFBFBD>ӡC';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = '<27>i<EFBFBD><69><EFBFBD>C<EFBFBD>Ω<EFBFBD>Ū<EFBFBD><C5AA><EFBFBD>μg<CEBC>J<EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>šC';
$strOptionally = '<27>襤';
$strOr = 'Or'; //to translate
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD>d<EFBFBD>߼Ҫ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 = '<27>}<7D>l';
$strPrevious = '<27>e<EFBFBD>@<40><>';
$strPrimary = '<27><><EFBFBD>W';
$strPrimaryKey = '<27>D<EFBFBD><44>';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD>ͤ@<40>ӿ<EFBFBD><D3BF>~<7E>C';
$strProperties = '<27>ݩ<EFBFBD>';
$strReadTheDocs = "<EFBFBD>ѷӥH<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRecords = "<EFBFBD>O<EFBFBD><EFBFBD>";
$strReloadFailed = "MySQL <20><><EFBFBD>_<EFBFBD><5F><EFBFBD>ѡC";
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD>_ MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD>N<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD><EFBFBD>";
$strRenameTableOK = "<EFBFBD>ƾڪ<EFBFBD> %s <20>W<EFBFBD>r<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>Ӧ<EFBFBD> %s<>C";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReplaceTable = "<EFBFBD>N<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƾڥΥH<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G";
$strReset = "<EFBFBD><EFBFBD><EFBFBD>m";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD>B<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "<EFBFBD>b<EFBFBD>U<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><EFBFBD><EFBFBD>ƾڮw<EFBFBD><EFBFBD><EFBFBD>B<EFBFBD><EFBFBD> SQL <20>y<EFBFBD>y<EFBFBD>G ";
$strQBE = '<27>d<EFBFBD>߼ҪO';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD>s<EFBFBD>x";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD>ܤֿ<EFBFBD><EFBFBD>ܤ@<40>Ӧr<D3A6>q<EFBFBD>G";
$strSelectNumRows = "in query"; //to translate
$strSend = "<EFBFBD>o<EFBFBD>e";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD>ܰO<EFBFBD><EFBFBD> ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL <20>y<EFBFBD>y";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20>ƾ<EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>ƾ<EFBFBD>";
$strStrucDrop = "<EFBFBD>K<EFBFBD>[ 'drop table'";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܵ<EFBFBD><EFBFBD>c";
$strSubmit = "<EFBFBD>o<EFBFBD>e";
$strSuccess = "<EFBFBD>A<EFBFBD>B<EFBFBD>檺 SQL <20>y<EFBFBD>y<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<EFBFBD>B<EFBFBD><EFBFBD><EFBFBD>F<EFBFBD>C";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27>ѷӥH<D3A5>U<EFBFBD><55><EFBFBD><EFBFBD> ';
$strRecords = '<27>O<EFBFBD><4F>';
$strReloadFailed = 'MySQL <20><><EFBFBD>_<EFBFBD><5F><EFBFBD>ѡC';
$strReloadMySQL = '<27><><EFBFBD>_ MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27>N<EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD>W<EFBFBD><57>';
$strRenameTableOK = '<27>ƾڪ<C6BE> %s <20>W<EFBFBD>r<EFBFBD>w<EFBFBD>g<EFBFBD>Q<EFBFBD>Ӧ<EFBFBD> %s<>C';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '<27><><EFBFBD><EFBFBD>';
$strReplaceTable = '<27>N<EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD>ƾڥΥH<CEA5>U<EFBFBD><EFBFBD><E5A5BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G';
$strReset = '<27><><EFBFBD>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 = '<27>B<EFBFBD><42><EFBFBD><EFBFBD> ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = '<27>b<EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>ƾڮw<DAAE><77><EFBFBD>B<EFBFBD><42> SQL <20>y<EFBFBD>y<EFBFBD>G ';
$strTable = "<EFBFBD>ƾڪ<EFBFBD> ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD>y<EFBFBD>y<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>šG";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD>󤤪<EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>w<EFBFBD>g<EFBFBD><EFBFBD><EFBFBD>J<EFBFBD><EFBFBD><EFBFBD>ƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>C";
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD>󤤪<EFBFBD><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>N<EFBFBD>|<7C><><EFBFBD>N <20>ҿ<EFBFBD><D2BF>w<EFBFBD><77><EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD><20>ۦP<DBA6><50><EFBFBD>D<EFBFBD><44><EFBFBD>ΰߤ@<40><20>O<EFBFBD><4F><EFBFBD>C";
$strTheTerminator = "<EFBFBD>o<EFBFBD>Ǧr<EFBFBD>q<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTotal = "<EFBFBD>`<60>p";
$strType = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<27>s<EFBFBD>x';
$strSelect = '<27><><EFBFBD><EFBFBD>';
$strSelectFields = '<27>ܤֿ<DCA4><D6BF>ܤ@<40>Ӧr<D3A6>q<EFBFBD>G';
$strSelectNumRows = 'in query'; //to translate
$strSend = '<27>o<EFBFBD>e';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = 'Show'; //to translate
$strShowingRecords = '<27><><EFBFBD>ܰO<DCB0><4F> ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL <20>y<EFBFBD>y';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20>ƾ<EFBFBD>';
$strStrucData = '<27><><EFBFBD>c<EFBFBD>M<EFBFBD>ƾ<EFBFBD>';
$strStrucDrop = '<27>K<EFBFBD>[ \'drop table\'';
$strStrucOnly = '<27><><EFBFBD><EFBFBD><EFBFBD>ܵ<EFBFBD><DCB5>c';
$strSubmit = '<27>o<EFBFBD>e';
$strSuccess = '<27>A<EFBFBD>B<EFBFBD>檺 SQL <20>y<EFBFBD>y<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>\<5C>B<EFBFBD><42><EFBFBD>F<EFBFBD>C';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD>ߤ@";
$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 = '<27>ƾڪ<C6BE> ';
$strTableComments = 'Table comments'; //to translate
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27>y<EFBFBD>y<EFBFBD><79><EFBFBD><EFBFBD><EFBFBD>šG';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><><EFBFBD>󤤪<EFBFBD><F3A4A4AA><EFBFBD><EFBFBD>e<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>J<EFBFBD><4A><EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD>C';
$strTheContents = '<27><><EFBFBD>󤤪<EFBFBD><F3A4A4AA><EFBFBD><EFBFBD>e<EFBFBD>N<EFBFBD>|<7C><><EFBFBD>N <20>ҿ<EFBFBD><D2BF>w<EFBFBD><77><EFBFBD>ƾڪ<C6BE><DAAA><EFBFBD><EFBFBD><20>ۦP<DBA6><50><EFBFBD>D<EFBFBD><44><EFBFBD>ΰߤ@<40><20>O<EFBFBD><4F><EFBFBD>C';
$strTheTerminator = '<27>o<EFBFBD>Ǧr<C7A6>q<EFBFBD><71><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTotal = '<27>`<60>p';
$strType = '<27><><EFBFBD><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD>d<EFBFBD>ݼƾڪ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><EFBFBD><EFBFBD>C";
$strViewDumpDB = "<EFBFBD>d<EFBFBD>ݼƾڮw<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><EFBFBD><EFBFBD>C";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27>ߤ@';
$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 = "<EFBFBD>w<EFBFBD><EFBFBD><EFBFBD>ϥ<EFBFBD> ";
$strWrongUser = "<EFBFBD>K<EFBFBD>X<EFBFBD><EFBFBD><EFBFBD>~<7E>A<EFBFBD>X<EFBFBD>ݳQ<DDB3>ڵ<EFBFBD><DAB5>C";
$strValue = '<27><>';
$strViewDump = '<27>d<EFBFBD>ݼƾڪ<C6BE><DAAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><48><EFBFBD>C';
$strViewDumpDB = '<27>d<EFBFBD>ݼƾڮw<DAAE><77><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>M<EFBFBD>K<EFBFBD>n<EFBFBD>H<EFBFBD><48><EFBFBD>C';
$strYes = "<EFBFBD>O";
$strWelcome = '<27>w<EFBFBD><77><EFBFBD>ϥ<EFBFBD> ';
$strWrongUser = '<27>K<EFBFBD>X<EFBFBD><58><EFBFBD>~<7E>A<EFBFBD>X<EFBFBD>ݳQ<DDB3>ڵ<EFBFBD><DAB5>C';
$strYes = '<27>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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "gb2312";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'gb2312';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ܾ<EFBFBD>";
$strAction = "ִ<EFBFBD>в<EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD>Ӽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)<29><>";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAccessDenied = '<27><><EFBFBD>ʱ<EFBFBD><CAB1>ܾ<EFBFBD>';
$strAction = <>в<EFBFBD><D0B2><EFBFBD>';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD>Ӽ<EFBFBD><D3BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ("where" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)<29><>';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = '<27><><EFBFBD><EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD>س<EFBFBD>: \\r";
$strChange = "<EFBFBD>ı<EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD>ֶ<EFBFBD><EFBFBD><EFBFBD>";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>Ϊ:";
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> %s <20>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>Ϊ %s<><73>";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = '<27><><EFBFBD><EFBFBD>';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = '<27><><EFBFBD><EFBFBD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD>";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "ȱʡֵ";
$strDelete = "ɾ<EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD>ü<EFBFBD>¼<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD>ɾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "<EFBFBD><EFBFBD>ִ<EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD>ѯʾ<EFBFBD><EFBFBD>\"<><CDA8><EFBFBD><EFBFBD>: \"%\")";
$strDocu = "<EFBFBD>ĵ<EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD>ȷ<EFBFBD><EFBFBD>Ҫ ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ";
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27>س<EFBFBD>: \\r';
$strChange = '<27>ı<EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27>ֶ<EFBFBD><D6B6><EFBFBD>';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>Ϊ:';
$strCopyTableOK = '<27><><EFBFBD>ݱ<EFBFBD> %s <20>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>Ϊ %s<><73>';
$strCreate = '<27><><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD>ݿ<EFBFBD>';
$strCreateNewTable = '<27><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "<EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><><EFBFBD>صIJ<D8B5>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>Ϊ<EFBFBD>ա<EFBFBD><><D4AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>û<EFBFBD><C3BB><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>¼<EFBFBD><C2BC>)";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD>ɺ<EFBFBD><EFBFBD>ַ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "ת<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27><><EFBFBD>ݿ<EFBFBD> ';
$strDatabases = '<27><><EFBFBD>ݿ<EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = 'ȱʡֵ';
$strDelete = <><C9BE>';
$strDeleted = '<27>ü<EFBFBD>¼<EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = '<27><>ִ<EFBFBD><D6B4> "<22><>ѯʾ<D1AF><CABE>" (ͨ<><CDA8><EFBFBD><EFBFBD>: "%")';
$strDocu = '<27>ĵ<EFBFBD>';
$strDoYouReally = '<27><>ȷ<EFBFBD><C8B7>Ҫ ';
$strDrop = '<27><><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD> ';
$strDumpingData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD>ֶ<EFBFBD>";
$strFields = "<EFBFBD>ֶ<EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEdit = '<27>༭';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD>صIJ<D8B5>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD>Ϊ<EFBFBD>ա<EFBFBD><><D4AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>û<EFBFBD><C3BB><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>¼<EFBFBD><C2BC>)';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27>ɺ<EFBFBD><C9BA>ַ<EFBFBD><D6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEnd = '<27><><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD><EFBFBD>';
$strEscapedBy = <><D7AA><EFBFBD><EFBFBD>';
$strExtra = '<27><><EFBFBD><EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD><EFBFBD>ʼ";
$strGrants = "Grants"; //to translate
$strField = '<27>ֶ<EFBFBD>';
$strFields = '<27>ֶ<EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27><><EFBFBD><EFBFBD>';
$strHasBeenAltered = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>޸ġ<EFBFBD>";
$strHasBeenCreated = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHasBeenDropped = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHasBeenEmptied = "<EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ա<EFBFBD>";
$strHome = "<EFBFBD><EFBFBD>Ŀ¼";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27><>ʼ';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶΣ<EFBFBD><EFBFBD><EFBFBD>ô<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ö<EFBFBD><EFBFBD>Ÿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD><EFBFBD>б<EFBFBD><EFBFBD><EFBFBD>";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD>¼";
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>޸ġ<DEB8>';
$strHasBeenCreated = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenDropped = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenEmptied = '<27>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ա<EFBFBD>';
$strHome = '<27><>Ŀ¼';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫָ<D2AA><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶΣ<D6B6><CEA3><EFBFBD>ô<EFBFBD><C3B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ö<EFBFBD><C3B6>Ÿ<EFBFBD><C5B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֶ<EFBFBD><D6B6>б<EFBFBD><D0B1><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27><><EFBFBD><EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD>¼<EFBFBD>¼';
$strInsertTextfiles = '<27><><EFBFBD>ı<EFBFBD><C4B1>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD>ݣ<EFBFBD><DDA3><EFBFBD><EFBFBD><EFBFBD><EBB5BD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>/Set";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD>У<EFBFBD>\\n";
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strLocationTextfile = "<EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD>˳<EFBFBD>ϵͳ";
$strKeyname = '<27><><EFBFBD><EFBFBD>';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD>޸ĺ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>̡<EFBFBD>";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɡ<EFBFBD>";
$strMySQLSaid = "MySQL <20><><EFBFBD>أ<EFBFBD>";
$strMySQLShowProcess = "<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowStatus = "<EFBFBD><EFBFBD>ʾ MySQL <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ";
$strMySQLShowVars = "<EFBFBD><EFBFBD>ʾ MySQL <20><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>";
$strLength = 'Length'; //to translate
$strLengthSet = '<27><><EFBFBD><EFBFBD>/Set';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = '<27><><EFBFBD>У<EFBFBD>\\n';
$strLines = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strLocationTextfile = '<27>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27>˳<EFBFBD>ϵͳ';
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNext = "<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD>";
$strNo = "<EFBFBD><EFBFBD>";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD>";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27>޸ĺ<DEB8><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>̡<EFBFBD>';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɡ<EFBFBD>';
$strMySQLSaid = 'MySQL <20><><EFBFBD>أ<EFBFBD>';
$strMySQLShowProcess = '<27><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD>';
$strMySQLShowStatus = '<27><>ʾ MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ';
$strMySQLShowVars = '<27><>ʾ MySQL <20><>ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>';
$strOftenQuotation = "ͨ<EFBFBD><EFBFBD>Ϊ<EFBFBD><EFBFBD><EFBFBD>š<EFBFBD> <20><>ѡ<EFBFBD>С<EFBFBD> <20><>ʾʹ<CABE><CAB9><EFBFBD><EFBFBD><EFBFBD>š<EFBFBD><C5A1><EFBFBD>Ϊֻ<CEAA><D6BB> char <20><> varchar <20><><EFBFBD>͵<EFBFBD><CDB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "<EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڶ<EFBFBD>ȡ<EFBFBD><EFBFBD>д<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><EFBFBD><EFBFBD>";
$strOptionally = "ѡ<EFBFBD><EFBFBD>";
$strOr = "Or"; //to translate
$strOverhead = "Overhead"; //to translate
$strName = '<27><><EFBFBD><EFBFBD>';
$strNext = '<27><>һ<EFBFBD><D2BB>';
$strNo = '<27><>';
$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 = '<27><><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD>';
$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 = "<EFBFBD><EFBFBD>ʼ";
$strPrevious = "ǰһ<EFBFBD><EFBFBD>";
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOftenQuotation = <><CDA8>Ϊ<EFBFBD><CEAA><EFBFBD>š<EFBFBD> <20><>ѡ<EFBFBD>С<EFBFBD> <20><>ʾʹ<CABE><CAB9><EFBFBD><EFBFBD><EFBFBD>š<EFBFBD><C5A1><EFBFBD>Ϊֻ<CEAA><D6BB> char <20><> varchar <20><><EFBFBD>͵<EFBFBD><CDB5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = '<27><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD>ڶ<EFBFBD>ȡ<EFBFBD><C8A1>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>';
$strOptionally = 'ѡ<><D1A1>';
$strOr = 'Or'; //to translate
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD>ѯģ<EFBFBD><EFBFBD>";
$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 = '<27><>ʼ';
$strPrevious = һ<C7B0><D2BB>';
$strPrimary = '<27><><EFBFBD><EFBFBD>';
$strPrimaryKey = '<27><><EFBFBD><EFBFBD>';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strProperties = '<27><><EFBFBD><EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD> ";
$strRecords = "<EFBFBD><EFBFBD>¼";
$strReloadFailed = "MySQL <20><><EFBFBD><EFBFBD>ʧ<EFBFBD>ܡ<EFBFBD>";
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ";
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>ó<EFBFBD> %s<><73>";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD>";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD>";
$strQBE = '<27><>ѯģ<D1AF><C4A3>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD>";
$strSelect = "ѡ<EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>ֶΣ<EFBFBD>";
$strSelectNumRows = "in query"; //to translate
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Show"; //to translate
$strShowingRecords = "<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD>¼ ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL <20><><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";
$strStrucOnly = "ֻѡ<EFBFBD><EFBFBD><EFBFBD>";
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˡ<EFBFBD>";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD> ';
$strRecords = '<27><>¼';
$strReloadFailed = 'MySQL <20><><EFBFBD><EFBFBD>ʧ<EFBFBD>ܡ<EFBFBD>';
$strReloadMySQL = '<27><><EFBFBD><EFBFBD> MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD><EFBFBD><EFBFBD>Ϊ';
$strRenameTableOK = '<27><><EFBFBD>ݱ<EFBFBD> %s <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>ó<EFBFBD> %s<><73>';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '<27>滻';
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><C4B1>ļ<EFBFBD><C4BC><EFBFBD><E6BBBB>';
$strReset = '<27><><EFBFBD><EFBFBD>';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD>䣺 ';
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD> ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>Ľṹ";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD>ļ<EFBFBD><EFBFBD>е<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>С<EFBFBD>";
$strTheContents = "<EFBFBD>ļ<EFBFBD><EFBFBD>е<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݽ<EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><EFBFBD> <20><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1>о<EFBFBD><D0BE><EFBFBD> <20><>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ψһ<CEA8><D2BB><EFBFBD><EFBFBD> <20><>¼<EFBFBD><C2BC>";
$strTheTerminator = "<EFBFBD><EFBFBD>Щ<EFBFBD>ֶεĽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTotal = "<EFBFBD>ܼ<EFBFBD>";
$strType = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<27>洢';
$strSelect = 'ѡ<><D1A1>';
$strSelectFields = '<27><><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1>һ<EFBFBD><D2BB><EFBFBD>ֶΣ<D6B6>';
$strSelectNumRows = 'in query'; //to translate
$strSend = '<27><><EFBFBD><EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = 'Show'; //to translate
$strShowingRecords = '<EFBFBD><EFBFBD>ʾ<EFBFBD><EFBFBD>¼ ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL <20><><EFBFBD><EFBFBD>';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD>';
$strStrucData = '<27><EFBFBD><E1B9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD> \'drop table\'';
$strStrucOnly = ѡ<D6BB><D1A1><EFBFBD>ṹ';
$strSubmit = '<27><><EFBFBD><EFBFBD>';
$strSuccess = '<27><><EFBFBD><EFBFBD><EFBFBD>е<EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˡ<EFBFBD>';
$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 = '<27><><EFBFBD>ݱ<EFBFBD> ';
$strTableComments = 'Table comments'; //to translate
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><><EFBFBD>ݱ<EFBFBD><DDB1>Ľṹ';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27>ļ<EFBFBD><C4BC>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EBB5BD><EFBFBD>ݱ<EFBFBD><DDB1>С<EFBFBD>';
$strTheContents = '<27>ļ<EFBFBD><C4BC>е<EFBFBD><D0B5><EFBFBD><EFBFBD>ݽ<EFBFBD><DDBD><EFBFBD>ȡ<EFBFBD><C8A1> <20><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1>о<EFBFBD><D0BE><EFBFBD> <20><>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ψһ<CEA8><D2BB><EFBFBD><EFBFBD> <20><>¼<EFBFBD><C2BC>';
$strTheTerminator = '<27><>Щ<EFBFBD>ֶεĽ<CEB5><C4BD><EFBFBD><EFBFBD><EFBFBD>';
$strTotal = '<27>ܼ<EFBFBD>';
$strType = '<27><><EFBFBD><EFBFBD>';
$strValue = "ֵ";
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>Ľṹ<EFBFBD><EFBFBD>ժҪ<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>";
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><EFBFBD>Ľṹ<EFBFBD><EFBFBD>ժҪ<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>";
$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 = "<EFBFBD><EFBFBD>ӭʹ<EFBFBD><EFBFBD> ";
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>󣬷<EFBFBD><EFBFBD>ʱ<EFBFBD><EFBFBD>ܾ<EFBFBD><EFBFBD><EFBFBD>";
$strValue = 'ֵ';
$strViewDump = '<27><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><EFBFBD>Ľṹ<EFBFBD><EFBFBD>ժҪ<EFBFBD><EFBFBD>Ϣ<EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><EFBFBD><E9BFB4><EFBFBD>ݿ<EFBFBD><DDBF>Ľṹ<C4BD><E1B9B9>ժҪ<D5AA><D2AA>Ϣ<EFBFBD><CFA2>';
$strYes = "<EFBFBD><EFBFBD>";
$strWelcome = '<27><>ӭʹ<D3AD><CAB9> ';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>󣬷<EFBFBD><F3A3ACB7>ʱ<EFBFBD><CAB1>ܾ<EFBFBD><DCBE><EFBFBD>';
$strYes = '<27><>';
// 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';
?>

View File

@@ -1,285 +1,286 @@
<?php
/* $Id$ */
$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("Bajt<EFBFBD>", "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('Bajt<EFBFBD>', 'KB', 'MB', 'GB');
$strAccessDenied = "P<EFBFBD><EFBFBD>stup odep<65>en";
$strAction = "Akce";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "P<EFBFBD>idat nov<6F> pole";
$strAddPriv = "P<EFBFBD>idat nov<6F> privilegium";
$strAddPrivMessage = "Privilegium bylo p<>id<69>no.";
$strAddSearchConditions = "P<EFBFBD>idat vyhled<65>vac<61> parametry (obsah dotazu po \"where\" p<><70>kazu):";
$strAddUser = "P<EFBFBD>idat nov<6F>ho u<>ivatele";
$strAddUserMessage = "U<EFBFBD>ivatel byl p<>id<69>n.";
$strAfter = "Po";
$strAll = "V<EFBFBD>echno";
$strAlterOrderBy = "Zm<EFBFBD>nit po<70>ad<61> tabulky podle";
$strAnalyzeTable = "Analyzovat tabulku";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Byl p<>id<69>n index na ";
$strAny = "Jak<EFBFBD>koliv";
$strAnyColumn = "Jak<EFBFBD>koliv sloupec";
$strAnyDatabase = "Jak<EFBFBD>koliv datab<61>ze";
$strAnyHost = "Jak<EFBFBD>koliv hostitel";
$strAnyTable = "Any table";
$strAnyUser = "Jak<EFBFBD>koliv u<>ivatel";
$strAPrimaryKey = "Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "Na za<7A><61>tku tabulky";
$strAtEndOfTable = "Na konci tabulky";
$strAttr = "Atributy";
$strBack = "Zp<EFBFBD>t";
$strBinary = " Bin<69>rn<72> ";
$strBinaryDoNotEdit = " Bin<69>rn<72> - neupravujte ";
$strBookmarkLabel = "N<EFBFBD>zev";
$strBookmarkQuery = "Obl<EFBFBD>ben<EFBFBD> SQL dotaz";
$strBookmarkThis = "P<EFBFBD>idat tento SQL dotaz do obl<62>ben<65>ch";
$strBookmarkView = "Jen prohl<68>dnout";
$strBrowse = "Proj<EFBFBD>t";
$strAccessDenied = 'P<><50>stup odep<65>en';
$strAction = 'Akce';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'P<>idat nov<6F> pole';
$strAddPriv = 'P<EFBFBD>idat nov<EFBFBD> privilegium';
$strAddPrivMessage = 'Privilegium bylo p<>id<69>no.';
$strAddSearchConditions = 'P<>idat vyhled<65>vac<61> parametry (obsah dotazu po "where" p<><70>kazu):';
$strAddUser = 'P<>idat nov<6F>ho u<>ivatele';
$strAddUserMessage = 'U<>ivatel byl p<>id<69>n.';
$strAfter = 'Po';
$strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Byl p<>id<69>n index na ';
$strAny = 'Jak<61>koliv';
$strAnyColumn = 'Jak<61>koliv sloupec';
$strAnyDatabase = 'Jak<61>koliv datab<61>ze';
$strAnyHost = 'Jak<61>koliv hostitel';
$strAnyTable = 'Any table';
$strAnyUser = 'Jak<61>koliv u<>ivatel';
$strAPrimaryKey = 'Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'Na za<7A><61>tku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Atributy';
$strCantLoadMySQL = "nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br>pros<6F>m zkontrolujte nastaven<65> PHP.";
$strCarriage = "N<EFBFBD>vrat voz<6F>ku (CR): \\r";
$strChange = "Zm<EFBFBD>nit";
$strCheckAll = "Za<EFBFBD>krtnout v<>e";
$strCheckDbPriv = "Zkontrolovat privilegia datab<EFBFBD>ze";
$strCheckTable = "Zkontrolovat tabulku";
$strColumn = "Sloupec";
$strColumnEmpty = "Jm<EFBFBD>na sloupc<70> jsou pr<70>zdn<64>!";
$strColumnNames = "N<EFBFBD>zvy sloupc<70>";
$strCompleteInserts = "Upln<EFBFBD> vlo<6C>eni";
$strConfirm = "Opravdu chcete toto prov<6F>st?";
$strCopyTable = "Zkop<EFBFBD>rovat tabulku do:";
$strCopyTableOK = "Tabulka %s byla zkop<6F>rov<6F>na do %s.";
$strCreate = "Vytvo<EFBFBD>it";
$strCreateNewDatabase = "Vytvo<EFBFBD>it novou datab<61>zi";
$strCreateNewTable = "Vytvo<EFBFBD>it novou tabulku v datab<61>zi ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = 'Zp<5A>t';
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBookmarkLabel = 'N<>zev';
$strBookmarkQuery = 'Obl<62>ben<65> SQL dotaz';
$strBookmarkThis = 'P<>idat tento SQL dotaz do obl<62>ben<65>ch';
$strBookmarkView = 'Jen prohl<68>dnout';
$strBrowse = 'Proj<6F>t';
$strBzip = '"zabzipov<6F>no"';
$strData = "Data";
$strDatabase = "Datab<EFBFBD>ze ";
$strDatabases = "datab<EFBFBD>ze";
$strDataOnly = " Jen data ";
$strDbEmpty = "Jm<EFBFBD>no datab<61>ze je pr<70>zdn<64>!";
$strDefault = "V<EFBFBD>choz<EFBFBD>";
$strDelete = "Smazat";
$strDeleted = "<EFBFBD><EFBFBD>dek byl smaz<61>n";
$strDeleteFailed = "Smaz<EFBFBD>n<EFBFBD> selhalo!";
$strDeletePassword = "Smazat heslo";
$strDeleteUserMessage = "Byl smaz<61>n u<>ivatel";
$strDelPassMessage = "Bylo smaz<61>no heslo pro";
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Varov<6F>n<EFBFBD>:</b> Zapnul jste magic_quotes_gpc v nastaven<65> PHP. Tato verze PhpMyAdmina nem<65><6D>e s t<>mto nastaven<65>m korektn<74> pracovat. Pros<6F>m pod<6F>vejte se do manu<6E>lu PHP (kapitola nastaven<65>) jak toto nastaven<65> zm<7A>nit.";
$strDisplay = "Zobraz";
$strDoAQuery = "Prov<EFBFBD>stDo a \"dotaz podle p<><70>kladu\" (<28>ol<6F>k: \"%\")";
$strDocu = "Dokumentace";
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
$strDrop = "Odstranit";
$strDropDB = "Odstranit datab<61>zi ";
$strDumpingData = "Dumpuji data pro tabulku";
$strDynamic = "dynamic";
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
$strCarriage = 'N<>vrat voz<6F>ku (CR): \\r';
$strChange = 'Zm<5A>nit';
$strCheckAll = 'Za<5A>krtnout v<>e';
$strCheckDbPriv = 'Zkontrolovat privilegia datab<61>ze';
$strCheckTable = 'Zkontrolovat tabulku';
$strColumn = 'Sloupec';
$strColumnEmpty = 'Jm<4A>na sloupc<70> jsou pr<70>zdn<64>!';
$strColumnNames = 'N<>zvy sloupc<70>';
$strCompleteInserts = 'Upln<6C> vlo<6C>eni';
$strConfirm = 'Opravdu chcete toto prov<6F>st?';
$strCopyTable = 'Zkop<6F>rovat tabulku do:';
$strCopyTableOK = 'Tabulka %s byla zkop<6F>rov<6F>na do %s.';
$strCreate = 'Vytvo<76>it';
$strCreateNewDatabase = 'Vytvo<76>it novou datab<61>zi';
$strCreateNewTable = 'Vytvo<76>it novou tabulku v datab<61>zi ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "Editovat";
$strEditPrivileges = "Upravit pr<70>va";
$strEffective = "Efektivn<EFBFBD>";
$strEmpty = "Vypr<EFBFBD>zdnit";
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).";
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
$strEnclosedBy = "uzav<EFBFBD>en do";
$strEnd = "Konec";
$strEnglishPrivileges = " Pozn<7A>mka: n<>zvy MySQL privilegi<67> jsou uv<75>d<EFBFBD>na v angli<6C>tin<69> ";
$strError = "Chyba";
$strEscapedBy = "uvozeno pomoc<6F>";
$strExtra = "Extra";
$strData = 'Data';
$strDatabase = 'Datab<61>ze ';
$strDatabases = 'datab<61>ze';
$strDataOnly = ' Jen data ';
$strDbEmpty = 'Jm<4A>no datab<61>ze je pr<70>zdn<64>!';
$strDefault = 'V<>choz<6F>';
$strDelete = 'Smazat';
$strDeleted = '<27><>dek byl smaz<61>n';
$strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!';
$strDeletePassword = 'Smazat heslo';
$strDeleteUserMessage = 'Byl smaz<61>n u<>ivatel';
$strDelPassMessage = 'Bylo smaz<61>no heslo pro';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Varov<6F>n<EFBFBD>:</b> Zapnul jste magic_quotes_gpc v nastaven<65> PHP. Tato verze PhpMyAdmina nem<65><6D>e s t<>mto nastaven<65>m korektn<74> pracovat. Pros<6F>m pod<6F>vejte se do manu<6E>lu PHP (kapitola nastaven<65>) jak toto nastaven<65> zm<7A>nit.';
$strDisplay = 'Zobraz';
$strDoAQuery = 'Prov<6F>stDo a "dotaz podle p<><70>kladu" (<28>ol<6F>k: "%")';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si p<>eje<6A> vykonat p<><70>kaz ';
$strDrop = 'Odstranit';
$strDropDB = 'Odstranit datab<61>zi ';
$strDumpingData = 'Dumpuji data pro tabulku';
$strDynamic = 'dynamic';
$strField = "Pole";
$strFields = "Po<EFBFBD>et pol<6F>";
$strFixed = "pevn<EFBFBD>";
$strFormat = "Form<EFBFBD>t";
$strFunction = "Funkce";
$strEdit = 'Editovat';
$strEditPrivileges = 'Upravit pr<70>va';
$strEffective = 'Efektivn<76>';
$strEmpty = 'Vypr<70>zdnit';
$strEmptyResultSet = 'MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).';
$strEnableMagicQuotes = '<b>POZOR:</b> Nepovolil jsi \'magic_quotes_gpc\' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.';
$strEnclosedBy = 'uzav<61>en do';
$strEnd = 'Konec';
$strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy MySQL privilegi<67> jsou uv<75>d<EFBFBD>na v angli<6C>tin<69> ';
$strError = 'Chyba';
$strEscapedBy = 'uvozeno pomoc<6F>';
$strExtra = 'Extra';
$strGenTime = "Vygenerov<EFBFBD>no:";
$strGo = "Prove<EFBFBD>";
$strGrants = "Privilegia";
$strField = 'Pole';
$strFields = 'Po<50>et pol<6F>';
$strFixed = 'pevn<76>';
$strFormat = 'Form<72>t';
$strFunction = 'Funkce';
$strHasBeenAltered = "byla zm<7A>n<EFBFBD>na.";
$strHasBeenCreated = "byla vytvo<76>ena.";
$strHasBeenDropped = "byla odstran<61>na.";
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
$strHome = "<EFBFBD>vod";
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
$strHomepageSourceforge = " nov<6F> str<74>nka phpMyAdmina ";
$strHost = "Hostitel";
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
$strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>';
$strGrants = 'Privilegia';
$strGzip = '"zagzipov<6F>no"';
$strIfYouWish = "Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.";
$strIndex = "Index";
$strIndexes = "Indexy";
$strInsert = "Vlo<EFBFBD>it";
$strInsertAsNewRow = " Vlo<6C>it jako nov<6F> <20><>dek ";
$strInsertIntoTable = "Vlo<EFBFBD>it do tabulky";
$strInsertNewRow = "Vlo<EFBFBD>it nov<6F> <20><>dek";
$strInsertTextfiles = "Vlo<EFBFBD>it textov<6F> soubory do tabulky";
$strInUse = "pr<EFBFBD>v<EFBFBD> se pou<6F><75>v<EFBFBD>";
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
$strHasBeenDropped = 'byla odstran<61>na.';
$strHasBeenEmptied = 'byla vypr<70>zdn<64>na.';
$strHome = '<27>vod';
$strHomepageOfficial = ' Ofici<63>ln<6C> str<74>nka phpMyAdmina ';
$strHomepageSourceforge = ' nov<6F> str<74>nka phpMyAdmina ';
$strHost = 'Hostitel';
$strHostEmpty = 'Jm<4A>no hostitele je pr<70>zdn<64>!';
$strKeyname = "Kl<EFBFBD><EFBFBD>ovy n<>zev";
$strKill = " Zab<61>t ";
$strIfYouWish = 'Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strInsert = 'Vlo<6C>it';
$strInsertAsNewRow = ' Vlo<6C>it jako nov<6F> <20><>dek ';
$strInsertIntoTable = 'Vlo<6C>it do tabulky';
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strLength = "D<EFBFBD>lka";
$strLengthSet = "D<EFBFBD>lka/Set";
$strLimitNumRows = "z<EFBFBD>znamu na str<74>nku";
$strLineFeed = "Ukon<EFBFBD>en<EFBFBD> <20><>dku (Linefeed): \\n";
$strLines = "<EFBFBD><EFBFBD>dek";
$strLocationTextfile = "Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<6F>ho souboru";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Odhl<EFBFBD>sit se";
$strKeyname = 'Kl<4B><6C>ovy n<>zev';
$strKill = ' Zab<61>t ';
$strModifications = "Zm<EFBFBD>ny byly ulo<6C>eny";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL znovu-na<6E>tena.";
$strMySQLSaid = "MySQL hl<68>s<EFBFBD>: ";
$strMySQLShowProcess = "Zobraz procesy";
$strMySQLShowStatus = "Uk<EFBFBD>zat MySQL runtime informace";
$strMySQLShowVars = "Uk<EFBFBD>zat MySQL systemove prom<6F>nn<6E>";
$strLength = 'D<>lka';
$strLengthSet = 'D<>lka/Set';
$strLimitNumRows = 'z<>znamu na str<74>nku';
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
$strLines = '<27><>dek';
$strLocationTextfile = 'Um<55>st<73>n<EFBFBD> textov<6F>ho souboru';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Odhl<68>sit se';
$strName = "N<EFBFBD>zev";
$strNext = "Dal<EFBFBD><EFBFBD>";
$strNo = "Ne";
$strNoPassword = "<EFBFBD><EFBFBD>dn<EFBFBD> heslo";
$strNoPrivileges = "<EFBFBD><EFBFBD>dn<EFBFBD> privilegia";
$strNoRights = "Nem<EFBFBD>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!";
$strNoTablesFound = "V datab<61>zi nebyla nalezena ani jedna tabulka.";
$strNotNumber = "Toto nen<65> <20><>slo!";
$strNotValidNumber = " nen<65> platn<74> <20><>slo <20><>dku!";
$strNoUsersFound = "<EFBFBD><EFBFBD>dn<EFBFBD> u<>ivatel nenalezen.";
$strNull = "Nulov<EFBFBD>";
$strNumberIndexes = " Po<50>et roz<6F><7A><EFBFBD>en<65>ch index<65> ";
$strModifications = 'Zm<5A>ny byly ulo<6C>eny';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL znovu-na<6E>tena.';
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
$strMySQLShowProcess = 'Zobraz procesy';
$strMySQLShowStatus = 'Uk<55>zat MySQL runtime informace';
$strMySQLShowVars = 'Uk<55>zat MySQL systemove prom<6F>nn<6E>';
$strOftenQuotation = "<EFBFBD>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do \"uzav<EFBFBD>rac<EFBFBD>ch \" znak<61>.";
$strOptimizeTable = "Optimalizovat tabulku";
$strOptionalControls = "Voliteln<EFBFBD>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.";
$strOptionally = "Voliteln<EFBFBD>";
$strOr = "Nebo";
$strOverhead = "Nav<EFBFBD>c";
$strName = 'N<>zev';
$strNbRecords = '<27><>dk<64>';
$strNext = 'Dal<61><6C>';
$strNo = 'Ne';
$strNoPassword = '<27><>dn<64> heslo';
$strNoPrivileges = '<27><>dn<64> privilegia';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>';
$strNumberIndexes = ' Po<50>et roz<6F><7A><EFBFBD>en<65>ch index<65> ';
$strPassword = "Heslo";
$strPasswordEmpty = "Heslo je pr<70>zdn<64>!";
$strPasswordNotSame = "Hesla nejsou stejn<6A>!";
$strPHPVersion = "Verze PHP Version";
$strPos1 = "Za<EFBFBD><EFBFBD>tek";
$strPrevious = "P<EFBFBD>edchoz<EFBFBD>";
$strPrimary = "Prim<EFBFBD>rn<EFBFBD>";
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD> kl<6B><6C>";
$strPrinterFriendly = "Verze ur<75>en<65> pro tisk";
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
$strPrivileges = "Privilegia";
$strProducedAnError = "vytvo<EFBFBD>il chybu.";
$strProperties = "Vlastnosti";
$strOffSet = 'Za<5A><61>tek';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do "uzav<61>rac<61>ch " znak<61>.';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>';
$strOr = 'Nebo';
$strOverhead = 'Nav<61>c';
$strQBE = "Dotaz podle p<><70>kladu";
$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3)
$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3)
$strPassword = 'Heslo';
$strPasswordEmpty = 'Heslo je pr<70>zdn<64>!';
$strPasswordNotSame = 'Hesla nejsou stejn<6A>!';
$strPHPVersion = 'Verze PHP Version';
$strPos1 = 'Za<5A><61>tek';
$strPrevious = 'P<>edchoz<6F>';
$strPrimary = 'Prim<69>rn<72>';
$strPrimaryKey = 'Prim<69>rn<72> kl<6B><6C>';
$strPrinterFriendly = 'Verze ur<75>en<65> pro tisk';
$strPrintView = 'N<>hled k vyti<74>t<EFBFBD>n<EFBFBD>';
$strPrivileges = 'Privilegia';
$strProducedAnError = 'vytvo<76>il chybu.';
$strProperties = 'Vlastnosti';
$strReadTheDocs = "P<EFBFBD>e<EFBFBD>ti dokumentaci";
$strRecords = "Z<EFBFBD>znam<EFBFBD>";
$strReloadFailed = "Znovuna<EFBFBD>ten<EFBFBD> MySQL selhalo.";
$strReloadMySQL = "Znovuna<EFBFBD>ten<EFBFBD> MySQL";
$strRememberReload = "Nezapome<EFBFBD>te reloadovat server.";
$strRenameTable = "P<EFBFBD>ejmenovat tabulku na";
$strRenameTableOK = "Tabulka %s byla p<>ejmenov<6F>na na %s";
$strRepairTable = "Opravit tabulku";
$strReplace = "P<EFBFBD>epsat";
$strReplaceTable = "P<EFBFBD>epsat data tabulky souborem";
$strReset = "P<EFBFBD>vodn<EFBFBD> (reset)";
$strReType = "Napsat znovu";
$strRevoke = "Zru<EFBFBD>it";
$strRevokeGrant = "Zru<EFBFBD>it povolen<65> p<>id<69>lovat pr<70>va";
$strRevokeGrantMessage = "Bylo zru<72>eno privilegium p<>id<69>lovat pr<70>va pro";
$strRevokeMessage = "Byla zru<72>ena pr<70>va pro";
$strRevokePriv = "Zru<EFBFBD>it pr<70>va";
$strRowLength = "D<EFBFBD>lka <20><>dku";
$strRows = "<EFBFBD><EFBFBD>dk<EFBFBD>";
$strRowsFrom = "<EFBFBD><EFBFBD>dk<EFBFBD> za<7A><61>naj<61>c<EFBFBD> od";
$strRowsStatistic = "Statistika <20><>dk<64>";
$strRunning = "b<EFBFBD><EFBFBD><EFBFBD>c<EFBFBD> na ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na datab<61>zi ";
$strQBE = 'Dotaz podle p<><70>kladu';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "Ulo<EFBFBD>";
$strSelect = "Vybrat";
$strSelectFields = "Zvol pole (alespo<70> jedno):";
$strSelectNumRows = "v dotazu";
$strSend = "Po<EFBFBD>li";
$strSequence = "Sekv.";
$strServerVersion = "Verze serveru";
$strShow = "Zobraz";
$strShowingRecords = "Ukazuji z<>znamy ";
$strSingly = "(po jednom)";
$strSize = "Velikost";
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Vyu<EFBFBD>it<EFBFBD> m<>sta";
$strSQLQuery = "SQL-dotaz";
$strStatement = "<EFBFBD>daj";
$strStrucCSV = "CSV data";
$strStrucData = "Strukturu a data";
$strStrucDrop = "P<EFBFBD>idej 'Vyma<6D> tabulku'";
$strStrucOnly = "Pouze strukturu";
$strSubmit = "Ode<EFBFBD>li";
$strSuccess = "Tv<EFBFBD>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n";
$strSum = "Celkem";
$strReadTheDocs = 'P<>e<EFBFBD>ti dokumentaci';
$strRecords = 'Z<>znam<61>';
$strReloadFailed = 'Znovuna<6E>ten<65> MySQL selhalo.';
$strReloadMySQL = 'Znovuna<6E>ten<65> MySQL';
$strRememberReload = 'Nezapome<6D>te reloadovat server.';
$strRenameTable = 'P<>ejmenovat tabulku na';
$strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s';
$strRepairTable = 'Opravit tabulku';
$strReplace = 'P<>epsat';
$strReplaceTable = 'P<>epsat data tabulky souborem';
$strReset = 'P<>vodn<64> (reset)';
$strReType = 'Napsat znovu';
$strRevoke = 'Zru<72>it';
$strRevokeGrant = 'Zru<72>it povolen<65> p<>id<69>lovat pr<70>va';
$strRevokeGrantMessage = 'Bylo zru<72>eno privilegium p<>id<69>lovat pr<70>va pro';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro';
$strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku ';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'Spus<75> SQL dotaz(y) na datab<61>zi ';
$strTable = "Tabulka ";
$strTableComments = "Koment<EFBFBD><EFBFBD>e k tabulce";
$strTableEmpty = "Jm<EFBFBD>no tabulky je pr<70>zdn<64>!";
$strTableMaintenance = " <20>dr<64>ba tabulky ";
$strTableStructure = "Struktura tabulky pro tabulku";
$strTableType = "Typ tabulky";
$strTerminatedBy = "ukon<EFBFBD>en";
$strTextAreaLength = " Toto pole mo<6D>n<EFBFBD> nep<65>jde <br>(kv<6B>li d<>lce) upravit ";
$strTheContent = "Obsah tv<74>ho souboru byl vlo<6C>en";
$strTheContents = "Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.";
$strTheTerminator = "Ukon<EFBFBD>en<EFBFBD> pol<6F>.";
$strTotal = "celkem";
$strType = "Typ";
$strSave = 'Ulo<6C>';
$strSelect = 'Vybrat';
$strSelectFields = 'Zvol pole (alespo<70> jedno):';
$strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li';
$strSequence = 'Sekv.';
$strServerVersion = 'Verze serveru';
$strShow = 'Zobraz';
$strShowingRecords = 'Ukazuji z<>znamy ';
$strShowThisQuery = ' Zobrazit zde tento dotaz znovu ';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz';
$strStatement = '<27>daj';
$strStrucCSV = 'CSV data';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'P<>idej \'Vyma<6D> tabulku\'';
$strStrucOnly = 'Pouze strukturu';
$strSubmit = 'Ode<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem';
$strUncheckAll = "Od<EFBFBD>krtnout v<>e";
$strUnique = "Unik<EFBFBD>tn<EFBFBD>";
$strUpdatePassMessage = "Bylo zm<7A>n<EFBFBD>no heslo pro";
$strUpdatePassword = "Zm<EFBFBD>nit heslo";
$strUpdatePrivMessage = "Byla zm<7A>n<EFBFBD>na privilegia pro";
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Pou<EFBFBD><EFBFBD>v<EFBFBD>";
$strUser = "U<EFBFBD>ivatel";
$strUserEmpty = "Jm<EFBFBD>no u<>ivatele je pr<70>zdn<64>!";
$strUserName = "Jm<EFBFBD>no u<>ivatele";
$strUsers = "U<EFBFBD>ivatel<EFBFBD>";
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce';
$strTableEmpty = 'Jm<4A>no tabulky je pr<70>zdn<64>!';
$strTableMaintenance = ' <20>dr<64>ba tabulky ';
$strTableStructure = 'Struktura tabulky pro tabulku';
$strTableType = 'Typ tabulky';
$strTerminatedBy = 'ukon<6F>en';
$strTextAreaLength = ' Toto pole mo<6D>n<EFBFBD> nep<65>jde <br />(kv<6B>li d<>lce) upravit ';
$strTheContent = 'Obsah tv<74>ho souboru byl vlo<6C>en';
$strTheContents = 'Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.';
$strTheTerminator = 'Ukon<6F>en<65> pol<6F>.';
$strTotal = 'celkem';
$strType = 'Typ';
$strValue = "Hodnota";
$strViewDump = "Uka<EFBFBD> dump (schema) tabulky";
$strViewDumpDB = "Uka<EFBFBD> dump (schema) datab<61>ze";
$strUncheckAll = 'Od<4F>krtnout v<>e';
$strUnique = 'Unik<69>tn<74>';
$strUpdatePassMessage = 'Bylo zm<7A>n<EFBFBD>no heslo pro';
$strUpdatePassword = 'Zm<5A>nit heslo';
$strUpdatePrivMessage = 'Byla zm<7A>n<EFBFBD>na privilegia pro';
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!';
$strUserName = 'Jm<4A>no u<>ivatele';
$strUsers = 'U<>ivatel<65>';
$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3)
$strWelcome = "V<EFBFBD>tej v ";
$strWrongUser = "<EFBFBD>patn<EFBFBD> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.";
$strValue = 'Hodnota';
$strViewDump = 'Uka<6B> dump (schema) tabulky';
$strViewDumpDB = 'Uka<6B> dump (schema) datab<61>ze';
$strYes = "Ano";
$strWelcome = 'V<>tej v ';
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
// export Zip (July 07, 2001, 19:48am)
$strBzip = "\"zabzipov<EFBFBD>no\"";
$strGzip = "\"zagzipov<EFBFBD>no\"";
$strOffSet = "Za<EFBFBD><EFBFBD>tek";
$strNbRecords = "<EFBFBD><EFBFBD>dk<EFBFBD>";
$strRowSize=" Velikost <20><>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';
?>

View File

@@ -1,285 +1,287 @@
<?php
/* $Id$ */
$charset = "windows-1250";
$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("Bajt<EFBFBD>", "KB", "MB", "GB");
$charset = 'windows-1250';
$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('Bajt<EFBFBD>', 'KB', 'MB', 'GB');
$strAccessDenied = "P<EFBFBD><EFBFBD>stup odep<65>en";
$strAction = "Akce";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "P<EFBFBD>idat nov<6F> pole";
$strAddPriv = "P<EFBFBD>idat nov<6F> privilegium";
$strAddPrivMessage = "Privilegium bylo p<>id<69>no.";
$strAddSearchConditions = "P<EFBFBD>idat vyhled<65>vac<61> parametry (obsah dotazu po \"where\" p<><70>kazu):";
$strAddUser = "P<EFBFBD>idat nov<6F>ho u<>ivatele";
$strAddUserMessage = "U<EFBFBD>ivatel byl p<>id<69>n.";
$strAfter = "Po";
$strAll = "V<EFBFBD>echno";
$strAlterOrderBy = "Zm<EFBFBD>nit po<70>ad<61> tabulky podle";
$strAnalyzeTable = "Analyzovat tabulku";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Byl p<>id<69>n index na ";
$strAny = "Jak<EFBFBD>koliv";
$strAnyColumn = "Jak<EFBFBD>koliv sloupec";
$strAnyDatabase = "Jak<EFBFBD>koliv datab<61>ze";
$strAnyHost = "Jak<EFBFBD>koliv hostitel";
$strAnyTable = "Any table";
$strAnyUser = "Jak<EFBFBD>koliv u<>ivatel";
$strAPrimaryKey = "Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "Na za<7A><61>tku tabulky";
$strAtEndOfTable = "Na konci tabulky";
$strAttr = "Atributy";
$strBack = "Zp<EFBFBD>t";
$strBinary = " Bin<69>rn<72> ";
$strBinaryDoNotEdit = " Bin<69>rn<72> - neupravujte ";
$strBookmarkLabel = "N<EFBFBD>zev";
$strBookmarkQuery = "Obl<EFBFBD>ben<EFBFBD> SQL dotaz";
$strBookmarkThis = "P<EFBFBD>idat tento SQL dotaz do obl<62>ben<65>ch";
$strBookmarkView = "Jen prohl<68>dnout";
$strBrowse = "Proj<EFBFBD>t";
$strAccessDenied = 'P<><50>stup odep<65>en';
$strAction = 'Akce';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'P<>idat nov<6F> pole';
$strAddPriv = 'P<EFBFBD>idat nov<EFBFBD> privilegium';
$strAddPrivMessage = 'Privilegium bylo p<>id<69>no.';
$strAddSearchConditions = 'P<>idat vyhled<65>vac<61> parametry (obsah dotazu po "where" p<><70>kazu):';
$strAddUser = 'P<>idat nov<6F>ho u<>ivatele';
$strAddUserMessage = 'U<>ivatel byl p<>id<69>n.';
$strAfter = 'Po';
$strAll = 'V<>echno';
$strAlterOrderBy = 'Zm<5A>nit po<70>ad<61> tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Byl p<>id<69>n index na ';
$strAny = 'Jak<61>koliv';
$strAnyColumn = 'Jak<61>koliv sloupec';
$strAnyDatabase = 'Jak<61>koliv datab<61>ze';
$strAnyHost = 'Jak<61>koliv hostitel';
$strAnyTable = 'Any table';
$strAnyUser = 'Jak<61>koliv u<>ivatel';
$strAPrimaryKey = 'Byl p<>id<69>n prim<69>rn<72> kl<6B><6C> na ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'Na za<7A><61>tku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Atributy';
$strCantLoadMySQL = "nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br>pros<6F>m zkontrolujte nastaven<65> PHP.";
$strCarriage = "N<EFBFBD>vrat voz<6F>ku (CR): \\r";
$strChange = "Zm<EFBFBD>nit";
$strCheckAll = "Za<EFBFBD>krtnout v<>e";
$strCheckDbPriv = "Zkontrolovat privilegia datab<EFBFBD>ze";
$strCheckTable = "Zkontrolovat tabulku";
$strColumn = "Sloupec";
$strColumnEmpty = "Jm<EFBFBD>na sloupc<70> jsou pr<70>zdn<64>!";
$strColumnNames = "N<EFBFBD>zvy sloupc<70>";
$strCompleteInserts = "Upln<EFBFBD> vlo<6C>eni";
$strConfirm = "Opravdu chcete toto prov<6F>st?";
$strCopyTable = "Zkop<EFBFBD>rovat tabulku do:";
$strCopyTableOK = "Tabulka %s byla zkop<6F>rov<6F>na do %s.";
$strCreate = "Vytvo<EFBFBD>it";
$strCreateNewDatabase = "Vytvo<EFBFBD>it novou datab<61>zi";
$strCreateNewTable = "Vytvo<EFBFBD>it novou tabulku v datab<61>zi ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = 'Zp<5A>t';
$strBinary = ' Bin<69>rn<72> ';
$strBinaryDoNotEdit = ' Bin<69>rn<72> - neupravujte ';
$strBookmarkLabel = 'N<>zev';
$strBookmarkQuery = 'Obl<62>ben<65> SQL dotaz';
$strBookmarkThis = 'P<>idat tento SQL dotaz do obl<62>ben<65>ch';
$strBookmarkView = 'Jen prohl<68>dnout';
$strBrowse = 'Proj<6F>t';
$strBzip = '"zabzipov<6F>no"';
$strData = "Data";
$strDatabase = "Datab<EFBFBD>ze ";
$strDatabases = "datab<EFBFBD>ze";
$strDataOnly = " Jen data ";
$strDbEmpty = "Jm<EFBFBD>no datab<61>ze je pr<70>zdn<64>!";
$strDefault = "V<EFBFBD>choz<EFBFBD>";
$strDelete = "Smazat";
$strDeleted = "<EFBFBD><EFBFBD>dek byl smaz<61>n";
$strDeleteFailed = "Smaz<EFBFBD>n<EFBFBD> selhalo!";
$strDeletePassword = "Smazat heslo";
$strDeleteUserMessage = "Byl smaz<61>n u<>ivatel";
$strDelPassMessage = "Bylo smaz<61>no heslo pro";
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Varov<6F>n<EFBFBD>:</b> Zapnul jste magic_quotes_gpc v nastaven<65> PHP. Tato verze PhpMyAdmina nem<65><6D>e s t<>mto nastaven<65>m korektn<74> pracovat. Pros<6F>m pod<6F>vejte se do manu<6E>lu PHP (kapitola nastaven<65>) jak toto nastaven<65> zm<7A>nit.";
$strDisplay = "Zobraz";
$strDoAQuery = "Prov<EFBFBD>stDo a \"dotaz podle p<><70>kladu\" (<28>ol<6F>k: \"%\")";
$strDocu = "Dokumentace";
$strDoYouReally = "Opravdu si p<>eje<6A> vykonat p<><70>kaz ";
$strDrop = "Odstranit";
$strDropDB = "Odstranit datab<61>zi ";
$strDumpingData = "Dumpuji data pro tabulku";
$strDynamic = "dynamic";
$strCantLoadMySQL = 'nelze nahr<68>t roz<6F><7A><EFBFBD>en<65> pro MySQL,<br />pros<6F>m zkontrolujte nastaven<65> PHP.';
$strCarriage = 'N<>vrat voz<6F>ku (CR): \\r';
$strChange = 'Zm<5A>nit';
$strCheckAll = 'Za<5A>krtnout v<>e';
$strCheckDbPriv = 'Zkontrolovat privilegia datab<61>ze';
$strCheckTable = 'Zkontrolovat tabulku';
$strColumn = 'Sloupec';
$strColumnEmpty = 'Jm<4A>na sloupc<70> jsou pr<70>zdn<64>!';
$strColumnNames = 'N<>zvy sloupc<70>';
$strCompleteInserts = 'Upln<6C> vlo<6C>eni';
$strConfirm = 'Opravdu chcete toto prov<6F>st?';
$strCopyTable = 'Zkop<6F>rovat tabulku do:';
$strCopyTableOK = 'Tabulka %s byla zkop<6F>rov<6F>na do %s.';
$strCreate = 'Vytvo<76>it';
$strCreateNewDatabase = 'Vytvo<76>it novou datab<61>zi';
$strCreateNewTable = 'Vytvo<76>it novou tabulku v datab<61>zi ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "Editovat";
$strEditPrivileges = "Upravit pr<70>va";
$strEffective = "Efektivn<EFBFBD>";
$strEmpty = "Vypr<EFBFBD>zdnit";
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).";
$strEnableMagicQuotes = "<b>POZOR:</b> Nepovolil jsi 'magic_quotes_gpc' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.";
$strEnclosedBy = "uzav<EFBFBD>en do";
$strEnd = "Konec";
$strEnglishPrivileges = " Pozn<7A>mka: n<>zvy MySQL privilegi<67> jsou uv<75>d<EFBFBD>na v angli<6C>tin<69> ";
$strError = "Chyba";
$strEscapedBy = "uvozeno pomoc<6F>";
$strExtra = "Extra";
$strData = 'Data';
$strDatabase = 'Datab<61>ze ';
$strDatabases = 'datab<61>ze';
$strDataOnly = ' Jen data ';
$strDbEmpty = 'Jm<4A>no datab<61>ze je pr<70>zdn<64>!';
$strDefault = 'V<>choz<6F>';
$strDelete = 'Smazat';
$strDeleted = '<27><>dek byl smaz<61>n';
$strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!';
$strDeletePassword = 'Smazat heslo';
$strDeleteUserMessage = 'Byl smaz<61>n u<>ivatel';
$strDelPassMessage = 'Bylo smaz<61>no heslo pro';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Varov<6F>n<EFBFBD>:</b> Zapnul jste magic_quotes_gpc v nastaven<65> PHP. Tato verze PhpMyAdmina nem<65><6D>e s t<>mto nastaven<65>m korektn<74> pracovat. Pros<6F>m pod<6F>vejte se do manu<6E>lu PHP (kapitola nastaven<65>) jak toto nastaven<65> zm<7A>nit.';
$strDisplay = 'Zobraz';
$strDoAQuery = 'Prov<6F>stDo a "dotaz podle p<><70>kladu" (<28>ol<6F>k: "%")';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si p<>eje<6A> vykonat p<><70>kaz ';
$strDrop = 'Odstranit';
$strDropDB = 'Odstranit datab<61>zi ';
$strDumpingData = 'Dumpuji data pro tabulku';
$strDynamic = 'dynamic';
$strField = "Pole";
$strFields = "Po<EFBFBD>et pol<6F>";
$strFixed = "pevn<EFBFBD>";
$strFormat = "Form<EFBFBD>t";
$strFunction = "Funkce";
$strEdit = 'Editovat';
$strEditPrivileges = 'Upravit pr<70>va';
$strEffective = 'Efektivn<76>';
$strEmpty = 'Vypr<70>zdnit';
$strEmptyResultSet = 'MySQL vr<76>til pr<70>zdn<64> v<>sledek (tj. nulov<6F> po<70>et <20><>dk<64>).';
$strEnableMagicQuotes = '<b>POZOR:</b> Nepovolil jsi \'magic_quotes_gpc\' v tv<74> konfiguraci PHP enginu. PhpMyAdmin toto pot<6F>ebuje pro svoji korektn<74> praci. Pros<6F>m, zkontroluj konfiguraci pop<6F>. v manu<6E>lu pro PHP vyhledej informaci jak toto povolit.';
$strEnclosedBy = 'uzav<61>en do';
$strEnd = 'Konec';
$strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy MySQL privilegi<67> jsou uv<75>d<EFBFBD>na v angli<6C>tin<69> ';
$strError = 'Chyba';
$strEscapedBy = 'uvozeno pomoc<6F>';
$strExtra = 'Extra';
$strGenTime = "Vygenerov<EFBFBD>no:";
$strGo = "Prove<EFBFBD>";
$strGrants = "Privilegia";
$strField = 'Pole';
$strFields = 'Po<50>et pol<6F>';
$strFixed = 'pevn<76>';
$strFormat = 'Form<72>t';
$strFunction = 'Funkce';
$strHasBeenAltered = "byla zm<7A>n<EFBFBD>na.";
$strHasBeenCreated = "byla vytvo<76>ena.";
$strHasBeenDropped = "byla odstran<61>na.";
$strHasBeenEmptied = "byla vypr<70>zdn<64>na.";
$strHome = "<EFBFBD>vod";
$strHomepageOfficial = " Ofici<63>ln<6C> str<74>nka phpMyAdmina ";
$strHomepageSourceforge = " nov<6F> str<74>nka phpMyAdmina ";
$strHost = "Hostitel";
$strHostEmpty = "Jm<EFBFBD>no hostitele je pr<70>zdn<64>!";
$strGenTime = 'Vygenerov<6F>no:';
$strGo = 'Prove<76>';
$strGrants = 'Privilegia';
$strGzip = '"zagzipov<6F>no"';
$strIfYouWish = "Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.";
$strIndex = "Index";
$strIndexes = "Indexy";
$strInsert = "Vlo<EFBFBD>it";
$strInsertAsNewRow = " Vlo<6C>it jako nov<6F> <20><>dek ";
$strInsertIntoTable = "Vlo<EFBFBD>it do tabulky";
$strInsertNewRow = "Vlo<EFBFBD>it nov<6F> <20><>dek";
$strInsertTextfiles = "Vlo<EFBFBD>it textov<6F> soubory do tabulky";
$strInUse = "pr<EFBFBD>v<EFBFBD> se pou<6F><75>v<EFBFBD>";
$strHasBeenAltered = 'byla zm<7A>n<EFBFBD>na.';
$strHasBeenCreated = 'byla vytvo<76>ena.';
$strHasBeenDropped = 'byla odstran<61>na.';
$strHasBeenEmptied = 'byla vypr<70>zdn<64>na.';
$strHome = '<27>vod';
$strHomepageOfficial = ' Ofici<63>ln<6C> str<74>nka phpMyAdmina ';
$strHomepageSourceforge = ' nov<6F> str<74>nka phpMyAdmina ';
$strHost = 'Hostitel';
$strHostEmpty = 'Jm<4A>no hostitele je pr<70>zdn<64>!';
$strKeyname = "Kl<EFBFBD><EFBFBD>ovy n<>zev";
$strKill = " Zab<61>t ";
$strIfYouWish = 'Pokud si p<>eje<6A> nat<61>hnout jenom ur<75>it<69> sloupce z tabulky, specifikuj je jako seznam pol<6F> odd<64>len<65>ch <20><>rkou.';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strInsert = 'Vlo<6C>it';
$strInsertAsNewRow = ' Vlo<6C>it jako nov<6F> <20><>dek ';
$strInsertIntoTable = 'Vlo<6C>it do tabulky';
$strInsertNewRow = 'Vlo<6C>it nov<6F> <20><>dek';
$strInsertTextfiles = 'Vlo<6C>it textov<6F> soubory do tabulky';
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
$strLength = "D<EFBFBD>lka";
$strLengthSet = "D<EFBFBD>lka/Set";
$strLimitNumRows = "z<EFBFBD>znamu na str<74>nku";
$strLineFeed = "Ukon<EFBFBD>en<EFBFBD> <20><>dku (Linefeed): \\n";
$strLines = "<EFBFBD><EFBFBD>dek";
$strLocationTextfile = "Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<6F>ho souboru";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Odhl<EFBFBD>sit se";
$strKeyname = 'Kl<4B><6C>ovy n<>zev';
$strKill = ' Zab<61>t ';
$strModifications = "Zm<EFBFBD>ny byly ulo<6C>eny";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL znovu-na<6E>tena.";
$strMySQLSaid = "MySQL hl<68>s<EFBFBD>: ";
$strMySQLShowProcess = "Zobraz procesy";
$strMySQLShowStatus = "Uk<EFBFBD>zat MySQL runtime informace";
$strMySQLShowVars = "Uk<EFBFBD>zat MySQL systemove prom<6F>nn<6E>";
$strLength = 'D<>lka';
$strLengthSet = 'D<>lka/Set';
$strLimitNumRows = 'z<>znamu na str<74>nku';
$strLineFeed = 'Ukon<6F>en<65> <20><>dku (Linefeed): \\n';
$strLines = '<27><>dek';
$strLocationTextfile = 'Um<55>st<73>n<EFBFBD> textov<6F>ho souboru';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Odhl<68>sit se';
$strName = "N<EFBFBD>zev";
$strNext = "Dal<EFBFBD><EFBFBD>";
$strNo = "Ne";
$strNoPassword = "<EFBFBD><EFBFBD>dn<EFBFBD> heslo";
$strNoPrivileges = "<EFBFBD><EFBFBD>dn<EFBFBD> privilegia";
$strNoRights = "Nem<EFBFBD>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!";
$strNoTablesFound = "V datab<61>zi nebyla nalezena ani jedna tabulka.";
$strNotNumber = "Toto nen<65> <20><>slo!";
$strNotValidNumber = " nen<65> platn<74> <20><>slo <20><>dku!";
$strNoUsersFound = "<EFBFBD><EFBFBD>dn<EFBFBD> u<>ivatel nenalezen.";
$strNull = "Nulov<EFBFBD>";
$strNumberIndexes = " Po<50>et roz<6F><7A><EFBFBD>en<65>ch index<65> ";
$strModifications = 'Zm<5A>ny byly ulo<6C>eny';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL znovu-na<6E>tena.';
$strMySQLSaid = 'MySQL hl<68>s<EFBFBD>: ';
$strMySQLShowProcess = 'Zobraz procesy';
$strMySQLShowStatus = 'Uk<55>zat MySQL runtime informace';
$strMySQLShowVars = 'Uk<55>zat MySQL systemove prom<6F>nn<6E>';
$strOftenQuotation = "<EFBFBD>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do \"uzav<EFBFBD>rac<EFBFBD>ch \" znak<61>.";
$strOptimizeTable = "Optimalizovat tabulku";
$strOptionalControls = "Voliteln<EFBFBD>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.";
$strOptionally = "Voliteln<EFBFBD>";
$strOr = "Nebo";
$strOverhead = "Nav<EFBFBD>c";
$strName = 'N<>zev';
$strNbRecords = '<27><>dk<64>';
$strNext = 'Dal<61><6C>';
$strNo = 'Ne';
$strNoPassword = '<27><>dn<64> heslo';
$strNoPrivileges = '<27><>dn<64> privilegia';
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNotNumber = 'Toto nen<65> <20><>slo!';
$strNotValidNumber = ' nen<65> platn<74> <20><>slo <20><>dku!';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNull = 'Nulov<6F>';
$strNumberIndexes = ' Po<50>et roz<6F><7A><EFBFBD>en<65>ch index<65> ';
$strPassword = "Heslo";
$strPasswordEmpty = "Heslo je pr<70>zdn<64>!";
$strPasswordNotSame = "Hesla nejsou stejn<6A>!";
$strPHPVersion = "Verze PHP Version";
$strPos1 = "Za<EFBFBD><EFBFBD>tek";
$strPrevious = "P<EFBFBD>edchoz<EFBFBD>";
$strPrimary = "Prim<EFBFBD>rn<EFBFBD>";
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD> kl<6B><6C>";
$strPrinterFriendly = "Verze ur<75>en<65> pro tisk";
$strPrintView = "N<EFBFBD>hled k vyti<74>t<EFBFBD>n<EFBFBD>";
$strPrivileges = "Privilegia";
$strProducedAnError = "vytvo<EFBFBD>il chybu.";
$strProperties = "Vlastnosti";
$strOffSet = 'Za<5A><61>tek';
$strOftenQuotation = '<27>asto uvozuj<75>c<EFBFBD> znaky. OPTIONALLY znamen<65>, <20>e pouze pole typu CHAR a VARCHAR jsou uzav<61>eny do "uzav<61>rac<61>ch " znak<61>.';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOptionalControls = 'Voliteln<6C>. Ur<55>uje jak zapisovat nebo <20><>st speci<63>ln<6C> znaky.';
$strOptionally = 'Voliteln<6C>';
$strOr = 'Nebo';
$strOverhead = 'Nav<61>c';
$strQBE = "Dotaz podle p<><70>kladu";
$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3)
$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3)
$strPassword = 'Heslo';
$strPasswordEmpty = 'Heslo je pr<70>zdn<64>!';
$strPasswordNotSame = 'Hesla nejsou stejn<6A>!';
$strPHPVersion = 'Verze PHP Version';
$strPos1 = 'Za<5A><61>tek';
$strPrevious = 'P<>edchoz<6F>';
$strPrimary = 'Prim<69>rn<72>';
$strPrimaryKey = 'Prim<69>rn<72> kl<6B><6C>';
$strPrinterFriendly = 'Verze ur<75>en<65> pro tisk';
$strPrintView = 'N<>hled k vyti<74>t<EFBFBD>n<EFBFBD>';
$strPrivileges = 'Privilegia';
$strProducedAnError = 'vytvo<76>il chybu.';
$strProperties = 'Vlastnosti';
$strReadTheDocs = "P<EFBFBD>e<EFBFBD>ti dokumentaci";
$strRecords = "Z<EFBFBD>znam<EFBFBD>";
$strReloadFailed = "Znovuna<EFBFBD>ten<EFBFBD> MySQL selhalo.";
$strReloadMySQL = "Znovuna<EFBFBD>ten<EFBFBD> MySQL";
$strRememberReload = "Nezapome<EFBFBD>te reloadovat server.";
$strRenameTable = "P<EFBFBD>ejmenovat tabulku na";
$strRenameTableOK = "Tabulka %s byla p<>ejmenov<6F>na na %s";
$strRepairTable = "Opravit tabulku";
$strReplace = "P<EFBFBD>epsat";
$strReplaceTable = "P<EFBFBD>epsat data tabulky souborem";
$strReset = "P<EFBFBD>vodn<EFBFBD> (reset)";
$strReType = "Napsat znovu";
$strRevoke = "Zru<EFBFBD>it";
$strRevokeGrant = "Zru<EFBFBD>it povolen<65> p<>id<69>lovat pr<70>va";
$strRevokeGrantMessage = "Bylo zru<72>eno privilegium p<>id<69>lovat pr<70>va pro";
$strRevokeMessage = "Byla zru<72>ena pr<70>va pro";
$strRevokePriv = "Zru<EFBFBD>it pr<70>va";
$strRowLength = "D<EFBFBD>lka <20><>dku";
$strRows = "<EFBFBD><EFBFBD>dk<EFBFBD>";
$strRowsFrom = "<EFBFBD><EFBFBD>dk<EFBFBD> za<7A><61>naj<61>c<EFBFBD> od";
$strRowsStatistic = "Statistika <20><>dk<64>";
$strRunning = "b<EFBFBD><EFBFBD><EFBFBD>c<EFBFBD> na ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Spus<EFBFBD> SQL dotaz(y) na datab<61>zi ";
$strQBE = 'Dotaz podle p<><70>kladu';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "Ulo<EFBFBD>";
$strSelect = "Vybrat";
$strSelectFields = "Zvol pole (alespo<70> jedno):";
$strSelectNumRows = "v dotazu";
$strSend = "Po<EFBFBD>li";
$strSequence = "Sekv.";
$strServerVersion = "Verze serveru";
$strShow = "Zobraz";
$strShowingRecords = "Ukazuji z<>znamy ";
$strSingly = "(po jednom)";
$strSize = "Velikost";
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Vyu<EFBFBD>it<EFBFBD> m<>sta";
$strSQLQuery = "SQL-dotaz";
$strStatement = "<EFBFBD>daj";
$strStrucCSV = "CSV data";
$strStrucData = "Strukturu a data";
$strStrucDrop = "P<EFBFBD>idej 'Vyma<6D> tabulku'";
$strStrucOnly = "Pouze strukturu";
$strSubmit = "Ode<EFBFBD>li";
$strSuccess = "Tv<EFBFBD>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n";
$strSum = "Celkem";
$strReadTheDocs = 'P<>e<EFBFBD>ti dokumentaci';
$strRecords = 'Z<>znam<61>';
$strReloadFailed = 'Znovuna<6E>ten<65> MySQL selhalo.';
$strReloadMySQL = 'Znovuna<6E>ten<65> MySQL';
$strRememberReload = 'Nezapome<6D>te reloadovat server.';
$strRenameTable = 'P<>ejmenovat tabulku na';
$strRenameTableOK = 'Tabulka %s byla p<>ejmenov<6F>na na %s';
$strRepairTable = 'Opravit tabulku';
$strReplace = 'P<>epsat';
$strReplaceTable = 'P<>epsat data tabulky souborem';
$strReset = 'P<>vodn<64> (reset)';
$strReType = 'Napsat znovu';
$strRevoke = 'Zru<72>it';
$strRevokeGrant = 'Zru<72>it povolen<65> p<>id<69>lovat pr<70>va';
$strRevokeGrantMessage = 'Bylo zru<72>eno privilegium p<>id<69>lovat pr<70>va pro';
$strRevokeMessage = 'Byla zru<72>ena pr<70>va pro';
$strRevokePriv = 'Zru<72>it pr<70>va';
$strRowLength = 'D<>lka <20><>dku';
$strRows = '<27><>dk<64>';
$strRowsFrom = '<27><>dk<64> za<7A><61>naj<61>c<EFBFBD> od';
$strRowSize = ' Velikost <20><>dku ';
$strRowsStatistic = 'Statistika <20><>dk<64>';
$strRunning = 'b<><62><EFBFBD>c<EFBFBD> na ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'Spus<75> SQL dotaz(y) na datab<61>zi ';
$strTable = "Tabulka ";
$strTableComments = "Koment<EFBFBD><EFBFBD>e k tabulce";
$strTableEmpty = "Jm<EFBFBD>no tabulky je pr<70>zdn<64>!";
$strTableMaintenance = " <20>dr<64>ba tabulky ";
$strTableStructure = "Struktura tabulky pro tabulku";
$strTableType = "Typ tabulky";
$strTerminatedBy = "ukon<EFBFBD>en";
$strTextAreaLength = " Toto pole mo<6D>n<EFBFBD> nep<65>jde <br>(kv<6B>li d<>lce) upravit ";
$strTheContent = "Obsah tv<74>ho souboru byl vlo<6C>en";
$strTheContents = "Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.";
$strTheTerminator = "Ukon<EFBFBD>en<EFBFBD> pol<6F>.";
$strTotal = "celkem";
$strType = "Typ";
$strSave = 'Ulo<6C>';
$strSelect = 'Vybrat';
$strSelectFields = 'Zvol pole (alespo<70> jedno):';
$strSelectNumRows = 'v dotazu';
$strSend = 'Po<50>li';
$strSequence = 'Sekv.';
$strServerVersion = 'Verze serveru';
$strShow = 'Zobraz';
$strShowingRecords = 'Ukazuji z<>znamy ';
$strShowThisQuery = ' Zobrazit zde tento dotaz znovu ';
$strSingly = '(po jednom)';
$strSize = 'Velikost';
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Vyu<79>it<69> m<>sta';
$strSQLQuery = 'SQL-dotaz';
$strStatement = '<27>daj';
$strStrucCSV = 'CSV data';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'P<>idej \'Vyma<6D> tabulku\'';
$strStrucOnly = 'Pouze strukturu';
$strSubmit = 'Ode<64>li';
$strSuccess = 'Tv<54>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
$strSum = 'Celkem';
$strUncheckAll = "Od<EFBFBD>krtnout v<>e";
$strUnique = "Unik<EFBFBD>tn<EFBFBD>";
$strUpdatePassMessage = "Bylo zm<7A>n<EFBFBD>no heslo pro";
$strUpdatePassword = "Zm<EFBFBD>nit heslo";
$strUpdatePrivMessage = "Byla zm<7A>n<EFBFBD>na privilegia pro";
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Pou<EFBFBD><EFBFBD>v<EFBFBD>";
$strUser = "U<EFBFBD>ivatel";
$strUserEmpty = "Jm<EFBFBD>no u<>ivatele je pr<70>zdn<64>!";
$strUserName = "Jm<EFBFBD>no u<>ivatele";
$strUsers = "U<EFBFBD>ivatel<EFBFBD>";
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strTable = 'Tabulka ';
$strTableComments = 'Koment<6E><74>e k tabulce';
$strTableEmpty = 'Jm<4A>no tabulky je pr<70>zdn<64>!';
$strTableMaintenance = ' <20>dr<64>ba tabulky ';
$strTableStructure = 'Struktura tabulky pro tabulku';
$strTableType = 'Typ tabulky';
$strTerminatedBy = 'ukon<6F>en';
$strTextAreaLength = ' Toto pole mo<6D>n<EFBFBD> nep<65>jde <br />(kv<6B>li d<>lce) upravit ';
$strTheContent = 'Obsah tv<74>ho souboru byl vlo<6C>en';
$strTheContents = 'Obsah souboru p<>ep<65><70>e obsah zvolen<65> tabulky v t<>ch <20><>dc<64>ch, kde je identick<63> prim<69>rn<72> nebo unik<69>tn<74> kl<6B><6C>.';
$strTheTerminator = 'Ukon<6F>en<65> pol<6F>.';
$strTotal = 'celkem';
$strType = 'Typ';
$strValue = "Hodnota";
$strViewDump = "Uka<EFBFBD> dump (schema) tabulky";
$strViewDumpDB = "Uka<EFBFBD> dump (schema) datab<61>ze";
$strUncheckAll = 'Od<4F>krtnout v<>e';
$strUnique = 'Unik<69>tn<74>';
$strUpdatePassMessage = 'Bylo zm<7A>n<EFBFBD>no heslo pro';
$strUpdatePassword = 'Zm<5A>nit heslo';
$strUpdatePrivMessage = 'Byla zm<7A>n<EFBFBD>na privilegia pro';
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUser = 'U<>ivatel';
$strUserEmpty = 'Jm<4A>no u<>ivatele je pr<70>zdn<64>!';
$strUserName = 'Jm<4A>no u<>ivatele';
$strUsers = 'U<>ivatel<65>';
$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3)
$strWelcome = "V<EFBFBD>tej v ";
$strWrongUser = "<EFBFBD>patn<EFBFBD> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.";
$strValue = 'Hodnota';
$strViewDump = 'Uka<6B> dump (schema) tabulky';
$strViewDumpDB = 'Uka<6B> dump (schema) datab<61>ze';
$strYes = "Ano";
$strWelcome = 'V<>tej v ';
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
// export Zip (July 07, 2001, 19:48am)
$strBzip = "\"zabzipov<EFBFBD>no\"";
$strGzip = "\"zagzipov<EFBFBD>no\"";
$strOffSet = "Za<EFBFBD><EFBFBD>tek";
$strNbRecords = "<EFBFBD><EFBFBD>dk<EFBFBD>";
$strRowSize=" Velikost <20><>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';
?>

View File

@@ -1,285 +1,286 @@
<?php
/* $Id$ */
$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 = "Adgang N&aelig;gtet";
$strAction = "Handling";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Tilf&oslash;j nyt felt";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Tilf&oslash;j s&oslash;ge kriterier (body of the \"where\" clause):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "Efter";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyser tabel";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Der er oprettet et indeks p&aring; feltet ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Der er oprettet en prim&aelig;r n&oslash;gle p&aring; feltet ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "I begyndelsen af tabel";
$strAtEndOfTable = "I slutning af tabel";
$strAttr = "Attributer";
$strAccessDenied = 'Adgang N&aelig;gtet';
$strAction = 'Handling';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Tilf&oslash;j nyt felt';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = 'Tilf&oslash;j s&oslash;ge kriterier (body of the "where" clause):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'Efter';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyser tabel';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Der er oprettet et indeks p&aring; feltet ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'Der er oprettet en prim&aelig;r n&oslash;gle p&aring; feltet ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'I begyndelsen af tabel';
$strAtEndOfTable = 'I slutning af tabel';
$strAttr = 'Attributer';
$strBack = "Tilbage";
$strBinary=" Binary "; //to translate
$strBinaryDoNotEdit=" Binary - do not edit "; //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 = "Vis";
$strBzip = "\"bzipped\"";
$strBack = 'Tilbage';
$strBinary = ' Binary '; //to translate
$strBinaryDoNotEdit = ' Binary - do not edit '; //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 = 'Vis';
$strBzip = '"bzipped"';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "Carriage return: \\r";
$strChange = "&AElig;ndre";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Tjek tabel";
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "Kolonne navne";
$strCompleteInserts = "Lav komplette inserts";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Kopier tabel til:";
$strCopyTableOK = "Tabellen %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,<br />please check PHP Configuration.'; //to translate
$strCarriage = 'Carriage return: \\r';
$strChange = '&AElig;ndre';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Tjek tabel';
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = 'Kolonne navne';
$strCompleteInserts = 'Lav komplette inserts';
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = 'Kopier tabel til:';
$strCopyTableOK = 'Tabellen %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&aelig;rdi";
$strDelete = "Slet";
$strDeleted = "R&aelig;kken er slettet!";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<B>Advarsel:</B> Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke beh&oslash;ver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres.";
$strDisplay = "Vis";
$strDoAQuery = "K&oslash;r en foresp&oslash;rgsel p&aring; felter (wildcard: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "Er du sikker p&aring; at du vil ";
$strDrop = "Slet";
$strDropDB = "Slet database ";
$strDumpingData = "Data dump for tabellen";
$strDynamic = "dynamic"; //to translate
$strData = 'Data'; //to translate
$strDatabase = 'Database: ';
$strDatabases = 'databaser';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = 'Standardv&aelig;rdi';
$strDelete = 'Slet';
$strDeleted = 'R&aelig;kken er slettet!';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Advarsel:</b> Du har aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin ikke beh&oslash;ver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen ikke aktiveres.';
$strDisplay = 'Vis';
$strDoAQuery = 'K&oslash;r en foresp&oslash;rgsel p&aring; felter (wildcard: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker p&aring; at du vil ';
$strDrop = 'Slet';
$strDropDB = 'Slet database ';
$strDumpingData = 'Data dump for tabellen';
$strDynamic = 'dynamic'; //to translate
$strEdit = "Ret";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "T&oslash;m";
$strEmptyResultSet = "MySQL returnerede ingen data (fx ingen r&aelig;kker).";
$strEnableMagicQuotes = "<B>Advarsel:</B> Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin beh&oslash;ver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres.";
$strEnclosedBy = "har denne tekstkvalifikator";
$strEnd = "Slut";
$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&oslash;m';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen r&aelig;kker).';
$strEnableMagicQuotes = '<b>Advarsel:</b> Du har ikke aktiveret funktionen magic_quotes_gpc i din PHP konfiguration. PhpMyAdmin beh&oslash;ver denne funktion for at kunne virke efter hensigten. Tag venligst et kig i kapitlet om konfiguration i PHP manualen for information om hvordan funktionen aktiveres.';
$strEnclosedBy = 'har denne tekstkvalifikator';
$strEnd = 'Slut';
$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&oslash;r";
$strGrants = "Grants"; //to translate
$strGzip = "\"gzipped\""; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = 'Udf&oslash;r';
$strGrants = 'Grants'; //to translate
$strGzip = '"gzipped"'; //to translate
$strHasBeenAltered = "er &aelig;ndret.";
$strHasBeenCreated = "er oprettet.";
$strHasBeenDropped = "er slettet.";
$strHasBeenEmptied = "er t&oslash;mt.";
$strHome = "Hjem";
$strHomepageOfficial = "Officiel phpMyAdmin hjemmeside ";
$strHomepageSourceforge = "Ny phpMyAdmin hjemmeside ";
$strHost = "Host";
$strHostEmpty = "The host name is empty!"; //to translate
$strHasBeenAltered = 'er &aelig;ndret.';
$strHasBeenCreated = 'er oprettet.';
$strHasBeenDropped = 'er slettet.';
$strHasBeenEmptied = 'er t&oslash;mt.';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside ';
$strHost = 'Host';
$strHostEmpty = 'The host name is empty!'; //to translate
$strIfYouWish = "Hvis du kun &oslash;nsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.";
$strIndex = "Indekseret";
$strIndexes = "Indexes"; //to translate
$strInsert = "Inds&aelig;t";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Importer til tabel";
$strInsertNewRow = "Inds&aelig;t ny r&aelig;kke";
$strInsertTextfiles = "Importer tekstfil til tabellen";
$strInUse = "in use"; //to translate
$strIfYouWish = 'Hvis du kun &oslash;nsker at importere nogle af tabellens kolonner, angives de med en kommasepereret felt liste.';
$strIndex = 'Indekseret';
$strIndexes = 'Indexes'; //to translate
$strInsert = 'Inds&aelig;t';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = 'Importer til tabel';
$strInsertNewRow = 'Inds&aelig;t ny r&aelig;kke';
$strInsertTextfiles = 'Importer tekstfil til tabellen';
$strInUse = 'in use'; //to translate
$strKeyname = "N&oslash;gle";
$strKill = "Kill"; //to translate
$strKeyname = 'N&oslash;gle';
$strKill = 'Kill'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "L&aelig;ngde/V&aelig;rdi";
$strLimitNumRows = "poster pr. side";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linier";
$strLocationTextfile = "Tekstfilens placering";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log af";
$strLength = 'Length'; //to translate
$strLengthSet = 'L&aelig;ngde/V&aelig;rdi';
$strLimitNumRows = 'poster pr. side';
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Linier';
$strLocationTextfile = 'Tekstfilens placering';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Log af';
$strModifications = "Rettelserne er gemt!";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL genstartet.";
$strMySQLSaid = "MySQL returnerede: ";
$strMySQLShowProcess = "Vis tr&aring;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&aring;de';
$strMySQLShowStatus = 'Vis MySQL runtime information';
$strMySQLShowVars = 'Vis MySQL system variable';
$strName = "Navn";
$strNbRecords = "No. Of records";
$strNext = "N&aelig;ste";
$strNo = "Nej";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "Ingen tabeller fundet i databasen.";
$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&aelig;rdi";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strName = 'Navn';
$strNbRecords = 'No. Of records';
$strNext = 'N&aelig;ste';
$strNo = 'Nej';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$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&aelig;rdi';
$strNumberIndexes = ' Number of advanced indexes '; //to translate
$strOffSet = "Offset";
$strOftenQuotation = "Ofte anf&oslash;relsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte \"tekstkvalifikator\"-tegn.";
$strOptimizeTable = "Optimer tabel";
$strOptionalControls = "Optional. Kontrollerer hvordan specialtegn skrives eller l&aelig;ses.";
$strOptionally = "OPTIONALLY";
$strOr = "Eller";
$strOverhead = "Overhead"; //to translate
$strOffSet = 'Offset';
$strOftenQuotation = 'Ofte anf&oslash;relsestegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte "tekstkvalifikator"-tegn.';
$strOptimizeTable = 'Optimer tabel';
$strOptionalControls = 'Optional. Kontrollerer hvordan specialtegn skrives eller l&aelig;ses.';
$strOptionally = 'OPTIONALLY';
$strOr = 'Eller';
$strOverhead = 'Overhead'; //to translate
$strPassword = "Password"; //to translate
$strPasswordEmpty = "The password is empty!"; //to translate
$strPasswordNotSame = "The passwords aren't the same!"; //to translate
$strPHPVersion = "PHP Version"; //to translate
$strPos1 = "Start";
$strPrevious = "Forrige";
$strPrimary = "Prim&aelig;r";
$strPrimaryKey = "Prim&aelig;r n&oslash;gle";
$strPrinterFriendly = "Udskrift venlig version af ovenst&aring;ende tabel";
$strPrintView = "Vis (udskriftvenlig)";
$strPrivileges = "Privileges"; //to translate
$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&aelig;r';
$strPrimaryKey = 'Prim&aelig;r n&oslash;gle';
$strPrinterFriendly = 'Udskrift venlig version af ovenst&aring;ende tabel';
$strPrintView = 'Vis (udskriftvenlig)';
$strPrivileges = 'Privileges'; //to translate
$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&aelig;s dokumentationen";
$strRecords = "Poster";
$strReloadFailed = "Genstart af MySQL fejlede.";
$strReloadMySQL = "Genstart MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Omd&oslash;b tabel til";
$strRenameTableOK = "Tabellen %s er nu omd&oslash;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&aelig;kker startende fra";
$strRowSize=" Row size "; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "k&oslash;rer p&aring; ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "K&oslash;r en/flere SQL foresp&oslash;rgsler p&aring; database ";
$strReadTheDocs = 'L&aelig;s dokumentationen';
$strRecords = 'Poster';
$strReloadFailed = 'Genstart af MySQL fejlede.';
$strReloadMySQL = 'Genstart MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = 'Omd&oslash;b tabel til';
$strRenameTableOK = 'Tabellen %s er nu omd&oslash;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&aelig;kker startende fra';
$strRowSize = ' Row size '; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = 'k&oslash;rer p&aring; ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'K&oslash;r en/flere SQL foresp&oslash;rgsler p&aring; database ';
$strSave = "Gem";
$strSelect = "V&aelig;lg";
$strSelectFields = "V&aelig;lg mindst eet felt:";
$strSelectNumRows = "i foresp&oslash;rgsel";
$strSend = "send";
$strSequence = "Seq."; //to translate
$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&oslash;rgsel";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV data";
$strStrucData = "Struturen og data";
$strStrucDrop = "Tilf&oslash;j 'drop table'";
$strStrucOnly = "Kun strukturen";
$strSubmit = "Send";
$strSuccess = "Din SQL-foresp&oslash;rgsel blev eksekveret korrekt";
$strSum = "Sum"; //to translate
$strSave = 'Gem';
$strSelect = 'V&aelig;lg';
$strSelectFields = 'V&aelig;lg mindst eet felt:';
$strSelectNumRows = 'i foresp&oslash;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&oslash;rgsel';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV data';
$strStrucData = 'Struturen og data';
$strStrucDrop = 'Tilf&oslash;j \'drop table\'';
$strStrucOnly = 'Kun strukturen';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-foresp&oslash;rgsel blev eksekveret korrekt';
$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&aelig;nset af";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Filens indhold er importeret.";
$strTheContents = "Filens indhold erstatter den valgte tabels r&aelig;kker for r&aelig;kker med identisk prim&aelig;r eller unik n&oslash;gle.";
$strTheTerminator = "Felterne afgr&aelig;nses af dette tegn.";
$strTotal = "total";
$strType = "Datatype";
$strTable = 'Tabel: ';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = 'Struktur dump for tabellen';
$strTableType = 'Tabel type';
$strTerminatedBy = 'er afgr&aelig;nset af';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = 'Filens indhold er importeret.';
$strTheContents = 'Filens indhold erstatter den valgte tabels r&aelig;kker for r&aelig;kker med identisk prim&aelig;r eller unik n&oslash;gle.';
$strTheTerminator = 'Felterne afgr&aelig;nses af dette tegn.';
$strTotal = 'total';
$strType = 'Datatype';
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "Unik";
$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&aelig;rdi";
$strViewDump = "Vis dump (skema) over tabel";
$strViewDumpDB = "Vis dump (skema) af database";
$strValue = 'V&aelig;rdi';
$strViewDump = 'Vis dump (skema) over tabel';
$strViewDumpDB = 'Vis dump (skema) af database';
$strWelcome = "Velkommen til ";
$strWrongUser = "Forkert brugernavn/kodeord. Adgang N&aelig;gtet.";
$strWelcome = 'Velkommen til ';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang N&aelig;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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$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 = "Toegang geweigerd ";
$strAction = "Aktie";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Nieuw veld toevoegen";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Zoekcondities toevoegen (het \"where\" gedeelte van de query):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Een index is toegevoegd aan ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Een primaire sleutel is toegevoegd aan ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Attributen";
$strBack = "Terug";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Verkennen";
$strAccessDenied = 'Toegang geweigerd ';
$strAction = 'Aktie';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = 'Zoekcondities toevoegen (het "where" gedeelte van de query):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Een index is toegevoegd aan ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = 'Attributen';
$strCantLoadMySQL = "cannot load MySQL extension,<br>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 = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "Voer een query op basis van een vergelijking uit (wildcard: \"%\")";
$strDocu = "Documentatie";
$strDoYouReally = "Weet u zeker dat u wilt ";
$strDrop = "Verwijderen";
$strDropDB = "Verwijder database ";
$strDumpingData = "Gegevens worden uitgevoerd voor tabel";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />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 = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "enclosed by";
$strEnd = "Einde";
$strError = "Fout";
$strEscapedBy = "escaped by";
$strExtra = "Extra";
$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 = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDocu = 'Documentatie';
$strDoYouReally = 'Weet u zeker dat u wilt ';
$strDrop = 'Verwijderen';
$strDropDB = 'Verwijder database ';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamic'; //to translate
$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 = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = 'enclosed by';
$strEnd = 'Einde';
$strError = 'Fout';
$strEscapedBy = 'escaped by';
$strExtra = 'Extra';
$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,<br> this field might not be editable "; //to translate
$strTheContent = "De inhoud van uw bestanden is ingevoegd.";
$strTheContents = "De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.";
$strTheTerminator = "De \'terminator\' van de velden.";
$strTotal = "totaal";
$strType = "Type";
$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,<br /> this field might not be editable '; //to translate
$strTheContent = 'De inhoud van uw bestanden is ingevoegd.';
$strTheContents = 'De inhoud van het bestand vervangt de inhoud van de geselecteerde tabel voor rijen met een identieke primaire of unieke sleutel.';
$strTheTerminator = 'De \'terminator\' van de velden.';
$strTotal = 'totaal';
$strType = 'Type';
$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';
?>

View File

@@ -1,284 +1,284 @@
<?php
/* $Id$ */
$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 = "Access denied";
$strAction = "Action";
$strAddDeleteColumn = "Add/Delete Field Columns";
$strAddDeleteRow = "Add/Delete Criteria Row";
$strAddNewField = "Add new field";
$strAddPriv = "Add a new Privilege";
$strAddPrivMessage = "You have added a new privilege.";
$strAddSearchConditions = "Add search conditions (body of the \"where\" clause):";
$strAddUser = "Add a new User";
$strAddUserMessage = "You have added a new user.";
$strAfter = "After";
$strAll = "All";
$strAlterOrderBy = "Alter table order by";
$strAnalyzeTable = "Analyze table";
$strAnd = "And";
$strAnIndex = "An index has been added on ";
$strAny = "Any";
$strAnyColumn = "Any Column";
$strAnyDatabase = "Any database";
$strAnyHost = "Any host";
$strAnyTable = "Any table";
$strAnyUser = "Any user";
$strAPrimaryKey = "A primary key has been added on ";
$strAscending = "Ascending";
$strAtBeginningOfTable = "At Beginning of Table";
$strAtEndOfTable = "At End of Table";
$strAttr = "Attributes";
$strAccessDenied = 'Access denied';
$strAction = 'Action';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddNewField = 'Add new field';
$strAddPriv = 'Add a new Privilege';
$strAddPrivMessage = 'You have added a new privilege.';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After';
$strAll = 'All';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'And';
$strAnIndex = 'An index has been added on ';
$strAny = 'Any';
$strAnyColumn = 'Any Column';
$strAnyDatabase = 'Any database';
$strAnyHost = 'Any host';
$strAnyTable = 'Any table';
$strAnyUser = 'Any user';
$strAPrimaryKey = 'A primary key has been added on ';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strBack = "Back";
$strBinary = "Binary";
$strBinaryDoNotEdit = "Binary - do not edit";
$strBookmarkLabel = "Label";
$strBookmarkQuery = "Bookmarked SQL-query";
$strBookmarkThis = "Bookmark this SQL-query";
$strBookmarkView = "View only";
$strBrowse = "Browse";
$strBzip = "\"bzipped\"";
$strBack = 'Back';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL-query';
$strBookmarkThis = 'Bookmark this SQL-query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBzip = '"bzipped"';
$strCantLoadMySQL = "cannot load MySQL extension,<br>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,<br />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 = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.";
$strDisplay = "Display";
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
$strDocu = "Documentation";
$strDoYouReally = "Do you really want to ";
$strDrop = "Drop";
$strDropDB = "Drop database ";
$strDumpingData = "Dumping data for table";
$strDynamic = "dynamic";
$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 = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.';
$strDisplay = 'Display';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDrop = 'Drop';
$strDropDB = 'Drop database ';
$strDumpingData = 'Dumping data for table';
$strDynamic = 'dynamic';
$strEdit = "Edit";
$strEditPrivileges = "Edit Privileges";
$strEffective = "Effective";
$strEmpty = "Empty";
$strEmptyResultSet = "MySQL returned an empty result set (i.e. zero rows).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.";
$strEnclosedBy = "enclosed by";
$strEnd = "End";
$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 = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.';
$strEnclosedBy = 'enclosed by';
$strEnd = 'End';
$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,<br> this field might not be editable ";
$strTheContent = "The content of your file has been inserted.";
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.";
$strTheTerminator = "The terminator of the fields.";
$strTotal = "total";
$strType = "Type";
$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,<br /> this field might not be editable ';
$strTheContent = 'The content of your file has been inserted.';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
$strTheTerminator = 'The terminator of the fields.';
$strTotal = 'total';
$strType = 'Type';
$strUncheckAll = "Uncheck All";
$strUnique = "Unique";
$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';
?>

View File

@@ -1,283 +1,285 @@
<?php
/* $Id$ */
$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("Octets", "Ko", "Mo", "Go");
$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('Octets', 'Ko', 'Mo', 'Go');
$strAccessDenied = "Acc<EFBFBD>s refus<75>";
$strAction = "Action";
$strAddDeleteColumn = "Ajouter/effacer x colonne(s)";
$strAddDeleteRow = "Ajouter/effacer x ligne(s)";
$strAddNewField = "Ajouter un champ";
$strAddPriv = "Ajouter un privil<69>ge";
$strAddPrivMessage = "Vous avez ajout<75> un privil<69>ge";
$strAddSearchConditions = "Crit<EFBFBD>res de recherche (pour l'<27>nonc<6E> \"where\"):";
$strAddUser = "Ajouter un utilisateur";
$strAddUserMessage = "Vous avez ajout<75> un utilisateur";
$strAfter = "Apr<EFBFBD>s";
$strAll = "Tout";
$strAlterOrderBy = "<b>Ordonner</b> la table par";
$strAnalyzeTable = "Analyser la table";
$strAnd = "et";
$strAnIndex = "Un index a <20>t<EFBFBD> ajout<75> sur ";
$strAny = "N'importe quel";
$strAnyColumn = "Toute colonne";
$strAnyDatabase = "Toute base de donn<6E>es";
$strAnyHost = "Tout serveur";
$strAnyTable = "Toute table";
$strAnyUser = "Tout utilisateur";
$strAPrimaryKey = "Une cl<63> primaire a <20>t<EFBFBD> ajout<75>e sur";
$strAscending = "Croissant";
$strAtBeginningOfTable = "En d<>but de Table";
$strAtEndOfTable = "En fin de Table";
$strAttr = "Attributs";
$strBack = "Retour";
$strBinary="Binaire";
$strBinaryDoNotEdit="Binaire - ne pas <20>diter";
$strBookmarkLabel = "Intitul<EFBFBD>";
$strBookmarkQuery = "Requ<EFBFBD>tes bookmark<72>es";
$strBookmarkThis = "Bookmarker cette requ<71>te";
$strBookmarkView = "Voir uniquement";
$strBrowse = "Afficher";
$strBzip = "\"bzipp<EFBFBD>\"";
$strAccessDenied = 'Acc<63>s refus<75>';
$strAction = 'Action';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddNewField = 'Ajouter un champ';
$strAddPriv = 'Ajouter un privil<69>ge';
$strAddPrivMessage = 'Vous avez ajout<75> un privil<69>ge';
$strAddSearchConditions = 'Crit<69>res de recherche (pour l\'<27>nonc<6E> "where"):';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajout<75> un utilisateur';
$strAffectedRows = 'Nombre d\'enregistrements affect<63>s :';
$strAfter = 'Apr<70>s';
$strAll = 'Tout';
$strAlterOrderBy = '<b>Ordonner</b> la table par';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAnIndex = 'Un index a <20>t<EFBFBD> ajout<75> sur ';
$strAny = 'N\'importe quel';
$strAnyColumn = 'Toute colonne';
$strAnyDatabase = 'Toute base de donn<6E>es';
$strAnyHost = 'Tout serveur';
$strAnyTable = 'Toute table';
$strAnyUser = 'Tout utilisateur';
$strAPrimaryKey = 'Une cl<63> primaire a <20>t<EFBFBD> ajout<75>e sur';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En d<>but de Table';
$strAtEndOfTable = 'En fin de Table';
$strAttr = 'Attributs';
$strCantLoadMySQL = "ne peux charger l'extension MySQL,<br>v<>rifiez la configuration PHP";
$strCarriage = "Retour de chariot: \\r";
$strChange = "Modifier";
$strCheckAll = "Tout cocher";
$strCheckDbPriv = "Afficher les privil<69>ges sur";
$strCheckTable = "V<EFBFBD>rifier la table";
$strColumn = "Colonne";
$strColumnEmpty = "Les noms de colonnes sont vides";
$strColumnNames = "Nom des colonnes";
$strCompleteInserts = "Insertions compl<70>tes";
$strConfirm = "Veuillez confirmer";
$strCopyTable = "<b>Copier</b> la table vers";
$strCopyTableOK = "La table %s a <20>t<EFBFBD> copi<70>e vers %s.";
$strCreate = "Cr<EFBFBD>er";
$strCreateNewDatabase = "Cr<EFBFBD>er une base de donn<6E>es";
$strCreateNewTable = "Cr<EFBFBD>er une nouvelle table sur la base ";
$strCriteria = "Crit<EFBFBD>re";
$strBack = 'Retour';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas <20>diter';
$strBookmarkLabel = 'Intitul<75>';
$strBookmarkQuery = 'Requ<71>tes bookmark<72>es';
$strBookmarkThis = 'Bookmarker cette requ<71>te';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBzip = '"bzipp<70>"';
$strData = "Donn<EFBFBD>es";
$strDatabase = "Base de donn<6E>es";
$strDatabases = "bases de donn<6E>es";
$strDataOnly = "Donn<EFBFBD>es seulement";
$strDbEmpty = "Le nom de la base de donn<6E>es est vide";
$strDefault = "D<EFBFBD>faut";
$strDelete = "Effacer";
$strDeleted = "L'enregistrement a <20>t<EFBFBD> effac<61>";
$strDeleteFailed = "L'effacement a <20>chou<6F>";
$strDeletePassword = "Effacer le mot de passe";
$strDeleteUserMessage = "Vous avez effac<61> l'utilisateur";
$strDelPassMessage = "Vous avez effac<61> le mot de passe de ";
$strDescending = "D<EFBFBD>croissant";
$strDisableMagicQuotes = "<b>Attention:</b> Vous avez positionn<6E> magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable <20> off.";
$strDisplay = "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,<br />v<>rifiez la configuration PHP';
$strCarriage = 'Retour de chariot : \\r';
$strChange = 'Modifier';
$strCheckAll = 'Tout cocher';
$strCheckDbPriv = 'Afficher les privil<69>ges sur';
$strCheckTable = 'V<>rifier la table';
$strColumn = 'Colonne';
$strColumnEmpty = 'Les noms de colonnes sont vides';
$strColumnNames = 'Nom des colonnes';
$strCompleteInserts = 'Insertions compl<70>tes';
$strConfirm = 'Veuillez confirmer';
$strCopyTable = '<b>Copier</b> la table vers';
$strCopyTableOK = 'La table %s a <20>t<EFBFBD> copi<70>e vers %s.';
$strCreate = 'Cr<43>er';
$strCreateNewDatabase = 'Cr<43>er une base de donn<6E>es';
$strCreateNewTable = 'Cr<43>er une nouvelle table sur la base ';
$strCriteria = 'Crit<69>re';
$strEdit = "Modifier";
$strEditPrivileges = "Changer les privil<69>ges";
$strEffective = "effectif";
$strEmpty = "Vider";
$strEmptyResultSet = "MySQL n'a retourn<72> aucun enregistrement.";
$strEnableMagicQuotes = "<b>Attention:</b> Vous n'avez pas positionn<6E> magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.";
$strEnclosedBy = "entour<EFBFBD> par";
$strEnd = "Fin";
$strEnglishPrivileges=" Veuillez noter que les noms de privil<69>ges sont exprim<69>s en anglais";
$strError = "Erreur";
$strEscapedBy = "avec caract<63>re sp<73>cial";
$strExtra = "Extra";
$strData = 'Donn<6E>es';
$strDatabase = 'Base de donn<6E>es';
$strDatabases = 'bases de donn<6E>es';
$strDataOnly = 'Donn<6E>es seulement';
$strDbEmpty = 'Le nom de la base de donn<6E>es est vide';
$strDefault = 'D<>faut';
$strDelete = 'Effacer';
$strDeleted = 'L\'enregistrement a <20>t<EFBFBD> effac<61>';
$strDeleteFailed = 'L\'effacement a <20>chou<6F>';
$strDeletePassword = 'Effacer le mot de passe';
$strDeleteUserMessage = 'Vous avez effac<61> l\'utilisateur';
$strDelPassMessage = 'Vous avez effac<61> le mot de passe de ';
$strDescending = 'D<>croissant';
$strDisableMagicQuotes = '<b>Attention:</b> Vous avez positionn<6E> magic_quotes_gpc dans la configuration de PHP. Cette version de PhpMyAdmin ne peut fonctionner correctement avec. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable <20> off.';
$strDisplay = '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 privil<69>ges';
$strEffective = 'effectif';
$strEmpty = 'Vider';
$strEmptyResultSet = 'MySQL n\'a retourn<72> aucun enregistrement.';
$strEnableMagicQuotes = '<b>Attention:</b> Vous n\'avez pas positionn<6E> magic_quotes_gpc dans la configuration de PHP. PhpMyAdmin en a besoin pour fonctionner correctement. Veuillez vous r<>f<EFBFBD>rer au paragraphe traitant de la configration dans la documentation de PHP pour positionner cette variable.';
$strEnclosedBy = 'entour<75> par';
$strEnd = 'Fin';
$strEnglishPrivileges = ' Veuillez noter que les noms de privil<69>ges sont exprim<69>s en anglais';
$strError = 'Erreur';
$strEscapedBy = 'avec caract<63>re sp<73>cial';
$strExtra = 'Extra';
$strGenTime = "G<EFBFBD>n<EFBFBD>r<EFBFBD> le ";
$strGo = "Ex<EFBFBD>cuter";
$strGrants = "Autres privil<69>ges";
$strGzip = "\"gzipp<EFBFBD>\"";
$strField = 'Champ';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFixed = 'fixe';
$strFormat = 'format';
$strFunction = 'Fonction';
$strHasBeenAltered = "a <20>t<EFBFBD> modifi<66>(e).";
$strHasBeenCreated = "a <20>t<EFBFBD> cr<63><72>(e).";
$strHasBeenDropped = "a <20>t<EFBFBD> effac<61>(e).";
$strHasBeenEmptied = "a <20>t<EFBFBD> vid<69>(e).";
$strHome = "Accueil";
$strHomepageOfficial = "Site officiel de phpMyAdmin";
$strHomepageSourceforge = "Page de T<>l<EFBFBD>chargement phpMyAdmin sur Sourceforge";
$strHost = "Serveur";
$strHostEmpty = "Le nom de serveur est vide";
$strGenTime = 'G<>n<EFBFBD>r<EFBFBD> le ';
$strGo = 'Ex<45>cuter';
$strGrants = 'Autres privil<69>ges';
$strGzip = '"gzipp<70>"';
$strIfYouWish = "Si vous d<>sirez ne charger que certaines colonnes, indiquez leurs noms, s<>par<61>s par des virgules.";
$strIndex = "Index";
$strIndexes = "Index";
$strInsert = "Ins<EFBFBD>rer";
$strInsertAsNewRow = "Ins<EFBFBD>rer ce nouvel enregistrement";
$strInsertIntoTable = "Ins<EFBFBD>rer dans la table";
$strInsertNewRow = "Ins<EFBFBD>rer un nouvel enregistrement";
$strInsertTextfiles = "Ins<EFBFBD>rer un fichier texte dans la table";
$strInUse = "utilis<EFBFBD>";
$strHasBeenAltered = 'a <20>t<EFBFBD> modifi<66>(e).';
$strHasBeenCreated = 'a <20>t<EFBFBD> cr<63><72>(e).';
$strHasBeenDropped = 'a <20>t<EFBFBD> effac<61>(e).';
$strHasBeenEmptied = 'a <20>t<EFBFBD> vid<69>(e).';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHomepageSourceforge = 'Page de T<>l<EFBFBD>chargement phpMyAdmin sur Sourceforge';
$strHost = 'Serveur';
$strHostEmpty = 'Le nom de serveur est vide';
$strKeyname = "Nom de la cl<63>";
$strKill = "Supprimer";
$strIfYouWish = 'Si vous d<>sirez ne charger que certaines colonnes, indiquez leurs noms, s<>par<61>s par des virgules.';
$strIndex = 'Index';
$strIndexes = 'Index';
$strInsert = 'Ins<6E>rer';
$strInsertAsNewRow = 'Ins<6E>rer ce nouvel enregistrement';
$strInsertIntoTable = 'Ins<6E>rer dans la table';
$strInsertNewRow = 'Ins<6E>rer un nouvel enregistrement';
$strInsertTextfiles = 'Ins<6E>rer un fichier texte dans la table';
$strInUse = 'utilis<69>';
$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<63>';
$strKill = 'Supprimer';
$strModifications = "Les modifications ont <20>t<EFBFBD> sauvegard<72>es.";
$strModify = "Modifier";
$strMySQLReloaded = "MySQL recharg<72>.";
$strMySQLSaid = "MySQL a r<>pondu:";
$strMySQLShowProcess = "Afficher les processus";
$strMySQLShowStatus = "Afficher l'<27>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 privil<69>ge";
$strNoRights = "Vous n'<27>tes pas autoris<69> <20> acc<63>der <20> cette page";
$strNoTablesFound = "Aucune table n'a <20>t<EFBFBD> trouv<75>e 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 sp<73>ciaux ";
$strModifications = 'Les modifications ont <20>t<EFBFBD> sauvegard<72>es.';
$strModify = 'Modifier';
$strMySQLReloaded = 'MySQL recharg<72>.';
$strMySQLSaid = 'MySQL a r<>pondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'<27>tat du serveur MySQL';
$strMySQLShowVars = 'Afficher les variables du serveur MySQL';
$strOffSet = "D<EFBFBD>but";
$strOftenQuotation = "Souvent des guillemets. OPTIONNEL signifie que seulement les champs de type char et varchar sont entour<75>s par ce caract<63>re.";
$strOptimizeTable = "Optimiser la table";
$strOptionalControls = "Optionnel. Indique le caract<63>re qui permet d'enlever l'effet des caract<63>res sp<73>ciaux.";
$strOptionally = "OPTIONNEL";
$strOr = "Ou";
$strOverhead = "Perte";
$strName = 'Nom';
$strNbRecords = 'nb. d\'enregistrements';
$strNext = 'Suivant';
$strNo = 'Non';
$strNoPassword = 'aucun mot de passe';
$strNoPrivileges = 'aucun privil<69>ge';
$strNoRights = 'Vous n\'<27>tes pas autoris<69> <20> acc<63>der <20> cette page';
$strNoTablesFound = 'Aucune table n\'a <20>t<EFBFBD> trouv<75>e 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 sp<73>ciaux ';
$strPassword = "Mot de passe";
$strPasswordEmpty = "Le mot de passe est vide";
$strPasswordNotSame = "Les mots de passe doivent <20>tre identiques";
$strPHPVersion = "Version de PHP";
$strPos1 = "D<EFBFBD>but";
$strPrevious = "Pr<EFBFBD>c<EFBFBD>dent";
$strPrimary = "Primaire";
$strPrimaryKey = "Cl<EFBFBD> primaire";
$strPrinterFriendly = "Version imprimable de la table";
$strPrintView = "Version imprimable";
$strPrivileges = "Privil<EFBFBD>ges";
$strProducedAnError = "a g<>n<EFBFBD>r<EFBFBD> une erreur.";
$strProperties = "Propri<EFBFBD>t<EFBFBD>s";
$strOffSet = 'd<>but';
$strOftenQuotation = 'Souvent des guillemets. OPTIONNEL signifie que seuls les champs de type char et varchar sont entour<75>s par ce caract<63>re.';
$strOptimizeTable = 'Optimiser la table';
$strOptionalControls = 'Optionnel. Indique le caract<63>re qui permet d\'enlever l\'effet des caract<63>res sp<73>ciaux.';
$strOptionally = 'OPTIONNEL';
$strOr = 'Ou';
$strOverhead = 'Perte';
$strQBE = "Requ<EFBFBD>te par un exemple";
$strQBEDel = "Effacer";
$strQBEIns = "Ajouter";
$strPassword = 'Mot de passe';
$strPasswordEmpty = 'Le mot de passe est vide';
$strPasswordNotSame = 'Les mots de passe doivent <20>tre identiques';
$strPHPVersion = 'Version de PHP';
$strPos1 = 'D<>but';
$strPrevious = 'Pr<50>c<EFBFBD>dent';
$strPrimary = 'Primaire';
$strPrimaryKey = 'Cl<43> primaire';
$strPrinterFriendly = 'Version imprimable de la table';
$strPrintView = 'Version imprimable';
$strPrivileges = 'Privil<69>ges';
$strProducedAnError = 'a g<>n<EFBFBD>r<EFBFBD> une erreur.';
$strProperties = 'Propri<72>t<EFBFBD>s';
$strReadTheDocs = "Lire la documentation";
$strRecords = "Enregistrements";
$strReloadFailed = "MySQL n'a pu <20>tre recharg<72>.";
$strReloadMySQL = "Recharger MySQL";
$strRememberReload = "N'oubliez pas de recharger MySQL";
$strRenameTable = "<b>Changer le nom</b> de la table pour";
$strRenameTableOK = "La table %s se nomme maintenant %s";
$strRepairTable = "R<EFBFBD>parer la table";
$strReplace = "Remplacer";
$strReplaceTable = "Remplacer les donn<6E>es de la table avec le fichier";
$strReset = "R<EFBFBD>initialiser les valeurs";
$strReType = "Entrer <20> nouveau";
$strRevoke = "R<EFBFBD>voquer";
$strRevokeGrant = "R<EFBFBD>voquer 'grant option'";
$strRevokeGrantMessage = "Vous avez r<>voqu<71> 'grant option' pour";
$strRevokeMessage = "Vous avez r<>voqu<71> les privil<69>ges pour";
$strRevokePriv = "R<EFBFBD>voquer les privil<69>ges";
$strRowLength = "Longueur enr.";
$strRows = "Enregistrements";
$strRowsFrom = "lignes <20> partir de";
$strRowSize = " Taille enr. ";
$strRowsStatistic = "Statistiques";
$strRunning = "sur serveur ";
$strRunQuery = "Ex<EFBFBD>cuter la requ<71>te";
$strRunSQLQuery = "Ex<EFBFBD>cuter une ou des <b>requ<71>tes</b> sur la base ";
$strQBE = 'Requ<71>te par un exemple';
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQueryOnDb = 'Requ<71>te SQL sur la base ';
$strSave = "Sauvegarder";
$strSelect = "S<EFBFBD>lectionner";
$strSelectFields = "Choisir les champs <20> afficher (au moins un)";
$strSelectNumRows = "dans la requ<71>te";
$strSend = "Transmettre";
$strSequence = "S<EFBFBD>q.";
$strServerVersion = "Version du serveur";
$strShow = "Afficher";
$strShowingRecords = "Affichage des enregistrements";
$strSingly = "(<28> refaire apr<70>s insertions/destructions)";
$strSize = "Espace";
$strSort = "Tri";
$strSpaceUsage = "Espace utilis<69>";
$strSQLQuery = "requ<EFBFBD>te SQL";
$strStatement = "Information";
$strStrucCSV = "Donn<EFBFBD>es CSV";
$strStrucData = "Structure et donn<6E>es";
$strStrucDrop = "Ajouter des <20>nonc<6E>s 'drop table'";
$strStrucOnly = "Structure seule";
$strSubmit = "Ex<EFBFBD>cuter";
$strSuccess = "Votre requ<71>te SQL a <20>t<EFBFBD> ex<65>cut<75>e avec succ<63>s";
$strSum = "Somme";
$strReadTheDocs = 'Lire la documentation';
$strRecords = 'Enregistrements';
$strReloadFailed = 'MySQL n\'a pu <20>tre recharg<72>.';
$strReloadMySQL = 'Recharger MySQL';
$strRememberReload = 'N\'oubliez pas de recharger MySQL';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'R<>parer la table';
$strReplace = 'Remplacer';
$strReplaceTable = 'Remplacer les donn<6E>es de la table avec le fichier';
$strReset = 'R<>initialiser les valeurs';
$strReType = 'Entrer <20> nouveau';
$strRevoke = 'R<>voquer';
$strRevokeGrant = 'R<>voquer "grant option"';
$strRevokeGrantMessage = 'Vous avez r<>voqu<71> "grant option" pour';
$strRevokeMessage = 'Vous avez r<>voqu<71> les privil<69>ges pour';
$strRevokePriv = 'R<>voquer les privil<69>ges';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'lignes <20> partir de';
$strRowSize = ' Taille enr. ';
$strRowsStatistic = 'Statistiques';
$strRunning = 'sur serveur ';
$strRunQuery = 'Ex<45>cuter la requ<71>te';
$strRunSQLQuery = 'Ex<45>cuter une ou des <b>requ<71>tes</b> 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<EFBFBD>(e)s par";
$strTextAreaLength = "Il est possible que ce champ<br>ne soit pas <20>ditable<br>en raison de sa longueur";
$strTheContent = "Le contenu de votre fichier a <20>t<EFBFBD> ins<6E>r<EFBFBD>.";
$strTheContents = "Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de cl<63> primaire ou unique identique.";
$strTheTerminator = "Le caract<63>re qui s<>pare chacun des champs.";
$strTotal = "total";
$strType = "Type";
$strSave = 'Sauvegarder';
$strSelect = 'S<>lectionner';
$strSelectFields = 'Choisir les champs <20> afficher (au moins un)';
$strSelectNumRows = 'dans la requ<71>te';
$strSend = 'Transmettre';
$strSequence = 'S<>q.';
$strServerVersion = 'Version du serveur';
$strShow = 'Afficher';
$strShowingRecords = 'Affichage des enregistrements';
$strShowThisQuery = 'R<>afficher la requ<71>te apr<70>s ex<65>cution';
$strSingly = '(<28> refaire apr<70>s insertions/destructions)';
$strSize = 'Espace';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilis<69>';
$strSQLQuery = 'requ<71>te SQL';
$strStatement = 'Information';
$strStrucCSV = 'Donn<6E>es CSV';
$strStrucData = 'Structure et donn<6E>es';
$strStrucDrop = 'Ajouter des <20>nonc<6E>s "drop table"';
$strStrucOnly = 'Structure seule';
$strSubmit = 'Ex<45>cuter';
$strSuccess = 'Votre requ<71>te SQL a <20>t<EFBFBD> ex<65>cut<75>e avec succ<63>s';
$strSum = 'Somme';
$strUncheckAll = "Tout d<>cocher";
$strUnique = "Unique";
$strUpdatePassMessage = "Vous avez modifi<66> le mot de passe pour";
$strUpdatePassword = "Changer le mot de passe";
$strUpdatePrivMessage = "Vous avez modifi<66> les privil<69>ges pour";
$strUpdateQuery = "Mise-<2D>-jour de la requ<71>te";
$strUsage = "Espace";
$strUser = "Utilisateur";
$strUserEmpty = "Le nom d'utilisateur est vide";
$strUserName = "Nom d'utilisateur";
$strUsers = "Utilisateurs et privil<69>ges";
$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<69>(e)s par';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas <20>ditable<br />en raison de sa longueur';
$strTheContent = 'Le contenu de votre fichier a <20>t<EFBFBD> ins<6E>r<EFBFBD>.';
$strTheContents = 'Le contenu du fichier remplacera le contenu de la table pour les enregistrements ayant une valeur de cl<63> primaire ou unique identique.';
$strTheTerminator = 'Le caract<63>re qui s<>pare chacun des champs.';
$strTotal = 'total';
$strType = 'Type';
$strValue = "Valeur";
$strViewDump = "<b>Afficher le sch<63>ma</b> de la table";
$strViewDumpDB = "Afficher le sch<63>ma de la base ";
$strUncheckAll = 'Tout d<>cocher';
$strUnique = 'Unique';
$strUpdatePassMessage = 'Vous avez modifi<66> le mot de passe pour';
$strUpdatePassword = 'Changer le mot de passe';
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour';
$strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te';
$strUsage = 'Espace';
$strUseBackquotes = 'Prot<6F>ger les noms des tables et des champs par des&nbsp;"`"';
$strUser = 'Utilisateur';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUsers = 'Utilisateurs et privil<69>ges';
$strUseTables = 'Utiliser les tables';
$strWelcome = "Bienvenue <20>";
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
$strValue = 'Valeur';
$strViewDump = '<b>Afficher le sch<63>ma</b> de la table';
$strViewDumpDB = 'Afficher le sch<63>ma de la base ';
$strWelcome = 'Bienvenue <20>';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Acc<63>s refus<75>';
$strYes = 'Oui';
$strYes = "Oui";
$strShowThisQuery="R<EFBFBD>afficher la requ<71>te apr<70>s ex<65>cution";
$strUseBackquotes = "Prot<EFBFBD>ger les noms des tables et des champs par des&nbsp;\"`\"";
$strQueryOnDb="Requ<EFBFBD>te SQL sur la base ";
$strFieldsEmpty="Il faut indiquer le nombre de champs";
$strAffectedRows="Enregistrements affect<63>s:";
?>

View File

@@ -1,288 +1,284 @@
<?php
/* $Id$ */
$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 = "Zugriff verweigert.";
$strAction = "Aktion";
$strAddDeleteColumn = "Spalten hinzuf&uuml;gen/entfernen";
$strAddDeleteRow = "Zeilen hinzuf&uuml;gen/entfernen";
$strAddNewField = "Neue Feld(er) hinzuf&uuml;gen";
$strAddPriv = "Rechte hinzuf&uuml;gen";
$strAddPrivMessage = "Rechte wurden hinzugef&uuml;gt.";
$strAddSearchConditions = "Suchkondition (Argumente f&uuml;r das WHERE-Statement):";
$strAddUser = "Neuen Benutzer hinzuf&uuml;gen";
$strAddUserMessage = "Der Benutzer wurde hinzugef&uuml;gt.";
$strAfter = "Nach";
$strAll = "Alle";
$strAlterOrderBy = "Tabelle sortieren nach";
$strAnalyzeTable = "Analysiere Tabelle";
$strAnd = "und";
$strAnIndex = "Ein Index wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ";
$strAny = "Jeder";
$strAnyColumn = "Jede Spalte";
$strAnyDatabase = "Jede Datenbank";
$strAnyHost = "Jeder Host";
$strAnyTable = "Jede Tabelle";
$strAnyUser = "Jeder Benutzer";
$strAPrimaryKey = "Ein Primarschl&uuml;ssel wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ";
$strAscending = "aufsteigend";
$strAtBeginningOfTable = "An den Anfang der Tabelle";
$strAtEndOfTable = "An das Ende der Tabelle";
$strAttr = "Attribute";
$strBack = "Zur&uuml;ck";
$strBookmarkLabel = "Titel";
$strBookmarkQuery = "Gespeicherte SQL-Abfrage";
$strBookmarkThis = "SQL-Abfrage speichern";
$strBookmarkView = "Nur zeigen";
$strBrowse = "Anzeigen";
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddDeleteColumn = 'Spalten hinzuf&uuml;gen/entfernen';
$strAddDeleteRow = 'Zeilen hinzuf&uuml;gen/entfernen';
$strAddNewField = 'Neue Feld(er) hinzuf&uuml;gen';
$strAddPriv = 'Rechte hinzuf&uuml;gen';
$strAddPrivMessage = 'Rechte wurden hinzugef&uuml;gt.';
$strAddSearchConditions = 'Suchkondition (Argumente f&uuml;r das WHERE-Statement):';
$strAddUser = 'Neuen Benutzer hinzuf&uuml;gen';
$strAddUserMessage = 'Der Benutzer wurde hinzugef&uuml;gt.';
$strAffectedRows = ' Betroffene Datens&auml;tze: ';
$strAfter = 'Nach';
$strAll = 'Alle';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ';
$strAny = 'Jeder';
$strAnyColumn = 'Jede Spalte';
$strAnyDatabase = 'Jede Datenbank';
$strAnyHost = 'Jeder Host';
$strAnyTable = 'Jede Tabelle';
$strAnyUser = 'Jeder Benutzer';
$strAPrimaryKey = 'Ein Primarschl&uuml;ssel wurde f&uuml;r folgendes Feld hinzugef&uuml;gt: ';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strCantLoadMySQL = "MySQL Erweiterung konnte nicht geladen werden,<br>bitte PHP Konfiguration &uuml;berpr&uuml;fen.";
$strCarriage = "Wagenr&uuml;cklauf \\r";
$strChange = "&Auml;ndern";
$strCheckAll = "Alle ausw&auml;hlen";
$strCheckDbPriv = "Rechte einer Datenbank pr&uuml;fen";
$strCheckTable = "&Uuml;berpr&uuml;fe Tabelle";
$strColumn = "Spalte";
$strColumnEmpty = "Die Spalten-Titel sind leer!";
$strColumnNames = "Spaltennamen";
$strCompleteInserts = "Vollst&auml;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&uuml;ck';
$strBinary = ' Bin&auml;r ';
$strBinaryDoNotEdit = ' Bin&auml;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&ouml;schen";
$strDeleted = "Die Zeile wurde gel&ouml;scht.";
$strDeleteFailed = "L&ouml;schen fehlgeschlagen!";
$strDeletePassword = "Password l&ouml;schen";
$strDeleteUserMessage = "Der Benutzer wurde gel&ouml;scht";
$strDelPassMessage = "Password entfernt f&uuml;r";
$strDescending = "absteigend";
$strDisableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.";
$strDisplay = "Zeige";
$strDoAQuery = "Suche &uuml;ber Beispielwerte (\"query by example\") (Platzhalter: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "M&ouml;chten Sie wirklich diese Abfrage ausf&uuml;hren: ";
$strDrop = "L&ouml;schen";
$strDropDB = "Datenbank l&ouml;schen:";
$strDumpingData = "Daten f&uuml;r Tabelle";
$strDynamic = "dynamisch";
$strCantLoadMySQL = 'MySQL Erweiterung konnte nicht geladen werden,<br />bitte PHP Konfiguration &uuml;berpr&uuml;fen.';
$strCarriage = 'Wagenr&uuml;cklauf \\r';
$strChange = '&Auml;ndern';
$strCheckAll = 'Alle ausw&auml;hlen';
$strCheckDbPriv = 'Rechte einer Datenbank pr&uuml;fen';
$strCheckTable = '&Uuml;berpr&uuml;fe Tabelle';
$strColumn = 'Spalte';
$strColumnEmpty = 'Die Spalten-Titel sind leer!';
$strColumnNames = 'Spaltennamen';
$strCompleteInserts = 'Vollst&auml;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 = "&Auml;ndern";
$strEditPrivileges = "Rechte &auml;ndern";
$strEffective = "Effektiv";
$strEmpty = "Leeren";
$strEmptyResultSet = "MySQL lieferte ein leeres Resultset zur&uuml;ck (d.h. null Zeilen).";
$strEnableMagicQuotes = "<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin ben&ouml;tigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber z erhalten, wie man magic_quotes_gpc aktiviert.";
$strEnclosedBy = "eingeschlossen von";
$strEnd = "Ende";
$strError = "Fehler";
$strEscapedBy = "escaped von";
$strExtra = "Extra";
$strData = 'Daten';
$strDatabase = 'Datenbank ';
$strDatabases = 'Datenbanken';
$strDataOnly = 'Nur Daten';
$strDbEmpty = 'Der Name der Datenbank ist leer!';
$strDefault = 'Standard';
$strDelete = 'L&ouml;schen';
$strDeleted = 'Die Zeile wurde gel&ouml;scht.';
$strDeleteFailed = 'L&ouml;schen fehlgeschlagen!';
$strDeletePassword = 'Password l&ouml;schen';
$strDeleteUserMessage = 'Der Benutzer wurde gel&ouml;scht';
$strDelPassMessage = 'Password entfernt f&uuml;r';
$strDescending = 'absteigend';
$strDisableMagicQuotes = '<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration aktiviert. Dieses Version von PhpMyAdmin braucht dies nicht aktiviert sein, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.';
$strDisplay = 'Zeige';
$strDoAQuery = 'Suche &uuml;ber Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'M&ouml;chten Sie wirklich diese Abfrage ausf&uuml;hren: ';
$strDrop = 'L&ouml;schen';
$strDropDB = 'Datenbank l&ouml;schen:';
$strDumpingData = 'Daten f&uuml;r Tabelle';
$strDynamic = 'dynamisch';
$strField = "Feld";
$strFields = "Felder";
$strFixed = "starr";
$strFormat = "Format";
$strFunction = "Funktion";
$strEdit = '&Auml;ndern';
$strEditPrivileges = 'Rechte &auml;ndern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultset zur&uuml;ck (d.h. null Zeilen).';
$strEnableMagicQuotes = '<b>Achtung:</b> Sie haben magic_quotes_gpc in Ihrer PHP-Konfigration nicht aktiviert. PhpMyAdmin ben&ouml;tigt dies aber, um korrekt zu funktionieren. Bitte lesen Sie im PHP-Manual (Installation & Configuration) nach, um Informationen dar&uuml;ber z erhalten, wie man magic_quotes_gpc aktiviert.';
$strEnclosedBy = 'eingeschlossen von';
$strEnd = 'Ende';
$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&uuml;ssen angeben wieviele Felder die Tabelle haben soll! ';
$strFixed = 'starr';
$strFormat = 'Format';
$strFunction = 'Funktion';
$strHasBeenAltered = "wurde ge&auml;ndert.";
$strHasBeenCreated = "wurde erzeugt.";
$strHasBeenDropped = "wurde gel&ouml;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&ouml;chten, geben Sie diese bitte hier an.";
$strIndex = "Index";
$strIndexes = "Indizes";
$strInsert = "Einf&uuml;gen";
$strInsertAsNewRow = " Als neuen Datensatz speichern ";
$strInsertIntoTable = "In Tabelle einf&uuml;gen";
$strInsertNewRow = "Neue Zeile einf&uuml;gen";
$strInsertTextfiles = "Textdatei in Tabelle einf&uuml;gen";
$strInUse = "in Benutzung";
$strHasBeenAltered = 'wurde ge&auml;ndert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHasBeenDropped = 'wurde gel&ouml;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&ouml;chten, geben Sie diese bitte hier an.';
$strIndex = 'Index';
$strIndexes = 'Indizes';
$strInsert = 'Einf&uuml;gen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertIntoTable = 'In Tabelle einf&uuml;gen';
$strInsertNewRow = 'Neue Zeile einf&uuml;gen';
$strInsertTextfiles = 'Textdatei in Tabelle einf&uuml;gen';
$strInUse = 'in Benutzung';
$strLength = " L&auml;nge ";
$strLengthSet = "L&auml;nge/Set";
$strLimitNumRows = "Eintr&auml;ge pro Seite";
$strLineFeed = "Zeilenvorschub: \\n";
$strLines = "Zeilen";
$strLocationTextfile = "Datei";
$strLogin = "";
$strLogout = "Neu einloggen";
$strKeyname = 'Name';
$strKill = 'Beenden';
$strModifications = "&Auml;nderungen gespeichert.";
$strModify = "Ver&auml;ndern";
$strMySQLReloaded = "MySQL neu gestartet.";
$strMySQLSaid = "MySQL meldet: ";
$strMySQLShowProcess = "Prozesse anzeigen";
$strMySQLShowStatus = "MySQL-Laufzeit-Informationen anzeigen";
$strMySQLShowVars = "MySQL-System-Variablen anzeigen";
$strLength = ' L&auml;nge ';
$strLengthSet = 'L&auml;nge/Set';
$strLimitNumRows = 'Eintr&auml;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&auml;chste";
$strNo = "Nein";
$strNoPassword = "Kein Password";
$strNoPrivileges = "Keine Rechte";
$strNoRights = "Du hast nicht genug Rechte um fortzufahren!";
$strNoTablesFound = "Keine Tabellen in der Datenbank gefunden.";
$strNoUsersFound = "Keine(n) Benutzer gefunden.";
$strNull = "Null";
$strNumberIndexes = " Anzahl der erweiterten Indizes ";
$strModifications = '&Auml;nderungen gespeichert.';
$strModify = 'Ver&auml;ndern';
$strMySQLReloaded = 'MySQL neu gestartet.';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
$strOftenQuotation = "H&auml;ufig Anf&uuml;hrungszeichen. Optional bedeutet, da&szlig; nur Textfelder von den angegeben Zeichen eingeschlossen sind.";
$strOptimizeTable = "Optimiere Tabelle";
$strOptionalControls = "Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.";
$strOptionally = "optional";
$strOr = "Oder";
$strOverhead = "&Uuml;berhang";
$strName = 'Name';
$strNbRecords = 'Datens&auml;tze';
$strNext = 'N&auml;chste';
$strNo = 'Nein';
$strNoPassword = 'Kein Password';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Du hast nicht genug Rechte um fortzufahren!';
$strNoTablesFound = 'Keine Tabellen in der Datenbank gefunden.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotValidNumber = ' ist keine g<>ltige 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&ouml;rter sind nicht identisch!";
$strPHPVersion = "PHP Version";
$strPos1 = "Anfang";
$strPrevious = "Vorherige";
$strPrimary = "Prim&auml;rschl&uuml;ssel";
$strPrimaryKey = "Prim&auml;rschl&uuml;ssel";
$strPrinterFriendly = "Druckerfreundliche Version der Tabelle";
$strPrintView = "Druckansicht";
$strPrivileges = "Rechte";
$strProducedAnError = "erzeugte einen Fehler.";
$strProperties = "Eigenschaften";
$strOffSet = 'offset';
$strOftenQuotation = 'H&auml;ufig Anf&uuml;hrungszeichen. Optional bedeutet, da&szlig; nur Textfelder von den angegeben Zeichen eingeschlossen sind.';
$strOptimizeTable = 'Optimiere Tabelle';
$strOptionalControls = 'Optional. Bestimmt, wie Sonderzeichen kenntlich gemacht werden.';
$strOptionally = 'optional';
$strOr = 'Oder';
$strOverhead = '&Uuml;berhang';
$strQBE = "Suche &uuml;ber Beispielwerte";
$strQBEDel = "Entf.";
$strQBEIns = "Einf.";
$strPassword = 'Password';
$strPasswordEmpty = 'Es wurde kein Passwort angegeben!';
$strPasswordNotSame = 'Die eingegebenen Passw&ouml;rter sind nicht identisch!';
$strPHPVersion = 'PHP Version';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimary = 'Prim&auml;rschl&uuml;ssel';
$strPrimaryKey = 'Prim&auml;rschl&uuml;ssel';
$strPrinterFriendly = 'Druckerfreundliche Version der Tabelle';
$strPrintView = 'Druckansicht';
$strPrivileges = 'Rechte';
$strProducedAnError = 'erzeugte einen Fehler.';
$strProperties = 'Eigenschaften';
$strReadTheDocs = "MySQL-Dokumentation zu LOAD DATA INFILE lesen";
$strRecords = "Eintr&auml;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&uuml;cksetzen";
$strReType = "Wiederholen";
$strRevoke = "Entfernen";
$strRevokeGrant = "'Grant' entfernen";
$strRevokeGrantMessage = "Du hast das Recht 'Grant' entfernt f&uuml;r";
$strRevokeMessage = "Du hast die Rechte entfernt f&uuml;r";
$strRevokePriv = "Rechte entfernen";
$strRowLength = "Zeilenl&auml;nge";
$strRows = "Zeilen";
$strRowsFrom = "Datens&auml;tze, beginnend ab";
$strRowsStatistic = "Zeilenstatistik";
$strRunning = "auf ";
$strRunQuery = "SQL Befehl ausf&uuml;hren";
$strRunSQLQuery = "SQL-Befehl(e) ausf&uuml;hren in Datenbank ";
$strQBE = 'Suche &uuml;ber Beispielwerte';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryOnDb = ' SQL-Befehl in der Datenbank ';
$strSave = "Speichern";
$strSelect = "Teilw. anzeigen";
$strSelectFields = "Felder ausw&auml;hlen (mind. eines):";
$strSelectNumRows = "in der Abfrage";
$strSend = "Senden";
$strSequence = " Sequenz ";
$strServerVersion = "Server Version";
$strShow = "Zeige";
$strShowingRecords = "Zeige Datens&auml;tze ";
$strSingly = "(einmalig)";
$strSize = "Gr&ouml;&szlig;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&uuml;hrt.";
$strSum = "Summe";
$strReadTheDocs = 'MySQL-Dokumentation zu LOAD DATA INFILE lesen';
$strRecords = 'Eintr&auml;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&uuml;cksetzen';
$strReType = 'Wiederholen';
$strRevoke = 'Entfernen';
$strRevokeGrant = '\'Grant\' entfernen';
$strRevokeGrantMessage = 'Du hast das Recht \'Grant\' entfernt f&uuml;r';
$strRevokeMessage = 'Du hast die Rechte entfernt f&uuml;r';
$strRevokePriv = 'Rechte entfernen';
$strRowLength = 'Zeilenl&auml;nge';
$strRows = 'Zeilen';
$strRowsFrom = 'Datens&auml;tze, beginnend ab';
$strRowSize = 'Zeilengr&ouml;&szlig;e';
$strRowsStatistic = 'Zeilenstatistik';
$strRunning = 'auf ';
$strRunQuery = 'SQL Befehl ausf&uuml;hren';
$strRunSQLQuery = 'SQL-Befehl(e) ausf&uuml;hren in Datenbank ';
$strTable = "Tabelle ";
$strTableComments = "Tabellen-Kommentar";
$strTableEmpty = "Der Tabellenname ist leer!";
$strTableMaintenance = "Hilfsmittel";
$strTableStructure = "Tabellenstruktur f&uuml;r Tabelle";
$strTableType = "Tabellentyp";
$strTerminatedBy = "getrennt mit";
$strTextAreaLength = " Wegen der L&auml;nge ist dieses<br>Feld vieleicht nicht editierbar.";
$strTheContent = "Der Inhalt Ihrer Datei wurde eingef&uuml;gt.";
$strTheContents = "Der Inhalt der CSV-Datei ersetzt die Eintr&auml;ge mit den gleichen Prim&auml;r- oder Unique-Schl&uuml;sseln.";
$strTheTerminator = "Der Trenner zwischen den Feldern.";
$strTotal = "insgesamt";
$strType = "Typ";
$strSave = 'Speichern';
$strSelect = 'Teilw. anzeigen';
$strSelectFields = 'Felder ausw&auml;hlen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSend = 'Senden';
$strSequence = ' Sequenz ';
$strServerVersion = 'Server Version';
$strShow = 'Zeige';
$strShowingRecords = 'Zeige Datens&auml;tze ';
$strShowThisQuery = 'SQL Befehl hier wieder anzeigen';
$strSingly = '(einmalig)';
$strSize = 'Gr&ouml;&szlig;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&uuml;hrt.';
$strSum = 'Summe';
$strUncheckAll = "Auswahl entfernen";
$strUnique = "Unique";
$strUpdatePassMessage = "Das Password wurde ge&auml;ndert:";
$strUpdatePassword = "Password &auml;ndern";
$strUpdatePrivMessage = "Die Rechte wurden ge&auml;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&uuml;r Tabelle';
$strTableType = 'Tabellentyp';
$strTerminatedBy = 'getrennt mit';
$strTextAreaLength = ' Wegen der L&auml;nge ist dieses<br />Feld vieleicht nicht editierbar.';
$strTheContent = 'Der Inhalt Ihrer Datei wurde eingef&uuml;gt.';
$strTheContents = 'Der Inhalt der CSV-Datei ersetzt die Eintr&auml;ge mit den gleichen Prim&auml;r- oder Unique-Schl&uuml;sseln.';
$strTheTerminator = 'Der Trenner zwischen den Feldern.';
$strTotal = 'insgesamt';
$strType = 'Typ';
$strValue = "Wert";
$strViewDump = "Dump (Schema) der Tabelle anzeigen";
$strViewDumpDB = "Dump (Schema) der Datenbank anzeigen";
$strUncheckAll = 'Auswahl entfernen';
$strUnique = 'Unique';
$strUpdatePassMessage = 'Das Password wurde ge&auml;ndert:';
$strUpdatePassword = 'Password &auml;ndern';
$strUpdatePrivMessage = 'Die Rechte wurden ge&auml;ndert:';
$strUpdateQuery = 'Aktualisieren';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anf&uuml;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&auml;r ";
$strBinaryDoNotEdit=" Bin&auml;r - nicht editierbar !";
$strEnglishPrivileges=" Anmerkung: MySQL Rechtename werden in Englisch angegeben ";
$strNotNumber = "Das ist keine Zahl!";
$strNotValidNumber = " ist keine g<>ltige Zeilennummer!"; // do not html quote
// export Zip (July 07, 2001, 19:48am)
$strBzip = "\"BZip komprimiert\"";
$strGzip = "\"GZip komprimiert\"";
$strOffSet = "Offset";
$strNbRecords = "Datens&auml;tze";
$strRowSize = "Zeilengr&ouml;&szlig;e";
$strShowThisQuery = "SQL Befehl hier wieder anzeigen";
$strUseBackquotes=" Tabellen- und Feldnamen in einfachen Anf&uuml;hrungszeichen ";
$strQueryOnDb=" SQL-Befehl in der Datenbank ";
$strFieldsEmpty=" Sie m&uuml;ssen angeben wieviele Felder die Tabelle haben soll! ";
$strAffectedRows=" Betroffene Datens&auml;tze: ";
$strYes = 'Ja';
?>

View File

@@ -2,288 +2,286 @@
/* $Id$ */
/* Alessandro Astarita <aleast@capri.it> 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,<br>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 <20> vuoto!";
$strColumnNames = "Nomi delle colonne";
$strCompleteInserts = "Inserimenti completi";
$strConfirm = "Sicuro di volerlo fare?";
$strCopyTable = "Copia la tabella su";
$strCopyTableOK = "La tabella %s <20> 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 <20> vuoto!";
$strDefault = "Predefinito";
$strDelete = "Cancella";
$strDeleted = "La riga <20> stata cancellata";
$strDeleteFailed = "Cancellazione fallita!";
$strDeletePassword = "Cancella Password";
$strDeleteUserMessage = "Hai cancellato l'utente";
$strDelPassMessage = "Hai cancellato la password per";
$strDescending = "Decrescente";
$strDisableMagicQuotes = "<b>Attenzione:</b> 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,<br />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 <20> vuoto!';
$strColumnNames = 'Nomi delle colonne';
$strCompleteInserts = 'Inserimenti completi';
$strConfirm = 'Sicuro di volerlo fare?';
$strCopyTable = 'Copia la tabella su';
$strCopyTableOK = 'La tabella %s <20> 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 = "<b>Attenzione:</b> Non hai abilitato l'opzione 'magic_quotes_gpc' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come 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 <20> vuoto!';
$strDefault = 'Predefinito';
$strDelete = 'Cancella';
$strDeleted = 'La riga <20> stata cancellata';
$strDeleteFailed = 'Cancellazione fallita!';
$strDeletePassword = 'Cancella Password';
$strDeleteUserMessage = 'Hai cancellato l\'utente';
$strDelPassMessage = 'Hai cancellato la password per';
$strDescending = 'Decrescente';
$strDisableMagicQuotes = '<b>Attenzione:</b> 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 = '<b>Attenzione:</b> Non hai abilitato l\'opzione \'magic_quotes_gpc\' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come 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 = "<EFBFBD> stato modificato.";
$strHasBeenCreated = "<EFBFBD> stato creato.";
$strHasBeenDropped = "<EFBFBD> stato eliminato.";
$strHasBeenEmptied = "<EFBFBD> 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 <20> 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 = '<27> stato modificato.';
$strHasBeenCreated = '<27> stato creato.';
$strHasBeenDropped = '<27> stato eliminato.';
$strHasBeenEmptied = '<27> 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 <20> 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 <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.";
$strOptimizeTable = "Ottimizza tabella";
$strOptionalControls = "Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.";
$strOptionally = "OPZIONALE";
$strOr = "O";
$strOverhead = "Overhead";
$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 <20> un numero!';
$strNotValidNumber = ' non <20> una riga valida!';
$strNoUsersFound = 'Nessun utente trovato.';
$strNull = 'Null';
$strNumberIndexes = 'Numero di indici avanzati';
$strPassword = "Password";
$strPasswordEmpty = "La password <20> vuota!";
$strPasswordNotSame = "La password non coincide!";
$strPHPVersion = "Versione PHP";
$strPos1 = "Inizio";
$strPrevious = "Precedente";
$strPrimary = "Primaria";
$strPrimaryKey = "Chiave primaria";
$strPrinterFriendly = "Visulizzazione <I>per stampa</I> della tabella precedente";
$strPrintView = "Visualizza per stampa";
$strPrivileges = "Privilegi";
$strProducedAnError = "ha causato un errore.";
$strProperties = "Propriet<EFBFBD>";
$strOffSet = 'Spiazzamento';
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.';
$strOptimizeTable = 'Ottimizza tabella';
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';
$strOptionally = 'OPZIONALE';
$strOr = 'O';
$strOverhead = 'Overhead'; // To translate
$strQBE = "Query da esempio";
$strQBEDel = "Cancella";
$strQBEIns = "Aggiungi";
$strPassword = 'Password';
$strPasswordEmpty = 'La password <20> vuota!';
$strPasswordNotSame = 'La password non coincide!';
$strPHPVersion = 'Versione PHP';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimary = 'Primaria';
$strPrimaryKey = 'Chiave primaria';
$strPrinterFriendly = 'Visulizzazione <I>per stampa</I> della tabella precedente';
$strPrintView = 'Visualizza per stampa';
$strPrivileges = 'Privilegi';
$strProducedAnError = 'ha causato un errore.';
$strProperties = 'Propriet<65>';
$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 <20> 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<70> 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 <20> 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 <20> 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<70> query SQL sul database ';
$strTable = "tabella ";
$strTableComments = "Commenti sulla tabella";
$strTableEmpty = "Il nome della tabella <20> vuoto!";
$strTableMaintenance = "Amministrazione tabella";
$strTableStructure = "Struttura della tabella";
$strTableType = "Tipo tabella";
$strTerminatedBy = "terminati da";
$strTextAreaLength = " A causa della sua lunghezza,<br> questo campo non pu<70> essere modificato ";
$strTheContent = "Il contenuto del file <20> stato inserito.";
$strTheContents = "Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.";
$strTheTerminator = "Il carattere terminatore dei campi.";
$strTotal = "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 <20> 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 <20> vuoto!";
$strUserName = "Nome utente";
$strUsers = "Utenti";
$strUseTables = "Utilizza tabelle";
$strTable = 'tabella ';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella <20> vuoto!';
$strTableMaintenance = 'Amministrazione tabella';
$strTableStructure = 'Struttura della tabella';
$strTableType = 'Tipo tabella';
$strTerminatedBy = 'terminati da';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non pu<70> essere modificato ';
$strTheContent = 'Il contenuto del file <20> stato inserito.';
$strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.';
$strTheTerminator = 'Il carattere terminatore dei campi.';
$strTotal = '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 <20> 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 <20> un numero!";
$strNotValidNumber = " non <20> 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "euc-jp";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'euc-jp';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><EFBFBD>ݤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAction = "<EFBFBD>¹<EFBFBD>";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><EFBFBD>ɲ<EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD><EFBFBD>ɲä<EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(\"where\"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>-->";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD>ʬ<EFBFBD>Ϥ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥå<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Primary<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> --> ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>κǽ<EFBFBD>";
$strAtEndOfTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>κǸ<EFBFBD>";
$strAttr = "ɽ<EFBFBD><EFBFBD>";
$strBack = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "ɽ<EFBFBD><EFBFBD>";
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27>¹<EFBFBD>';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><C9A4>ɲ<EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8><EFBFBD>ɲä<C9B2><C3A4>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>("where"<22><><EFBFBD><EFBFBD>ʸ):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = '<27><><EFBFBD><EFBFBD>-->';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD>ʬ<EFBFBD>Ϥ<EFBFBD><CFA4>ޤ<EFBFBD><DEA4><EFBFBD>';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>ǥå<C7A5><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'Primary<72><79><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD> --> ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>κǽ<CEBA>';
$strAtEndOfTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>κǸ<CEBA>';
$strAttr = <><C9BD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><EFBFBD>꥿<EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r";
$strChange = "<EFBFBD>ѹ<EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCompleteInserts = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>INSERTʸ<EFBFBD>κ<EFBFBD><EFBFBD><EFBFBD>";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>򼡤إ<EFBFBD><EFBFBD>ԡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>-->";
$strCopyTableOK = "%s<>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD>%s<>˥<EFBFBD><CBA5>ԡ<EFBFBD><D4A1><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>DB<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD>ߤ<EFBFBD>DB<EFBFBD>˿<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD> --> ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = '<27><><EFBFBD><EFBFBD>';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = <><C9BD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD>ǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>";
$strDatabases = "<EFBFBD>ǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD>򤷤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> PHP 'magic_quotes_gpc'<27><>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA4B5><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ΥС<CEA5><D0A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>phpMyAdmin<69>Ǥ<EFBFBD><C7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ư<EFBFBD><C6B0><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>PHP<48>ޥ˥奢<CBA5><E5A5A2><EFBFBD>򻲾Ȥ<F2BBB2BE><C8A4><EFBFBD>disable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDisplay = "ɽ<EFBFBD><EFBFBD>";
$strDoAQuery = "\"<EFBFBD><EFBFBD><EFBFBD><EFBFBD>QUERY\"<EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD> (wildcard: \"%\")";
$strDocu = "<EFBFBD>إ<EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˼<EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹Ԥ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD> --> ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "DB<EFBFBD>κ<EFBFBD><EFBFBD><EFBFBD> -->";
$strDumpingData = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץǡ<EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><C3A5>꥿<EFBFBD><EAA5BF><EFBFBD><EFBFBD>: \\r';
$strChange = '<27>ѹ<EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27><>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)̾';
$strCompleteInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>INSERTʸ<54>κ<EFBFBD><CEBA><EFBFBD>';
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>򼡤إ<F2BCA1A4><D8A5>ԡ<EFBFBD><D4A1><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>-->';
$strCopyTableOK = '%s<>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD>%s<>˥<EFBFBD><CBA5>ԡ<EFBFBD><D4A1><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strCreate = '<27><><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>DB<44><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strCreateNewTable = '<27><><EFBFBD>ߤ<EFBFBD>DB<44>˿<EFBFBD><CBBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD> --> ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><EFBFBD>꥿<EFBFBD><EFBFBD><EFBFBD>󤷤ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(i.e. zero rows).";
$strEnableMagicQuotes = "<b>Warning:</b> PHP 'magic_quotes_gpc'<27><>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA4B5><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>phpMyAdmin<69><6E>Enable<6C>ξ<EFBFBD><CEBE>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ư<EFBFBD><C6B0><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>PHP<48>ޥ˥奢<CBA5><E5A5A2><EFBFBD>򻲾Ȥ<F2BBB2BE>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEnclosedBy = "<EFBFBD>Ϥ<EFBFBD>ʸ<EFBFBD><EFBFBD>";
$strEnd = "<EFBFBD>Ǹ<EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD>";
$strExtra = "<EFBFBD>ɲ<EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD>';
$strDatabases = '<27>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelete = '<27><><EFBFBD><EFBFBD>';
$strDeleted = '<27><><EFBFBD>򤷤<EFBFBD><F2A4B7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> PHP \'magic_quotes_gpc\'<27><>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA4B5><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ΥС<CEA5><D0A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>phpMyAdmin<69>Ǥ<EFBFBD><C7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ư<EFBFBD><C6B0><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>PHP<48>ޥ˥奢<CBA5><E5A5A2><EFBFBD>򻲾Ȥ<F2BBB2BE><C8A4><EFBFBD>disable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisplay = <><C9BD>';
$strDoAQuery = '"<22><><EFBFBD><EFBFBD>QUERY"<22><><EFBFBD>¹<EFBFBD> (wildcard: "%")';
$strDocu = '<27>إ<EFBFBD><D8A5><EFBFBD>';
$strDoYouReally = '<27><><EFBFBD><EFBFBD><EFBFBD>˼<EFBFBD><CBBC><EFBFBD><EFBFBD>¹Ԥ<C2B9><D4A4>ޤ<EFBFBD><DEA4><EFBFBD> --> ';
$strDrop = '<27><><EFBFBD><EFBFBD>';
$strDropDB = 'DB<44>κ<EFBFBD><CEBA><EFBFBD> -->';
$strDumpingData = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD>ץǡ<D7A5><C7A1><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFields = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD>ؿ<EFBFBD>";
$strEdit = '<27><><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD>ˤ<EFBFBD><CBA4><EFBFBD>';
$strEmptyResultSet = 'MySQL<51><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><CDA4>꥿<EFBFBD><EAA5BF><EFBFBD>󤷤ޤ<F3A4B7A4><DEA4><EFBFBD><EFBFBD><EFBFBD>(i.e. zero rows).';
$strEnableMagicQuotes = '<b>Warning:</b> PHP \'magic_quotes_gpc\'<27><>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA4B5><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>phpMyAdmin<69><6E>Enable<6C>ξ<EFBFBD><CEBE>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ư<EFBFBD><C6B0><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>PHP<48>ޥ˥奢<CBA5><E5A5A2><EFBFBD>򻲾Ȥ<F2BBB2BE>Enable<6C><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEnclosedBy = '<27>Ϥ<EFBFBD>ʸ<EFBFBD><CAB8>';
$strEnd = '<27>Ǹ<EFBFBD>';
$strError = '<27><><EFBFBD>顼';
$strEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><CAB8>';
$strExtra = '<27>ɲ<EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD>¹<EFBFBD>";
$strGrants = "Grants"; //to translate
$strField = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFields = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27>ؿ<EFBFBD>';
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHome = "MainPage";
$strHomepageOfficial = "phpMyAdmin<EFBFBD>ۡ<EFBFBD><EFBFBD><EFBFBD>";
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page";
$strHost = "<EFBFBD>ۥ<EFBFBD><EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27>¹<EFBFBD>';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><>)<29>˥ǡ<CBA5><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥꥹ<C9A5>Ȥ򥫥<C8A4><F2A5ABA5>ޤǶ<DEA4>ʬ<EFBFBD><CAAC><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥå<EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD>ɲ<EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD>";
$strInsertTextfiles = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>˥ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȥե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27><><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenCreated = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenDropped = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenEmptied = '<27><><EFBFBD><EFBFBD><EFBFBD>ˤ<EFBFBD><CBA4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strHome = 'MainPage';
$strHomepageOfficial = 'phpMyAdmin<69>ۡ<EFBFBD><DBA1><EFBFBD>';
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
$strHost = '<27>ۥ<EFBFBD><DBA5><EFBFBD>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "Key̾";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD>(<28><>)<29>˥ǡ<CBA5><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲä<C9B2><C3A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD><CFA1>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥꥹ<C9A5>Ȥ򥫥<C8A4><F2A5ABA5>ޤǶ<DEA4>ʬ<EFBFBD><CAAC><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD>ǥå<C7A5><C3A5><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27>ɲ<EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD>ɲ<EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD>';
$strInsertTextfiles = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>˥ƥ<CBA5><C6A5><EFBFBD><EFBFBD>ȥե<C8A5><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɲ<EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "Ĺ<EFBFBD><EFBFBD>/<2F><><EFBFBD>å<EFBFBD>";
$strLimitNumRows = "<EFBFBD>ڡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD>ɿ<EFBFBD>";
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD>: \\n";
$strLines = "<EFBFBD><EFBFBD>";
$strLocationTextfile = "SQL<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȥե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strKeyname = 'Key̾';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL<EFBFBD>򿷤<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ߹<EFBFBD><EFBFBD>ߤޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLSaid = "MySQL<EFBFBD>Υ<EFBFBD><EFBFBD>å<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> --> ";
$strMySQLShowProcess = "MySQL<EFBFBD>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><EFBFBD>";
$strMySQLShowStatus = "MySQL<EFBFBD>Υ<EFBFBD><EFBFBD>󥿥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowVars = "MySQL<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><EFBFBD>ѿ<EFBFBD>";
$strLength = 'Length'; //to translate
$strLengthSet = <><C4B9>/<2F><><EFBFBD>å<EFBFBD>';
$strLimitNumRows = '<27>ڡ<EFBFBD><DAA1><EFBFBD><EFBFBD>Υ<CEA5><ECA5B3><EFBFBD>ɿ<EFBFBD>';
$strLineFeed = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʸ<EFBFBD><EFBFBD>: \\n';
$strLines = '<27><>';
$strLocationTextfile = 'SQL<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¸<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȥե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strName = "̾<EFBFBD><EFBFBD>";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD><EFBFBD><EFBFBD>ߤ<EFBFBD>DB<EFBFBD>˥ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Ϥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(Null)";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL<51>򿷤<EFBFBD><F2BFB7A4><EFBFBD><EFBFBD>ɤ߹<C9A4><DFB9>ߤޤ<DFA4><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLSaid = 'MySQL<51>Υ<EFBFBD><CEA5>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD> --> ';
$strMySQLShowProcess = 'MySQL<51>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD>';
$strMySQLShowStatus = 'MySQL<51>Υ<EFBFBD><CEA5>󥿥<EFBFBD><F3A5BFA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLShowVars = 'MySQL<51>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD>ƥ<EFBFBD><C6A5>ѿ<EFBFBD>';
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD>char<EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>varchar<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤΤ<EFBFBD>\" \"<EFBFBD>ǰϤޤ<EFBFBD><EFBFBD>Ƥ<EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><EFBFBD><EFBFBD>̣<EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strOptimizeTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŭ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strOptionalControls = "<EFBFBD>ü<EFBFBD>ʸ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ߹<EFBFBD><EFBFBD><EFBFBD>/<2F>񤭹<EFBFBD><F1A4ADB9>ߥ<EFBFBD><DFA5>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOptionally = "<EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><EFBFBD><EFBFBD>";
$strOr = "<EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strOverhead = "Overhead"; //to translate
$strName = <><CCBE>';
$strNext = '<27><><EFBFBD><EFBFBD>';
$strNo = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = '<27><><EFBFBD>ߤ<EFBFBD>DB<44>˥ơ<CBA5><C6A1>֥<EFBFBD><D6A5>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(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 = "<EFBFBD>ǽ<EFBFBD>";
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimary = "Primary";
$strPrimaryKey = "Primary<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrinterFriendly = "<EFBFBD><EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>ΰ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><EFBFBD>";
$strPrintView = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><EFBFBD>";
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȯ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strProperties = "<EFBFBD>ץ<EFBFBD><EFBFBD>ѥƥ<EFBFBD>";
$strOftenQuotation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϡ<EFBFBD>char<61>ޤ<EFBFBD><DEA4><EFBFBD>varchar<61>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤΤ<C9A4>" "<22>ǰϤޤ<CFA4><DEA4>Ƥ<EFBFBD><C6A4><EFBFBD>Ȥ<EFBFBD><C8A4><EFBFBD>̣<EFBFBD><CCA3><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strOptimizeTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD>Ŭ<EFBFBD><C5AC><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strOptionalControls = '<27>ü<EFBFBD>ʸ<EFBFBD><CAB8><EFBFBD><EFBFBD><EFBFBD>ɤ߹<C9A4><DFB9><EFBFBD>/<2F>񤭹<EFBFBD><F1A4ADB9>ߥ<EFBFBD><DFA5>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD>';
$strOptionally = '<27><><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>';
$strOr = '<27>ޤ<EFBFBD><DEA4><EFBFBD>';
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD>";
$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 = '<27>ǽ<EFBFBD>';
$strPrevious = '<27><><EFBFBD><EFBFBD>';
$strPrimary = 'Primary';
$strPrimaryKey = 'Primary<72><79><EFBFBD><EFBFBD>';
$strPrinterFriendly = '<27><EFBFBD>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>ΰ<EFBFBD><CEB0><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD>';
$strPrintView = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD>';
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD><E9A1BC>ȯ<EFBFBD><C8AF><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strProperties = '<27>ץ<EFBFBD><D7A5>ѥƥ<D1A5>';
$strReadTheDocs = "ʸ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ߹<EFBFBD><EFBFBD><EFBFBD>";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɿ<EFBFBD>";
$strReloadFailed = "MySQL<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ˼<EFBFBD><EFBFBD>Ԥ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReloadMySQL = "MySQL<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD>̾<EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD>";
$strRenameTableOK = "%s<><73>%s<><73>̾<EFBFBD><CCBE><EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>";
$strRepairTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strReplace = "<EFBFBD>֤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReplaceTable = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD>֤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReset = "<EFBFBD><EFBFBD>å<EFBFBD>";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD>Ϲ<EFBFBD>";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><EFBFBD><EFBFBD>";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD>ߤ<EFBFBD>DB<EFBFBD><EFBFBD>SQL<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹Ԥ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD> --> ";
$strQBE = '<27><EFBFBD><EFBFBD><E9A5AF><EFBFBD><EFBFBD>¹<EFBFBD>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD><EFBFBD>¸";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<EFBFBD><EFBFBD><EFBFBD>İʾ<EFBFBD>):";
$strSelectNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "ɽ<EFBFBD><EFBFBD>";
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɽ<EFBFBD><EFBFBD>";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "<EFBFBD>¹Ԥ<EFBFBD><EFBFBD>줿SQL<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV<EFBFBD>ǡ<EFBFBD><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD>¤<EFBFBD>ȥǡ<EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "'drop table'<27><><EFBFBD>ɲ<EFBFBD>";
$strStrucOnly = "<EFBFBD><EFBFBD>¤<EFBFBD>Τ<EFBFBD>";
$strSubmit = "<EFBFBD>¹<EFBFBD>";
$strSuccess = "SQL<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˼¹Ԥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSum = "Sum"; //to translate
$strReadTheDocs = <><CAB8><EFBFBD><EFBFBD><EFBFBD>ɤ߹<C9A4><DFB9><EFBFBD>';
$strRecords = '<27><EFBFBD><ECA5B3><EFBFBD>ɿ<EFBFBD>';
$strReloadFailed = 'MySQL<51>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ˼<EFBFBD><EFBFBD>Ԥ<EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadMySQL = 'MySQL<51>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD>̾<EFBFBD><CCBE><EFBFBD>ѹ<EFBFBD>';
$strRenameTableOK = '%s<><73>%s<><73>̾<EFBFBD><CCBE><EFBFBD><EFBFBD><EFBFBD>ѹ<EFBFBD><D1B9><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strRepairTable = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strReplace = '<27>֤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReplaceTable = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǥơ<C7A5><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReset = '<27><EFBFBD>å<EFBFBD>';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = '<27><><EFBFBD>Ϲ<EFBFBD>';
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = '<27><><EFBFBD>ߤ<EFBFBD>DB<44><42>SQL<51><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA1BC><EFBFBD>¹Ԥ<C2B9><D4A4>ޤ<EFBFBD><DEA4><EFBFBD> --> ';
$strTable = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD> ";
$strTableComments = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>ι<EFBFBD>¤";
$strTableType = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTerminatedBy = "<EFBFBD><EFBFBD>λʸ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTheContents = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>򤷤<EFBFBD><EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD><EFBFBD>Primary<EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>Unique<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˰<EFBFBD><EFBFBD>פ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֤<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD>";
$strTheTerminator = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤν<EFBFBD>λʸ<EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><EFBFBD><EFBFBD>";
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strType = "<EFBFBD>ե<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<27><>¸';
$strSelect = '<27><><EFBFBD><EFBFBD>';
$strSelectFields = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><C9A4><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD>İʾ<C4B0>):';
$strSelectNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD>꡼';
$strSend = '<27><><EFBFBD><EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = <><C9BD>';
$strShowingRecords = '<27><EFBFBD><ECA5B3><EFBFBD><EFBFBD>ɽ<EFBFBD><C9BD>';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = '<27>¹Ԥ<C2B9><D4A4>줿SQL<51><4C><EFBFBD><EFBFBD><EFBFBD>꡼';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV<53>ǡ<EFBFBD><C7A1><EFBFBD>';
$strStrucData = '<27><>¤<EFBFBD>ȥǡ<C8A5><C7A1><EFBFBD>';
$strStrucDrop = '\'drop table\'<27><><EFBFBD>ɲ<EFBFBD>';
$strStrucOnly = '<27><>¤<EFBFBD>Τ<EFBFBD>';
$strSubmit = '<27>¹<EFBFBD>';
$strSuccess = 'SQL<51><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EAA1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˼¹Ԥ<C2B9><D4A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD><EFBFBD><EFBFBD>ˡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD> ';
$strTableComments = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>ι<EFBFBD>¤';
$strTableType = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD>';
$strTerminatedBy = '<27><>λʸ<CEBB><CAB8><EFBFBD><EFBFBD>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υǡ<CEA5><C7A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strTheContents = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υǡ<CEA5><C7A1><EFBFBD><EFBFBD>ǡ<EFBFBD><C7A1><EFBFBD><EFBFBD>򤷤<EFBFBD><F2A4B7A4>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD>Primary<72>ޤ<EFBFBD><DEA4><EFBFBD>Unique<75><65><EFBFBD><EFBFBD><EFBFBD>˰<EFBFBD><CBB0>פ<EFBFBD><D7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>';
$strTheTerminator = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɤν<C9A4>λʸ<CEBB><CAB8><EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>';
$strTotal = '<27><><EFBFBD><EFBFBD>';
$strType = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5><EFBFBD><EFBFBD><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><C9BD>";
$strViewDumpDB = "DB<EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><C9BD>";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27><EFBFBD><EFBFBD>ˡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD>̾<EFBFBD>ޤ<EFBFBD><EFBFBD>ϥѥ<EFBFBD><EFBFBD><EFBFBD>ɤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><br><3E><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><EFBFBD>ݤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strValue = '<27><>';
$strViewDump = '<27>ơ<EFBFBD><EFBFBD>֥<EFBFBD><EFBFBD>Υ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><C9BD>';
$strViewDumpDB = 'DB<44>Υ<EFBFBD><CEA5><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><><C9BD>';
$strYes = " <20>Ϥ<EFBFBD> ";
$strWelcome = 'Welcome to ';
$strWrongUser = '<27><EFBFBD><E6A1BC>̾<EFBFBD>ޤ<EFBFBD><DEA4>ϥѥ<CFA5><D1A5><EFBFBD>ɤ<EFBFBD><C9A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><br /><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD><CFB5>ݤ<EFBFBD><DDA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
$strYes = ' <20>Ϥ<EFBFBD> ';
// 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "ks_c_5601-1987";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'ks_c_5601-1987';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>źεǾ<CEB5><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "<EFBFBD>ʵ<EFBFBD> <20>߰<EFBFBD><DFB0>ϱ<EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD>˻<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD><DFB0>Ͻʽÿ<CABD>. (\"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-->";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20>м<EFBFBD>";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "<EFBFBD>ε<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD><DFB0>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>. ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "primary key<65><79> <20>߰<EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD> ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> ó<><C3B3>";
$strAtEndOfTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = "<EFBFBD>ڷ<EFBFBD>";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>źεǾ<CEB5><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strAction = '<27><><EFBFBD><EFBFBD>';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = '<27>ʵ<EFBFBD> <20>߰<EFBFBD><DFB0>ϱ<EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27>˻<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD><DFB0>Ͻʽÿ<CABD>. ("where" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-->';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = '<27><><EFBFBD>̺<EFBFBD> <20>м<EFBFBD>';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = '<27>ε<EFBFBD><CEB5><EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD><DFB0>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>. ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'primary key<65><79> <20>߰<EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD> ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> ó<><C3B3>';
$strAtEndOfTable = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAttr = '<27><><EFBFBD><EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "ij<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\r";
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> üũ";
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "Į<EFBFBD><EFBFBD>(<28><>) <20≯<EFBFBD>";
$strCompleteInserts = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> INSERT<52><54> <20>ۼ<EFBFBD>";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. -->";
$strCopyTableOK = "%s <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strCreate = " <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD>ο<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD>ο<EFBFBD> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>. -->";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = '<27>ڷ<EFBFBD>';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = '<27><><EFBFBD><EFBFBD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD> ";
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD>̽<EFBFBD> ";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD><EFBFBD><EFBFBD>";
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> PHP 'magic_quotes_gpc'<27><> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD> <20>ֽ<EFBFBD><D6BD>ϴٸ<CFB4>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin<69><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>۵<EFBFBD><DBB5><EFBFBD><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. PHP <20>Ŵ<EFBFBD><C5B4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD> disable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>.";
$strDisplay = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoAQuery = "\"QUERY <20><>(<28><>)\"<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (wildcard: \"%\")";
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD>? --> ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD> <20><><EFBFBD><EFBFBD> -->";
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = <EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\r';
$strChange = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = '<27><><EFBFBD>̺<EFBFBD> üũ';
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = <><C4AE>(<28><>) <20≯<EFBFBD>';
$strCompleteInserts = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> INSERT<52><54> <20>ۼ<EFBFBD>';
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. -->';
$strCopyTableOK = '%s <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strCreate = ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strCreateNewDatabase = '<27><><EFBFBD>ο<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>';
$strCreateNewTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> <20><><EFBFBD>ο<EFBFBD> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>. -->';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strEnableMagicQuotes = "<b>Warning:</b> PHP 'magic_quotes_gpc'<27><> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD> <20>ֽ<EFBFBD><D6BD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. phpMyAdmin<69><6E> Enable<6C><65><EFBFBD>¿<EFBFBD><C2BF><EFBFBD> <20><><EFBFBD><EFBFBD> <20>۵<EFBFBD><DBB5>մϴ<D5B4>. PHP <20>Ŵ<EFBFBD><C5B4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>.";
$strEnclosedBy = "<EFBFBD>ο<EFBFBD> <20><>ȣ";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ȣ";
$strExtra = "<EFBFBD>߰<EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD> ';
$strDatabases = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD> ';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27><EFBFBD><E2BABB>';
$strDelete = '<27><><EFBFBD><EFBFBD>';
$strDeleted = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> PHP \'magic_quotes_gpc\'<27><> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD> <20>ֽ<EFBFBD><D6BD>ϴٸ<CFB4>, <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> phpMyAdmin<69><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>۵<EFBFBD><DBB5><EFBFBD><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. PHP <20>Ŵ<EFBFBD><C5B4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD> disable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>.';
$strDisplay = '<27><><EFBFBD><EFBFBD>';
$strDoAQuery = '"QUERY <20><>(<28><>)"<22><> <20><><EFBFBD><EFBFBD> (wildcard: "%")';
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoYouReally = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻðڽ<C3B0><DABD>ϱ<EFBFBD>? --> ';
$strDrop = '<27><><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD> <20><><EFBFBD><EFBFBD> -->';
$strDumpingData = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD>ʵ<EFBFBD>";
$strFields = "<EFBFBD>ʵ<EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD>Լ<EFBFBD>";
$strEdit = '<27><><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strEnableMagicQuotes = '<b>Warning:</b> PHP \'magic_quotes_gpc\'<27><> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD> <20>ֽ<EFBFBD><D6BD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. phpMyAdmin<69><6E> Enable<6C><65><EFBFBD>¿<EFBFBD><C2BF><EFBFBD> <20><><EFBFBD><EFBFBD> <20>۵<EFBFBD><DBB5>մϴ<D5B4>. PHP <20>Ŵ<EFBFBD><C5B4><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD> Enable<6C><65> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>.';
$strEnclosedBy = '<27>ο<EFBFBD> <20><>ȣ';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD><EFBFBD>';
$strEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ȣ';
$strExtra = '<27>߰<EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strGrants = "Grants"; //to translate
$strField = '<27>ʵ<EFBFBD>';
$strFields = '<27>ʵ<EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27>Լ<EFBFBD>';
$strHasBeenAltered = "<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strHasBeenCreated = "<EFBFBD><EFBFBD>(<28><>) <20>ۼ<EFBFBD><DBBC>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strHasBeenDropped = "<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strHasBeenEmptied = "<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strHome = "MainPage";
$strHomepageOfficial = "phpMyAdmin Ȩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page";
$strHost = "ȣ<EFBFBD><EFBFBD>Ʈ";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27><><EFBFBD><EFBFBD>';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <EFBFBD><EFBFBD>(<28>ݷ<EFBFBD>)<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD> <20>߰<EFBFBD><DFB0><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD>Ʈ<EFBFBD><C6AE> <20>޸<EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>. ";
$strIndex = "<EFBFBD>ε<EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD>߰<EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20>߰<EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>߰<EFBFBD>";
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD> <20>߰<EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<EFBFBD><EFBFBD>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strHasBeenCreated = '<27><>(<28><>) <20>ۼ<EFBFBD><DBBC>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strHasBeenDropped = '<27><>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strHasBeenEmptied = '<27><>(<28><>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strHome = 'MainPage';
$strHomepageOfficial = 'phpMyAdmin Ȩ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
$strHost = 'ȣ<><C8A3>Ʈ';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "Ű <20≯<EFBFBD>";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27><><EFBFBD>̺<EFBFBD> <20><>(<28>ݷ<EFBFBD>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD> <20>߰<EFBFBD><DFB0><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD>Ʈ<EFBFBD><C6AE> <20>޸<EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>. ';
$strIndex = '<27>ε<EFBFBD><CEB5><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27>߰<EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20>߰<EFBFBD>';
$strInsertNewRow = '<27><> <20><><EFBFBD><EFBFBD> <20>߰<EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD> <20>߰<EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><>Ʈ";
$strLimitNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڵ<EFBFBD> <20><>";
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\n";
$strLines = "<EFBFBD><EFBFBD>(<28><>)";
$strLocationTextfile = "SQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD>α<EFBFBD> <20>ƿ<EFBFBD>";
$strKeyname = <20≯<EFBFBD>';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD><EFBFBD> <20>ٸ<EFBFBD><D9B8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL<EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>о<EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strMySQLSaid = "MySQL <20>޼<EFBFBD><EFBFBD><EFBFBD>: ";
$strMySQLShowProcess = "MySQL <20><><EFBFBD>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strMySQLShowStatus = "MySQL <20><>Ÿ<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowVars = "MySQL <20>ý<EFBFBD><C3BD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strLength = 'Length'; //to translate
$strLengthSet = '<27><><EFBFBD><EFBFBD>/<2F><>Ʈ';
$strLimitNumRows = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڵ<EFBFBD> <20><>';
$strLineFeed = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: \\n';
$strLines = '<27><>(<28><>)';
$strLocationTextfile = 'SQL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ؽ<EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27>α<EFBFBD> <20>ƿ<EFBFBD>';
$strName = "<EFBFBD≯<EFBFBD>";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNo = " <20>ƴϿ<C6B4> ";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> DB<44><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27><> <20>ٸ<EFBFBD><D9B8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL<51><4C> <20><><EFBFBD><EFBFBD> <20>о<EFBFBD> <20><EFBFBD><E9BFB4><EFBFBD>ϴ<EFBFBD>.';
$strMySQLSaid = 'MySQL <20>޼<EFBFBD><DEBC><EFBFBD>: ';
$strMySQLShowProcess = 'MySQL <20><><EFBFBD>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strMySQLShowStatus = 'MySQL <20><>Ÿ<EFBFBD><C5B8> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strMySQLShowVars = 'MySQL <20>ý<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strOftenQuotation = "<EFBFBD>ο<EFBFBD> <20><>ȣ<EFBFBD>Դϴ<D4B4>. <20>ɼ<EFBFBD><C9BC><EFBFBD>, char Ȥ<><C8A4> varchar <20>ʵ常<CAB5><E5B8B8> \" \"<EFBFBD><EFBFBD> <20><><EFBFBD>ο<EFBFBD><CEBF><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ǹ<EFBFBD><C7B9>մϴ<D5B4>.";
$strOptimizeTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>ȭ";
$strOptionalControls = "Ư<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>б<EFBFBD>/<2F><><EFBFBD><EFBFBD> <20>ɼ<EFBFBD>";
$strOptionally = "<EFBFBD>ɼ<EFBFBD><EFBFBD>Դϴ<EFBFBD>.";
$strOr = "Ȥ<EFBFBD><EFBFBD>";
$strOverhead = "Overhead"; //to translate
$strName = '<27≯<EFBFBD>';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNo = ' <20>ƴϿ<C6B4> ';
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> DB<44><42><EFBFBD><EFBFBD> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$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 = "ó<EFBFBD><EFBFBD>";
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimary = "Primary";
$strPrimaryKey = "Primary Ű";
$strPrinterFriendly = "<EFBFBD><EFBFBD> <20><><EFBFBD>̺<EFBFBD> <20>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strPrintView = "<EFBFBD>μ<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>߻<EFBFBD><DFBB>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>";
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƽ";
$strOftenQuotation = '<27>ο<EFBFBD> <20><>ȣ<EFBFBD>Դϴ<D4B4>. <20>ɼ<EFBFBD><C9BC><EFBFBD>, char Ȥ<><C8A4> varchar <20>ʵ常<CAB5><E5B8B8> " "<22><> <20><><EFBFBD>ο<EFBFBD><CEBF><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ǹ<EFBFBD><C7B9>մϴ<D5B4>.';
$strOptimizeTable = '<27><><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>ȭ';
$strOptionalControls = <><C6AF><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>б<EFBFBD>/<2F><><EFBFBD><EFBFBD> <20>ɼ<EFBFBD>';
$strOptionally = '<27>ɼ<EFBFBD><C9BC>Դϴ<D4B4>.';
$strOr = <><C8A4>';
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD>(<28><>)<29><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$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 = <><C3B3>';
$strPrevious = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimary = 'Primary';
$strPrimaryKey = 'Primary Ű';
$strPrinterFriendly = '<27><> <20><><EFBFBD>̺<EFBFBD> <20>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strPrintView = '<27>μ<EFBFBD><CEBC><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>߻<EFBFBD><DFBB>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>';
$strProperties = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƽ';
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>о<EFBFBD> <20><><EFBFBD>̱<EFBFBD>";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD>ϼ<EFBFBD>";
$strReloadFailed = "MySQL<EFBFBD><EFBFBD> <20>о<EFBFBD> <20><><EFBFBD>̱⿡ <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strReloadMySQL = "MySQL <20>ٽ<EFBFBD> <20>о<EFBFBD> <20><><EFBFBD>̱<EFBFBD>";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20≯<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>";
$strRenameTableOK = "%s<><73>(<28><>) %s(<28><>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strRepairTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>";
$strReplace = "<EFBFBD><EFBFBD>ġ(<28><><EFBFBD><EFBFBD>)<29>ϱ<EFBFBD>";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD>Ϸ<EFBFBD> <20><><EFBFBD>̺<EFBFBD> <20><>ġ<EFBFBD>ϱ<EFBFBD>";
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈ";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>. ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. -->";
$strQBE = '<27><>(<28><>)<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD> (<28>ϳ<EFBFBD> <20>̻<EFBFBD>):";
$strSelectNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSend = "<EFBFBD>۽<EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL<51><4C><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "'drop table' <20>߰<EFBFBD>";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSuccess = "SQL-query<72><79> <20>ٸ<EFBFBD><D9B8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><><EFBFBD><EFBFBD> <20>о<EFBFBD> <20><><EFBFBD>̱<EFBFBD>';
$strRecords = '<27><><EFBFBD>ϼ<EFBFBD>';
$strReloadFailed = 'MySQL<51><4C> <20>о<EFBFBD> <20><><EFBFBD>̱⿡ <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strReloadMySQL = 'MySQL <20>ٽ<EFBFBD> <20>о<EFBFBD> <20><><EFBFBD>̱<EFBFBD>';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD>̺<EFBFBD> <20≯<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>';
$strRenameTableOK = '%s<><73>(<28><>) %s(<28><>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strRepairTable = '<27><><EFBFBD>̺<EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReplace = '<27><>ġ(<EFBFBD><EFBFBD><EFBFBD><EFBFBD>)<29>ϱ<EFBFBD>';
$strReplaceTable = '<27><><EFBFBD>Ϸ<EFBFBD> <20><><EFBFBD>̺<EFBFBD> <20><>ġ<EFBFBD>ϱ<EFBFBD>';
$strReset = '<27><><EFBFBD><EFBFBD>Ʈ';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>. ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̽<EFBFBD><CCBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>մϴ<D5B4>. -->';
$strTable = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> ";
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>";
$strTableType = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD> Ÿ<><C5B8>";
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>ȣ";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> primary Ȥ<><C8A4> unique Ű<><C5B0> <20><>ġ<EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ġ(<28><><EFBFBD><EFBFBD>)<29><>Ű<EFBFBD>ڽ<EFBFBD><DABD>ϴ<EFBFBD>.";
$strTheTerminator = "<EFBFBD>ʵ<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ȣ <20>Դϴ<D4B4>.";
$strTotal = "<EFBFBD>հ<EFBFBD>";
$strType = "<EFBFBD>ʵ<EFBFBD> Ÿ<><C5B8><EFBFBD><EFBFBD>";
$strSave = '<27><><EFBFBD><EFBFBD>';
$strSelect = '<27><><EFBFBD><EFBFBD>';
$strSelectFields = '<27>ʵ<EFBFBD> <20><><EFBFBD><EFBFBD> (<28>ϳ<EFBFBD> <20>̻<EFBFBD>):';
$strSelectNumRows = '<27><><EFBFBD><EFBFBD>';
$strSend = '<27>۽<EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = '<27><><EFBFBD><EFBFBD>';
$strShowingRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL<51><4C><EFBFBD><EFBFBD>';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '\'drop table\' <20>߰<EFBFBD>';
$strStrucOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSubmit = '<27><><EFBFBD><EFBFBD>';
$strSuccess = 'SQL-query<72><79> <20>ٸ<EFBFBD><D9B8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ũ Ÿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD>̺<EFBFBD> ';
$strTableComments = '<27><><EFBFBD>̺<EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><><EFBFBD>̺<EFBFBD> <20><><EFBFBD><EFBFBD>';
$strTableType = '<27><><EFBFBD>̺<EFBFBD> Ÿ<><C5B8>';
$strTerminatedBy = '<27><><EFBFBD><EFBFBD> <20><>ȣ';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>͸<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strTheContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ͷ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> primary Ȥ<><C8A4> unique Ű<><C5B0> <20><>ġ<EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ġ(<28><><EFBFBD><EFBFBD>)<29><>Ű<EFBFBD>ڽ<EFBFBD><DABD>ϴ<EFBFBD>.';
$strTheTerminator = '<27>ʵ<EFBFBD><CAB5><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ȣ <20>Դϴ<D4B4>.';
$strTotal = '<27>հ<EFBFBD>';
$strType = '<27>ʵ<EFBFBD> Ÿ<><C5B8><EFBFBD><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><>Ű<EFBFBD><C5B0>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strViewDumpDB = "DB<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(<28><>Ű<EFBFBD><C5B0>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ũ Ÿ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ȥ<><C8A4> <20>н<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ٸ<EFBFBD><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. <br> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>źεǾ<CEB5><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.";
$strValue = '<27><>';
$strViewDump = '<27><><EFBFBD>̺<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(<28><>Ű<EFBFBD><C5B0>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strViewDumpDB = 'DB<44><42> <20><><EFBFBD><EFBFBD>(<28><>Ű<EFBFBD><C5B0>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strYes = " <20><> ";
$strWelcome = 'Welcome to ';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ȥ<><C8A4> <20>н<EFBFBD><D0BD><EFBFBD><EFBFBD><20>ٸ<EFBFBD><D9B8><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>. <br /> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>źεǾ<CEB5><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strYes = ' <20><> ';
// 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$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 = "Ingen tilgang";
$strAction = "Handling";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Legg til felt";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Legg til s<>ke-kriterier (innhold i \"where\"-setningen):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "En indeks er lagt til for ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "En prim<69>rn<72>kkel er lagt til for ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Attributes";
$strBack = "Back"; //to translate
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Se p<>";
$strAccessDenied = 'Ingen tilgang';
$strAction = 'Handling';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Legg til felt';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = 'Legg til s<>ke-kriterier (innhold i "where"-setningen):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'En indeks er lagt til for ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'En prim<69>rn<72>kkel er lagt til for ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = 'Attributes';
$strCantLoadMySQL = "cannot load MySQL extension,<br>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 = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
$strDocu = "Dokumentasjon";
$strDoYouReally = "Vil du virkelig ";
$strDrop = "Slett";
$strDropDB = "Slett databasen ";
$strDumpingData = "Data-ark for tabell";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />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 = "T<EFBFBD>m";
$strEmptyResultSet = "MySQL returnerte tomt resultat (m.a.o. ingen rader).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "omfattet av";
$strEnd = "Slutt";
$strError = "Feil";
$strEscapedBy = "\"escaped\" av";
$strExtra = "Ekstra";
$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 = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = 'Utf<74>r en "query by example" (wildcard: "%")';
$strDocu = 'Dokumentasjon';
$strDoYouReally = 'Vil du virkelig ';
$strDrop = 'Slett';
$strDropDB = 'Slett databasen ';
$strDumpingData = 'Data-ark for tabell';
$strDynamic = 'dynamic'; //to translate
$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 = 'T<>m';
$strEmptyResultSet = 'MySQL returnerte tomt resultat (m.a.o. ingen rader).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = 'omfattet av';
$strEnd = 'Slutt';
$strError = 'Feil';
$strEscapedBy = '"escaped" av';
$strExtra = 'Ekstra';
$strGenTime = "Generation Time"; //to translate
$strGo = "Utf<EFBFBD>r";
$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 t<>mt.";
$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 = 'Utf<74>r';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "Hvis du <20>nsker <20> kun lese inn enkelte av tabellens kolonner, angi en komme-separert felt-liste.";
$strIndex = "Indeks";
$strIndexes = "Indexes"; //to translate
$strInsert = "Sett inn";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Sett inn i tabell";
$strInsertNewRow = "Sett inn ny rad";
$strInsertTextfiles = "Les tekstfil inn i tabell";
$strInUse = "in use"; //to translate
$strHasBeenAltered = 'er endret.';
$strHasBeenCreated = 'er opprettet.';
$strHasBeenDropped = 'er slettet.';
$strHasBeenEmptied = 'er t<>mt.';
$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 = "N<EFBFBD>kkel";
$strKill = "Kill"; //to translate
$strIfYouWish = 'Hvis du <20>nsker <20> kun lese inn enkelte av tabellens kolonner, angi en komme-separert felt-liste.';
$strIndex = 'Indeks';
$strIndexes = 'Indexes'; //to translate
$strInsert = 'Sett inn';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = 'Sett inn i tabell';
$strInsertNewRow = 'Sett inn ny rad';
$strInsertTextfiles = 'Les tekstfil inn i tabell';
$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 = 'N<>kkel';
$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 anf<6E>rselstegn. Valgfritt inneb<65>rer at kun tekstfelter (\"char\" og \"varchar\") felter er omfattet av tegnet.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Valgfritt. Angir hvordan spesialtegn skrives eller leses.";
$strOptionally = "Valgfritt";
$strOr = "Or"; //to translate
$strOverhead = "Overhead"; //to translate
$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 = "Prim<EFBFBD>r";
$strPrimaryKey = "Prim<EFBFBD>rn<EFBFBD>kkel";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "resulterte i en feil.";
$strProperties = "Egenskaper";
$strOftenQuotation = 'Ofte anf<6E>rselstegn. Valgfritt inneb<65>rer at kun tekstfelter ("char" og "varchar") felter er omfattet av tegnet.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = 'Valgfritt. Angir hvordan spesialtegn skrives eller leses.';
$strOptionally = 'Valgfritt';
$strOr = 'Or'; //to translate
$strOverhead = 'Overhead'; //to translate
$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 = 'Prim<69>r';
$strPrimaryKey = 'Prim<69>rn<72>kkel';
$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 f<>tt nytt navn %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Erstatt";
$strReplaceTable = "Erstatt tabell med filen";
$strReset = "T<EFBFBD>m skjema";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "som kj<6B>rer p<> ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Kj<EFBFBD>r SQL-sp<73>rring 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 = "Sp<EFBFBD>rring";
$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-sp<73>rring";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV data"; //to translate
$strStrucData = "Struktur og data";
$strStrucDrop = "Add 'drop table'"; //to translate
$strStrucOnly = "Kun struktur";
$strSubmit = "Send";
$strSuccess = "Kommandoen/sp<73>rringen er utf<74>rt";
$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 f<>tt nytt navn %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = 'Erstatt';
$strReplaceTable = 'Erstatt tabell med filen';
$strReset = 'T<>m skjema';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = 'som kj<6B>rer p<> ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'Kj<4B>r SQL-sp<73>rring 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,<br> this field might not be editable "; //to translate
$strTheContent = "Innholdet av filen er lagt inn.";
$strTheContents = "Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt";
$strTheTerminator = "Tegn som angir slutt p<> felter.";
$strTotal = "totalt";
$strType = "Type";
$strSave = 'Lagre';
$strSelect = 'Sp<53>rring';
$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-sp<73>rring';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV data'; //to translate
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Add \'drop table\''; //to translate
$strStrucOnly = 'Kun struktur';
$strSubmit = 'Send';
$strSuccess = 'Kommandoen/sp<73>rringen er utf<74>rt';
$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,<br /> this field might not be editable '; //to translate
$strTheContent = 'Innholdet av filen er lagt inn.';
$strTheContents = 'Innholdet av filen erstatter valgt tabell for rader med lik identifikator eller unikt felt';
$strTheTerminator = 'Tegn som angir slutt p<> felter.';
$strTotal = 'totalt';
$strType = 'Type';
$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';
?>

View File

@@ -1,283 +1,287 @@
<?php
/* $Id$ */
$charset = "iso-8859-2";
$left_font_family = "verdana, helvetica, arial ce, arial, sans-serif";
$right_font_family = "helvetica, arial ce, arial, sans-serif";
$number_thousands_separator = ".";
$number_decimal_separator = ",";
$byteUnits = array("bajt<EFBFBD>w", "KB", "MB", "GB");
$charset = 'iso-8859-2';
$left_font_family = 'verdana, helvetica, arial ce, arial, sans-serif';
$right_font_family = 'helvetica, arial ce, arial, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
$byteUnits = array('bajt<EFBFBD>w', 'KB', 'MB', 'GB');
$strAccessDenied = "Brak dost<73>pu";
$strAction = "Dzia<EFBFBD>anie";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Dodanie nowego pola";
$strAddPriv = "Dodanie nowych uprawnie<69>";
$strAddPrivMessage = "Dodane zosta<74>y nowe uprawnienia.";
$strAddSearchConditions = "Dodanie warunk<6E>w przeszukiwania (warunek dla \"where\"):";
$strAddUser = "Dodanie nowego u<>ytkownika";
$strAddUserMessage = "Dodany zosta<74> nowy u<>ytkownik.";
$strAfter = "Po";
$strAll = "Wszystko";
$strAlterOrderBy = "Sortowanie tabeli wg";
$strAnalyzeTable = "Analizowanie table";
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Dodany zosta<74> indeks dla ";
$strAny = "Dowolny";
$strAnyColumn = "Dowolna kolumna";
$strAnyDatabase = "Dowolna baza danych";
$strAnyHost = "Dowolny host";
$strAnyTable = "Dowolna tabela";
$strAnyUser = "Dowolny u<>ytkownik";
$strAPrimaryKey = "Dodany zosta<74> podstawowy klucz dla ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "Na pocz<63>tku tabeli";
$strAtEndOfTable = "Na ko<6B>cu tabeli";
$strAttr = "Atrybuty";
$strBack = "Powr<EFBFBD>t";
$strBinary=" Binarne ";
$strBinaryDoNotEdit=" Binarne - nie do edycji ";
$strBookmarkLabel = "Nazwa";
$strBookmarkQuery = "Zapami<EFBFBD>tane zapytanie SQL";
$strBookmarkThis = "Zapami<EFBFBD>tanie zapytania SQL";
$strBookmarkView = "Tylko do pokazania";
$strBrowse = "Przegl<EFBFBD>danie";
$strBzip = "\".bz2\"";
$strAccessDenied = 'Brak dost<73>pu';
$strAction = 'Dzia<69>anie';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Dodanie nowego pola';
$strAddPriv = 'Dodanie nowych uprawnie<69>';
$strAddPrivMessage = 'Dodane zosta<74>y nowe uprawnienia.';
$strAddSearchConditions = 'Dodanie warunk<6E>w przeszukiwania (warunek dla "where"):';
$strAddUser = 'Dodanie nowego u<>ytkownika';
$strAddUserMessage = 'Dodany zosta<74> nowy u<>ytkownik.';
$strAfter = 'Po';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizowanie table';
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Dodany zosta<74> indeks dla ';
$strAny = 'Dowolny';
$strAnyColumn = 'Dowolna kolumna';
$strAnyDatabase = 'Dowolna baza danych';
$strAnyHost = 'Dowolny host';
$strAnyTable = 'Dowolna tabela';
$strAnyUser = 'Dowolny u<>ytkownik';
$strAPrimaryKey = 'Dodany zosta<74> podstawowy klucz dla ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'Na pocz<63>tku tabeli';
$strAtEndOfTable = 'Na ko<6B>cu tabeli';
$strAttr = 'Atrybuty';
$strCantLoadMySQL = "nie mo<6D>na za<7A>adowa<77> modu<64>u MySQL,<br>prosz<73> sprawdzi<7A> konfiguracj<63> PHP.";
$strCarriage = "Znak powrotu: \\r";
$strChange = "Zmiana";
$strCheckAll = "Zaznaczenie wszystkich";
$strCheckDbPriv = "Sprawdzanie uprawnie<EFBFBD> dla bazy danych";
$strCheckTable = "Sprawdzanie tabeli";
$strColumn = "Kolumna";
$strColumnEmpty = "Brak nazw kolumn!";
$strColumnNames = "Nazwy kolumn";
$strCompleteInserts = "Pe<EFBFBD>ne dodania";
$strConfirm = "Czy na pewno to zrobi<62>?";
$strCopyTable = "Kopiowanie tabeli do:";
$strCopyTableOK = "Tabela %s zosta<74>a 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 = 'Powr<77>t';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapami<6D>tane zapytanie SQL';
$strBookmarkThis = 'Zapami<6D>tanie zapytania SQL';
$strBookmarkView = 'Tylko do pokazania';
$strBrowse = 'Przegl<67>danie';
$strBzip = '".bz2"';
$strData = "Dane";
$strDatabase = "Baza danych ";
$strDatabases = "bazy danych";
$strDataOnly = "Tylko dane";
$strDbEmpty = "Brak nazwy bazy danych!";
$strDefault = "Domy<EFBFBD>lnie";
$strDelete = "Skasowanie";
$strDeleted = "Rekord zosta<74> skasowany";
$strDeleteFailed = "Kasowanie nie powiod<6F>o si<73>!";
$strDeletePassword = "Kasowanie has<61>a";
$strDeleteUserMessage = "U<EFBFBD>ytkownik zosta<74> skasowany";
$strDelPassMessage = "Skasowane zosta<EFBFBD>o has<61>o u<>ytkownika";
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Ostrze<7A>enie:</b> W<><57>czono opcj<63> magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a z w<><77>czon<6F> t<> opcj<63>. Prosz<73> zaznajomi<6D> si<73> dokumentacj<63> do PHP w aby znale<6C><65> informacj<63> w jaki spos<6F>b wy<77><79>czy<7A> t<> opcj<63>..";
$strDisplay = "Pokazanie";
$strDoAQuery = "Wykonaj \"zaputanie przez przyk<79>ad\" (znak globalny: \"%\")";
$strDocu = "Dokumentacja";
$strDoYouReally = "Czy na pewno wykona<6E> ";
$strDrop = "Usuni<EFBFBD>cie";
$strDropDB = "Usuni<EFBFBD>cie bazy danych ";
$strDumpingData = "Zrzut danych dla tabeli";
$strDynamic = "zmienny";
$strCantLoadMySQL = 'nie mo<6D>na za<7A>adowa<77> modu<64>u MySQL,<br />prosz<73> sprawdzi<7A> konfiguracj<63> PHP.';
$strCarriage = 'Znak powrotu: \\r';
$strChange = 'Zmiana';
$strCheckAll = 'Zaznaczenie wszystkich';
$strCheckDbPriv = 'Sprawdzanie uprawnie<69> dla bazy danych';
$strCheckTable = 'Sprawdzanie tabeli';
$strColumn = 'Kolumna';
$strColumnEmpty = 'Brak nazw kolumn!';
$strColumnNames = 'Nazwy kolumn';
$strCompleteInserts = 'Pe<50>ne dodania';
$strConfirm = 'Czy na pewno to zrobi<62>?';
$strCopyTable = 'Kopiowanie tabeli do:';
$strCopyTableOK = 'Tabela %s zosta<74>a 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<69>";
$strEffective = "Efektywne";
$strEmpty = "Wyczyszczenie";
$strEmptyResultSet = "MySQL zwr<77>ci<63> pusty wynik (i.e. zero rekord<72>w).";
$strEnableMagicQuotes = "<b>Ostrze<7A>enie:</b> Wy<57><79>czono opcj<63> magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a z wy<77><79>czon<6F> t<> opcj<63>. Prosz<73> zaznajomi<6D> si<73> dokumentacj<63> do PHP w aby znale<6C><65> informacj<63> w jaki spos<6F>b w<><77>czy<7A> t<> opcj<63>..";
$strEnclosedBy = "zawarty w";
$strEnd = "Koniec";
$strEnglishPrivileges=" Uwaga: Uprawnienia MySQL s<> oznaczone w j. angielskim ";
$strError = "B<EFBFBD><EFBFBD>d";
$strEscapedBy = "poprzedzony przez";
$strExtra = "Dodatkowy";
$strData = 'Dane';
$strDatabase = 'Baza danych ';
$strDatabases = 'bazy danych';
$strDataOnly = 'Tylko dane';
$strDbEmpty = 'Brak nazwy bazy danych!';
$strDefault = 'Domy<6D>lnie';
$strDelete = 'Skasowanie';
$strDeleted = 'Rekord zosta<74> skasowany';
$strDeleteFailed = 'Kasowanie nie powiod<6F>o si<73>!';
$strDeletePassword = 'Kasowanie has<61>a';
$strDeleteUserMessage = 'U<>ytkownik zosta<74> skasowany';
$strDelPassMessage = 'Skasowane zosta<74>o has<61>o u<>ytkownika';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Ostrze<7A>enie:</b> W<><57>czono opcj<63> magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a z w<><77>czon<6F> t<> opcj<63>. Prosz<73> zaznajomi<6D> si<73> dokumentacj<63> do PHP w aby znale<6C><65> informacj<63> w jaki spos<6F>b wy<77><79>czy<7A> t<> opcj<63>..';
$strDisplay = 'Pokazanie';
$strDoAQuery = 'Wykonaj "zaputanie przez przyk<79>ad" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykona<6E> ';
$strDrop = 'Usuni<6E>cie';
$strDropDB = 'Usuni<6E>cie bazy danych ';
$strDumpingData = 'Zrzut danych dla tabeli';
$strDynamic = 'zmienny';
$strField = "Pole";
$strFields = "Pola";
$strFixed = "sta<EFBFBD>y";
$strFormat = "Format";
$strFunction = "Funkcja";
$strEdit = 'Edycja';
$strEditPrivileges = 'Edycja uprawnie<69>';
$strEffective = 'Efektywne';
$strEmpty = 'Wyczyszczenie';
$strEmptyResultSet = 'MySQL zwr<77>ci<63> pusty wynik (i.e. zero rekord<72>w).';
$strEnableMagicQuotes = '<b>Ostrze<7A>enie:</b> Wy<57><79>czono opcj<63> magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a z wy<77><79>czon<6F> t<> opcj<63>. Prosz<73> zaznajomi<6D> si<73> dokumentacj<63> do PHP w aby znale<6C><65> informacj<63> w jaki spos<6F>b w<><77>czy<7A> t<> opcj<63>..';
$strEnclosedBy = 'zawarty w';
$strEnd = 'Koniec';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s<> oznaczone w j. angielskim ';
$strError = 'B<><42>d';
$strEscapedBy = 'poprzedzony przez';
$strExtra = 'Dodatkowy';
$strGenTime = "Czas wygenerowania";
$strGo = "Wykonanie";
$strGrants = "Nadanie";
$strGzip = "\".gz\"";
$strField = 'Pole';
$strFields = 'Pola';
$strFixed = 'sta<74>y';
$strFormat = 'Format';
$strFunction = 'Funkcja';
$strHasBeenAltered = "zosta<EFBFBD>o zamienione.";
$strHasBeenCreated = "zosta<EFBFBD>o utworzone.";
$strHasBeenDropped = "zosta<EFBFBD>o skasowane.";
$strHasBeenEmptied = "zosta<EFBFBD>o wyczyszczone.";
$strHome = "Wej<EFBFBD>cie";
$strHomepageOfficial = "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<EFBFBD> poda<64> list<73> kolumn rozdzielon<6F> przecinkami aby za<7A>adowa<77> 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 u<>yciu";
$strHasBeenAltered = 'zosta<74>o zamienione.';
$strHasBeenCreated = 'zosta<74>o utworzone.';
$strHasBeenDropped = 'zosta<74>o skasowane.';
$strHasBeenEmptied = 'zosta<74>o wyczyszczone.';
$strHome = 'Wej<65>cie';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmin';
$strHomepageSourceforge = 'Pobranie wersji Sourceforge phpMyAdmin';
$strHost = 'Host';
$strHostEmpty = 'Brak nazwy hosta!';
$strKeyname = "Nazwa klucza";
$strKill = "Zabicie";
$strIfYouWish = 'Prosz<73> poda<64> list<73> kolumn rozdzielon<6F> przecinkami aby za<7A>adowa<77> 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 u<>yciu';
$strLength = "D<EFBFBD>ugo<EFBFBD><EFBFBD>";
$strLengthSet = "D<EFBFBD>ugo<EFBFBD><EFBFBD>";
$strLimitNumRows = "rekord<EFBFBD>w na stronie";
$strLineFeed = "Kod wysuni<6E>cia linii: \\n";
$strLines = "Linie";
$strLocationTextfile = "Lokalizacja pliku tekstowego";
$strLogin = "Zalogowanie";
$strLogout = "Wylogowanie";
$strKeyname = 'Nazwa klucza';
$strKill = 'Zabicie';
$strModifications = "Modyfikacje zosta<74>y zapami<6D>tane";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL prze<7A>adowany.";
$strMySQLSaid = "MySQL zwr<77>ci<63> komunikat: ";
$strMySQLShowProcess = "Pokazuj procesy";
$strMySQLShowStatus = "Informacje o stanie serwera MySQL";
$strMySQLShowVars = "Zmienne systemowe serwera MySQL";
$strLength = 'D<>ugo<67><6F>';
$strLengthSet = 'D<>ugo<67><6F>';
$strLimitNumRows = 'rekord<72>w na stronie';
$strLineFeed = 'Kod wysuni<6E>cia linii: \\n';
$strLines = 'Linie';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLogin = 'Zalogowanie';
$strLogout = 'Wylogowanie';
$strName = "Nazwa";
$strNbRecords = "Ile";
$strNext = "Nast<EFBFBD>pne";
$strNo = "Nie";
$strNoPassword = "Brak has<61>a";
$strNoPrivileges = "Brak uprawnie<69>";
$strNoRights = "Brak wystarczaj<61>cych uprawnie<69>!";
$strNoTablesFound = "Nie znaleziono tabeli w bazie danych.";
$strNotNumber = "No nie jest liczba!";
$strNotValidNumber = " nie jest poprawnym numerem rekordu!";
$strNoUsersFound = "Nie znaleziono u<>ytkownika(<28>w).";
$strNull = "Null";
$strNumberIndexes = " ilo<6C><6F> zaawansowanych indeks<6B>w ";
$strModifications = 'Modyfikacje zosta<74>y zapami<6D>tane';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL prze<7A>adowany.';
$strMySQLSaid = 'MySQL zwr<77>ci<63> komunikat: ';
$strMySQLShowProcess = 'Pokazuj procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
$strOffSet = "Od";
$strOftenQuotation = "Znaki cudzys<79>owia. OPCJONALNIE oznacza, <20>e tylko pola char oraz varchar s<> zawarte w \"cudzys<EFBFBD>owiach\".";
$strOptimizeTable = "Optymalizacja tabeli";
$strOptionalControls = "Opcjonalnie. Okre<72>lenie w jaki spos<6F>b zapisa<73> lub odczyta<74> znaki specjalne.";
$strOptionally = "OPCJONALNIE";
$strOr = "Lub";
$strOverhead = "Nadmiarowo<EFBFBD><EFBFBD>";
$strName = 'Nazwa';
$strNbRecords = 'Ile';
$strNext = 'Nast<73>pne';
$strNo = 'Nie';
$strNoPassword = 'Brak has<61>a';
$strNoPrivileges = 'Brak uprawnie<69>';
$strNoRights = 'Brak wystarczaj<61>cych uprawnie<69>!';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNotNumber = 'No nie jest liczba!';
$strNotValidNumber = ' nie jest poprawnym numerem rekordu!';
$strNoUsersFound = 'Nie znaleziono u<>ytkownika(<28>w).';
$strNull = 'Null';
$strNumberIndexes = ' ilo<6C><6F> zaawansowanych indeks<6B>w ';
$strPassword = "Has<EFBFBD>o";
$strPasswordEmpty = "Puste has<61>o!";
$strPasswordNotSame = "Has<EFBFBD>a nie s<> identyczne!";
$strPHPVersion = "Wersja PHP";
$strPos1 = "Pocz<EFBFBD>tek";
$strPrevious = "Poprzednie";
$strPrimary = "Podstawowy";
$strPrimaryKey = "Podstawowy klucz";
$strPrinterFriendly = "Tabela w wersji do wydruku";
$strPrintView = "Widok do wydruku";
$strPrivileges = "Uprawnienia";
$strProducedAnError = "zg<EFBFBD>osi<EFBFBD> b<><62>d.";
$strProperties = "W<EFBFBD>a<EFBFBD>ciwo<EFBFBD>ci";
$strOffSet = 'Od';
$strOftenQuotation = 'Znaki cudzys<79>owia. OPCJONALNIE oznacza, <20>e tylko pola char oraz varchar s<> zawarte w "cudzys<79>owiach".';
$strOptimizeTable = 'Optymalizacja tabeli';
$strOptionalControls = 'Opcjonalnie. Okre<72>lenie w jaki spos<6F>b zapisa<73> lub odczyta<74> znaki specjalne.';
$strOptionally = 'OPCJONALNIE';
$strOr = 'Lub';
$strOverhead = 'Nadmiarowo<77><6F>';
$strQBE = "Zapytanie przez przyk<79>ad";
$strQBEDel = "Del"; //to translate (used in tbl_qbe.php3)
$strQBEIns = "Ins"; //to translate (used in tbl_qbe.php3)
$strPassword = 'Has<61>o';
$strPasswordEmpty = 'Puste has<61>o!';
$strPasswordNotSame = 'Has<61>a nie s<> identyczne!';
$strPHPVersion = 'Wersja PHP';
$strPos1 = 'Pocz<63>tek';
$strPrevious = 'Poprzednie';
$strPrimary = 'Podstawowy';
$strPrimaryKey = 'Podstawowy klucz';
$strPrinterFriendly = 'Tabela w wersji do wydruku';
$strPrintView = 'Widok do wydruku';
$strPrivileges = 'Uprawnienia';
$strProducedAnError = 'zg<7A>osi<73> b<><62>d.';
$strProperties = 'W<>a<EFBFBD>ciwo<77>ci';
$strReadTheDocs = "Prosz<EFBFBD> przeczyta<74> dokumentacj<63>";
$strRecords = "Rekordy";
$strReloadFailed = "Nie powiod<6F>o si<73> prze<7A>adowanie MySQL.";
$strReloadMySQL = "Prze<EFBFBD>adowanie MySQL";
$strRememberReload = "Prosz<EFBFBD> pami<6D>ta<74> o prze<7A>adowaniu serwera.";
$strRenameTable = "Zmiana nazwy tabeli na";
$strRenameTableOK = "Tabela %s ma zmienion<6F> nazw<7A> na %s";
$strRepairTable = "Naprawienie tabeli";
$strReplace = "Zamiana";
$strReplaceTable = "Zamiana danych tabeli z plikiem";
$strReset = "Reset";
$strReType = "Ponownie";
$strRevoke = "Cofni<EFBFBD>cie";
$strRevokeGrant = "Cofni<EFBFBD>cie uprawnie<69>";
$strRevokeGrantMessage = "Cofni<EFBFBD>te zosta<74>y uprawnienia dla";
$strRevokeMessage = "Cofni<EFBFBD>te zosta<74>y uprawnienia dla";
$strRevokePriv = "Cofni<EFBFBD>cie uprawnie<69>";
$strRowLength = "D<EFBFBD>ugo<EFBFBD><EFBFBD> rekordu";
$strRows = "Ilo<EFBFBD><EFBFBD> rekord<72>w";
$strRowSize=" Rozmiar rekordu ";
$strRowsFrom = "rekord<EFBFBD>w pocz<63>wszy od";
$strRowsStatistic = "Statystyka rekord<72>w";
$strRunning = "uruchomiony na ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Wykonanie zapytania SQL do bazy danych ";
$strQBE = 'Zapytanie przez przyk<79>ad';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "Zachowanie";
$strSelect = "Wyb<EFBFBD>r";
$strSelectFields = "Wyb<EFBFBD>r p<>l (co najmniej jedno):";
$strSelectNumRows = "w zapytaniu";
$strSend = "wys<EFBFBD>anie";
$strSequence = "Sekwencja";
$strServerVersion = "Wersja serwera";
$strShow = "Pokazanie";
$strShowThisQuery=" Ponowne wywo<77>anie tego zapytania ";
$strShowingRecords = "Pokazanie rekord<72>w ";
$strSingly = "(pojedy<64>czo)";
$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 = "Wys<EFBFBD>anie";
$strSuccess = "Zapytanie SQL zosta<74>o pomy<6D>lnie wykonane";
$strSum = "Suma";
$strReadTheDocs = 'Prosz<73> przeczyta<74> dokumentacj<63>';
$strRecords = 'Rekordy';
$strReloadFailed = 'Nie powiod<6F>o si<73> prze<7A>adowanie MySQL.';
$strReloadMySQL = 'Prze<7A>adowanie MySQL';
$strRememberReload = 'Prosz<73> pami<6D>ta<74> o prze<7A>adowaniu serwera.';
$strRenameTable = 'Zmiana nazwy tabeli na';
$strRenameTableOK = 'Tabela %s ma zmienion<6F> nazw<7A> na %s';
$strRepairTable = 'Naprawienie tabeli';
$strReplace = 'Zamiana';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReset = 'Reset';
$strReType = 'Ponownie';
$strRevoke = 'Cofni<6E>cie';
$strRevokeGrant = 'Cofni<6E>cie uprawnie<EFBFBD>';
$strRevokeGrantMessage = 'Cofni<6E>te zosta<74>y uprawnienia dla';
$strRevokeMessage = 'Cofni<6E>te zosta<74>y uprawnienia dla';
$strRevokePriv = 'Cofni<6E>cie uprawnie<69>';
$strRowLength = 'D<>ugo<67><6F> rekordu';
$strRows = 'Ilo<6C><6F> rekord<72>w';
$strRowSize = ' Rozmiar rekordu ';
$strRowsFrom = 'rekord<72>w pocz<63>wszy od';
$strRowsStatistic = 'Statystyka rekord<72>w';
$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 = "Zarz<EFBFBD>dzanie tabel<65>";
$strTableStructure = "Struktura tabeli dla ";
$strTableType = "Typ tabeli";
$strTerminatedBy = "zako<EFBFBD>czone przez";
$strTextAreaLength = " To pole mo<6D>e nie by<62> edytowalne,<br> z powodu swojej d<>ugo<67>ci ";
$strTheContent = "Zawarto<EFBFBD><EFBFBD> pliku zosta<74>a do<64><6F>czona.";
$strTheContents = "Zawarto<EFBFBD><EFBFBD> pliku zast<73>pi<70>a dane wybranej tabeli, kt<6B>rych podstawowy lub unikalny klucz by<62> identyczny.";
$strTheTerminator = "Znak rozdzielaj<61>cy pola.";
$strTotal = "wszystkich";
$strType = "Typ";
$strSave = 'Zachowanie';
$strSelect = 'Wyb<79>r';
$strSelectFields = 'Wyb<79>r p<>l (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSend = 'wys<79>anie';
$strSequence = 'Sekwencja';
$strServerVersion = 'Wersja serwera';
$strShow = 'Pokazanie';
$strShowThisQuery = ' Ponowne wywo<77>anie tego zapytania ';
$strShowingRecords = 'Pokazanie rekord<72>w ';
$strSingly = '(pojedy<64>czo)';
$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 = 'Wys<79>anie';
$strSuccess = 'Zapytanie SQL zosta<74>o pomy<6D>lnie wykonane';
$strSum = 'Suma';
$strUncheckAll = "Odeznaczenie wszystkich";
$strUnique = "Unikalny";
$strUpdatePassMessage = "Zmienione zosta<74>o has<61>o dla";
$strUpdatePassword = "Zmiana has<61>a";
$strUpdatePrivMessage = "Zmienione zosta<74>y uprawnienia dla";
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Wykorzystanie";
$strUser = "U<EFBFBD>ytkownik";
$strUserEmpty = "Brak nazwy u<>ytkownika!";
$strUserName = "Nazwa u<>ytkownika";
$strUsers = "U<EFBFBD>ytkownicy";
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strTable = 'tabela ';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableMaintenance = 'Zarz<72>dzanie tabel<65>';
$strTableStructure = 'Struktura tabeli dla ';
$strTableType = 'Typ tabeli';
$strTerminatedBy = 'zako<6B>czone przez';
$strTextAreaLength = ' To pole mo<6D>e nie by<62> edytowalne,<br /> z powodu swojej d<>ugo<67>ci ';
$strTheContent = 'Zawarto<74><6F> pliku zosta<74>a do<64><6F>czona.';
$strTheContents = 'Zawarto<74><6F> pliku zast<73>pi<70>a dane wybranej tabeli, kt<6B>rych podstawowy lub unikalny klucz by<62> identyczny.';
$strTheTerminator = 'Znak rozdzielaj<61>cy pola.';
$strTotal = 'wszystkich';
$strType = 'Typ';
$strValue = "Warto<EFBFBD><EFBFBD>";
$strViewDump = "Zrzut tabeli";
$strViewDumpDB = "Zrzut bazy danych";
$strUncheckAll = 'Odeznaczenie wszystkich';
$strUnique = 'Unikalny';
$strUpdatePassMessage = 'Zmienione zosta<74>o has<61>o dla';
$strUpdatePassword = 'Zmiana has<61>a';
$strUpdatePrivMessage = 'Zmienione zosta<74>y uprawnienia dla';
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Wykorzystanie';
$strUser = 'U<>ytkownik';
$strUserEmpty = 'Brak nazwy u<>ytkownika!';
$strUserName = 'Nazwa u<>ytkownika';
$strUsers = 'U<>ytkownicy';
$strUseTables = 'Use Tables'; //to translate (tbl_qbe.php3)
$strWelcome = "Witamy w ";
$strWrongUser = "B<EFBFBD><EFBFBD>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.";
$strValue = 'Warto<74><6F>';
$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 = 'B<><42>dne pola u<>ytkownik/has<61>o. Brak dost<73>pu.';
$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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "iso-8859-1";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'iso-8859-1';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "Acesso Negado";
$strAction = "A<EFBFBD><EFBFBD>es";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Adiciona novo campo";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "Condi<EFBFBD><EFBFBD>o de Pesquisa (Complemento da clausula \"where\"):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Um indice foi adicionado na ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "Chave prim<69>ria acrescentada na ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "Atributos";
$strBack = "Voltar";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Visualiza";
$strAccessDenied = 'Acesso Negado';
$strAction = 'A<><41>es';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'Adiciona novo campo';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = 'Condi<64><69>o de Pesquisa (Complemento da clausula "where"):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Um indice foi adicionado na ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'Chave prim<69>ria acrescentada na ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = 'Atributos';
$strCantLoadMySQL = "cannot load MySQL extension,<br>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 = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "Fa<EFBFBD>a uma \"query by example\" (wildcard: \"%\")";
$strDocu = "Documenta<EFBFBD><EFBFBD>o";
$strDoYouReally = "Confirma : ";
$strDrop = "Elimina";
$strDropDB = "Elimina o banco de dados: ";
$strDumpingData = "Extraindo dados da tabela";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />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 = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "enclosed by"; //to translate
$strEnd = "Fim";
$strError = "Erro";
$strEscapedBy = "escaped by"; //to translate
$strExtra = "Extra"; //to translate
$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 = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = 'Fa<46>a uma "query by example" (wildcard: "%")';
$strDocu = 'Documenta<74><61>o';
$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 = "Fun<EFBFBD>oes";
$strEdit = 'Edita';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um set vazio (ex. zero regs).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = 'enclosed by'; //to translate
$strEnd = 'Fim';
$strError = 'Erro';
$strEscapedBy = 'escaped by'; //to translate
$strExtra = 'Extra'; //to translate
$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 = 'Fun<75>oes';
$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, fa<66>a uma lista separada por virgula.";
$strIndex = "Index";
$strIndexes = "Indexes"; //to translate
$strInsert = "Insere";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "Insere na tabela";
$strInsertNewRow = "Insere novo registro";
$strInsertTextfiles = "Insere arquivo texto na tabela";
$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, fa<66>a uma lista separada por virgula.';
$strIndex = 'Index';
$strIndexes = 'Indexes'; //to translate
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = 'Insere na tabela';
$strInsertNewRow = 'Insere novo registro';
$strInsertTextfiles = 'Insere arquivo texto na tabela';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "Tamanho/Set";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "Linefeed: \\n";
$strLines = "Linhas";
$strLocationTextfile = "Localiza<EFBFBD><EFBFBD>o do arquivo textos";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out";
$strKeyname = 'Keyname';
$strKill = 'Kill'; //to translate
$strModifications = "Modifica<EFBFBD><EFBFBD>es foram salvas";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL reiniciado.";
$strMySQLSaid = "Mensagens do MySQL : ";
$strMySQLShowProcess = "Mostra os Processos";
$strMySQLShowStatus = "Mostra informa<6D><61>o de runtime do MySql";
$strMySQLShowVars = "Mostra vari<72>veis de sistema do MySQL";
$strLength = 'Length'; //to translate
$strLengthSet = 'Tamanho/Set';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Linhas';
$strLocationTextfile = 'Localiza<7A><61>o do arquivo textos';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Log out';
$strName = "Nome";
$strNext = "Pr<EFBFBD>ximo";
$strNo = "N<EFBFBD>o";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "Nenhuma table encontrada no banco de dados";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null"; //to translate
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = 'Modifica<63><61>es foram salvas';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL reiniciado.';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informa<6D><61>o de runtime do MySql';
$strMySQLShowVars = 'Mostra vari<72>veis de sistema do MySQL';
$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 = 'Pr<50>ximo';
$strNo = 'N<>o';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = 'Nenhuma table encontrada no banco de dados';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = 'Null'; //to translate
$strNumberIndexes = ' Number of advanced indexes '; //to translate
$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 Prim<69>ria";
$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 Prim<69>ria';
$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 = "Reinicializa<EFBFBD><EFBFBD>o do MySQL falhou.";
$strReloadMySQL = "Reinicializa o MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "Renomeia a tabela para ";
$strRenameTableOK = "Tabela %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 m<>nimo 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 = 'Reinicializa<7A><61>o 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 = "Coment<EFBFBD>rios da tabela";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "Estrutura da tabela";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "terminado por";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "O conte<74>do do seu arquivo foi inserido";
$strTheContents = "O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica";
$strTheTerminator = "Terminador de campos.";
$strTotal = "total";
$strType = "Tipo";
$strSave = 'Salva';
$strSelect = 'Seleciona';
$strSelectFields = 'Seleciones os campos (no m<>nimo 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 = 'Coment<6E>rios da tabela';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = 'terminado por';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = 'O conte<74>do do seu arquivo foi inserido';
$strTheContents = 'O conte<74>do do arquivo substituiu o conte<74>do da tabela que tinha a mesma chave prim<69>ria ou <20>nica';
$strTheTerminator = 'Terminador de campos.';
$strTotal = 'total';
$strType = 'Tipo';
$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 = "Usu<EFBFBD>rio 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 = 'Usu<73>rio 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "koi8-r";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'koi8-r';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "<EFBFBD>";
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = "Back"; //to translate
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> "where" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = '<27>';
$strAnIndex = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ';
$strAscending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r";
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD><EFBFBD> ";
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r';
$strChange = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:';
$strCopyTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strCreateNewTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ';
$strCriteria = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27><> ';
$strDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: "%")';
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoYouReally = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strDumpingData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strExtra = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strGrants = "Grants"; //to translate
$strField = '<27><><EFBFBD><EFBFBD>';
$strFields = '<27><><EFBFBD><EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenCreated = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenEmptied = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHome = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n";
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strKeyname = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strLength = 'Length'; //to translate
$strLengthSet = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n';
$strLines = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLocationTextfile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNo = "<EFBFBD><EFBFBD><EFBFBD>";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD> <20><> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModify = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMySQLSaid = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
$strOverhead = "Overhead"; //to translate
$strName = '<27><><EFBFBD>';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNo = '<27><><EFBFBD>';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = '<27> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = '<27><><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOftenQuotation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptionally = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOr = '<27><><EFBFBD>';
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrevious = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strProperties = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReloadFailed = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.";
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
$strQBE = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strSelectNumRows = "in query"; //to translate
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadFailed = '<EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strReloadMySQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strRenameTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strReset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ';
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelect = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelectFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):';
$strSelectNumRows = 'in query'; //to translate
$strSend = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowingRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\'';
$strStrucOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSubmit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSuccess = '<27><><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUsage = "Usage"; //to translate
$strUser = "User"; //to translate
$strUserEmpty = "The user name is empty!"; //to translate
$strUserName = "User name"; //to translate
$strUsers = "Users"; //to translate
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strTableComments = 'Table comments'; //to translate
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheTerminator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strTotal = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strType = '<27><><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = 'You have updated the password for'; //to translate
$strUpdatePassword = 'Update Password'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate
$strUserEmpty = 'The user name is empty!'; //to translate
$strUserName = 'User name'; //to translate
$strUsers = 'Users'; //to translate
$strUseTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strValue = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDump = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>';
$strYes = "<EFBFBD><EFBFBD>";
$strWelcome = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strYes = '<27><>';
// 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "windows-1251";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'windows-1251';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteColumn = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddDeleteRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> \"where\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "After"; //to translate
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "<EFBFBD>";
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ";
$strAscending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAtBeginningOfTable = "At Beginning of Table"; //to translate
$strAtEndOfTable = "At End of Table"; //to translate
$strAttr = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strBack = "Back"; //to translate
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strAccessDenied = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteColumn = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddDeleteRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD> "where" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'After'; //to translate
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = '<27>';
$strAnIndex = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> ';
$strAscending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
$strAtEndOfTable = 'At End of Table'; //to translate
$strAttr = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r";
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCompleteInserts = "Complete inserts"; //to translate
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:";
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ";
$strCriteria = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD><EFBFBD> ";
$strDatabases = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDelete = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleted = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "Display"; //to translate
$strDoAQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \"%\")";
$strDocu = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDoYouReally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDropDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strDumpingData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: \\r';
$strChange = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>:';
$strCopyTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s.';
$strCreate = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewDatabase = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><>';
$strCreateNewTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><> ';
$strCriteria = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEmptyResultSet = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEscapedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strExtra = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strData = 'Data'; //to translate
$strDatabase = '<27><> ';
$strDatabases = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelete = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = 'Display'; //to translate
$strDoAQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: "%")';
$strDocu = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDoYouReally = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDropDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strDumpingData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDynamic = 'dynamic'; //to translate
$strField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28>.<2E>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEscapedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strExtra = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strGenTime = "Generation Time"; //to translate
$strGo = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strGrants = "Grants"; //to translate
$strField = '<27><><EFBFBD><EFBFBD>';
$strFields = '<27><><EFBFBD><EFBFBD>';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strHome = "<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strIndexes = "Indexes"; //to translate
$strInsert = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInsertNewRow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>";
$strInsertTextfiles = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenCreated = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenDropped = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHasBeenEmptied = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strHome = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = '<27><><EFBFBD><EFBFBD>';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strKill = "Kill"; //to translate
$strIfYouWish = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strIndexes = 'Indexes'; //to translate
$strInsert = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertNewRow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strInsertTextfiles = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLimitNumRows = "records per page"; //to translate
$strLineFeed = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n";
$strLines = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strKeyname = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strModify = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLReloaded = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strMySQLSaid = "MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ";
$strMySQLShowProcess = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strMySQLShowStatus = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strMySQLShowVars = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strLength = 'Length'; //to translate
$strLengthSet = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLimitNumRows = 'records per page'; //to translate
$strLineFeed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>: \\n';
$strLines = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strLocationTextfile = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strName = "<EFBFBD><EFBFBD><EFBFBD>";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNo = "<EFBFBD><EFBFBD><EFBFBD>";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD> <20><> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModify = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLReloaded = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strMySQLSaid = 'MySQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: ';
$strMySQLShowProcess = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strMySQLShowStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strMySQLShowVars = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strOftenQuotation = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strOptionally = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOr = "<EFBFBD><EFBFBD><EFBFBD>";
$strOverhead = "Overhead"; //to translate
$strName = '<27><><EFBFBD>';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strNo = '<27><><EFBFBD>';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = '<27> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = '<27><><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrevious = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimary = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>";
$strPrinterFriendly = "Printer friendly version of above table"; //to translate
$strPrintView = "Print view"; //to translate
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strProperties = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strOftenQuotation = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> char <20> varchar <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strOptionally = '<27><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strOr = '<27><><EFBFBD>';
$strOverhead = 'Overhead'; //to translate
$strQBE = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrevious = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimary = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strProperties = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReloadFailed = "<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.";
$strReloadMySQL = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>";
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strReset = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rows starting from"; //to translate
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ";
$strRunQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strRunSQLQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ";
$strQBE = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD>):";
$strSelectNumRows = "in query"; //to translate
$strSend = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strShowingRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSubmit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSuccess = "<EFBFBD><EFBFBD><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReloadFailed = '<EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL.';
$strReloadMySQL = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>';
$strRenameTableOK = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReplaceTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strReset = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rows starting from'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> ';
$strRunQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRunSQLQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28>) <20><> <20><> ';
$strTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";
$strTableComments = "Table comments"; //to translate
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheContents = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strTheTerminator = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.";
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strType = "<EFBFBD><EFBFBD><EFBFBD>";
$strSave = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelect = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSelectFields = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>):';
$strSelectNumRows = 'in query'; //to translate
$strSend = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strShowingRecords = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\'';
$strStrucOnly = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSubmit = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSuccess = '<27><><EFBFBD> SQL-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strSum = 'Sum'; //to translate
$strUncheckAll = "Uncheck All"; //to translate
$strUnique = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUpdatePassMessage = "You have updated the password for"; //to translate
$strUpdatePassword = "Update Password"; //to translate
$strUpdatePrivMessage = "You have updated the privileges for"; //to translate
$strUpdateQuery = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strUsage = "Usage"; //to translate
$strUser = "User"; //to translate
$strUserEmpty = "The user name is empty!"; //to translate
$strUserName = "User name"; //to translate
$strUsers = "Users"; //to translate
$strUseTables = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strTable = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strTableComments = 'Table comments'; //to translate
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheContents = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strTheTerminator = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>.';
$strTotal = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strType = '<27><><EFBFBD>';
$strValue = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>";
$strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = 'You have updated the password for'; //to translate
$strUpdatePassword = 'Update Password'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate
$strUserEmpty = 'The user name is empty!'; //to translate
$strUserName = 'User name'; //to translate
$strUsers = 'Users'; //to translate
$strUseTables = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strWelcome = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ";
$strWrongUser = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";
$strValue = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDump = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD>) <20><>';
$strYes = "<EFBFBD><EFBFBD>";
$strWelcome = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> ';
$strWrongUser = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strYes = '<27><>';
// 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';
?>

View File

@@ -1,284 +1,286 @@
<?php
/* $Id: slovak-iso.inc.php,v 1.1 2001/07/24 17:15:00 lubos klokner <erkac@vault-tec.sk> */
$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 = "Pr<EFBFBD>stup zamietnut<75>";
$strAction = "Akcia";
$strAddDeleteColumn = "Prida<EFBFBD>/Odobra<72> polia st<73>pcov";
$strAddDeleteRow = "Prida<EFBFBD>/Odobra<72> krit<69>ria riadku";
$strAddNewField = "Prida<EFBFBD> nov<6F> pole";
$strAddPriv = "Prida<EFBFBD> nov<6F> privil<69>gium";
$strAddPrivMessage = "Privil<EFBFBD>gium bolo pridan<61>.";
$strAddSearchConditions = "Prida<EFBFBD> vyh<79>ad<61>vacie parametre (obsah dotazu po \"where\" pr<70>kaze):";
$strAddUser = "Prida<EFBFBD> nov<6F>ho pou<6F><75>vate<74>a";
$strAddUserMessage = "Pou<EFBFBD><EFBFBD>vate<EFBFBD> bol pridan<61>.";
$strAfter = "Po";
$strAll = "V<EFBFBD>etko";
$strAlterOrderBy = "Zmeni<EFBFBD> poradie tabu<62>ky pod<6F>a";
$strAnalyzeTable = "Analyzova<EFBFBD> tabu<62>ku";
$strAnd = "a";
$strAnIndex = "Bol pridan<61> index na ";
$strAny = "Ak<EFBFBD>ko<EFBFBD>vek";
$strAnyColumn = "Ak<EFBFBD>ko<EFBFBD>vek st<73>pec";
$strAnyDatabase = "Ak<EFBFBD>ko<EFBFBD>vek datab<61>za";
$strAnyHost = "Ak<EFBFBD>ko<EFBFBD>vek hostite<74>";
$strAnyTable = "Ak<EFBFBD>ko<EFBFBD>vek tabu<62>ka";
$strAnyUser = "Akyko<EFBFBD>vek pou<6F><75>vate<74>";
$strAPrimaryKey = "Bol pridan<61> prim<69>rny k<><6B><EFBFBD> na ";
$strAscending = "Vzostupne";
$strAtBeginningOfTable = "Na za<7A>iatku tabu<62>ky";
$strAtEndOfTable = "Na konci tabu<62>ky";
$strAttr = "Atrib<EFBFBD>ty";
$strAccessDenied = 'Pr<EFBFBD>stup zamietnut<75>';
$strAction = 'Akcia';
$strAddDeleteColumn = 'Prida<EFBFBD>/Odobra<72> polia st<73>pcov';
$strAddDeleteRow = 'Prida<EFBFBD>/Odobra<72> krit<69>ria riadku';
$strAddNewField = 'Prida<EFBFBD> nov<6F> pole';
$strAddPriv = 'Prida<EFBFBD> nov<6F> privil<69>gium';
$strAddPrivMessage = 'Privil<EFBFBD>gium bolo pridan<61>.';
$strAddSearchConditions = 'Prida<EFBFBD> vyh<79>ad<61>vacie parametre (obsah dotazu po "where" pr<70>kaze):';
$strAddUser = 'Prida<EFBFBD> nov<6F>ho pou<6F><75>vate<74>a';
$strAddUserMessage = 'Pou<EFBFBD><EFBFBD>vate<EFBFBD> bol pridan<61>.';
$strAfter = 'Po';
$strAll = 'V<EFBFBD>etko';
$strAlterOrderBy = 'Zmeni<EFBFBD> poradie tabu<62>ky pod<6F>a';
$strAnalyzeTable = 'Analyzova<EFBFBD> tabu<62>ku';
$strAnd = 'a';
$strAnIndex = 'Bol pridan<61> index na ';
$strAny = 'Ak<EFBFBD>ko<EFBFBD>vek';
$strAnyColumn = 'Ak<EFBFBD>ko<EFBFBD>vek st<73>pec';
$strAnyDatabase = 'Ak<EFBFBD>ko<EFBFBD>vek datab<61>za';
$strAnyHost = 'Ak<EFBFBD>ko<EFBFBD>vek hostite<74>';
$strAnyTable = 'Ak<EFBFBD>ko<EFBFBD>vek tabu<62>ka';
$strAnyUser = 'Akyko<EFBFBD>vek pou<6F><75>vate<74>';
$strAPrimaryKey = 'Bol pridan<61> prim<69>rny k<><6B><EFBFBD> na ';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na za<7A>iatku tabu<62>ky';
$strAtEndOfTable = 'Na konci tabu<62>ky';
$strAttr = 'Atrib<EFBFBD>ty';
$strBack = "Sp<EFBFBD><EFBFBD>";
$strBinary = "Bin<EFBFBD>rny";
$strBinaryDoNotEdit = "Bin<EFBFBD>rny - neupravujte ";
$strBookmarkLabel = "N<EFBFBD>zov";
$strBookmarkQuery = "Ob<EFBFBD><EFBFBD>ben<EFBFBD> SQL dotaz";
$strBookmarkThis = "Prida<EFBFBD> tento SQL dotaz do ob<6F><62>ben<65>ch";
$strBookmarkView = "Iba prezrie<69>";
$strBrowse = "Prech<EFBFBD>dza<EFBFBD>";
$strBzip = "\"bzipped\"";
$strBack = 'Sp<EFBFBD><EFBFBD>';
$strBinary = 'Bin<EFBFBD>rny';
$strBinaryDoNotEdit = 'Bin<EFBFBD>rny - neupravujte ';
$strBookmarkLabel = 'N<EFBFBD>zov';
$strBookmarkQuery = 'Ob<EFBFBD><EFBFBD>ben<EFBFBD> SQL dotaz';
$strBookmarkThis = 'Prida<EFBFBD> tento SQL dotaz do ob<6F><62>ben<65>ch';
$strBookmarkView = 'Iba prezrie<69>';
$strBrowse = 'Prech<EFBFBD>dza<EFBFBD>';
$strBzip = '"bzipped"';
$strCantLoadMySQL = "nieje mo<6D>n<EFBFBD> nahra<72> roz<6F><7A>renie pre MySQL,<br>pros<6F>m skontrolujte konfigur<75>ciu PHP.";
$strCarriage = "N<EFBFBD>vrat voz<6F>ku (Carriage return): \\r";
$strChange = "Zmeni<EFBFBD>";
$strCheckAll = "Ozna<EFBFBD>i<EFBFBD> v<>etko";
$strCheckDbPriv = "Skontrolova<EFBFBD> privil<69>gia datab<61>zy";
$strCheckTable = "Skontrolova<EFBFBD> tabu<62>ku";
$strColumn = "St<EFBFBD>pec";
$strColumnEmpty = "N<EFBFBD>zvy st<73>pcov s<> pr<70>zdne!";
$strColumnNames = "N<EFBFBD>zvy st<73>pcov";
$strCompleteInserts = "<EFBFBD>pln<EFBFBD> vlo<6C>enie";
$strConfirm = "Skuto<EFBFBD>ne si <20>el<65>te toto vykona<6E>?";
$strCopyTable = "Skop<EFBFBD>rova<EFBFBD> tabu<62>ku do:";
$strCopyTableOK = "Tabu<EFBFBD>ka %s bola skor<6F>rovan<61> do %s.";
$strCreate = "Vytvori<EFBFBD>";
$strCreateNewDatabase = "Vytvori<EFBFBD> nov<6F> datab<61>zu";
$strCreateNewTable = "Vytvori<EFBFBD> nov<6F> tabu<62>ku v datab<61>ze ";
$strCriteria = "Krit<EFBFBD>ria";
$strCantLoadMySQL = 'nieje mo<6D>n<EFBFBD> nahra<72> roz<6F><7A>renie pre MySQL,<br />pros<6F>m skontrolujte konfigur<75>ciu PHP.';
$strCarriage = 'N<EFBFBD>vrat voz<6F>ku (Carriage return): \\r';
$strChange = 'Zmeni<EFBFBD>';
$strCheckAll = 'Ozna<EFBFBD>i<EFBFBD> v<>etko';
$strCheckDbPriv = 'Skontrolova<EFBFBD> privil<69>gia datab<61>zy';
$strCheckTable = 'Skontrolova<EFBFBD> tabu<62>ku';
$strColumn = 'St<EFBFBD>pec';
$strColumnEmpty = 'N<EFBFBD>zvy st<73>pcov s<> pr<70>zdne!';
$strColumnNames = 'N<EFBFBD>zvy st<73>pcov';
$strCompleteInserts = '<EFBFBD>pln<EFBFBD> vlo<6C>enie';
$strConfirm = 'Skuto<EFBFBD>ne si <20>el<65>te toto vykona<6E>?';
$strCopyTable = 'Skop<EFBFBD>rova<EFBFBD> tabu<62>ku do:';
$strCopyTableOK = 'Tabu<EFBFBD>ka %s bola skor<6F>rovan<61> do %s.';
$strCreate = 'Vytvori<EFBFBD>';
$strCreateNewDatabase = 'Vytvori<EFBFBD> nov<6F> datab<61>zu';
$strCreateNewTable = 'Vytvori<EFBFBD> nov<6F> tabu<62>ku v datab<61>ze ';
$strCriteria = 'Krit<EFBFBD>ria';
$strData = "D<EFBFBD>ta";
$strDatabase = "Datab<EFBFBD>za ";
$strDatabases = "datab<EFBFBD>z(y)";
$strDataOnly = "Iba d<>ta";
$strDbEmpty = "N<EFBFBD>zov datab<61>zy je pr<70>zdny!";
$strDefault = "Predvolen<EFBFBD>";
$strDelete = "Zmaza<EFBFBD>";
$strDeleted = "Riadok bol zmazan<61>";
$strDeleteFailed = "Mazanie bolo ne<6E>spe<70>n<EFBFBD>!";
$strDeletePassword = "Zmaza<EFBFBD> heslo";
$strDeleteUserMessage = "Bol zmazan<61> pou<6F><75>vate<74>";
$strDelPassMessage = "Bolo zmazan<61> heslo pre";
$strDescending = "Zostupne";
$strDisableMagicQuotes = "<b>Varovanie:</b> M<>te zapnut<75> magic_quotes_gpc vo Va<56>ej konfigur<75>cii PHP. T<>to verzia PhpMyAdmin-a nem<65><6D>e funguva<76> spr<70>vane s t<>mto nastaven<65>m. Pros<6F>m pozrite sa do manu<6E>lu konfigur<75>cie PHP ako toto nastavenie zmeni<6E>.";
$strDisplay = "Zobrazi<EFBFBD>";
$strDoAQuery = "Vykona<EFBFBD> \"dotaz pod<6F>a pr<70>kladu\" (wildcard: \"%\")";
$strDocu = "Dokument<EFBFBD>cia";
$strDoYouReally = "Skuto<EFBFBD>ne chcete vykona<6E> pr<70>kaz ";
$strDrop = "Odstr<EFBFBD>ni<EFBFBD>";
$strDropDB = "Odstr<EFBFBD>ni<EFBFBD> datab<61>zu ";
$strDumpingData = "Dampujem d<>ta pre tabu<62>ku";
$strDynamic = "dynamic";
$strData = 'D<EFBFBD>ta';
$strDatabase = 'Datab<EFBFBD>za ';
$strDatabases = 'datab<EFBFBD>z(y)';
$strDataOnly = 'Iba d<>ta';
$strDbEmpty = 'N<EFBFBD>zov datab<61>zy je pr<70>zdny!';
$strDefault = 'Predvolen<EFBFBD>';
$strDelete = 'Zmaza<EFBFBD>';
$strDeleted = 'Riadok bol zmazan<61>';
$strDeleteFailed = 'Mazanie bolo ne<6E>spe<70>n<EFBFBD>!';
$strDeletePassword = 'Zmaza<EFBFBD> heslo';
$strDeleteUserMessage = 'Bol zmazan<61> pou<6F><75>vate<74>';
$strDelPassMessage = 'Bolo zmazan<61> heslo pre';
$strDescending = 'Zostupne';
$strDisableMagicQuotes = '<b>Varovanie:</b> M<>te zapnut<75> magic_quotes_gpc vo Va<56>ej konfigur<75>cii PHP. T<>to verzia PhpMyAdmin-a nem<65><6D>e funguva<76> spr<70>vane s t<>mto nastaven<65>m. Pros<6F>m pozrite sa do manu<6E>lu konfigur<75>cie PHP ako toto nastavenie zmeni<6E>.';
$strDisplay = 'Zobrazi<EFBFBD>';
$strDoAQuery = 'Vykona<EFBFBD> "dotaz pod<6F>a pr<70>kladu" (wildcard: "%")';
$strDocu = 'Dokument<EFBFBD>cia';
$strDoYouReally = 'Skuto<EFBFBD>ne chcete vykona<6E> pr<70>kaz ';
$strDrop = 'Odstr<EFBFBD>ni<EFBFBD>';
$strDropDB = 'Odstr<EFBFBD>ni<EFBFBD> datab<61>zu ';
$strDumpingData = 'Dampujem d<>ta pre tabu<62>ku';
$strDynamic = 'dynamic';
$strEdit = "Upravi<EFBFBD>";
$strEditPrivileges = "Upravi<EFBFBD> privil<69>gia";
$strEffective = "Efekt<EFBFBD>vny";
$strEmpty = "Vypr<EFBFBD>zdni<EFBFBD>";
$strEmptyResultSet = "MySQL vr<76>til pr<70>zdny v<>sledok (tj. nulov<6F> po<70>et riadkov).";
$strEnableMagicQuotes = "<b>Varovanie:</b> Nem<65>te zapnut<75> magic_quotes_gpc vo Va<56>ej konfigur<75>cii PHP. PhpMyAdmin to potrebuje pre spr<70>vnu funk<6E>nos<6F>. Pros<6F>m pozrite sa do manu<6E>lu konfigur<75>cie PHP ako toto nastavenie zmeni<6E>.";
$strEnclosedBy = "uzatvoren<EFBFBD> do";
$strEnd = "Koniec";
$strEnglishPrivileges = " Pozn<7A>mka: n<>zvy MySQL privil<69>gi<67> s<> uv<75>dzan<61> v angli<6C>tine. ";
$strError = "Chyba";
$strEscapedBy = "uveden<EFBFBD> pomocou";
$strExtra = "Extra";
$strEdit = 'Upravi<EFBFBD>';
$strEditPrivileges = 'Upravi<EFBFBD> privil<69>gia';
$strEffective = 'Efekt<EFBFBD>vny';
$strEmpty = 'Vypr<EFBFBD>zdni<EFBFBD>';
$strEmptyResultSet = 'MySQL vr<76>til pr<70>zdny v<>sledok (tj. nulov<6F> po<70>et riadkov).';
$strEnableMagicQuotes = '<b>Varovanie:</b> Nem<65>te zapnut<75> magic_quotes_gpc vo Va<56>ej konfigur<75>cii PHP. PhpMyAdmin to potrebuje pre spr<70>vnu funk<6E>nos<6F>. Pros<6F>m pozrite sa do manu<6E>lu konfigur<75>cie PHP ako toto nastavenie zmeni<6E>.';
$strEnclosedBy = 'uzatvoren<EFBFBD> do';
$strEnd = 'Koniec';
$strEnglishPrivileges = ' Pozn<7A>mka: n<>zvy MySQL privil<69>gi<67> s<> uv<75>dzan<61> v angli<6C>tine. ';
$strError = 'Chyba';
$strEscapedBy = 'uveden<EFBFBD> pomocou';
$strExtra = 'Extra';
$strField = "Pole";
$strFields = "Polia";
$strFixed = "pevn<EFBFBD>";
$strFormat = "Form<EFBFBD>t";
$strFunction = "Funkcia";
$strField = 'Pole';
$strFields = 'Polia';
$strFixed = 'pevn<EFBFBD>';
$strFormat = 'Form<EFBFBD>t';
$strFunction = 'Funkcia';
$strGenTime = "Vygenerovan<EFBFBD>:";
$strGo = "Vykonaj";
$strGrants = "Privil<EFBFBD>gia";
$strGzip = "\"gzip-ovan<61>\"";
$strGenTime = 'Vygenerovan<EFBFBD>:';
$strGo = 'Vykonaj';
$strGrants = 'Privil<EFBFBD>gia';
$strGzip = '"gzip-ovan<61>"';
$strHasBeenAltered = "bola zmenen<65>.";
$strHasBeenCreated = "bola vytvoren<65>.";
$strHasBeenDropped = "bola zmazan<61>.";
$strHasBeenEmptied = "bola vypr<70>zdnen<65>.";
$strHome = "Domov";
$strHomepageOfficial = "Ofici<EFBFBD>lne str<74>nky phpMyAdmin-a";
$strHomepageSourceforge = "Download str<74>nka phpMyAdmin-a (Sourceforge)";
$strHost = "Hostitel";
$strHostEmpty = "N<EFBFBD>zov hostitela je pr<70>zdny!";
$strHasBeenAltered = 'bola zmenen<65>.';
$strHasBeenCreated = 'bola vytvoren<65>.';
$strHasBeenDropped = 'bola zmazan<61>.';
$strHasBeenEmptied = 'bola vypr<70>zdnen<65>.';
$strHome = 'Domov';
$strHomepageOfficial = 'Ofici<EFBFBD>lne str<74>nky phpMyAdmin-a';
$strHomepageSourceforge = 'Download str<74>nka phpMyAdmin-a (Sourceforge)';
$strHost = 'Hostitel';
$strHostEmpty = 'N<EFBFBD>zov hostitela je pr<70>zdny!';
$strIfYouWish = "Ak si zel<65>te nahra<72> iba ur<75>it<69> st<73>pce tabu<62>ky, <20>pecifikujte ich ako zoznam pol<6F> oddelen<65> <20>iarkou.";
$strIndex = "Index";
$strIndexes = "Indexy";
$strInsert = "Vlo<EFBFBD>i<EFBFBD>";
$strInsertAsNewRow = "Vlo<EFBFBD>i<EFBFBD> ako nov<6F> riadok";
$strInsertIntoTable = "Vlo<EFBFBD>i<EFBFBD> do tabu<62>ky";
$strInsertNewRow = "Vlo<EFBFBD>i<EFBFBD> nov<6F> riadok";
$strInsertTextfiles = "Vlo<EFBFBD>i<EFBFBD> textov<6F> s<>bory do tabu<62>ky";
$strInUse = "pr<EFBFBD>ve sa pou<6F><75>va";
$strIfYouWish = 'Ak si zel<65>te nahra<72> iba ur<75>it<69> st<73>pce tabu<62>ky, <20>pecifikujte ich ako zoznam pol<6F> oddelen<65> <20>iarkou.';
$strIndex = 'Index';
$strIndexes = 'Indexy';
$strInsert = 'Vlo<EFBFBD>i<EFBFBD>';
$strInsertAsNewRow = 'Vlo<EFBFBD>i<EFBFBD> ako nov<6F> riadok';
$strInsertIntoTable = 'Vlo<EFBFBD>i<EFBFBD> do tabu<62>ky';
$strInsertNewRow = 'Vlo<EFBFBD>i<EFBFBD> nov<6F> riadok';
$strInsertTextfiles = 'Vlo<EFBFBD>i<EFBFBD> textov<6F> s<>bory do tabu<62>ky';
$strInUse = 'pr<EFBFBD>ve sa pou<6F><75>va';
$strKeyname = "K<EFBFBD><EFBFBD><EFBFBD>ov<EFBFBD> n<>zov";
$strKill = "Zabi<EFBFBD>";
$strKeyname = 'K<EFBFBD><EFBFBD><EFBFBD>ov<EFBFBD> n<>zov';
$strKill = 'Zabi<EFBFBD>';
$strLength = "D<EFBFBD><EFBFBD>ka";
$strLengthSet = "D<EFBFBD><EFBFBD>ka/Nastavi<76>";
$strLimitNumRows = "z<EFBFBD>znamov na str<74>nku";
$strLineFeed = "Ukon<EFBFBD>enie riadku (Linefeed): \\n";
$strLines = "Riadkov";
$strLocationTextfile = "Lok<EFBFBD>cia textov<6F>ho s<>boru";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Odhl<EFBFBD>si<EFBFBD> sa";
$strLength = 'D<EFBFBD><EFBFBD>ka';
$strLengthSet = 'D<EFBFBD><EFBFBD>ka/Nastavi<76>';
$strLimitNumRows = 'z<EFBFBD>znamov na str<74>nku';
$strLineFeed = 'Ukon<EFBFBD>enie riadku (Linefeed): \\n';
$strLines = 'Riadkov';
$strLocationTextfile = 'Lok<EFBFBD>cia textov<6F>ho s<>boru';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Odhl<EFBFBD>si<EFBFBD> sa';
$strModifications = "Zmeny boli ulo<6C>en<65>";
$strModify = "Zmeni<EFBFBD>";
$strMySQLReloaded = "MySQL znovu-na<6E><61>tan<61>.";
$strMySQLSaid = "MySQL hl<68>si: ";
$strMySQLShowProcess = "Zobrazi<EFBFBD> procesy";
$strMySQLShowStatus = "Zobrazi<EFBFBD> MySQL inform<72>cie o behu";
$strMySQLShowVars = "Zobrazi<EFBFBD> MySQL syst<73>mov<6F> premenn<6E>";
$strModifications = 'Zmeny boli ulo<6C>en<65>';
$strModify = 'Zmeni<EFBFBD>';
$strMySQLReloaded = 'MySQL znovu-na<6E><61>tan<61>.';
$strMySQLSaid = 'MySQL hl<68>si: ';
$strMySQLShowProcess = 'Zobrazi<EFBFBD> procesy';
$strMySQLShowStatus = 'Zobrazi<EFBFBD> MySQL inform<72>cie o behu';
$strMySQLShowVars = 'Zobrazi<EFBFBD> MySQL syst<73>mov<6F> premenn<6E>';
$strName = "N<EFBFBD>zov";
$strNbRecords = "Po<EFBFBD>et z<>znamov";
$strNext = "<EFBFBD>al<EFBFBD><EFBFBD>";
$strNo = "Nie";
$strNoPassword = "<EFBFBD>iadne heslo";
$strNoPrivileges = "<EFBFBD>iadne privil<69>gia";
$strNoRights = "Nem<EFBFBD>te dostato<74>n<EFBFBD> pr<70>va na vykonanie tejto akcie!";
$strNoTablesFound = "Neboli n<>jden<65> <20>iadne tabu<62>ky v tejto dat<61>baze.";
$strNotNumber = "Toto nieje <20><>slo!";
$strNotValidNumber = " nieje platn<74> <20><>slo riadku!";
$strNoUsersFound = "Nebol n<>jden<65> <20>iadny pou<6F><75>vate<74>.";
$strNull = "Nulov<EFBFBD>";
$strNumberIndexes = " Po<50>et roz<6F><7A>ren<65>ch indexov ";
$strName = 'N<EFBFBD>zov';
$strNbRecords = 'Po<EFBFBD>et z<>znamov';
$strNext = '<EFBFBD>al<EFBFBD><EFBFBD>';
$strNo = 'Nie';
$strNoPassword = '<EFBFBD>iadne heslo';
$strNoPrivileges = '<EFBFBD>iadne privil<69>gia';
$strNoRights = 'Nem<EFBFBD>te dostato<74>n<EFBFBD> pr<70>va na vykonanie tejto akcie!';
$strNoTablesFound = 'Neboli n<>jden<65> <20>iadne tabu<62>ky v tejto dat<61>baze.';
$strNotNumber = 'Toto nieje <20><>slo!';
$strNotValidNumber = ' nieje platn<74> <20><>slo riadku!';
$strNoUsersFound = 'Nebol n<>jden<65> <20>iadny pou<6F><75>vate<74>.';
$strNull = 'Nulov<EFBFBD>';
$strNumberIndexes = ' Po<50>et roz<6F><7A>ren<65>ch indexov ';
$strOffSet = "Offset";
$strOftenQuotation = "<EFBFBD>asto uvodzuj<75>ce znaky. Volite<74>ne znamena, <20>e iba polia typu char a varchar s<> uzatvoren<65> do \"uzatv<EFBFBD>rac<EFBFBD>ch\" znakov.";
$strOptimizeTable = "Optimalozova<EFBFBD> tabu<62>ku";
$strOptionalControls = "Voliteln<EFBFBD>. Ur<55>uje ako zapisova<76> alebo <20><>ta<74> <20>peci<63>lne znaky.";
$strOptionally = "Volite<EFBFBD>ne";
$strOr = "alebo";
$strOverhead = "Naviac";
$strOffSet = 'Offset';
$strOftenQuotation = '<EFBFBD>asto uvodzuj<75>ce znaky. Volite<74>ne znamena, <20>e iba polia typu char a varchar s<> uzatvoren<65> do "uzatv<EFBFBD>rac<EFBFBD>ch" znakov.';
$strOptimizeTable = 'Optimalozova<EFBFBD> tabu<62>ku';
$strOptionalControls = 'Voliteln<EFBFBD>. Ur<55>uje ako zapisova<76> alebo <20><>ta<74> <20>peci<63>lne znaky.';
$strOptionally = 'Volite<EFBFBD>ne';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strPassword = "Heslo";
$strPasswordEmpty = "Heslo je pr<70>zdne!";
$strPasswordNotSame = "Hesl<EFBFBD> sa nezhoduj<75>!";
$strPHPVersion = "Verzia PHP";
$strPos1 = "Za<EFBFBD>iatok";
$strPrevious = "Predch<EFBFBD>dzaj<EFBFBD>ci";
$strPrimary = "Prim<EFBFBD>rny";
$strPrimaryKey = "Prim<EFBFBD>rny k<><6B><EFBFBD>";
$strPrinterFriendly = "Verzia pre tla<6C>";
$strPrintView = "N<EFBFBD>h<EFBFBD>ad k tla<6C>i";
$strPrivileges = "Privil<EFBFBD>gia";
$strProducedAnError = "vytvoril chybu.";
$strProperties = "Vlastnosti";
$strPassword = 'Heslo';
$strPasswordEmpty = 'Heslo je pr<70>zdne!';
$strPasswordNotSame = 'Hesl<EFBFBD> sa nezhoduj<75>!';
$strPHPVersion = 'Verzia PHP';
$strPos1 = 'Za<EFBFBD>iatok';
$strPrevious = 'Predch<EFBFBD>dzaj<EFBFBD>ci';
$strPrimary = 'Prim<EFBFBD>rny';
$strPrimaryKey = 'Prim<EFBFBD>rny k<><6B><EFBFBD>';
$strPrinterFriendly = 'Verzia pre tla<6C>';
$strPrintView = 'N<EFBFBD>h<EFBFBD>ad k tla<6C>i';
$strPrivileges = 'Privil<EFBFBD>gia';
$strProducedAnError = 'vytvoril chybu.';
$strProperties = 'Vlastnosti';
$strQBE = "Dotaz pod<6F>a pr<70>kladu";
$strQBEDel = "Zmaza<EFBFBD>";
$strQBEIns = "Vlo<EFBFBD>i<EFBFBD>";
$strQBE = 'Dotaz pod<6F>a pr<70>kladu';
$strQBEDel = 'Zmaza<EFBFBD>';
$strQBEIns = 'Vlo<EFBFBD>i<EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD>ta<EFBFBD> dokument<6E>ciu";
$strRecords = "Z<EFBFBD>znamov";
$strReloadFailed = "Znovu-na<6E><61>tanie MySQL bolo ne<6E>spe<70>n<EFBFBD>.";
$strReloadMySQL = "Znovu-na<6E><61>ta<74> MySQL";
$strRememberReload = "Nezabudnite znovu-na<6E><61>ta<74> MySQL server.";
$strRenameTable = "Premenova<EFBFBD> tabu<62>ku na";
$strRenameTableOK = "Tabu<EFBFBD>ka %s bola premenovan<61> na %s";
$strRepairTable = "Opravi<EFBFBD> tabu<62>ku";
$strReplace = "Nahradi<EFBFBD>";
$strReplaceTable = "Nahradi<EFBFBD> d<>ta v tabu<62>ke s<>borom";
$strReset = "P<EFBFBD>vodn<EFBFBD> (Reset)";
$strReType = "Nap<EFBFBD>sa<EFBFBD> znova";
$strRevoke = "Zrusi<EFBFBD>";
$strRevokeGrant = "Zru<EFBFBD>i<EFBFBD> polovenie pridelova<76> privil<69>gia";
$strRevokeGrantMessage = "Bolo zru<72>en<65> pr<70>vo pridelova<76> privil<69>gia pre";
$strRevokeMessage = "Boli zru<72>en<65> privil<69>gia pre";
$strRevokePriv = "Zru<EFBFBD>i<EFBFBD> privil<69>gia";
$strRowLength = "D<EFBFBD><EFBFBD>ka riadku";
$strRows = "Riadkov";
$strRowsFrom = "riadky za<7A><61>naj<61> od";
$strRowSize = " Ve<56>kos<6F> riadku ";
$strRowsStatistic = "<EFBFBD>tatistika riadku";
$strRunning = "be<EFBFBD>i na ";
$strRunQuery = "Odo<EFBFBD>li dotaz";
$strRunSQLQuery = "Spusti<EFBFBD> SQL dotaz(y) v datab<61>ze ";
$strReadTheDocs = '<EFBFBD><EFBFBD>ta<EFBFBD> dokument<6E>ciu';
$strRecords = 'Z<EFBFBD>znamov';
$strReloadFailed = 'Znovu-na<6E><61>tanie MySQL bolo ne<6E>spe<70>n<EFBFBD>.';
$strReloadMySQL = 'Znovu-na<6E><61>ta<74> MySQL';
$strRememberReload = 'Nezabudnite znovu-na<6E><61>ta<74> MySQL server.';
$strRenameTable = 'Premenova<EFBFBD> tabu<62>ku na';
$strRenameTableOK = 'Tabu<EFBFBD>ka %s bola premenovan<61> na %s';
$strRepairTable = 'Opravi<EFBFBD> tabu<62>ku';
$strReplace = 'Nahradi<EFBFBD>';
$strReplaceTable = 'Nahradi<EFBFBD> d<>ta v tabu<62>ke s<>borom';
$strReset = 'P<EFBFBD>vodn<EFBFBD> (Reset)';
$strReType = 'Nap<EFBFBD>sa<EFBFBD> znova';
$strRevoke = 'Zrusi<EFBFBD>';
$strRevokeGrant = 'Zru<EFBFBD>i<EFBFBD> polovenie pridelova<76> privil<69>gia';
$strRevokeGrantMessage = 'Bolo zru<72>en<65> pr<70>vo pridelova<76> privil<69>gia pre';
$strRevokeMessage = 'Boli zru<72>en<65> privil<69>gia pre';
$strRevokePriv = 'Zru<EFBFBD>i<EFBFBD> privil<69>gia';
$strRowLength = 'D<EFBFBD><EFBFBD>ka riadku';
$strRows = 'Riadkov';
$strRowsFrom = 'riadky za<7A><61>naj<61> od';
$strRowSize = ' Ve<56>kos<6F> riadku ';
$strRowsStatistic = '<EFBFBD>tatistika riadku';
$strRunning = 'be<EFBFBD>i na ';
$strRunQuery = 'Odo<EFBFBD>li dotaz';
$strRunSQLQuery = 'Spusti<EFBFBD> SQL dotaz(y) v datab<61>ze ';
$strSave = "Ulo<EFBFBD>i<EFBFBD>";
$strSelect = "Vybra<EFBFBD>";
$strSelectFields = "Zvoli<EFBFBD> pole (najmenej jedno):";
$strSelectNumRows = "v dotaze";
$strSend = "Po<EFBFBD>li";
$strSequence = "Seq.";
$strServerVersion = "Verzia serveru";
$strShow = "Uk<EFBFBD>za<EFBFBD>";
$strShowingRecords = "Uk<EFBFBD>za<EFBFBD> z<>znamy ";
$strSingly = "(po jednom)";
$strSize = "Ve<EFBFBD>kos<EFBFBD>";
$strSort = "Triedi<EFBFBD>";
$strSpaceUsage = "Zabran<EFBFBD> miesto";
$strSQLQuery = "SQL dotaz";
$strStatement = "<EFBFBD>daj";
$strStrucCSV = "CSV d<>ta";
$strStrucData = "<EFBFBD>trukt<EFBFBD>ru a d<>ta";
$strStrucDrop = "Pridaj 'vyma<6D> tabu<62>ku'";
$strStrucOnly = "Iba <20>trukt<6B>ru";
$strSubmit = "Odo<EFBFBD>li";
$strSuccess = "SQL dotaz bol <20>spe<70>ne vykonan<61>";
$strSum = "Celkom";
$strSave = 'Ulo<EFBFBD>i<EFBFBD>';
$strSelect = 'Vybra<EFBFBD>';
$strSelectFields = 'Zvoli<EFBFBD> pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSend = 'Po<EFBFBD>li';
$strSequence = 'Seq.';
$strServerVersion = 'Verzia serveru';
$strShow = 'Uk<EFBFBD>za<EFBFBD>';
$strShowingRecords = 'Uk<EFBFBD>za<EFBFBD> z<>znamy ';
$strShowThisQuery = ' Zobrazi<7A> tento dotaz znovu ';
$strSingly = '(po jednom)';
$strSize = 'Ve<56>kos<6F>';
$strSort = 'Triedi<64>';
$strSpaceUsage = 'Zabran<61> miesto';
$strSQLQuery = 'SQL dotaz';
$strStatement = '<27>daj';
$strStrucCSV = 'CSV d<>ta';
$strStrucData = '<27>trukt<6B>ru a d<>ta';
$strStrucDrop = 'Pridaj \'vyma<6D> tabu<62>ku\'';
$strStrucOnly = 'Iba <20>trukt<6B>ru';
$strSubmit = 'Odo<64>li';
$strSuccess = 'SQL dotaz bol <20>spe<70>ne vykonan<61>';
$strSum = 'Celkom';
$strTable = "tabu<EFBFBD>ka ";
$strTableComments = "Koment<EFBFBD>r k tabu<62>ke";
$strTableEmpty = "Tabu<EFBFBD>ka je pr<70>zdna!";
$strTableMaintenance = "<EFBFBD>dr<EFBFBD>ba tabu<62>ky";
$strTableStructure = "<EFBFBD>trukt<EFBFBD>ra tabu<62>ky pre tabu<62>ku";
$strTableType = "Typ tabu<62>ky";
$strTerminatedBy = "ukon<EFBFBD>en<EFBFBD>";
$strTextAreaLength = " Toto mo<6D>no nepojde upravi<76>,<br> k<>li svojej d<><64>ke ";
$strTheContent = "Obsah V<><56>ho s<>boru bol vlo<6C>en<65>.";
$strTheContents = "Obsah s<>boru prep<65><70>e obsah vybranej tabu<62>ky v riadkoch s identick<63>m prim<69>rnym alebo unik<69>tnym k<><6B><EFBFBD>om.";
$strTheTerminator = "Ukon<EFBFBD>enie pol<6F>.";
$strTotal = "celkovo";
$strType = "Typ";
$strTable = 'tabu<EFBFBD>ka ';
$strTableComments = 'Koment<EFBFBD>r k tabu<62>ke';
$strTableEmpty = 'Tabu<EFBFBD>ka je pr<70>zdna!';
$strTableMaintenance = '<EFBFBD>dr<EFBFBD>ba tabu<62>ky';
$strTableStructure = '<EFBFBD>trukt<EFBFBD>ra tabu<62>ky pre tabu<62>ku';
$strTableType = 'Typ tabu<62>ky';
$strTerminatedBy = 'ukon<EFBFBD>en<EFBFBD>';
$strTextAreaLength = ' Toto mo<6D>no nepojde upravi<76>,<br /> k<>li svojej d<><64>ke ';
$strTheContent = 'Obsah V<><56>ho s<>boru bol vlo<6C>en<65>.';
$strTheContents = 'Obsah s<>boru prep<65><70>e obsah vybranej tabu<62>ky v riadkoch s identick<63>m prim<69>rnym alebo unik<69>tnym k<><6B><EFBFBD>om.';
$strTheTerminator = 'Ukon<EFBFBD>enie pol<6F>.';
$strTotal = 'celkovo';
$strType = 'Typ';
$strUncheckAll = "Odzna<EFBFBD>i<EFBFBD> v<>etko";
$strUnique = "Unik<EFBFBD>tny";
$strUpdatePassMessage = "Bolo zmenen<65> heslo pre pou<6F><75>vate<74>a";
$strUpdatePassword = "Zmeni<EFBFBD> heslo";
$strUpdatePrivMessage = "Boli zmenen<65> privil<69>gia pre pou<6F><75>vate<74>a";
$strUpdateQuery = "Aktualizova<EFBFBD> dotaz";
$strUsage = "Vyu<EFBFBD>itie";
$strUser = "Pou<EFBFBD><EFBFBD>vate<EFBFBD>";
$strUserEmpty = "Meno pou<6F><75>vate<74>a je pr<70>zdne!";
$strUserName = "Meno pou<6F><75>vate<74>a";
$strUsers = "Pou<EFBFBD><EFBFBD>vatelia";
$strUseTables = "Pou<EFBFBD>i<EFBFBD> tabu<62>ky";
$strUncheckAll = 'Odzna<EFBFBD>i<EFBFBD> v<>etko';
$strUnique = 'Unik<EFBFBD>tny';
$strUpdatePassMessage = 'Bolo zmenen<65> heslo pre pou<6F><75>vate<74>a';
$strUpdatePassword = 'Zmeni<EFBFBD> heslo';
$strUpdatePrivMessage = 'Boli zmenen<65> privil<69>gia pre pou<6F><75>vate<74>a';
$strUpdateQuery = 'Aktualizova<EFBFBD> dotaz';
$strUsage = 'Vyu<EFBFBD>itie';
$strUser = 'Pou<EFBFBD><EFBFBD>vate<EFBFBD>';
$strUserEmpty = 'Meno pou<6F><75>vate<74>a je pr<70>zdne!';
$strUserName = 'Meno pou<6F><75>vate<74>a';
$strUsers = 'Pou<EFBFBD><EFBFBD>vatelia';
$strUseTables = 'Pou<EFBFBD>i<EFBFBD> tabu<62>ky';
$strValue = "Hodnota";
$strViewDump = "Zobrazi<EFBFBD> dump (sch<63>mu) tabu<62>ky";
$strViewDumpDB = "Zobrazi<EFBFBD> dump (sch<63>mu) datab<61>zy";
$strValue = 'Hodnota';
$strViewDump = 'Zobrazi<EFBFBD> dump (sch<63>mu) tabu<62>ky';
$strViewDumpDB = 'Zobrazi<EFBFBD> dump (sch<63>mu) datab<61>zy';
$strWelcome = "Vitajte v ";
$strWrongUser = "Zl<EFBFBD> pou<6F><75>vate<74>sk<73> meno alebo heslo. Pr<50>stup zamietnut<75>.";
$strWelcome = 'Vitajte v ';
$strWrongUser = 'Zl<EFBFBD> pou<6F><75>vate<74>sk<73> meno alebo heslo. Pr<50>stup zamietnut<75>.';
$strYes = "<EFBFBD>no";
$strShowThisQuery=" Zobrazi<7A> 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 = '<27>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
?>

View File

@@ -1,285 +1,288 @@
<?php
/* $Id$ */
$charset = "iso-8859-1";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'iso-8859-1';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "Acceso denegado ";
$strAction = "Acci&oacute;n";
$strAddDeleteColumn = "A<EFBFBD>adir/borrar columna de criterio";
$strAddDeleteRow = "A<EFBFBD>adir/borrar fila de criterio";
$strAddNewField = "Insertar nuevo campo";
$strAddPriv = "Agregar nuevo privilegio";
$strAddPrivMessage = "Ud. ha a<>adido un nuevo privilegio.";
$strAddSearchConditions = "Insertar condiciones de b&uacute;squeda (cuerpo de la clausula \"where\"):";
$strAddUser = "Agregar nuevo usuario";
$strAddUserMessage = "Ud. ha agregado un nuevo usuario.";
$strAfter = "Despues";
$strAll = "Todos/as";
$strAlterOrderBy = "Modificar el Order By de la tabla";
$strAnalyzeTable = "Analizar tabla";
$strAnd = "Y";
$strAnIndex = "Un &iacute;ndice se ha Insertado en ";
$strAny = "cualquiera";
$strAnyColumn = "Cualquier columna";
$strAnyDatabase = "Cualquier base de datos";
$strAnyHost = "Cualquier host";
$strAnyTable = "Cualquier tabla";
$strAnyUser = "Cualquier usuario";
$strAPrimaryKey = "Se ha insertado una nueva clave primaria en ";
$strAscending = "Ascendente";
$strAtBeginningOfTable = "Al comienzo de la tabla";
$strAtEndOfTable = "Al final de la tabla";
$strAttr = "Atributos";
$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";
$strAccessDenied = 'Acceso denegado ';
$strAction = 'Acci&oacute;n';
$strAddDeleteColumn = 'A<>adir/borrar columna de criterio';
$strAddDeleteRow = 'A<>adir/borrar fila de criterio';
$strAddNewField = 'Insertar nuevo campo';
$strAddPriv = 'Agregar nuevo privilegio';
$strAddPrivMessage = 'Ud. ha a<>adido un nuevo privilegio.';
$strAddSearchConditions = 'Insertar condiciones de b&uacute;squeda (cuerpo de la clausula "where"):';
$strAddUser = 'Agregar nuevo usuario';
$strAddUserMessage = 'Ud. ha agregado un nuevo usuario.';
$strAfter = 'Despues';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el Order By de la tabla';
$strAnalyzeTable = 'Analizar tabla';
$strAnd = 'Y';
$strAnIndex = 'Un &iacute;ndice se ha Insertado en ';
$strAny = 'cualquiera';
$strAnyColumn = 'Cualquier columna';
$strAnyDatabase = 'Cualquier base de datos';
$strAnyHost = 'Cualquier host';
$strAnyTable = 'Cualquier tabla';
$strAnyUser = 'Cualquier usuario';
$strAPrimaryKey = 'Se ha insertado una nueva clave primaria en ';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strCantLoadMySQL = "imposible cargar extension MySQL,<br>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 contrase<73>a";
$strDeleteUserMessage = "Ud. ha borrado el usuario";
$strDelPassMessage = "Ud. ha borrado la contrase<73>a para";
$strDescending = "Descendente";
$strDisableMagicQuotes = "<b>Atencion:</b> 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&oacute;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,<br />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&iacute;o (i.e. cero columnas).";
$strEnableMagicQuotes = "<b>Atencion:</b> 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 contrase<73>a';
$strDeleteUserMessage = 'Ud. ha borrado el usuario';
$strDelPassMessage = 'Ud. ha borrado la contrase<73>a para';
$strDescending = 'Descendente';
$strDisableMagicQuotes = '<b>Atencion:</b> 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&oacute;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&oacute;n";
$strEdit = 'Editar';
$strEditPrivileges = 'Editar Privilegios';
$strEffective = 'Efectivo/a';
$strEmpty = 'Vaciar';
$strEmptyResultSet = 'MySQL ha devuelto un valor vac&iacute;o (i.e. cero columnas).';
$strEnableMagicQuotes = '<b>Atencion:</b> 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&oacute;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&oacute;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&oacute;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&oacute;n del archivo de texto';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Salir';
$strName = "Nombre";
$strNext = "Pr&oacute;xima";
$strNo = "No";
$strNoPassword = "Sin Contrase<73>a";
$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&oacute;n de marcha de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
$strOftenQuotation = "A menudo comillas. OPCIONALMENTE signif&iacute;ca que &uacute;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&oacute;xima';
$strNo = 'No';
$strNoPassword = 'Sin Contrase<73>a';
$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 = "Contrase<EFBFBD>a";
$strPasswordEmpty = "La Contrase<73>a esta vac<61>a!";
$strPasswordNotSame = "Las contrase<73>as 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&iacute;ca que &uacute;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 = 'Contrase<73>a';
$strPasswordEmpty = 'La Contrase<73>a esta vac<61>a!';
$strPasswordNotSame = 'Las contrase<73>as 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 = "Tama<EFBFBD>o";
$strSort = "Ordenar";
$strSpaceUsage = "Espacio utilizado";
$strSQLQuery = "SQL-query";
$strStatement = "Sentencias";
$strStrucCSV = "Datos CSV ";
$strStrucData = "Estructura y datos";
$strStrucDrop = "A<EFBFBD>adir 'drop table'";
$strStrucOnly = "Unicamente estructura ";
$strSubmit = "Enviar";
$strSuccess = "Su query-SQL ha sido ejecutado con exito";
$strSum = "Tama<EFBFBD>o 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 = ' Tama<6D>o 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,<br> 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 = 'Tama<6D>o';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSQLQuery = 'SQL-query';
$strStatement = 'Sentencias';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'A<>adir \'drop table\'';
$strStrucOnly = 'Unicamente estructura ';
$strSubmit = 'Enviar';
$strSuccess = 'Su query-SQL ha sido ejecutado con exito';
$strSum = 'Tama<6D>o de las tablas';
$strUncheckAll = "Desmarcar todos";
$strUnique = "Unico";
$strUpdatePassMessage = "Ud. ha actualizado la contrase<73>a para";
$strUpdatePassword = "Actualizar Contrase<73>a";
$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,<br /> 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 contrase<73>a para';
$strUpdatePassword = 'Actualizar Contrase<73>a';
$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 = " Tama<6D>o 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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$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 = "<EFBFBD>tkommst nekad";
$strAction = "Handling";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "L<EFBFBD>gg till nytt f<>lt";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "L<EFBFBD>gg till s<>k kreterier (body of the \"where\" clause):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "Efter";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "Ett index har lagts till ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "En prim<69>r nyckel har aktiverats ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "I b<>rjan av tabellen";
$strAtEndOfTable = "I slutet av tabellen";
$strAttr = "Attributer";
$strBack = "Bak<EFBFBD>t";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "Visa";
$strAccessDenied = '<27>tkommst nekad';
$strAction = 'Handling';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = 'L<>gg till nytt f<>lt';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = 'L<>gg till s<>k kreterier (body of the "where" clause):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = 'Efter';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = 'Ett index har lagts till ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = 'En prim<69>r nyckel har aktiverats ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = 'I b<>rjan av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attributer';
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "Rad byte: \\r";
$strChange = "<EFBFBD>ndra";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "Kolumn namn";
$strCompleteInserts = "Kompletta ins<6E>ttningar";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "Kopiera tabellen till:";
$strCopyTableOK = "Tabellen %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 = 'Bak<61>t';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = 'Visa';
$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 = "<b>Varning:</b> Du har 'magic_quotes_gpc' aktiverat i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt med det. L<>s i din PHP dokumentation om hur du avaktiverar det.";
$strDisplay = "Visa";
$strDoAQuery = "Utf<EFBFBD>r en \"query by example\" (wildcard: \"%\")";
$strDocu = "Dokumentation";
$strDoYouReally = "Vill du v<>rkligen ";
$strDrop = "Dumpa";
$strDropDB = "Dumpa databas ";
$strDumpingData = "Dumpar data i tabell";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = 'Rad byte: \\r';
$strChange = '<27>ndra';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = 'Kolumn namn';
$strCompleteInserts = 'Kompletta ins<6E>ttningar';
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = 'Kopiera tabellen till:';
$strCopyTableOK = 'Tabellen %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 = "<EFBFBD>ndra";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "T<EFBFBD>m";
$strEmptyResultSet = "MySQL skickade tillbaka ett tommt resultat (i.e. tom rad).";
$strEnableMagicQuotes = "<b>Varning:</b> Du har inte aktiverat 'magic_quotes_gpc' i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt utan det. L<>s i din PHP dokumentation hur du aktiverar det.";
$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 = '<b>Varning:</b> Du har \'magic_quotes_gpc\' aktiverat i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt med det. L<>s i din PHP dokumentation om hur du avaktiverar det.';
$strDisplay = 'Visa';
$strDoAQuery = 'Utf<74>r en "query by example" (wildcard: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Vill du v<>rkligen ';
$strDrop = 'Dumpa';
$strDropDB = 'Dumpa databas ';
$strDumpingData = 'Dumpar data i tabell';
$strDynamic = 'dynamic'; //to translate
$strField = "F<EFBFBD>lt";
$strFields = "F<EFBFBD>lt";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Funktion";
$strEdit = '<27>ndra';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = 'T<>m';
$strEmptyResultSet = 'MySQL skickade tillbaka ett tommt resultat (i.e. tom rad).';
$strEnableMagicQuotes = '<b>Varning:</b> Du har inte aktiverat \'magic_quotes_gpc\' i din PHP konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt utan det. L<>s i din PHP dokumentation hur du aktiverar det.';
$strEnclosedBy = 'omgivet med';
$strEnd = 'Slut';
$strError = 'Fel';
$strEscapedBy = 'avslutas med';
$strExtra = 'Extra';
$strGenTime = "Generation Time"; //to translate
$strGo = "K<EFBFBD>r";
$strGrants = "Grants"; //to translate
$strField = 'F<>lt';
$strFields = 'F<>lt';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = 'Funktion';
$strHasBeenAltered = "har <20>ndrats.";
$strHasBeenCreated = "har skapats.";
$strHasBeenDropped = "har dumpats.";
$strHasBeenEmptied = "har t<>mts.";
$strHome = "Hem";
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "V<EFBFBD>rd";
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = 'K<>r';
$strGrants = 'Grants'; //to translate
$strIfYouWish = "Om du vill ladda bara n<>gra av tabellens kolumner, ange en ',' separerad f<>lt lista.";
$strIndex = "Index";
$strIndexes = "Indexes"; //to translate
$strInsert = "S<EFBFBD>tt in";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "S<EFBFBD>tt in i tabell";
$strInsertNewRow = "S<EFBFBD>tt in ny rad";
$strInsertTextfiles = "Importera text fil till tabellen";
$strInUse = "in use"; //to translate
$strHasBeenAltered = 'har <20>ndrats.';
$strHasBeenCreated = 'har skapats.';
$strHasBeenDropped = 'har dumpats.';
$strHasBeenEmptied = 'har t<>mts.';
$strHome = 'Hem';
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
$strHost = 'V<>rd';
$strHostEmpty = 'The host name is empty!'; //to translate
$strKeyname = "Nyckel namn";
$strKill = "Kill"; //to translate
$strIfYouWish = 'Om du vill ladda bara n<>gra av tabellens kolumner, ange en \',\' separerad f<>lt lista.';
$strIndex = 'Index';
$strIndexes = 'Indexes'; //to translate
$strInsert = 'S<>tt in';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = 'S<>tt in i tabell';
$strInsertNewRow = 'S<>tt in ny rad';
$strInsertTextfiles = 'Importera text fil till tabellen';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "L<EFBFBD>ngd/Set";
$strLimitNumRows = "Tabell inl<6E>gg per sida";
$strLineFeed = "Linefeed: \\n";
$strLines = "Linjer";
$strLocationTextfile = "Textfilens plats";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Logga ut";
$strKeyname = 'Nyckel namn';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD>ndringarna har sparats";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL har laddats om.";
$strMySQLSaid = "MySQL sa: ";
$strMySQLShowProcess = "Visa processer";
$strMySQLShowStatus = "Visa MySQL k<>rnings information";
$strMySQLShowVars = "Visa MySQL system variabler";
$strLength = 'Length'; //to translate
$strLengthSet = 'L<>ngd/Set';
$strLimitNumRows = 'Tabell inl<6E>gg per sida';
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Linjer';
$strLocationTextfile = 'Textfilens plats';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Logga ut';
$strName = "Namn";
$strNext = "N<EFBFBD>sta";
$strNo = "Nej";
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "Inga tabeller hittade i databasen.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Noll";
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27>ndringarna har sparats';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL har laddats om.';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL k<>rnings information';
$strMySQLShowVars = 'Visa MySQL system variabler';
$strOftenQuotation = "Ofta citat tecken. Frivilligt betyder att bara 'char' och 'varchar' f<>lten omgivs av \"enclosed by\"-tecken.";
$strOptimizeTable = "Optimize table"; //to translate
$strOptionalControls = "Tillval. Kontrollerar hur l<>sning och skrivning av 'special' tecken utf<74>rs.";
$strOptionally = "Tillval";
$strOr = "Eller";
$strOverhead = "Overhead"; //to translate
$strName = 'Namn';
$strNext = 'N<>sta';
$strNo = 'Nej';
$strNoPassword = 'No Password'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoTablesFound = 'Inga tabeller hittade i databasen.';
$strNoUsersFound = 'No user(s) found.'; //to translate
$strNull = 'Noll';
$strNumberIndexes = ' Number of advanced indexes '; //to translate
$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 = "B<EFBFBD>rja";
$strPrevious = "F<EFBFBD>reg<EFBFBD>ende";
$strPrimary = "Prim<EFBFBD>r";
$strPrimaryKey = "Prim<EFBFBD>r nyckel";
$strPrinterFriendly = "Utskrifts v<>nlig visning av tabellen";
$strPrintView = "Skriv ut detta";
$strPrivileges = "Privileges"; //to translate
$strProducedAnError = "<EFBFBD>tergav ett fel.";
$strProperties = "Inst<EFBFBD>llningar";
$strOftenQuotation = 'Ofta citat tecken. Frivilligt betyder att bara \'char\' och \'varchar\' f<>lten omgivs av "enclosed by"-tecken.';
$strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = 'Tillval. Kontrollerar hur l<>sning och skrivning av \'special\' tecken utf<74>rs.';
$strOptionally = 'Tillval';
$strOr = 'Eller';
$strOverhead = 'Overhead'; //to translate
$strQBE = "Fr<EFBFBD>ga 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 = 'B<>rja';
$strPrevious = 'F<>reg<65>ende';
$strPrimary = 'Prim<69>r';
$strPrimaryKey = 'Prim<69>r nyckel';
$strPrinterFriendly = 'Utskrifts v<>nlig visning av tabellen';
$strPrintView = 'Skriv ut detta';
$strPrivileges = 'Privileges'; //to translate
$strProducedAnError = '<27>tergav ett fel.';
$strProperties = 'Inst<73>llningar';
$strReadTheDocs = "L<EFBFBD>s manualen";
$strRecords = "Ins<EFBFBD>ttning";
$strReloadFailed = "MySQL omladdning fungerade inte.";
$strReloadMySQL = "Ladda om MySQL";
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "D<EFBFBD>p om tabell till";
$strRenameTableOK = "Tabell %s har d<>pts om till %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "Ers<EFBFBD>tt";
$strReplaceTable = "Ers<EFBFBD>tt tabell med fil";
$strReset = "Nollst<EFBFBD>ll";
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "rader med b<>rjan fr<66>n";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "k<EFBFBD>rs p<> ";
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Utf<EFBFBD>r SQL fr<66>ga/fr<66>gor i databas ";
$strQBE = 'Fr<46>ga som exemplet';
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
$strSave = "Spara";
$strSelect = "V<EFBFBD>lj";
$strSelectFields = "V<EFBFBD>lj f<>lt (minst en):";
$strSelectNumRows = "i fr<66>ga";
$strSend = "Skicka";
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "Visa";
$strShowingRecords = "Visar ins<6E>ttningar ";
$strSingly = "(singly)"; //to translate
$strSize = "Size"; //to translate
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Space usage"; //to translate
$strSQLQuery = "SQL-fr<66>ga";
$strStatement = "Statements"; //to translate
$strStrucCSV = "CSV data";
$strStrucData = "Struktur och data";
$strStrucDrop = "L<EFBFBD>gg till 'dumpa tabell'";
$strStrucOnly = "Bara struktur";
$strSubmit = "S<EFBFBD>nd";
$strSuccess = "Din SQL-fr<66>ga har utf<74>rts korrekt";
$strSum = "Sum"; //to translate
$strReadTheDocs = 'L<>s manualen';
$strRecords = 'Ins<6E>ttning';
$strReloadFailed = 'MySQL omladdning fungerade inte.';
$strReloadMySQL = 'Ladda om MySQL';
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = 'D<>p om tabell till';
$strRenameTableOK = 'Tabell %s har d<>pts om till %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = 'Ers<72>tt';
$strReplaceTable = 'Ers<72>tt tabell med fil';
$strReset = 'Nollst<73>ll';
$strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate
$strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'rader med b<>rjan fr<66>n';
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = 'k<>rs p<> ';
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = 'Utf<74>r SQL fr<66>ga/fr<66>gor i databas ';
$strTable = "tabell ";
$strTableComments = "Tabell kommentarer";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "Tabell struktur f<>r tabell";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "avslutad av";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "Filens inneh<65>ll har satts in.";
$strTheContents = "Filens inneh<65>ll ers<72>tter den valda tabellens rader av prim<69>ra och identiska nycklar.";
$strTheTerminator = "Avslutninen av f<>lten.";
$strTotal = "totalt";
$strType = "Typ";
$strSave = 'Spara';
$strSelect = 'V<>lj';
$strSelectFields = 'V<>lj f<>lt (minst en):';
$strSelectNumRows = 'i fr<66>ga';
$strSend = 'Skicka';
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = 'Visa';
$strShowingRecords = 'Visar ins<6E>ttningar ';
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate (tbl_qbe.php3)
$strSpaceUsage = 'Space usage'; //to translate
$strSQLQuery = 'SQL-fr<66>ga';
$strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktur och data';
$strStrucDrop = 'L<>gg till \'dumpa tabell\'';
$strStrucOnly = 'Bara struktur';
$strSubmit = 'S<>nd';
$strSuccess = 'Din SQL-fr<66>ga har utf<74>rts 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 f<>r tabell';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = 'avslutad av';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = 'Filens inneh<65>ll har satts in.';
$strTheContents = 'Filens inneh<65>ll ers<72>tter den valda tabellens rader av prim<69>ra och identiska nycklar.';
$strTheTerminator = 'Avslutninen av f<>lten.';
$strTotal = 'totalt';
$strType = 'Typ';
$strValue = "V<EFBFBD>rde";
$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 = "V<EFBFBD>lkommen till ";
$strWrongUser = "Fel anv<6E>ndarnamn/l<>senord. <20>tkommst nekad.";
$strValue = 'V<>rde';
$strViewDump = 'Visa dump (schema) av tabellen';
$strViewDumpDB = 'Visa dump (schema) av databas';
$strYes = "Ja";
$strWelcome = 'V<>lkommen till ';
$strWrongUser = 'Fel anv<6E>ndarnamn/l<>senord. <20>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';
?>

View File

@@ -1,288 +1,291 @@
<?php
/* $Id$ */
$charset = "tis-620";
$left_font_family = "sans-serif";
$right_font_family = "sans-serif";
$number_thousands_separator = ",";
$number_decimal_separator = ".";
$byteUnits = array("Bytes", "KB", "MB", "GB");
$charset = 'tis-620';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
$strAccessDenied = "<EFBFBD><EFBFBD><EFBFBD>͹حҵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҹ";#Access denied";
$strAction = "<EFBFBD><EFBFBD>зӡ<EFBFBD><EFBFBD>";
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> field <20><><EFBFBD><EFBFBD>";#"Add new field";
$strAddPriv = "Add a new Privilege"; //to translate
$strAddPrivMessage = "You have added a new privilege."; //to translate
$strAddSearchConditions = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͹䢤<EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>ǹ<EFBFBD>ͧ where):";#"Add search conditions (body of the \"where\" clause):";
$strAddUser = "Add a new User"; //to translate
$strAddUserMessage = "You have added a new user."; //to translate
$strAfter = "<EFBFBD><EFBFBD>ѧ";#"After";
$strAll = "All"; //to translate
$strAlterOrderBy = "Alter table order by"; //to translate
$strAnalyzeTable = "Analyze table"; //to translate
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> index <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ";#"An index has been added on ";
$strAny = "Any"; //to translate
$strAnyColumn = "Any Column"; //to translate
$strAnyDatabase = "Any database"; //to translate
$strAnyHost = "Any host"; //to translate
$strAnyTable = "Any table"; //to translate
$strAnyUser = "Any user"; //to translate
$strAPrimaryKey = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> primary key <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ";#"A primary key has been added on ";
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鹢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At Beginning of Table";
$strAtEndOfTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD>¢ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"At End of Table";
$strAttr = "Attributes"; //to translate
$strBack = "<EFBFBD><EFBFBD>͹<EFBFBD><EFBFBD>Ѻ";#"Back";
$strBookmarkLabel = "Label"; //to translate
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
$strBookmarkView = "View only"; //to translate
$strBrowse = "<EFBFBD><EFBFBD>Դ<EFBFBD><EFBFBD>";#"Browse";
$strAccessDenied = '<27><><EFBFBD>͹حҵ<D8AD><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҹ';
$strAction = '<27><>зӡ<D0B7><D3A1>';
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate (tbl_qbe.php3)
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate (tbl_qbe.php3)
$strAddNewField = '<27><><EFBFBD><EFBFBD><EFBFBD> field <20><><EFBFBD><EFBFBD>';
$strAddPriv = 'Add a new Privilege'; //to translate
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
$strAddSearchConditions = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>͹䢤<CDB9><E4A2A4><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>ǹ<EFBFBD>ͧ where):';
$strAddUser = 'Add a new User'; //to translate
$strAddUserMessage = 'You have added a new user.'; //to translate
$strAfter = '<27><>ѧ';
$strAll = 'All'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnd = 'And'; //to translate (tbl_qbe.php3)
$strAnIndex = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> index <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ';
$strAny = 'Any'; //to translate
$strAnyColumn = 'Any Column'; //to translate
$strAnyDatabase = 'Any database'; //to translate
$strAnyHost = 'Any host'; //to translate
$strAnyTable = 'Any table'; //to translate
$strAnyUser = 'Any user'; //to translate
$strAPrimaryKey = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> primary key <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѻ ';
$strAscending = 'Ascending'; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = '<27><><EFBFBD><EFBFBD>ش<EFBFBD><D8B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>鹢ͧ<E9B9A2><CDA7><EFBFBD>ҧ';
$strAtEndOfTable = '<27><><EFBFBD><EFBFBD>ش<EFBFBD>ش<EFBFBD><D8B4><EFBFBD>¢ͧ<C2A2><CDA7><EFBFBD>ҧ';
$strAttr = 'Attributes'; //to translate
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
$strCarriage = "Carriage return: \\r"; //to translate
$strChange = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";#"Change";
$strCheckAll = "Check All"; //to translate
$strCheckDbPriv = "Check Database Privileges"; //to translate
$strCheckTable = "Check table"; //to translate
$strColumn = "Column"; //to translate
$strColumnEmpty = "The columns names are empty!"; //to translate
$strColumnNames = "<EFBFBD><EFBFBD><EFBFBD>ͤ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";"Column names";
$strCompleteInserts = "Complete inserts";
$strConfirm = "Do you really want to do it?"; //to translate
$strCopyTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> :";#"Copy table to:";
$strCopyTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ %s <20><><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.";#"Table %s has been copied to %s.";
$strCreate = "<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Create";
$strCreateNewDatabase = "<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Create new database";
$strCreateNewTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ㹰ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><EFBFBD> ";#"Create new table on database ";
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strBack = '<27><>͹<EFBFBD><CDB9>Ѻ';
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = '<27><>Դ<EFBFBD><D4B4>';
$strData = "Data"; //to translate
$strDatabase = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Database ";
$strDatabases = "<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"databases";
$strDataOnly = "Data only"; //to translate
$strDbEmpty = "The database name is empty!"; //to translate
$strDefault = "Default"; //to translate
$strDelete = "ź";#"Delete";
$strDeleted = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The row has been deleted";
$strDeleteFailed = "Deleted Failed!"; //to translate
$strDeletePassword = "Delete Password"; //to translate
$strDeleteUserMessage = "You have deleted the user"; //to translate
$strDelPassMessage = "You have deleted the password for"; //to translate
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
$strDisplay = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD>";#"Display";
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")"; //to translate
$strDocu = "<EFBFBD>͡<EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ԧ";#"Documentation";
$strDoYouReally = "<EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD>÷<EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Do you really want to ";
$strDrop = "Drop"; //to translate
$strDropDB = "Drop <20>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ";#"Drop database ";
$strDumpingData = "Dump <20><><EFBFBD>ҧ";#"Dumping data for table";
$strDynamic = "dynamic"; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCarriage = 'Carriage return: \\r'; //to translate
$strChange = '<27><><EFBFBD><EFBFBD><EFBFBD>¹';
$strCheckAll = 'Check All'; //to translate
$strCheckDbPriv = 'Check Database Privileges'; //to translate
$strCheckTable = 'Check table'; //to translate
$strColumn = 'Column'; //to translate
$strColumnEmpty = 'The columns names are empty!'; //to translate
$strColumnNames = '<27><><EFBFBD>ͤ<EFBFBD><CDA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCompleteInserts = 'Complete inserts';
$strConfirm = 'Do you really want to do it?'; //to translate
$strCopyTable = '<27><><EFBFBD><EFBFBD><EFBFBD>ҵ<EFBFBD><D2B5>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD> :';
$strCopyTableOK = '<27><><EFBFBD>ҧ %s <20><><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s <20><><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
$strCreate = '<27><><EFBFBD>ҧ';
$strCreateNewDatabase = '<27><><EFBFBD>ҧ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strCreateNewTable = '<27><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD>ҧ㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ';
$strCriteria = 'Criteria'; //to translate (tbl_qbe.php3)
$strEdit = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Edit";
$strEditPrivileges = "Edit Privileges"; //to translate
$strEffective = "Effective"; //to translate
$strEmpty = "ź<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Empty";
$strEmptyResultSet = "MySQL <20>׹<EFBFBD><D7B9><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>ҡ<EFBFBD>Ѻ<EFBFBD><D1BA> (0 <20><><EFBFBD>).";#"MySQL returned an empty result set (i.e. zero rows).";
$strEnableMagicQuotes = "<b>Warning:</b> You haven't enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it."; //to translate
$strEnclosedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"enclosed by";
$strEnd = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش";
$strError = "<EFBFBD>Դ<EFBFBD><EFBFBD>Ҵ";#"Error";
$strEscapedBy = "escape <20><><EFBFBD><EFBFBD>";#"escaped by";
$strExtra = "Extra"; //to translate
$strData = 'Data'; //to translate
$strDatabase = '<27>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDatabases = '<27>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDataOnly = 'Data only'; //to translate
$strDbEmpty = 'The database name is empty!'; //to translate
$strDefault = 'Default'; //to translate
$strDelete = 'ź';
$strDeleted = <><C5BA><EFBFBD><EFBFBD>͡<EFBFBD><CDA1><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
$strDisplay = '<27>ʴ<EFBFBD><CAB4><EFBFBD>';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
$strDocu = '<27>͡<EFBFBD><CDA1><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ԧ';
$strDoYouReally = '<27><>ͧ<EFBFBD><CDA7>÷<EFBFBD><C3B7><EFBFBD><EFBFBD> ';
$strDrop = 'Drop'; //to translate
$strDropDB = 'Drop <20>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ';
$strDumpingData = 'Dump <20><><EFBFBD>ҧ';
$strDynamic = 'dynamic'; //to translate
$strField = "Field"; //to translate
$strFields = "<EFBFBD>ӹǹ Fields";
$strFixed = "fixed"; //to translate
$strFormat = "Format"; //to translate
$strFunction = "Function"; //to translate
$strEdit = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strEditPrivileges = 'Edit Privileges'; //to translate
$strEffective = 'Effective'; //to translate
$strEmpty = <><C5BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEmptyResultSet = 'MySQL <20>׹<EFBFBD><D7B9><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>ҡ<EFBFBD>Ѻ<EFBFBD><D1BA> (0 <20><><EFBFBD>).';
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
$strEnclosedBy = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strEnd = '<27><><EFBFBD><EFBFBD><EFBFBD>ش';
$strError = '<27>Դ<EFBFBD><D4B4>Ҵ';
$strEscapedBy = 'escape <20><><EFBFBD><EFBFBD>';
$strExtra = 'Extra'; //to translate
$strGenTime = "Generation Time"; //to translate
$strGo = "ŧ<EFBFBD><EFBFBD><EFBFBD>";#"Go";
$strGrants = "Grants"; //to translate
$strField = 'Field'; //to translate
$strFields = '<27>ӹǹ Fields';
$strFixed = 'fixed'; //to translate
$strFormat = 'Format'; //to translate
$strFunction = 'Function'; //to translate
$strHasBeenAltered = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD>ŧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been altered.";
$strHasBeenCreated = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>١<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been created.";
$strHasBeenDropped = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӡ<EFBFBD><EFBFBD> drop <20><><EFBFBD><EFBFBD>";#"has been dropped.";
$strHasBeenEmptied = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"has been emptied.";
$strHome = "Home"; //to translate
$strHomepageOfficial = "Official phpMyAdmin Homepage"; //to translate
$strHomepageSourceforge = "Sourceforge phpMyAdmin Download Page"; //to translate
$strHost = "Host"; //to translate
$strHostEmpty = "The host name is empty!"; //to translate
$strGenTime = 'Generation Time'; //to translate
$strGo = <><C5A7><EFBFBD>';
$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 = "<EFBFBD><EFBFBD>á";#"Insert";
$strInsertAsNewRow = "Insert as new row"; //to translate
$strInsertIntoTable = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ";#"Insert into table";
$strInsertNewRow = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Insert new row";
$strInsertTextfiles = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ text file <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3B9B5>ҧ";#"Insert textfiles into table";
$strInUse = "in use"; //to translate
$strHasBeenAltered = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9>ŧ<EFBFBD><C5A7><EFBFBD><EFBFBD>';
$strHasBeenCreated = '<27><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>';
$strHasBeenDropped = '<27><><EFBFBD><EFBFBD>ӡ<EFBFBD><D3A1> drop <20><><EFBFBD><EFBFBD>';
$strHasBeenEmptied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>';
$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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD> 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 = '<27><>á';
$strInsertAsNewRow = 'Insert as new row'; //to translate
$strInsertIntoTable = '<27><>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3B9B5>ҧ';
$strInsertNewRow = '<27><>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strInsertTextfiles = '<27><>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD>Ũҡ text file <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E3B9B5>ҧ';
$strInUse = 'in use'; //to translate
$strLength = "Length"; //to translate
$strLengthSet = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/૵";#"Length/Set";
$strLimitNumRows = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>";#"records per page";
$strLineFeed = "Linefeed: \\n"; //to translate
$strLines = "<EFBFBD><EFBFBD>÷Ѵ";#"Lines";
$strLocationTextfile = "<EFBFBD><EFBFBD><EFBFBD>˹觢ͧ text file";#"Location of the textfile";
$strLogin = ""; //to translate, but its not in use ...
$strLogout = "Log out"; //to translate
$strKeyname = '<27><><EFBFBD><EFBFBD> key';
$strKill = 'Kill'; //to translate
$strModifications = "<EFBFBD>ѹ<EFBFBD>֡<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Modifications have been saved";
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL reloaded."; //to translate
$strMySQLSaid = "MySQL said: "; //to translate
$strMySQLShowProcess = "<EFBFBD>ʴ<EFBFBD> process <20><>ҧ <20>";#"Show processes";
$strMySQLShowStatus = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> runtime <20>ͧ MySQL";#"Show MySQL runtime information";
$strMySQLShowVars = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><EFBFBD>ͧ MySQL";#"Show MySQL system variables";
$strLength = 'Length'; //to translate
$strLengthSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/૵';
$strLimitNumRows = '<27><><EFBFBD><EFBFBD><EFBFBD>¹ <20><><EFBFBD>˹<EFBFBD><CBB9>';
$strLineFeed = 'Linefeed: \\n'; //to translate
$strLines = '<27><>÷Ѵ';
$strLocationTextfile = '<27><><EFBFBD>˹觢ͧ text file';
$strLogin = ''; //to translate, but its not in use ...
$strLogout = 'Log out'; //to translate
$strName = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Name";
$strNext = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Next";
$strNo = "No"; //to translate
$strNoPassword = "No Password"; //to translate
$strNoPrivileges = "No Privileges"; //to translate
$strNoRights = "You don't have enough rights to be here right now!"; //to translate
$strNoTablesFound = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD> <20> 㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"No tables found in database.";
$strNoUsersFound = "No user(s) found."; //to translate
$strNull = "Null"; //to translate
$strNumberIndexes = " Number of advanced indexes "; //to translate
$strModifications = '<27>ѹ<EFBFBD>֡<EFBFBD><D6A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strModify = 'Modify'; //to translate (tbl_qbe.php3)
$strMySQLReloaded = 'MySQL reloaded.'; //to translate
$strMySQLSaid = 'MySQL said: '; //to translate
$strMySQLShowProcess = '<27>ʴ<EFBFBD> process <20><>ҧ <20>';
$strMySQLShowStatus = '<27>ʴ<EFBFBD><CAB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> runtime <20>ͧ MySQL';
$strMySQLShowVars = '<27>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>к<EFBFBD><EFBFBD>ͧ 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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"or";
$strOverhead = "Overhead"; //to translate
$strName = '<27><><EFBFBD><EFBFBD>';
$strNext = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$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 = '<27><><EFBFBD><E8BEBA><EFBFBD>ҧ<EFBFBD><D2A7> <20> 㹰ҹ<E3B9B0><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Begin";
$strPrevious = "<EFBFBD><EFBFBD>͹˹<EFBFBD><EFBFBD>";#"Previous";
$strPrimary = "Primary"; //to translate
$strPrimaryKey = "Primary key"; //to translate
$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 = "<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD>ѵ<EFBFBD>";#"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 = '<EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = '<27>ش<EFBFBD><D8B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strPrevious = '<27><>͹˹<CDB9><CBB9>';
$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 = '<27>س<EFBFBD><D8B3><EFBFBD>ѵ<EFBFBD>';
$strReadTheDocs = "<EFBFBD><EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Read the docs";
$strRecords = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹";
$strReloadFailed = "MySQL reload failed."; //to translate
$strReloadMySQL = "Reload MySQL"; //to translate
$strRememberReload = "Remember reload the server."; //to translate
$strRenameTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD>͵<EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Rename table to";
$strRenameTableOK = "<EFBFBD><EFBFBD><EFBFBD>ҧ %s <20><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s";#"Table %s has been renamed to %s";
$strRepairTable = "Repair table"; //to translate
$strReplace = "<EFBFBD><EFBFBD><EFBFBD>";#"Replace";
$strReplaceTable = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŵ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Replace table data with file";
$strReset = "Reset"; //to translate
$strReType = "Re-type"; //to translate
$strRevoke = "Revoke"; //to translate
$strRevokeGrant = "Revoke Grant"; //to translate
$strRevokeGrantMessage = "You have revoked the Grant privilege for"; //to translate
$strRevokeMessage = "You have revoked the privileges for"; //to translate
$strRevokePriv = "Revoke Privileges"; //to translate
$strRowLength = "Row length"; //to translate
$strRows = "Rows"; //to translate
$strRowsFrom = "<EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>";#"rows starting from";
$strRowsStatistic = "Row Statistic"; //to translate
$strRunning = "running on "; //to translate
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "<EFBFBD>ӧҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ";#"Run SQL query/queries on database ";
$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 = "<EFBFBD><EFBFBD>纺ѹ<EFBFBD>֡";#"Save";
$strSelect = "<EFBFBD><EFBFBD><EFBFBD>͡";#"Select";
$strSelectFields = "<EFBFBD><EFBFBD><EFBFBD>͡ field (<28><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>˹<EFBFBD><CBB9><EFBFBD>):";#"Select fields (at least one):";
$strSelectNumRows = "in query"; //to translate
$strSend = "Send"; //to translate
$strSequence = "Seq."; //to translate
$strServerVersion = "Server version"; //to translate
$strShow = "<EFBFBD>ʴ<EFBFBD>";#"Show";
$strShowingRecords = "<EFBFBD>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD> ";#"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 = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CSV";#"CSV data";
$strStrucData = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD>Т<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Structure and data";
$strStrucDrop = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 'drop table'";#"Add 'drop table'";
$strStrucOnly = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ";#"Structure only";
$strSubmit = "Submit"; //to translate
$strSuccess = "<EFBFBD>ӧҹ SQL-query <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"Your SQL-query has been executed successfully";
$strSum = "Sum"; //to translate
$strReadTheDocs = '<27><>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strRecords = '<27><><EFBFBD><EFBFBD><EFBFBD>¹';
$strReloadFailed = 'MySQL reload failed.'; //to translate
$strReloadMySQL = 'Reload MySQL'; //to translate
$strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = '<27><><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD>͵<EFBFBD><CDB5>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>';
$strRenameTableOK = '<27><><EFBFBD>ҧ %s <20><><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><C2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %s';
$strRepairTable = 'Repair table'; //to translate
$strReplace = '᷹<><E1B7B9><EFBFBD>';
$strReplaceTable = '᷹<><E1B7B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŵ<EFBFBD><C5B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ҡ<EFBFBD><D2A1>Ƿ<EFBFBD><C7B7>';
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = 'running on '; //to translate
$strRunQuery = 'Submit Query'; //to translate (tbl_qbe.php3)
$strRunSQLQuery = '<27>ӧҹ<D3A7><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SQL query/queries <20>Ѻ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD><C5B9> ';
$strTable = "<EFBFBD><EFBFBD><EFBFBD>ҧ ";#"table ";
$strTableComments = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵آͧ<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>";#"Table comments";
$strTableEmpty = "The table name is empty!"; //to translate
$strTableMaintenance = "Table maintenance"; //to translate
$strTableStructure = "<EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD><EFBFBD><EFBFBD>ҧ <20><><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD>ҧ";#"Table structure for table";
$strTableType = "Table type"; //to translate
$strTerminatedBy = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"terminated by";
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
$strTheContent = "<EFBFBD><EFBFBD>á<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ũҡ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD>س<EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"The content of your file has been inserted.";
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key."; //to translate
$strTheTerminator = "<EFBFBD>ش<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ͧ field.";#"The terminator of the fields.";
$strTotal = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"total";
$strType = "Type"; //to translate
$strSave = '<27><>纺ѹ<E7BABA>֡';
$strSelect = '<27><><EFBFBD>͡';
$strSelectFields = '<27><><EFBFBD>͡ field (<28><><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD><EFBFBD>˹<EFBFBD><CBB9><EFBFBD>):';
$strSelectNumRows = 'in query'; //to translate
$strSend = 'Send'; //to translate
$strSequence = 'Seq.'; //to translate
$strServerVersion = 'Server version'; //to translate
$strShow = '<27>ʴ<EFBFBD>';
$strShowingRecords = '<27>ʴ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¹<EFBFBD><EFBFBD><EFBFBD> ';
$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 = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> CSV';
$strStrucData = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><C3A7><EFBFBD>ҧ<EFBFBD><D2A7>Т<EFBFBD><D0A2><EFBFBD><EFBFBD><EFBFBD>';
$strStrucDrop = '<27><><EFBFBD><EFBFBD><EFBFBD> \'drop table\'';
$strStrucOnly = '੾<><E0A9BE><EFBFBD><EFBFBD>ç<EFBFBD><C3A7><EFBFBD>ҧ';
$strSubmit = 'Submit'; //to translate
$strSuccess = '<27>ӧҹ SQL-query <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$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 = '<27><><EFBFBD>ҧ ';
$strTableComments = '<27><><EFBFBD><EFBFBD><EFBFBD>˵آͧ<D8A2><CDA7><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD>';
$strTableEmpty = 'The table name is empty!'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate
$strTableStructure = '<27><>ç<EFBFBD><C3A7><EFBFBD>ҧ<EFBFBD><D2A7><EFBFBD>ҧ <20><><EFBFBD><EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD>ҧ';
$strTableType = 'Table type'; //to translate
$strTerminatedBy = '<27><><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD><D8B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD><CDA7><EFBFBD><EFBFBD>';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = '<27><>á<EFBFBD><C3A1><EFBFBD><EFBFBD><EFBFBD>Ũҡ<C5A8><D2A1><EFBFBD><EFBFBD><EFBFBD>ͧ<EFBFBD>س<EFBFBD><D8B3><EFBFBD><EFBFBD>';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
$strTheTerminator = '<27>ش<EFBFBD><D8B4><EFBFBD><EFBFBD><EFBFBD>ش<EFBFBD>ͧ field.';
$strTotal = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strType = 'Type'; //to translate
$strValue = "Value"; //to translate
$strViewDump = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD><EFBFBD><EFBFBD>ҧ";#"View dump (schema) of table";
$strViewDumpDB = "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ç<EFBFBD><EFBFBD><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD>ҹ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";#"View dump (schema) of database";
$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 = "<EFBFBD>Թ<EFBFBD>յ<EFBFBD>͹<EFBFBD>Ѻ<EFBFBD><EFBFBD><EFBFBD> ";#"Welcome to ";
$strWrongUser = "Wrong username/password. Access denied."; //to translate
$strValue = 'Value'; //to translate
$strViewDump = '<27><><EFBFBD><EFBFBD>ç<EFBFBD><C3A7><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD><CDA7><EFBFBD>ҧ';
$strViewDumpDB = '<27><><EFBFBD><EFBFBD>ç<EFBFBD><C3A7><EFBFBD>ҧ<EFBFBD>ͧ<EFBFBD>ҹ<EFBFBD><D2B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strYes = "Yes"; //to translate
$strWelcome = '<27>Թ<EFBFBD>յ<EFBFBD>͹<EFBFBD>Ѻ<EFBFBD><D1BA><EFBFBD> ';
$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';
?>