changing the whole profile of an user is now possible

This commit is contained in:
Loïc Chapeaux
2001-09-21 09:17:49 +00:00
parent ab0399ad32
commit 26241ac28a
31 changed files with 313 additions and 265 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2001-09-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole
profile of an user is now possible.
2001-09-20 Geert Lund <glund@silversoft.dk> 2001-09-20 Geert Lund <glund@silversoft.dk>
* security issue fix: added checking for valid user and password to the * security issue fix: added checking for valid user and password to the
phpinfo.php3 file, probitting non authorized users getting valuable phpinfo.php3 file, probitting non authorized users getting valuable

View File

@@ -84,7 +84,7 @@ $strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registro deletados:'; $strDeletedRows = 'Registro deletados:';
$strDeleteFailed = 'N<>o foi poss<73>vel apagar!'; $strDeleteFailed = 'N<>o foi poss<73>vel apagar!';
$strDeletePassword = 'Apagar Senha'; $strDeletePassword = 'Apagar Senha';
$strDeleteUserMessage = 'Voc<6F> deletou o usu<73>rio'; $strDeleteUserMessage = 'Voc<6F> deletou o usu<73>rio %s.';
$strDelPassMessage = 'Voc<6F> deletou a senha de'; $strDelPassMessage = 'Voc<6F> deletou a senha de';
$strDescending = 'Descendente'; $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 $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
@@ -294,9 +294,7 @@ $strType = 'Tipo';
$strUncheckAll = 'Desmarca Todos'; $strUncheckAll = 'Desmarca Todos';
$strUnique = '<27>nico'; $strUnique = '<27>nico';
$strUpdatePassMessage = 'Voc<6F> mudou a senha para'; $strUpdatePrivMessage = 'Voc<6F> mudou os privil<69>ios para %s.';
$strUpdatePassword = 'Mudar Senha';
$strUpdatePrivMessage = 'Voc<6F> mudou os privil<69>ios para';
$strUpdateQuery = 'Atualiza Query'; $strUpdateQuery = 'Atualiza Query';
$strUsage = 'Uso'; $strUsage = 'Uso';
$strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos'; $strUseBackquotes = 'Usa aspas simples nos nomes de tabelas e campos';
@@ -318,12 +316,13 @@ $strYes = 'Sim';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strUpdateServer = 'Update server';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; //to translate $strWithChecked = 'With checked:'; //to translate
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = '
$strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $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 $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
@@ -250,9 +249,6 @@ $strType = '
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUnique = '<27><><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>'; $strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -329,6 +325,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -79,7 +79,7 @@ $strDelete = 'Esborrar';
$strDeleted = 'La fila ha estat esborrada'; $strDeleted = 'La fila ha estat esborrada';
$strDeleteFailed = 'No s\'ha pogut esborrar!'; $strDeleteFailed = 'No s\'ha pogut esborrar!';
$strDeletePassword = 'Esborrar contrasenya'; $strDeletePassword = 'Esborrar contrasenya';
$strDeleteUserMessage = 'Has esborrat l\'usuari'; $strDeleteUserMessage = 'Has esborrat l\'usuari %s.';
$strDelPassMessage = 'Has esborrat la contrasenya de l\'usuari'; $strDelPassMessage = 'Has esborrat la contrasenya de l\'usuari';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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;.'; $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;.';
@@ -258,9 +258,7 @@ $strType = 'Tipus';
$strUncheckAll = 'Descel.leccionar tot'; $strUncheckAll = 'Descel.leccionar tot';
$strUnique = '&Uacute;nica'; $strUnique = '&Uacute;nica';
$strUpdatePassMessage = 'Heu actualitzat la contrasenya de '; $strUpdatePrivMessage = 'Heu actualitzat els privilegis de %s.';
$strUpdatePassword = 'Actualitzar contrasenya';
$strUpdatePrivMessage = 'Heu actualitzat els privilegis de ';
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = '&Uacute;s'; $strUsage = '&Uacute;s';
$strUser = 'Usuari'; $strUser = 'Usuari';
@@ -324,6 +322,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -80,7 +80,6 @@ $strDelete = '
$strDeleted = '<27>O<EFBFBD><4F><EFBFBD>w<EFBFBD>Q<EFBFBD>R<EFBFBD><52>'; $strDeleted = '<27>O<EFBFBD><4F><EFBFBD>w<EFBFBD>Q<EFBFBD>R<EFBFBD><52>';
$strDeleteFailed = '<27>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!'; $strDeleteFailed = '<27>R<EFBFBD><52><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDeletePassword = '<27>R<EFBFBD><52><EFBFBD>K<EFBFBD>X'; $strDeletePassword = '<27>R<EFBFBD><52><EFBFBD>K<EFBFBD>X';
$strDeleteUserMessage = '<27>z<EFBFBD>R<EFBFBD><52><EFBFBD>F<EFBFBD>ϥΪ<CFA5> ';
$strDelPassMessage = '<27>z<EFBFBD>w<EFBFBD>g<EFBFBD>R<EFBFBD><52><EFBFBD>F<EFBFBD>U<EFBFBD><55><EFBFBD>o<EFBFBD><6F><EFBFBD>ϥΪ̪<CEAA><CCAA>K<EFBFBD>X:'; $strDelPassMessage = '<27>z<EFBFBD>w<EFBFBD>g<EFBFBD>R<EFBFBD><52><EFBFBD>F<EFBFBD>U<EFBFBD><55><EFBFBD>o<EFBFBD><6F><EFBFBD>ϥΪ̪<CEAA><CCAA>K<EFBFBD>X:';
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $strDescending = 'Desending'; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = '<b>ĵ<>i:</b> <20>z<EFBFBD><7A> PHP <20>]<5D>w<EFBFBD>ҥ<EFBFBD> magic_quotes_gpc <20>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD><41><EFBFBD>ϥΦ<CFA5><CEA6>\<5C><><EFBFBD>A<EFBFBD>o<EFBFBD>Ӫ<EFBFBD><D3AA><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><><EFBFBD>ॿ<EFBFBD>T<EFBFBD>a<EFBFBD><61><EFBFBD><EFBFBD><br /><3E>n<EFBFBD>F<EFBFBD>Ѧp<D1A6><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD>аѦ<D0B0> PHP <20>ϥΤ<CFA5><CEA4>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>պA<D5BA>]<5D>w (configuration) <20>o<EFBFBD>@<40>`<60><><EFBFBD><EFBFBD><EFBFBD>e'; $strDisableMagicQuotes = '<b>ĵ<>i:</b> <20>z<EFBFBD><7A> PHP <20>]<5D>w<EFBFBD>ҥ<EFBFBD> magic_quotes_gpc <20>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD><41><EFBFBD>ϥΦ<CFA5><CEA6>\<5C><><EFBFBD>A<EFBFBD>o<EFBFBD>Ӫ<EFBFBD><D3AA><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><><EFBFBD>ॿ<EFBFBD>T<EFBFBD>a<EFBFBD><61><EFBFBD><EFBFBD><br /><3E>n<EFBFBD>F<EFBFBD>Ѧp<D1A6><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>o<EFBFBD>ӥ\<5C><><EFBFBD>A<EFBFBD>аѦ<D0B0> PHP <20>ϥΤ<CFA5><CEA4>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>պA<D5BA>]<5D>w (configuration) <20>o<EFBFBD>@<40>`<60><><EFBFBD><EFBFBD><EFBFBD>e';
@@ -261,9 +260,6 @@ $strType = '
$strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUnique = '<27>ߤ@'; $strUnique = '<27>ߤ@';
$strUpdatePassMessage = 'You have updated the password for';//<2F>z<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>U<EFBFBD><55><EFBFBD>o<EFBFBD><6F><EFBFBD>ϥΪ̧<CEAA><CCA7>s<EFBFBD>K<EFBFBD>X:(this variable can't show Chinese correctly)
$strUpdatePassword = '<27>ܧ<EFBFBD><DCA7>K<EFBFBD>X';
$strUpdatePrivMessage = 'You have updated the privileges for'; //<2F>z<EFBFBD>w<EFBFBD>g<EFBFBD><67><EFBFBD>U<EFBFBD><55><EFBFBD>o<EFBFBD><6F><EFBFBD>ϥΪ̧<CEAA><CCA7>s<EFBFBD>v<EFBFBD><76>:(this variable can't show Chinese correctly)
$strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = '<27>ϥ<EFBFBD>'; $strUsage = '<27>ϥ<EFBFBD>';
$strUser = '<27>ϥΪ<CFA5>'; $strUser = '<27>ϥΪ<CFA5>';
@@ -325,6 +321,10 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = 'ɾ
$strDeleted = '<27>ü<EFBFBD>¼<EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>'; $strDeleted = '<27>ü<EFBFBD>¼<EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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 $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
@@ -250,9 +249,6 @@ $strType = '
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = 'Ψһ'; $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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -329,6 +325,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -82,7 +82,6 @@ $strDeleted = '
$strDeletedRows = 'Smazan<61> <20><>dky:'; $strDeletedRows = 'Smazan<61> <20><>dky:';
$strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!'; $strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!';
$strDeletePassword = 'Smazat heslo'; $strDeletePassword = 'Smazat heslo';
$strDeleteUserMessage = 'Byl smaz<61>n u<>ivatel';
$strDelPassMessage = 'Bylo smaz<61>no heslo pro'; $strDelPassMessage = 'Bylo smaz<61>no heslo pro';
$strDescending = 'Sestupn<70>'; $strDescending = 'Sestupn<70>';
$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.'; $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.';
@@ -283,9 +282,6 @@ $strType = 'Typ';
$strUncheckAll = 'Od<4F>krtnout v<>e'; $strUncheckAll = 'Od<4F>krtnout v<>e';
$strUnique = 'Unik<69>tn<74>'; $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 = 'Aktualizovat dotaz'; $strUpdateQuery = 'Aktualizovat dotaz';
$strUsage = 'Pou<6F><75>v<EFBFBD>'; $strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmeno tabulek a pol<6F>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmeno tabulek a pol<6F>';
@@ -306,24 +302,27 @@ $strWrongUser = '
$strYes = 'Ano'; $strYes = 'Ano';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate
$strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
$strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunningAs = 'as';
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -82,7 +82,6 @@ $strDeleted = '
$strDeletedRows = 'Smazan<61> <20><>dky:'; $strDeletedRows = 'Smazan<61> <20><>dky:';
$strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!'; $strDeleteFailed = 'Smaz<61>n<EFBFBD> selhalo!';
$strDeletePassword = 'Smazat heslo'; $strDeletePassword = 'Smazat heslo';
$strDeleteUserMessage = 'Byl smaz<61>n u<>ivatel';
$strDelPassMessage = 'Bylo smaz<61>no heslo pro'; $strDelPassMessage = 'Bylo smaz<61>no heslo pro';
$strDescending = 'Sestupn<70>'; $strDescending = 'Sestupn<70>';
$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.'; $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.';
@@ -283,9 +282,6 @@ $strType = 'Typ';
$strUncheckAll = 'Od<4F>krtnout v<>e'; $strUncheckAll = 'Od<4F>krtnout v<>e';
$strUnique = 'Unik<69>tn<74>'; $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 = 'Aktualizovat dotaz'; $strUpdateQuery = 'Aktualizovat dotaz';
$strUsage = 'Pou<6F><75>v<EFBFBD>'; $strUsage = 'Pou<6F><75>v<EFBFBD>';
$strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmeno tabulek a pol<6F>'; $strUseBackquotes = 'Pou<6F><75>t zp<7A>tn<74> uvozovky u jmeno tabulek a pol<6F>';
@@ -306,24 +302,27 @@ $strWrongUser = '
$strYes = 'Ano'; $strYes = 'Ano';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate
$strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
$strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunningAs = 'as';
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -79,7 +79,6 @@ $strDelete = 'Slet';
$strDeleted = 'R&aelig;kken er slettet!'; $strDeleted = 'R&aelig;kken er slettet!';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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.'; $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.';
@@ -260,9 +259,6 @@ $strType = 'Datatype';
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = 'Unik'; $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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -324,6 +320,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -80,7 +80,6 @@ $strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:'; $strDeletedRows = 'Verwijder rijen:';
$strDeleteFailed = 'Verwijderen mislukt!'; $strDeleteFailed = 'Verwijderen mislukt!';
$strDeletePassword = 'Verwijder het wachtwoord'; $strDeletePassword = 'Verwijder het wachtwoord';
$strDeleteUserMessage = 'U heeft de gebruiker verwijderd';
$strDelPassMessage = 'Het heeft het wachtwoord verwijderd voor'; $strDelPassMessage = 'Het heeft het wachtwoord verwijderd voor';
$strDescending = 'Aflopend'; $strDescending = 'Aflopend';
$strDisableMagicQuotes = '<b>Waarschuwing:</b> U heeft magic_quotes_gpc ingeschakeld staan in uw PHP configuratie. Deze versie van PhpMyAdmin kan daar niet goed mee werken. Kijk in de configuratie sectie van de PHP handleiding voor informatie om het uit te schakelen.'; $strDisableMagicQuotes = '<b>Waarschuwing:</b> U heeft magic_quotes_gpc ingeschakeld staan in uw PHP configuratie. Deze versie van PhpMyAdmin kan daar niet goed mee werken. Kijk in de configuratie sectie van de PHP handleiding voor informatie om het uit te schakelen.';
@@ -278,9 +277,6 @@ $strType = 'Type';
$strUncheckAll = 'Deselecteer alles'; $strUncheckAll = 'Deselecteer alles';
$strUnique = 'Unieke waarde'; $strUnique = 'Unieke waarde';
$strUpdatePassMessage = 'U heeft het wachtwoord gewijzigd voor';
$strUpdatePassword = 'Wijzig wachtwoord';
$strUpdatePrivMessage = 'U heeft de rechten gewijzigd voor';
$strUpdateQuery = 'Wijzig Query'; $strUpdateQuery = 'Wijzig Query';
$strUsage = 'Gebruik'; $strUsage = 'Gebruik';
$strUser = 'Gebruiker'; $strUser = 'Gebruiker';
@@ -324,6 +320,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -84,7 +84,7 @@ $strDeleted = 'The row has been deleted';
$strDeletedRows = 'Deleted rows:'; $strDeletedRows = 'Deleted rows:';
$strDeleteFailed = 'Deleted Failed!'; $strDeleteFailed = 'Deleted Failed!';
$strDeletePassword = 'Delete Password'; $strDeletePassword = 'Delete Password';
$strDeleteUserMessage = 'You have deleted the user'; $strDeleteUserMessage = 'You have deleted the user %s.';
$strDelPassMessage = 'You have deleted the password for'; $strDelPassMessage = 'You have deleted the password for';
$strDescending = 'Descending'; $strDescending = 'Descending';
$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.'; $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.';
@@ -156,6 +156,7 @@ $strInstructions = 'Instructions';
$strInUse = 'in use'; $strInUse = 'in use';
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.';
$strKeepPass = 'Do not change the password';
$strKeyname = 'Keyname'; $strKeyname = 'Keyname';
$strKill = 'Kill'; $strKill = 'Kill';
@@ -301,12 +302,10 @@ $strType = 'Type';
$strUncheckAll = 'Uncheck All'; $strUncheckAll = 'Uncheck All';
$strUnique = 'Unique'; $strUnique = 'Unique';
$strUpdatePassMessage = 'You have updated the password for'; $strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdatePassword = 'Update Password'; $strUpdateProfile = 'Update profile:';
$strUpdatePrivMessage = 'You have updated the privileges for'; $strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query'; $strUpdateQuery = 'Update Query';
$strUpdateServer = 'Update server';
$strUpdateServMessage = 'You have updated the server for %s';
$strUsage = 'Usage'; $strUsage = 'Usage';
$strUseBackquotes = 'Use backquotes with tables and fields\' names'; $strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strUser = 'User'; $strUser = 'User';

View File

@@ -88,7 +88,6 @@ $strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:'; $strDeletedRows = 'Poistetut rivit:';
$strDeleteFailed = 'Poistaminen ep<65>onnistui!'; $strDeleteFailed = 'Poistaminen ep<65>onnistui!';
$strDeletePassword = 'Poista salasana'; $strDeletePassword = 'Poista salasana';
$strDeleteUserMessage = 'Poistettu k<>ytt<74>j<EFBFBD>:';
$strDelPassMessage = 'Salasana poistettu k<>ytt<74>j<EFBFBD>lt<6C>'; $strDelPassMessage = 'Salasana poistettu k<>ytt<74>j<EFBFBD>lt<6C>';
$strDescending = 'Laskeva'; $strDescending = 'Laskeva';
$strDisableMagicQuotes = '<b>Varoitus:</b> "magic_quotes_gpc"-toiminto on p<><70>ll<6C> PHP:n asetuksissa. T<>m<EFBFBD> PhpMyAdminin ei toimi kunnolla t<>m<EFBFBD>n toiminnon ollessa p<><70>ll<6C>. PHP:n k<>ytt<74>ohjeiden konfigurointikappale kertoo kuinka toiminto saadaan pois p<><70>lt<6C>.'; $strDisableMagicQuotes = '<b>Varoitus:</b> "magic_quotes_gpc"-toiminto on p<><70>ll<6C> PHP:n asetuksissa. T<>m<EFBFBD> PhpMyAdminin ei toimi kunnolla t<>m<EFBFBD>n toiminnon ollessa p<><70>ll<6C>. PHP:n k<>ytt<74>ohjeiden konfigurointikappale kertoo kuinka toiminto saadaan pois p<><70>lt<6C>.';
@@ -300,9 +299,6 @@ $strType = 'Tyyppi';
$strUncheckAll = 'Poista valinta kaikista'; $strUncheckAll = 'Poista valinta kaikista';
$strUnique = 'Uniikki'; $strUnique = 'Uniikki';
$strUpdatePassMessage = 'Olet p<>ivitt<74>nyt salasanan k<>ytt<74>j<EFBFBD>lle';
$strUpdatePassword = 'P<>ivit<69> salasana';
$strUpdatePrivMessage = 'Olet p<>ivitt<74>nyt oikeudet k<>ytt<74>j<EFBFBD>lle';
$strUpdateQuery = 'P<>ivit<69> lause'; $strUpdateQuery = 'P<>ivit<69> lause';
$strUsage = 'Tila'; $strUsage = 'Tila';
$strUseBackquotes = 'Laita taulujen ja sarakkeiden nimet lainausmerkkeihin'; $strUseBackquotes = 'Laita taulujen ja sarakkeiden nimet lainausmerkkeihin';
@@ -323,10 +319,13 @@ $strWrongUser = 'V
$strYes = 'Kyll<6C>'; $strYes = 'Kyll<6C>';
// To translate // To translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -84,7 +84,7 @@ $strDeleted = 'L\'enregistrement a
$strDeletedRows = 'Nombre d\'enregistrements effac<61>s :'; $strDeletedRows = 'Nombre d\'enregistrements effac<61>s :';
$strDeleteFailed = 'L\'effacement a <20>chou<6F>'; $strDeleteFailed = 'L\'effacement a <20>chou<6F>';
$strDeletePassword = 'Effacer le mot de passe'; $strDeletePassword = 'Effacer le mot de passe';
$strDeleteUserMessage = 'Vous avez effac<61> l\'utilisateur'; $strDeleteUserMessage = 'Vous avez effac<61> l\'utilisateur %s.';
$strDelPassMessage = 'Vous avez effac<61> le mot de passe de '; $strDelPassMessage = 'Vous avez effac<61> le mot de passe de ';
$strDescending = 'D<>croissant'; $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.'; $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.';
@@ -155,6 +155,8 @@ $strInsertTextfiles = 'Ins
$strInstructions = 'Instructions'; $strInstructions = 'Instructions';
$strInUse = 'utilis<69>'; $strInUse = 'utilis<69>';
$strInvalidName = '"%s" est un mot r<>serv<72>, il ne peut <20>tre utilis<69> comme nom de base/table/champ.'; $strInvalidName = '"%s" est un mot r<>serv<72>, il ne peut <20>tre utilis<69> comme nom de base/table/champ.';
$strKeepPass = 'Conserver le mot de passe';
$strKeyname = 'Nom de la cl<63>'; $strKeyname = 'Nom de la cl<63>';
$strKill = 'Supprimer'; $strKill = 'Supprimer';
@@ -300,9 +302,9 @@ $strType = 'Type';
$strUncheckAll = 'Tout d<>cocher'; $strUncheckAll = 'Tout d<>cocher';
$strUnique = 'Unique'; $strUnique = 'Unique';
$strUpdatePassMessage = 'Vous avez modifi<66> le mot de passe pour'; $strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour %s.';
$strUpdatePassword = 'Changer le mot de passe'; $strUpdateProfile = 'Modifier le profil :';
$strUpdatePrivMessage = 'Vous avez modifi<66> les privil<69>ges pour'; $strUpdateProfileMessage = 'Le profil a <20>t<EFBFBD> modifi<66>.';
$strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te'; $strUpdateQuery = 'Mise-<2D>-jour de la requ<71>te';
$strUpdateServer = 'Changer le serveur'; $strUpdateServer = 'Changer le serveur';
$strUpdateServMessage = 'Vous avez modifi<66> le serveur pour %s'; $strUpdateServMessage = 'Vous avez modifi<66> le serveur pour %s';

View File

@@ -84,7 +84,7 @@ $strDeleted = 'Rexistro eliminado';
$strDeletedRows = 'Filas borradas:'; $strDeletedRows = 'Filas borradas:';
$strDeleteFailed = 'Non foi posible eliminar!'; $strDeleteFailed = 'Non foi posible eliminar!';
$strDeletePassword = 'Borrar o contrasinal'; $strDeletePassword = 'Borrar o contrasinal';
$strDeleteUserMessage = 'Eliminou o usuario'; $strDeleteUserMessage = 'Eliminou o usuario %s.';
$strDelPassMessage = 'Eliminou o contrasinal de'; $strDelPassMessage = 'Eliminou o contrasinal de';
$strDescending = 'Descendente'; $strDescending = 'Descendente';
$strDisableMagicQuotes = '<b>Atenci<63>n:</b> Acaba de activar magic_quotes_gpc na configuraci<63>n do PHP. Esta versi<73>n de PhpMyAdmin non traballa ben con el. Mire na secci<63>n de configuraci<63>n do manual do PHP informaci<63>n sobre como desactiv<69>-lo.'; $strDisableMagicQuotes = '<b>Atenci<63>n:</b> Acaba de activar magic_quotes_gpc na configuraci<63>n do PHP. Esta versi<73>n de PhpMyAdmin non traballa ben con el. Mire na secci<63>n de configuraci<63>n do manual do PHP informaci<63>n sobre como desactiv<69>-lo.';
@@ -295,9 +295,7 @@ $strType = 'Tipo';
$strUncheckAll = 'Quitar-lles as marcas a todos'; $strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnique = '<27>nico'; $strUnique = '<27>nico';
$strUpdatePassMessage = 'Mudou o contrasinal para'; $strUpdatePrivMessage = 'Mudou os privilexios para %s.';
$strUpdatePassword = 'Mudar o contrasinal';
$strUpdatePrivMessage = 'Mudou os privilexios para';
$strUpdateQuery = 'Actualizar a procura'; $strUpdateQuery = 'Actualizar a procura';
$strUsage = 'Uso'; $strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "'; $strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "';
@@ -319,11 +317,12 @@ $strYes = 'Si';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strUpdateServer = 'Update server';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; $strWithChecked = 'With checked:';
?> ?>

View File

@@ -82,7 +82,7 @@ $strDeleted = 'Die Zeile wurde gel
$strDeletedRows = 'Gel<65>schte Zeilen:'; $strDeletedRows = 'Gel<65>schte Zeilen:';
$strDeleteFailed = 'L<>schen fehlgeschlagen!'; $strDeleteFailed = 'L<>schen fehlgeschlagen!';
$strDeletePassword = 'Password l<>schen'; $strDeletePassword = 'Password l<>schen';
$strDeleteUserMessage = 'Der Benutzer wurde gel<65>scht'; $strDeleteUserMessage = 'Der Benutzer wurde gel<65>scht %s.';
$strDelPassMessage = 'Password entfernt f<>r'; $strDelPassMessage = 'Password entfernt f<>r';
$strDescending = 'absteigend'; $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<61>ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.'; $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<61>ber zu erhalten, wie man magic_quotes_gpc nicht aktivieren kann.';
@@ -285,9 +285,7 @@ $strType = 'Typ';
$strUncheckAll = 'Auswahl entfernen'; $strUncheckAll = 'Auswahl entfernen';
$strUnique = 'Unique'; $strUnique = 'Unique';
$strUpdatePassMessage = 'Das Password wurde ge<67>ndert:'; $strUpdatePrivMessage = 'Die Rechte wurden ge<67>ndert %s.';
$strUpdatePassword = 'Password <20>ndern';
$strUpdatePrivMessage = 'Die Rechte wurden ge<67>ndert:';
$strUpdateQuery = 'Aktualisieren'; $strUpdateQuery = 'Aktualisieren';
$strUsage = 'Verbrauch'; $strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anf<6E>hrungszeichen '; $strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anf<6E>hrungszeichen ';
@@ -318,12 +316,13 @@ $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
$strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -82,7 +82,6 @@ $strDeleted = '
$strDeletedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:'; $strDeletedRows = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:';
$strDeleteFailed = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeleteFailed = '<27> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteUserMessage = 'You have deleted the user';
$strDelPassMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>'; $strDelPassMessage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD>';
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PHP. <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PhpMyAdmin <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PHP <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PHP. <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PhpMyAdmin <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> PHP <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -284,9 +283,6 @@ $strType = '
$strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>'; $strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>';
$strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdatePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePrivMessage = '<27><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD>'; $strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD>';
$strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
@@ -307,23 +303,26 @@ $strWrongUser = '
$strYes = '<27><><EFBFBD>'; $strYes = '<27><><EFBFBD>';
// To translate // To translate
$strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
$strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunningAs = 'as';
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -85,7 +85,7 @@ $strDeleted = 'La riga
$strDeletedRows = 'Righe cancellate:'; $strDeletedRows = 'Righe cancellate:';
$strDeleteFailed = 'Cancellazione fallita!'; $strDeleteFailed = 'Cancellazione fallita!';
$strDeletePassword = 'Cancella Password'; $strDeletePassword = 'Cancella Password';
$strDeleteUserMessage = 'Hai cancellato l\'utente'; $strDeleteUserMessage = 'Hai cancellato l\'utente %s.';
$strDelPassMessage = 'Hai cancellato la password per'; $strDelPassMessage = 'Hai cancellato la password per';
$strDescending = 'Decrescente'; $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.'; $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.';
@@ -302,12 +302,8 @@ $strType = 'Tipo';
$strUncheckAll = 'Deseleziona tutti'; $strUncheckAll = 'Deseleziona tutti';
$strUnique = 'Unica'; $strUnique = 'Unica';
$strUpdatePassMessage = 'Hai aggiornato la password per'; $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdatePassword = 'Aggiorna Password';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per';
$strUpdateQuery = 'Aggiorna Query'; $strUpdateQuery = 'Aggiorna Query';
$strUpdateServer = 'Aggiorna il server';
$strUpdateServMessage = 'Hai aggiornato il server per %s';
$strUsage = 'Utilizzo'; $strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUser = 'Utente'; $strUser = 'Utente';
@@ -327,4 +323,7 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si '; $strYes = ' Si ';
// To translate // To translate
$strKeepPass = 'Do not change the password';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = '
$strDeleted = '<27><><EFBFBD>򤷤<EFBFBD><F2A4B7A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><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 $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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>'; $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>';
@@ -250,9 +249,6 @@ $strType = '
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27><><EFBFBD>ˡ<EFBFBD><CBA1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUnique = '<27><><EFBFBD>ˡ<EFBFBD><CBA1><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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -328,6 +324,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = '
$strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.'; $strDeleted = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ͽ<EFBFBD><CFBF><EFBFBD><EFBFBD>ϴ<EFBFBD>.';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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>.'; $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>.';
@@ -250,9 +249,6 @@ $strType = '
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = '<27><><EFBFBD><EFBFBD>ũ Ÿ<><C5B8><EFBFBD><EFBFBD>'; $strUnique = '<27><><EFBFBD><EFBFBD>ũ Ÿ<><C5B8><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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -328,6 +324,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -83,7 +83,6 @@ $strDeleted = 'Raden er slettet';
$strDeletedRows = 'Slettede rader:'; $strDeletedRows = 'Slettede rader:';
$strDeleteFailed = 'Slettingen misslyktes!'; $strDeleteFailed = 'Slettingen misslyktes!';
$strDeletePassword = 'Slett passord'; $strDeletePassword = 'Slett passord';
$strDeleteUserMessage = 'Du har slettet brukeren';
$strDelPassMessage = 'Du har slettet passordet til'; $strDelPassMessage = 'Du har slettet passordet til';
$strDescending = 'Synkende'; $strDescending = 'Synkende';
$strDisableMagicQuotes = '<b>Advarsel:</b> Du har sl<73>tt p<> magic_quotes_gpc i din PHP konfigurasjon. Denne versjonen av PhpMyAdmin vil ikke fungere skikkelig med den. Vennligst se i konfigurasjons delen i PHP manualen for informasjon om hvordan du sl<73>r den av.'; $strDisableMagicQuotes = '<b>Advarsel:</b> Du har sl<73>tt p<> magic_quotes_gpc i din PHP konfigurasjon. Denne versjonen av PhpMyAdmin vil ikke fungere skikkelig med den. Vennligst se i konfigurasjons delen i PHP manualen for informasjon om hvordan du sl<73>r den av.';
@@ -292,9 +291,6 @@ $strType = 'Type';
$strUncheckAll = 'Fjern avmerking'; $strUncheckAll = 'Fjern avmerking';
$strUnique = 'Unik'; $strUnique = 'Unik';
$strUpdatePassMessage = 'Du har oppdatert passordet til';
$strUpdatePassword = 'Oppdater passord';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til';
$strUpdateQuery = 'Oppdater sp<73>rring'; $strUpdateQuery = 'Oppdater sp<73>rring';
$strUsage = 'Bruk'; $strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anf<6E>rselstegn med tabell og felt navn'; $strUseBackquotes = 'Bruk venstre anf<6E>rselstegn med tabell og felt navn';
@@ -315,14 +311,17 @@ $strYes = 'Ja';
// To translate // To translate
$strCarriage = 'Carriage return: \\r'; //to translate $strCarriage = 'Carriage return: \\r'; //to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strGrants = 'Grants'; //to translate $strGrants = 'Grants'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strPartialText = 'Partial Texts'; //to translate $strPartialText = 'Partial Texts'; //to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strStatement = 'Statements'; //to translate $strStatement = 'Statements'; //to translate
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; //to translate $strWithChecked = 'With checked:'; //to translate
?> ?>

View File

@@ -84,7 +84,6 @@ $strDeleted = 'Rekord zosta
$strDeletedRows = 'Skasowane rekordy:'; $strDeletedRows = 'Skasowane rekordy:';
$strDeleteFailed = 'Kasowanie nie powiod<6F>o sie!'; $strDeleteFailed = 'Kasowanie nie powiod<6F>o sie!';
$strDeletePassword = 'Kasowanie has<61>a'; $strDeletePassword = 'Kasowanie has<61>a';
$strDeleteUserMessage = 'U<>ytkownik zosta<74> skasowany';
$strDelPassMessage = 'Skasowane zosta<74>o has<61>o u<>ytkownika'; $strDelPassMessage = 'Skasowane zosta<74>o has<61>o u<>ytkownika';
$strDescending = 'Malej<65>co'; $strDescending = 'Malej<65>co';
$strDisableMagicQuotes = '<b>Ostrze<7A>enie:</b> W<><57>czono opcje magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a, gdy opcja ta jest wy<77><79>czona. Prosz<73> zaznajomi<6D> si<73> z dokumentacj<63> do PHP, aby znale<6C><65> informacje, w jaki spos<6F>b wy<77><79>czy<7A> t<> opcj<63>.'; $strDisableMagicQuotes = '<b>Ostrze<7A>enie:</b> W<><57>czono opcje magic_quotes_gpc w konfiguracji PHP. Ta wersja PhpMyAdmin <20>le dzia<69>a, gdy opcja ta jest wy<77><79>czona. Prosz<73> zaznajomi<6D> si<73> z dokumentacj<63> do PHP, aby znale<6C><65> informacje, w jaki spos<6F>b wy<77><79>czy<7A> t<> opcj<63>.';
@@ -294,9 +293,6 @@ $strType = 'Typ';
$strUncheckAll = 'Odznaczenie wszystkich'; $strUncheckAll = 'Odznaczenie wszystkich';
$strUnique = 'Unikalny'; $strUnique = 'Unikalny';
$strUpdatePassMessage = 'Zmienione zosta<74>o has<61>o dla';
$strUpdatePassword = 'Zmiana has<61>a';
$strUpdatePrivMessage = 'Zmienione zosta<74>y uprawnienia dla';
$strUpdateQuery = 'Zmiana zapytania'; $strUpdateQuery = 'Zmiana zapytania';
$strUsage = 'Wykorzystanie'; $strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U<>ycie cudzys<79>ow<6F>w z nazwami tabel i p<>l'; $strUseBackquotes = 'U<>ycie cudzys<79>ow<6F>w z nazwami tabel i p<>l';
@@ -316,13 +312,16 @@ $strWrongUser = 'B
$strYes = 'Tak'; $strYes = 'Tak';
// To translate // To translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; $strWithChecked = 'With checked:';
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = 'Remove';
$strDeleted = 'Registro eliminado'; $strDeleted = 'Registro eliminado';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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 $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
@@ -250,9 +249,6 @@ $strType = 'Tipo';
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = 'Unique'; $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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -328,6 +324,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -84,7 +84,7 @@ $strDeleted = 'Linia a fost stearsa';
$strDeletedRows = 'Randuri sterse:'; $strDeletedRows = 'Randuri sterse:';
$strDeleteFailed = 'Stergere nereusita!'; $strDeleteFailed = 'Stergere nereusita!';
$strDeletePassword = 'Sterge parola'; $strDeletePassword = 'Sterge parola';
$strDeleteUserMessage = 'Ati sters utilizatorul'; $strDeleteUserMessage = 'Ati sters utilizatorul %s.';
$strDelPassMessage = 'Ati sters parola pentru'; $strDelPassMessage = 'Ati sters parola pentru';
$strDescending = 'Descrescator'; $strDescending = 'Descrescator';
$strDisableMagicQuotes = '<b>Atentie:</b> Ati activat magic_quotes_gpc in configuratia PHP. Aceasta versiune PhpMyAdmin nu va functiona corect cu aceasta setare. Va rugam sa parcurgeti sectiunea de configurare a manualului PHP pentru mai multe informatii legate de modul de dezactivare.'; $strDisableMagicQuotes = '<b>Atentie:</b> Ati activat magic_quotes_gpc in configuratia PHP. Aceasta versiune PhpMyAdmin nu va functiona corect cu aceasta setare. Va rugam sa parcurgeti sectiunea de configurare a manualului PHP pentru mai multe informatii legate de modul de dezactivare.';
@@ -296,9 +296,7 @@ $strType = 'Tip';
$strUncheckAll = 'Deselecteaza toate'; $strUncheckAll = 'Deselecteaza toate';
$strUnique = 'Unic'; $strUnique = 'Unic';
$strUpdatePassMessage = 'Ati reinnoit parola pentru'; $strUpdatePrivMessage = 'Ati reinnoit drepturile de acces pentru %s.';
$strUpdatePassword = 'Reinnoire parola';
$strUpdatePrivMessage = 'Ati reinnoit drepturile de acces pentru';
$strUpdateQuery = 'Reinnoire comanda'; $strUpdateQuery = 'Reinnoire comanda';
$strUsage = 'Utilizare'; $strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor'; $strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
@@ -320,10 +318,11 @@ $strYes = 'Da';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strKeepPass = 'Do not change the password';//to translate
$strRunningAs = 'as'; $strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate $strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strUpdateServer = 'Update server';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -78,7 +78,6 @@ $strDelete = '
$strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!'; $strDeleteFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteUserMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelPassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strDelPassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> . <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> PHP, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> . <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> PHP, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -261,9 +260,6 @@ $strType = '
$strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdatePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePrivMessage = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -324,6 +320,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -78,7 +78,6 @@ $strDelete = '
$strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeleted = '<27><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!'; $strDeleteFailed = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
$strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeletePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteUserMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDelPassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>'; $strDelPassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDescending = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> . <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> PHP, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.'; $strDisableMagicQuotes = '<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</b> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PHP <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> magic_quotes_gpc. <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> PhpMyAdmin <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> . <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> PHP, <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
@@ -261,9 +260,6 @@ $strType = '
$strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUncheckAll = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUnique = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePassMessage = '<27><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdatePassword = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUpdatePrivMessage = '<27><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>';
$strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUpdateQuery = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strUsage = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>'; $strUseBackquotes = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD>';
@@ -324,6 +320,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -83,7 +83,6 @@ $strDelete = 'Zmaza
$strDeleted = 'Riadok bol zmazan<61>'; $strDeleted = 'Riadok bol zmazan<61>';
$strDeleteFailed = 'Mazanie bolo ne<6E>spe<70>n<EFBFBD>!'; $strDeleteFailed = 'Mazanie bolo ne<6E>spe<70>n<EFBFBD>!';
$strDeletePassword = 'Zmaza<7A> heslo'; $strDeletePassword = 'Zmaza<7A> heslo';
$strDeleteUserMessage = 'Bol zmazan<61> pou<6F><75>vate<74>';
$strDelPassMessage = 'Bolo zmazan<61> heslo pre'; $strDelPassMessage = 'Bolo zmazan<61> heslo pre';
$strDescending = 'Zostupne'; $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>.'; $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>.';
@@ -279,9 +278,6 @@ $strType = 'Typ';
$strUncheckAll = 'Odzna<6E>i<EFBFBD> v<>etko'; $strUncheckAll = 'Odzna<6E>i<EFBFBD> v<>etko';
$strUnique = 'Unik<69>tny'; $strUnique = 'Unik<69>tny';
$strUpdatePassMessage = 'Bolo zmenen<65> heslo pre pou<6F><75>vate<74>a';
$strUpdatePassword = 'Zmeni<6E> heslo';
$strUpdatePrivMessage = 'Boli zmenen<65> privil<69>gia pre pou<6F><75>vate<74>a';
$strUpdateQuery = 'Aktualizova<76> dotaz'; $strUpdateQuery = 'Aktualizova<76> dotaz';
$strUsage = 'Vyu<79>itie'; $strUsage = 'Vyu<79>itie';
$strUseBackquotes = ' Pou<6F>i<EFBFBD> opa<70>n<EFBFBD> apostrof pri n<>zvoch tabuliek a pol<6F> '; $strUseBackquotes = ' Pou<6F>i<EFBFBD> opa<70>n<EFBFBD> apostrof pri n<>zvoch tabuliek a pol<6F> ';
@@ -325,6 +321,9 @@ $strShowTables = 'Show tables';
$strStrucExcelCSV = 'CSV for Ms Excel data'; $strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate $strTables = '%s table(s)'; //to translate
$strWithChecked = 'With checked:'; $strWithChecked = 'With checked:';
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -81,7 +81,7 @@ $strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas Borradas: '; $strDeletedRows = 'Filas Borradas: ';
$strDeleteFailed = 'La operacion de borrado ha fallado!'; $strDeleteFailed = 'La operacion de borrado ha fallado!';
$strDeletePassword = 'Borrar contrase<73>a'; $strDeletePassword = 'Borrar contrase<73>a';
$strDeleteUserMessage = 'Ud. ha borrado el usuario'; $strDeleteUserMessage = 'Ud. ha borrado el usuario %s.';
$strDelPassMessage = 'Ud. ha borrado la contrase<73>a para'; $strDelPassMessage = 'Ud. ha borrado la contrase<73>a para';
$strDescending = 'Descendente'; $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.'; $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.';
@@ -277,9 +277,7 @@ $strType = 'Tipo';
$strUncheckAll = 'Desmarcar todos'; $strUncheckAll = 'Desmarcar todos';
$strUnique = 'Unico'; $strUnique = 'Unico';
$strUpdatePassMessage = 'Ud. ha actualizado la contrase<73>a para'; $strUpdatePrivMessage = 'Ud. a actualizado los privilegios para %s.';
$strUpdatePassword = 'Actualizar Contrase<73>a';
$strUpdatePrivMessage = 'Ud. a actualizado los privilegios para';
$strUpdateQuery = 'Modificar la Consulta'; $strUpdateQuery = 'Modificar la Consulta';
$strUsage = 'Uso'; $strUsage = 'Uso';
$strUseBackquotes = 'Usar backquotes con tablas y nombres de campo'; $strUseBackquotes = 'Usar backquotes con tablas y nombres de campo';
@@ -324,6 +322,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -82,7 +82,6 @@ $strDeleted = 'Raden har raderats';
$strDeletedRows = 'Raderade rader'; $strDeletedRows = 'Raderade rader';
$strDeleteFailed = 'Raderingen misslyckades!'; $strDeleteFailed = 'Raderingen misslyckades!';
$strDeletePassword = 'Radera l<>senord'; $strDeletePassword = 'Radera l<>senord';
$strDeleteUserMessage = 'Du har raderat anv<6E>ndaren';
$strDelPassMessage = 'Du har raderat l<>senordet f<>r'; $strDelPassMessage = 'Du har raderat l<>senordet f<>r';
$strDescending = 'Fallande'; $strDescending = 'Fallande';
$strDisableMagicQuotes = '<b>Varning:</b> Du har aktiverat \'magic_quotes_gpc\' i din PHP-konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt med det tillvalet. L<>s i PHP-dokumentationen f<>r att se hur du avaktiverar det.'; $strDisableMagicQuotes = '<b>Varning:</b> Du har aktiverat \'magic_quotes_gpc\' i din PHP-konfiguration. Den h<>r versionen av PhpMyAdmin fungerar inte korrekt med det tillvalet. L<>s i PHP-dokumentationen f<>r att se hur du avaktiverar det.';
@@ -283,9 +282,6 @@ $strType = 'Typ';
$strUncheckAll = 'Avmarkera alla'; $strUncheckAll = 'Avmarkera alla';
$strUnique = 'Unik'; $strUnique = 'Unik';
$strUpdatePassMessage = 'Du har uppdaterat l<>senordet f<>r';
$strUpdatePassword = 'Uppdatera l<>senord';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna f<>r';
$strUpdateQuery = 'Uppdatera fr<66>ga'; $strUpdateQuery = 'Uppdatera fr<66>ga';
$strUsage = 'Anv<6E>ndning'; $strUsage = 'Anv<6E>ndning';
$strUseBackquotes = 'Anv<6E>nd bak<61>tcitat i tabeller och f<>ltnamn'; $strUseBackquotes = 'Anv<6E>nd bak<61>tcitat i tabeller och f<>ltnamn';
@@ -306,24 +302,27 @@ $strWrongUser = 'Fel anv
$strYes = 'Ja'; $strYes = 'Ja';
// To translate // To translate
$strIdxFulltext = 'Fulltext'; //to translate
$strRunningAs = 'as';
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAPrimaryKey = 'A primary key has been added on %s';//to translate
$strAnIndex = 'An index has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate
$strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate
$strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate
$strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate
$strFieldsTerminatedBy = 'Fields terminated by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate
$strKeepPass = 'Do not change the password';//to translate
$strLinesTerminatedBy = 'Lines terminated by';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate
$strRunningAs = 'as';
$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strShowAll = 'Show all'; // to translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -76,7 +76,6 @@ $strDelete = 'ź';
$strDeleted = <><C5BA><EFBFBD><EFBFBD>͡<EFBFBD><CDA1><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'; $strDeleted = <><C5BA><EFBFBD><EFBFBD>͡<EFBFBD><CDA1><EFBFBD>º<EFBFBD><C2BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
$strDeleteFailed = 'Deleted Failed!'; //to translate $strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeletePassword = 'Delete Password'; //to translate $strDeletePassword = 'Delete Password'; //to translate
$strDeleteUserMessage = 'You have deleted the user'; //to translate
$strDelPassMessage = 'You have deleted the password for'; //to translate $strDelPassMessage = 'You have deleted the password for'; //to translate
$strDescending = 'Desending'; //to translate (tbl_qbe.php3) $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 $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
@@ -250,9 +249,6 @@ $strType = 'Type'; //to translate
$strUncheckAll = 'Uncheck All'; //to translate $strUncheckAll = 'Uncheck All'; //to translate
$strUnique = 'Unique'; //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) $strUpdateQuery = 'Update Query'; //to translate (tbl_qbe.php3)
$strUsage = 'Usage'; //to translate $strUsage = 'Usage'; //to translate
$strUser = 'User'; //to translate $strUser = 'User'; //to translate
@@ -329,6 +325,9 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate
$strStartingRecord = 'Starting record';//to translate $strStartingRecord = 'Starting record';//to translate
$strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate
$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strUpdateServer = 'Update server';//to translate $strDeleteUserMessage = 'You have deleted the user %s.';//to translate
$strUpdateServMessage = 'You have updated the server for %s';//to translate $strKeepPass = 'Do not change the password';//to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
?> ?>

View File

@@ -10,17 +10,29 @@
*/ */
function checkPassword(the_form) function checkPassword(the_form)
{ {
if (the_form.elements['nopass'][1].checked) { // Gets the elements pointers
if (the_form.elements['pma_pw'].value == '') { if (the_form.name == 'addUserForm') {
var pswd_index = 1;
var pswd1_name = 'pma_pw';
var pswd2_name = 'pma_pw2';
} else {
var pswd_index = 2;
var pswd1_name = 'new_pw';
var pswd2_name = 'new_pw2';
}
// Validates
if (the_form.elements['nopass'][pswd_index].checked) {
if (the_form.elements[pswd1_name].value == '') {
alert(jsPasswordEmpty); alert(jsPasswordEmpty);
the_form.elements['pma_pw2'].value = ''; the_form.elements[pswd2_name].value = '';
the_form.elements['pma_pw'].focus(); the_form.elements[pswd1_name].focus();
return false; return false;
} else if (the_form.elements['pma_pw'].value != the_form.elements['pma_pw2'].value) { } else if (the_form.elements[pswd1_name].value != the_form.elements[pswd2_name].value) {
alert(jsPasswordNotSame); alert(jsPasswordNotSame);
the_form.elements['pma_pw'].value = ''; the_form.elements[pswd1_name].value = '';
the_form.elements['pma_pw2'].value = ''; the_form.elements[pswd2_name].value = '';
the_form.elements['pma_pw'].focus(); the_form.elements[pswd1_name].focus();
return false; return false;
} // end if...else if } // end if...else if
} // end if } // end if

View File

@@ -353,7 +353,7 @@ function normal_operations()
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="nopass" value="1" /> <input type="radio" name="nopass" value="1" onclick="pma_pw.value = ''; pma_pw2.value = ''" />
<?php echo $GLOBALS['strNoPassword'] . "\n"; ?> <?php echo $GLOBALS['strNoPassword'] . "\n"; ?>
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
@@ -605,43 +605,62 @@ function edit_operations($host, $user)
</li> </li>
<li> <li>
<form action="user_details.php3" method="post" name="serverForm"> <form action="user_details.php3" method="post" name="updUserForm" onsubmit="return checkPassword(this)">
<?php echo $GLOBALS['strUpdateServer'] . "\n"; ?> <?php echo $GLOBALS['strUpdateProfile'] . "\n"; ?>
<table> <table>
<tr> <tr>
<td> <td>
<input type="text" name="new_server" size="10" value="<?php echo str_replace('"', '&quot;', $host); ?>" /> <input type="radio" value="1" name="anyhost"<?php if (empty($host) || $host == '%') echo ' checked="checked"'; ?> />
&nbsp; <?php echo $GLOBALS['strAnyHost'] . "\n"; ?>
<input type="submit" name="submit_chgServer" value="<?php echo $GLOBALS['strGo']; ?>" /> </td>
<td>&nbsp;</td>
<td>
<input type="radio" value="0" name="anyhost"<?php if (!empty($host) && $host != '%') echo ' checked="checked"'; ?> />
<?php echo $GLOBALS['strHost']; ?>&nbsp;:&nbsp;
</td>
<td>
<input type="text" name="new_server" size="10" value="<?php echo str_replace('"', '&quot;', $host); ?>" onchange="this.form.anyhost[1].checked = true" />
</td> </td>
</tr> </tr>
</table>
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="host" value="<?php echo str_replace('"', '&quot;', $host); ?>" />
<input type="hidden" name="pma_user" value="<?php echo str_replace('"', '&quot;', $pma_user); ?>" />
</form>
</li>
<li>
<form action="user_details.php3" method="post" name="passForm" onsubmit="return checkPassword(this)">
<?php echo $GLOBALS['strUpdatePassword'] . "\n"; ?>
<table>
<tr> <tr>
<td> <td>
<input type="radio" name="nopass" value="1"<?php if ($row['Password'] == '') echo ' checked="checked"'; ?> /> <input type="radio" value="1" name="anyuser"<?php if (empty($pma_user) || $pma_user == '%') echo ' checked="checked"'; ?> />
<?php echo $GLOBALS['strAnyUser']; ?>
</td>
<td>&nbsp;</td>
<td>
<input type="radio" value="0" name="anyuser" checked="checked"<?php if (!empty($pma_user) && $pma_user != '%') echo ' checked="checked"'; ?> />
<?php echo $GLOBALS['strUserName']; ?>&nbsp;:&nbsp;
</td>
<td>
<input type="text" name="new_user" size="10" value="<?php echo str_replace('"', '&quot;', $pma_user); ?>" onchange="this.form.anyuser[1].checked = true" />
</td>
</tr>
<tr>
<td>
<input type="radio" name="nopass" value="-1" checked="checked" onclick="new_pw.value = ''; new_pw2.value = ''" />
<?php echo $GLOBALS['strKeepPass'] . "\n"; ?>
</td>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="4" align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?php echo $GLOBALS['strOr']; ?></td>
</tr>
<tr>
<td>
<input type="radio" name="nopass" value="1" onclick="new_pw.value = ''; new_pw2.value = ''" />
<?php echo $GLOBALS['strNoPassword'] . "\n"; ?> <?php echo $GLOBALS['strNoPassword'] . "\n"; ?>
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
<td> <td>
<input type="radio" name="nopass" value="0"<?php if ($row['Password'] != '') echo ' checked="checked"'; ?> /> <input type="radio" name="nopass" value="0" />
<?php echo $GLOBALS['strPassword']; ?>&nbsp;:&nbsp; <?php echo $GLOBALS['strPassword']; ?>&nbsp;:&nbsp;
</td> </td>
<td> <td>
<input type="password" name="pma_pw" size="10" onchange="nopass[1].checked = true" /> <input type="password" name="new_pw" size="10" onchange="nopass[2].checked = true" />
&nbsp;&nbsp; &nbsp;&nbsp;
<?php echo $GLOBALS['strReType']; ?>&nbsp;:&nbsp; <?php echo $GLOBALS['strReType']; ?>&nbsp;:&nbsp;
<input type="password" name="pma_pw2" size="10" onchange="nopass[1].checked = true" /> <input type="password" name="new_pw2" size="10" onchange="nopass[2].checked = true" />
</td> </td>
</tr> </tr>
</table> </table>
@@ -649,7 +668,7 @@ function edit_operations($host, $user)
<input type="hidden" name="server" value="<?php echo $server; ?>" /> <input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="host" value="<?php echo str_replace('"', '&quot;', $host); ?>" /> <input type="hidden" name="host" value="<?php echo str_replace('"', '&quot;', $host); ?>" />
<input type="hidden" name="pma_user" value="<?php echo str_replace('"', '&quot;', $pma_user); ?>" /> <input type="hidden" name="pma_user" value="<?php echo str_replace('"', '&quot;', $pma_user); ?>" />
<input type="submit" name="submit_chgPswd" value="<?php echo $GLOBALS['strGo']; ?>" /> <input type="submit" name="submit_updProfile" value="<?php echo $GLOBALS['strGo']; ?>" />
</form> </form>
</li> </li>
@@ -909,24 +928,38 @@ function confirm($the_host, $the_user) {
*/ */
check_rights(); check_rights();
if (empty($host)) { if (isset($db)) {
$db = 'mysql'; $db_bkp = $db;
$table = 'user'; unset($db);
} else if (get_magic_quotes_gpc()) { }
if (isset($table)) {
$table_bkp = $table;
unset($db);
}
if (!empty($host) && get_magic_quotes_gpc()) {
$host = stripslashes($host); $host = stripslashes($host);
if (!empty($pma_user)) { if (!empty($pma_user)) {
$pma_user = stripslashes($pma_user); $pma_user = stripslashes($pma_user);
} }
} }
$js_to_run = 'user_details.js'; $js_to_run = 'user_details.js';
include('./header.inc.php3'); include('./header.inc.php3');
if (!empty($host) && !isset($submit_chgServer)) { if (!isset($submit_updProfile)) {
echo '<h1>' . "\n"; echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n"; echo ' ' . (empty($host) ? $strAnyHost : $strHost . ' ' . $host) . ' - ' . (empty($pma_user) ? $strAnyUser : $strUser . ' ' . $pma_user) . "\n";
echo '</h1>'; echo '</h1>';
} }
if (isset($db_bkp)) {
$db = $db_bkp;
unset($db_bkp);
}
if (isset($table_bkp)) {
$table = $table_bkp;
unset($table_bkp);
}
/** /**
* Some actions has been submitted * Some actions has been submitted
@@ -963,10 +996,9 @@ else if (isset($delete) && $delete
$result = mysql_query('DELETE FROM mysql.user' . $common_where); $result = mysql_query('DELETE FROM mysql.user' . $common_where);
if ($result) { if ($result) {
echo '<p><b>' . $strDeleteUserMessage . ' <span style="color: #002E80">' . $delete_user . '@' . $delete_host . '</span><br />'; show_message(sprintf($strDeleteUserMessage, '<span style="color: #002E80">' . $delete_user . '@' . $delete_host . '</span>') . '<br />' . $strRememberReload);
echo ' ' . $strRememberReload . '</b></p>';
} else { } else {
echo '<p><b>' . $strDeleteFailed . '</b></p>'; show_message($strDeleteFailed);
} }
} }
@@ -1018,8 +1050,8 @@ else if (isset($submit_addUser)) {
} // end else } // end else
} }
// Changes the server that an user can access // Updates the profile of an user
else if (isset($submit_chgServer)) { else if (isset($submit_updProfile)) {
$show_query = 'y'; $show_query = 'y';
$edit = TRUE; $edit = TRUE;
if (empty($host)) { if (empty($host)) {
@@ -1028,52 +1060,76 @@ else if (isset($submit_chgServer)) {
if (empty($pma_user)) { if (empty($pma_user)) {
$pma_user = '%'; $pma_user = '%';
} }
if (empty($new_server)) {
// Builds the sql query
$sql_query = '';
if (isset($anyhost) && $anyhost) {
$new_server = '%'; $new_server = '%';
} else if (get_magic_quotes_gpc()) { } else if (!empty($new_server) && get_magic_quotes_gpc()) {
$new_server = stripslashes($new_server); $new_server = stripslashes($new_server);
} }
if (!empty($new_server) && $new_server != $host) {
$sql_query = 'UPDATE user ' $sql_query .= 'host = \'' . sql_addslashes($new_server) . '\'';
. 'SET host = \'' . sql_addslashes($new_server) . '\' ' } else if (isset($new_server)) {
. 'WHERE user = \'' . sql_addslashes($pma_user) . '\' AND host = \'' . sql_addslashes($host) . '\''; unset($new_server);
$result = @mysql_query($sql_query) or mysql_die('', '', FALSE);
$host = $new_server;
echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n";
echo '</h1>';
show_message(sprintf($strUpdateServMessage, '<span style="color: #002E80">' . $pma_user . '@' . $host . '</span>') . '<br />' . $strRememberReload);
}
// Changes the password of an user
else if (isset($submit_chgPswd)) {
$show_query = 'y';
$edit = TRUE;
if (empty($host)) {
$host = '%';
}
if (empty($pma_user)) {
$pma_user = '%';
} }
// Password is not confirmed if (isset($anyuser) && $anyuser) {
if ((!isset($nopass) || !$nopass) && empty($pma_pw)) { $new_user = '%';
} else if (!empty($new_user) && get_magic_quotes_gpc()) {
$new_user = stripslashes($new_user);
}
if (!empty($new_user) && $new_user != $pma_user) {
$sql_query .= (empty($sql_query) ? '' : ', ')
. 'user = \'' . sql_addslashes($new_user) . '\'';
} else if (isset($new_user)) {
unset($new_user);
}
if (isset($nopass) && $nopass == -1) {
// void()
}
else if ((!isset($nopass) || $nopass == 0) && empty($new_pw)) {
echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n";
echo '</h1>' . "\n";
echo '<p><b>' . $strError . '&nbsp;:&nbsp;' . $strPasswordEmpty . '</b></p>' . "\n"; echo '<p><b>' . $strError . '&nbsp;:&nbsp;' . $strPasswordEmpty . '</b></p>' . "\n";
} }
else if (!empty($pma_pw) else if (!empty($new_pw)
&& (!isset($pma_pw2) || $pma_pw != $pma_pw2)) { && (!isset($new_pw2) || $new_pw != $new_pw2)) {
echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n";
echo '</h1>' . "\n";
echo '<p><b>' . $strError . '&nbsp;:&nbsp;' . $strPasswordNotSame . '</b></p>' . "\n"; echo '<p><b>' . $strError . '&nbsp;:&nbsp;' . $strPasswordNotSame . '</b></p>' . "\n";
} }
// Password confirmed
else { else {
$sql_query = 'UPDATE user ' $sql_query .= (empty($sql_query) ? '' : ', ')
. 'SET password = ' . (empty($pma_pw) ? '\'\'' : 'PASSWORD(\'' . sql_addslashes($pma_pw) . '\')') . ' ' . 'password = ' . (empty($new_pw) ? '\'\'' : 'PASSWORD(\'' . sql_addslashes($new_pw) . '\')');
. 'WHERE user = \'' . sql_addslashes($pma_user) . '\' AND host = \'' . sql_addslashes($host) . '\''; }
$result = @mysql_query($sql_query) or mysql_die('', '', FALSE);
show_message($strUpdatePassMessage . ' <span style="color: #002E80">' . $pma_user . '@' . $host . '</span><br />' . $strRememberReload); if (!empty($sql_query)) {
} // end else $sql_query = 'UPDATE user '
. 'SET ' . $sql_query . ' '
. 'WHERE user = \'' . sql_addslashes($pma_user) . '\' AND host = \'' . sql_addslashes($host) . '\'';
$result = @mysql_query($sql_query) or mysql_die('', '', FALSE);
if (isset($new_server)) {
$host = $new_server;
}
if (isset($new_user)) {
$pma_user = $new_user;
}
echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n";
echo '</h1>' . "\n";
show_message($strUpdateProfileMessage . '<br />' . $strRememberReload);
} else {
echo '<h1>' . "\n";
echo ' ' . $strHost . ' ' . $host . ' - ' . $strUser . ' ' . (($pma_user) ? $pma_user : $strAny) . "\n";
echo '</h1>' . "\n";
show_message($strNoModification);
}
} }
// Changes the privileges of an user // Changes the privileges of an user
@@ -1104,7 +1160,7 @@ else if (isset($submit_chgPriv)) {
. $sql_query . $sql_query
. ' WHERE host = \'' . sql_addslashes($host) . '\' AND user = \'' . sql_addslashes($pma_user) . '\''; . ' WHERE host = \'' . sql_addslashes($host) . '\' AND user = \'' . sql_addslashes($pma_user) . '\'';
$result = @mysql_query($sql_query) or mysql_die('', '', FALSE); $result = @mysql_query($sql_query) or mysql_die('', '', FALSE);
show_message($strUpdatePrivMessage . ' <span style="color: #002E80">' . $pma_user . '@' . $host . '</span><br />' . $strRememberReload); show_message(sprintf($strUpdatePrivMessage, '<span style="color: #002E80">' . $pma_user . '@' . $host . '</span>') . '<br />' . $strRememberReload);
} }
// Revoke/Grant privileges // Revoke/Grant privileges