From f522e5626a73b6105f10ee2296bf93c6a1ba6dee Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 19 Dec 2002 22:58:09 +0000 Subject: [PATCH] added ability to change a user's password (sorry for flooding the language files again...) --- ChangeLog | 4 + lang/afrikaans-iso-8859-1.inc.php3 | 2 + lang/afrikaans-utf-8.inc.php3 | 2 + lang/albanian-iso-8859-1.inc.php3 | 2 + lang/albanian-utf-8.inc.php3 | 2 + lang/arabic-utf-8.inc.php3 | 2 + lang/arabic-windows-1256.inc.php3 | 2 + lang/brazilian_portuguese-iso-8859-1.inc.php3 | 2 + lang/brazilian_portuguese-utf-8.inc.php3 | 2 + lang/bulgarian-koi8-r.inc.php3 | 2 + lang/bulgarian-utf-8.inc.php3 | 2 + lang/bulgarian-windows-1251.inc.php3 | 2 + lang/catalan-iso-8859-1.inc.php3 | 2 + lang/catalan-utf-8.inc.php3 | 2 + lang/chinese_big5-utf-8.inc.php3 | 2 + lang/chinese_big5.inc.php3 | 2 + lang/chinese_gb-utf-8.inc.php3 | 2 + lang/chinese_gb.inc.php3 | 2 + lang/croatian-iso-8859-2.inc.php3 | 2 + lang/croatian-utf-8.inc.php3 | 2 + lang/croatian-windows-1250.inc.php3 | 2 + lang/czech-iso-8859-2.inc.php3 | 1 + lang/czech-utf-8.inc.php3 | 1 + lang/czech-windows-1250.inc.php3 | 1 + lang/danish-iso-8859-1.inc.php3 | 2 + lang/danish-utf-8.inc.php3 | 2 + lang/dutch-iso-8859-1.inc.php3 | 4 +- lang/dutch-utf-8.inc.php3 | 4 +- lang/english-iso-8859-1.inc.php3 | 1 + lang/english-utf-8.inc.php3 | 1 + lang/estonian-iso-8859-1.inc.php3 | 4 +- lang/estonian-utf-8.inc.php3 | 4 +- lang/finnish-iso-8859-1.inc.php3 | 2 + lang/finnish-utf-8.inc.php3 | 2 + lang/french-iso-8859-1.inc.php3 | 2 + lang/french-utf-8.inc.php3 | 2 + lang/galician-iso-8859-1.inc.php3 | 2 + lang/galician-utf-8.inc.php3 | 2 + lang/georgian-utf-8.inc.php3 | 2 + lang/german-iso-8859-1.inc.php3 | 1 + lang/german-utf-8.inc.php3 | 1 + lang/greek-iso-8859-7.inc.php3 | 2 + lang/greek-utf-8.inc.php3 | 2 + lang/hebrew-iso-8859-8-i.inc.php3 | 2 + lang/hindi-utf-8.inc.php3 | 2 + lang/hungarian-iso-8859-2.inc.php3 | 2 + lang/hungarian-utf-8.inc.php3 | 2 + lang/indonesian-iso-8859-1.inc.php3 | 2 + lang/indonesian-utf-8.inc.php3 | 2 + lang/italian-iso-8859-1.inc.php3 | 1 + lang/italian-utf-8.inc.php3 | 1 + lang/japanese-euc.inc.php3 | 2 + lang/japanese-sjis.inc.php3 | 2 + lang/japanese-utf-8.inc.php3 | 2 + lang/korean-ks_c_5601-1987.inc.php3 | 2 + lang/latvian-utf-8.inc.php3 | 2 + lang/latvian-windows-1257.inc.php3 | 2 + lang/lithuanian-utf-8.inc.php3 | 1 + lang/lithuanian-windows-1257.inc.php3 | 1 + lang/malay-iso-8859-1.inc.php3 | 4 +- lang/malay-utf-8.inc.php3 | 4 +- lang/norwegian-iso-8859-1.inc.php3 | 2 + lang/norwegian-utf-8.inc.php3 | 2 + lang/polish-iso-8859-2.inc.php3 | 2 + lang/polish-utf-8.inc.php3 | 2 + lang/portuguese-iso-8859-1.inc.php3 | 2 + lang/portuguese-utf-8.inc.php3 | 2 + lang/romanian-iso-8859-1.inc.php3 | 2 + lang/romanian-utf-8.inc.php3 | 2 + lang/russian-dos-866.inc.php3 | 2 + lang/russian-koi8-r.inc.php3 | 2 + lang/russian-utf-8.inc.php3 | 2 + lang/russian-windows-1251.inc.php3 | 2 + lang/serbian-utf-8.inc.php3 | 2 + lang/serbian-windows-1250.inc.php3 | 2 + lang/slovak-iso-8859-2.inc.php3 | 2 + lang/slovak-utf-8.inc.php3 | 2 + lang/slovak-windows-1250.inc.php3 | 2 + lang/slovenian-iso-8859-2.inc.php3 | 2 + lang/slovenian-utf-8.inc.php3 | 2 + lang/slovenian-windows-1250.inc.php3 | 2 + lang/spanish-iso-8859-1.inc.php3 | 2 + lang/spanish-utf-8.inc.php3 | 2 + lang/swedish-iso-8859-1.inc.php3 | 2 + lang/swedish-utf-8.inc.php3 | 2 + lang/thai-tis-620.inc.php3 | 2 + lang/thai-utf-8.inc.php3 | 2 + lang/turkish-iso-8859-9.inc.php3 | 2 + lang/turkish-utf-8.inc.php3 | 2 + lang/ukrainian-utf-8.inc.php3 | 2 + lang/ukrainian-windows-1251.inc.php3 | 2 + server_privileges.php3 | 186 ++++++++++++------ 92 files changed, 304 insertions(+), 67 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8beaaeb82..f394f0fc0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,10 @@ $Source$ * lang/*.inc.php3: Fixed a typo. * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz). * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings. + * server_privileges.php3, lang/*.inc.php3: + - Bugfixes; + - Small design modification; + - Added ability to change passwords via SET PASSWORD FOR user. 2002-12-18 Alexander M. Turek * main.php3, header.inc.php3, server_privileges.php3, server_links.php3, diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 8cd994068..cfd2474b0 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -519,4 +519,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 9ddd2b816..6e1ba2d8e 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -520,4 +520,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 1afa00e0a..389e1eb59 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -521,4 +521,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 4565d1b9b..477dcc6c4 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -522,4 +522,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 8a19595a4..bc25f757d 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -534,4 +534,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 790453afb..97ad8e885 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 554e5f484..c11365a65 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index c12411f09..14fa485b8 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -534,4 +534,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index eb577ef7e..d7ced3c69 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 97c882da4..fdea6c0b4 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -534,4 +534,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 579d528a6..dcd0ef82e 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 53d3e0099..d1ef0052e 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -509,4 +509,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 8716f0105..79b931ffb 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -510,4 +510,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 7322b53e3..27e12e5fc 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -519,4 +519,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index a377748e3..fd7ed0122 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -518,4 +518,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index dcef44a4a..e0872d3b6 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -517,4 +517,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 88b73e2b8..28ce92b8a 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -516,4 +516,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 9a99dd8c7..65698d0fc 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -532,4 +532,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 27adc0f1a..53b14969b 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index d366430c5..b9efb7b22 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -532,4 +532,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 2f0fbfd0e..8d9c94f45 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -514,4 +514,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 5f85848aa..86cedf647 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -515,4 +515,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení tÄ›chto parametrů na 0 (nulu) $strZip = '"zazipováno"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 2cf48533b..1aa0cbeb1 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -514,4 +514,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 1e459d43d..828f17dc2 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -527,4 +527,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 38c7fee1a..7e6afa268 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -528,4 +528,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 8bd4fac89..0fc75c612 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -213,7 +213,7 @@ $strKeepPass = 'Wijzig het wachtwoord niet'; $strKeyname = 'Sleutelnaam'; $strKill = 'stop proces'; -$strLaTeX = 'LaTeX'; +$strLaTeX = 'LaTeX'; $strLength = 'Lengte'; $strLengthSet = 'Lengte/Waardes*'; $strLimitNumRows = 'records per pagina'; @@ -521,4 +521,6 @@ $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index c0e5e8c5c..80de2e666 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -214,7 +214,7 @@ $strKeepPass = 'Wijzig het wachtwoord niet'; $strKeyname = 'Sleutelnaam'; $strKill = 'stop proces'; -$strLaTeX = 'LaTeX'; +$strLaTeX = 'LaTeX'; $strLength = 'Lengte'; $strLengthSet = 'Lengte/Waardes*'; $strLimitNumRows = 'records per pagina'; @@ -522,4 +522,6 @@ $strShowDatadictAs = 'Data Dictionary Format'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 0b96b9f80..ce3b61fe0 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -287,6 +287,7 @@ $strPHPVersion = 'PHP Version'; $strPageNumber = 'Page number:'; $strPartialText = 'Partial Texts'; $strPassword = 'Password'; +$strPasswordChanged = 'The Password for %s was changed successfully.'; $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index add9d3c51..314459e6c 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -288,6 +288,7 @@ $strPHPVersion = 'PHP Version'; $strPageNumber = 'Page number:'; $strPartialText = 'Partial Texts'; $strPassword = 'Password'; +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate $strPasswordEmpty = 'The password is empty!'; $strPasswordNotSame = 'The passwords aren\'t the same!'; $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 0d22df4bb..bf9400850 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -508,4 +508,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate -?> + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate +?> \ No newline at end of file diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 464ee75aa..c9bde49a5 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -509,4 +509,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate -?> + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate +?> \ No newline at end of file diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 0eeba4d52..eae6a9b7c 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -518,4 +518,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 8fd04182b..8f5010d4a 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -519,4 +519,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 1364e5fb6..357b1173a 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -508,4 +508,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 6e1021683..c051bde8e 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -509,4 +509,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index d389a19c8..85e5a8875 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -508,4 +508,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index e3e722536..1ebdf7b23 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -509,4 +509,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 991db4db4..3801ad300 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -532,4 +532,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index f50544c25..10648828d 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -293,6 +293,7 @@ $strOverhead = ' $strPageNumber = 'Seite:'; $strPartialText = 'gekürzte Textfelder'; $strPassword = 'Kennwort'; +$strPasswordChanged = 'Das Kennwort für %s wurde geändert.'; $strPasswordEmpty = 'Es wurde kein Kennwort angegeben!'; $strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!'; $strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s'; diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index b2c348ad6..0978369ba 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -294,6 +294,7 @@ $strOverhead = 'Überhang'; $strPageNumber = 'Seite:'; $strPartialText = 'gekürzte Textfelder'; $strPassword = 'Kennwort'; +$strPasswordChanged = 'Das Kennwort für %s wurde geändert.'; $strPasswordEmpty = 'Es wurde kein Kennwort angegeben!'; $strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!'; $strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s'; diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index e7a2b82fc..ded442925 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -531,4 +531,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index ab2d95906..f49cce607 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -532,4 +532,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index a78bc610f..30775d3fe 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -529,4 +529,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 4ae91a2ae..86f217622 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -543,4 +543,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 64aabdf07..9d009da17 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -517,4 +517,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index f7c13aeef..bc2796445 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -518,4 +518,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 1d37a4d4c..4fb88a9cf 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -515,4 +515,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index ce3bc6673..9886eefe8 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -516,4 +516,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 3659a5cd9..4b8761048 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -516,4 +516,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index cc898e04f..a1f61085d 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -517,4 +517,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index acbab4821..54f9957e0 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -522,4 +522,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index b559c55ee..9c6f3a92d 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -522,4 +522,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 9756a903c..3ef1e700f 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -522,4 +522,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index b435dd4b5..3136ff611 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -531,4 +531,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 50e72c3b8..1b31219e5 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -533,4 +533,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 5ae9024c1..1020874ae 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -532,4 +532,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index c69eacf11..420a90b11 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -509,4 +509,5 @@ $strZeroRemovesTheLimit = 'Pastaba: NÄ—ra jokių apribojimų jeigu reikÅ¡mÄ— nur $strZip = '"zip"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index c955ba952..4967a29b8 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -508,4 +508,5 @@ $strZeroRemovesTheLimit = 'Pastaba: N $strZip = '"zip"'; // To translate +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 638a26a95..70393c4b3 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -528,4 +528,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate -?> + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate +?> \ No newline at end of file diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 6c3942447..747fc7f20 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -529,4 +529,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate -?> + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate +?> \ No newline at end of file diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 7119a065c..b22581c85 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -511,4 +511,6 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjerner begrensningen.'; $strZip = 'Komprimert (zip)'; // To translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 4b4ad195b..b739f495c 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -512,4 +512,6 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Merk: Ved Ã¥ sette disse til 0 (null) fjerner begrensningen.'; $strZip = 'Komprimert (zip)'; // To translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 6ce9c076b..ce4ca0e31 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -510,4 +510,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 19e29dc2a..a89a13ad7 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -511,4 +511,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index f004cef10..6b4c14607 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -528,4 +528,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 4253d8a7a..081596081 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -529,4 +529,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 09438d50d..1b450be10 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -515,4 +515,6 @@ $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 767cb9ff2..3b2c42971 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -516,4 +516,6 @@ $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 37720743e..666e4ceb4 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -515,4 +515,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index e3b36e7b2..417c403ee 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -513,4 +513,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index ee651d555..4c7883038 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -514,4 +514,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 1db2bd060..619af5eb4 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -513,4 +513,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index c258f4fc0..28d9a3fdd 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -535,4 +535,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 7f85bfa3f..0f5246498 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -534,4 +534,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 7158246a6..d1952b3a1 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -515,4 +515,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 2898c6bbf..e225593e2 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -516,4 +516,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index 5793551e7..dab1d43b4 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -515,4 +515,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 4d213e100..d586155fd 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -511,4 +511,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 5a6c0a930..4ee13ee61 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -512,4 +512,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 6d1451f02..9ff9d00e9 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -511,4 +511,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index c4f62bb06..94c0eef57 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -511,4 +511,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index b184371cf..4873fd2b5 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -512,4 +512,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index d742242f0..f16324e13 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -512,4 +512,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 89fdd3b07..0974661af 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -513,4 +513,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index cdf81ec1e..e00ce83c8 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -516,4 +516,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index f0013c401..b1dc63513 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -517,4 +517,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 26416a73a..acc7ab13e 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -520,4 +520,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 2728d9f7d..1cf8b1ff9 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -521,4 +521,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index b93dcb77a..e9810b161 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -514,4 +514,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index e9ffcc284..e507ec24d 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -513,4 +513,6 @@ $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to tran $strResourceLimits = 'Resource limits'; //to translate $strUserOverview = 'User overview'; //to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate + +$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate ?> diff --git a/server_privileges.php3 b/server_privileges.php3 index 942341161..0dc7d4e67 100644 --- a/server_privileges.php3 +++ b/server_privileges.php3 @@ -80,6 +80,9 @@ function PMA_extractPrivInfo($row = '', $enableHTML = FALSE) * Updates privileges */ if (!empty($update_privs)) { + if (empty($hostname)) { + $hostname = '%'; + } $sql_query0 = 'REVOKE ALL PRIVILEGES ON *.* FROM "' . $username . '"@"' . $hostname . '";'; $sql_query1 = 'REVOKE GRANT OPTION ON *.* FROM "' . $username . '"@"' . $hostname . '";'; $sql_query2 = 'GRANT ' . join(', ', PMA_extractPrivInfo()) . ' ON *.* TO "' . $username . '"@"' . $hostname . '"'; @@ -112,6 +115,33 @@ if (!empty($update_privs)) { $message = sprintf($strUpdatePrivMessage, '\'' . $username . '\'@\'' . $hostname . '\''); } +/** + * Updates the password + */ +if (!empty($change_pw)) { + if (empty($hostname)) { + $hostname = '%'; + } + if ($nopass == 1) { + $sql_query = 'SET PASSWORD FOR "' . $username . '"@"' . $hostname . '" = ""'; + PMA_mysql_query($sql_query, $userlink) or PMA_mysqlDie(PMA_mysql_error($userlink)); + $message = sprintf($strPasswordChanged, '\'' . $username . '\'@\'' . $hostname . '\''); + } else if (empty($pma_pw) || empty($pma_pw2)) { + $message = $strPasswordEmpty; + } else if ($pma_pw != $pma_pw2) { + $message = $strPasswordNotSame; + } else { + $hidden_pw = ''; + for ($i = 0; $i < strlen($pma_pw); $i++) { + $hidden_pw .= '*'; + } + $local_query = 'SET PASSWORD FOR "' . $username . '"@"' . $hostname . '" = PASSWORD("' . $pma_pw . '")'; + $sql_query = 'SET PASSWORD FOR "' . $username . '"@"' . $hostname . '" = PASSWORD("' . $hidden_pw . '")'; + PMA_mysql_query($local_query, $userlink) or PMA_mysqlDie(PMA_mysql_error($userlink)); + $message = sprintf($strPasswordChanged, '\'' . $username . '\'@\'' . $hostname . '\''); + } +} + /** * Reloads the privilege tables into memory */ @@ -127,6 +157,7 @@ if (!empty($flush_privileges)) { /** * Does the common work */ +$js_to_run = 'user_details.js'; require('./server_common.inc.php3'); /** @@ -139,7 +170,7 @@ require('./server_links.inc.php3'); */ if (!$is_superuser) { echo '

' . "\n" - . ' ' . $strUsers . "\n" + . ' ' . $strPrivileges . "\n" . '

' . "\n" . $strNoPrivileges . "\n"; include('./footer.inc.php3'); @@ -161,7 +192,7 @@ if (!isset($username) && !isset($hostname)) { $oldPrivTables = TRUE; } } - if (!isset($res) || empty($res) || (PMA_MYSQL_INT_VERSION >= 32211 && PMA_MYSQL_INT_VERSION < 40002)) { + if (empty($res) || (PMA_MYSQL_INT_VERSION >= 32211 && PMA_MYSQL_INT_VERSION < 40002)) { $res = PMA_mysql_query('SELECT `User`, `Host`, IF(`Password` = "", "N", "Y") AS "Password", `Select_priv`, `Insert_priv`, `Update_priv`, `Delete_priv`, `Index_priv`, `Alter_priv`, `Create_priv`, `Drop_priv`, `Grant_priv`, `References_priv`, `Reload_priv`, `Shutdown_priv`, `Process_priv`, `File_priv` FROM `user`;', $userlink); if (!$res) { // the query failed! This may have two reasons: @@ -170,7 +201,7 @@ if (!isset($username) && !isset($hostname)) { $oldPrivTables = TRUE; } } - if (!$res || PMA_MYSQL_INT_VERSION < 32211) { + if (empty($res) || PMA_MYSQL_INT_VERSION < 32211) { $res = PMA_mysql_query('SELECT * FROM `user`;', $userlink); } if (!$res) { @@ -229,11 +260,10 @@ if (!isset($username) && !isset($hostname)) { $hostname = '%'; } echo '

' . "\n" - . ' ' . $strEditPrivileges . '
' . "\n" - . '

' . "\n" - . '

' . "\n" . ' ' . $strUser . ' \'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\'' . "\n" - . '

' . "\n"; + . '' . "\n" + . '' . "\n"; } else if (isset($hostname)) { // TODO: Host privilege editor } @@ -358,4 +422,4 @@ if (!isset($username) && !isset($hostname)) { */ require('./footer.inc.php3'); -?> +?> \ No newline at end of file