From d5ec81eb57e05d143c667169c8209ee30cc02993 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 11 Apr 2005 22:27:47 +0000 Subject: [PATCH] =?utf8?q?*=20Removed=20'prefs-help-userdata'=20(no=20long?= =?utf8?q?er=20used)=20and=20modified=20the=20email=20and=20=20=20realname?= =?utf8?q?=20messages=20to=20use=20=EF=BF=BD=EF=BF=BD=20and=20=EF=BF=BD?= =?utf8?q?=EF=BF=BD=20instead=20of=20*=20and=20**.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- languages/Language.php | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 1ee5be0c9c..ba40cf6a44 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -577,21 +577,17 @@ Your account has been created. Don't forget to change your {{SITENAME}} preferen 'createaccountmail' => 'by email', 'badretype' => 'The passwords you entered do not match.', 'userexists' => 'The user name you entered is already in use. Please choose a different name.', -'youremail' => 'Your email**', -'yourrealname' => 'Your real name*', +'youremail' => 'Your email²', +'yourrealname' => 'Your real name¹', 'yourlanguage' => 'Interface language', 'yourvariant' => 'Language variant', 'yournick' => 'Your nickname (for signatures)', 'emailforlost' => "Fields marked with stars (*, **) are optional. Storing an email address enables people to contact you through the website without you having to reveal your email address to them, and it can be used to send you a new password if you forget it.

Your real name, if you choose to provide it, will be used for giving you attribution for your work.", -'prefs-help-email' => '** Email (optional): Enables others to contact you through your user or user_talk page without the need of revealing your -email address. It also allows the wiki to sent you a temporary password in case you forgot your current one.', 'prefs-help-email-enotif' => 'This address is also used to send you email notifications if you enabled the options.', -'prefs-help-realname' => '* Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.', -'prefs-help-userdata' => '* Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.
-* Email (optional): Enables people to contact you through the website without you having to reveal your -email address to them, and it can be used to send you a new password if you forget it.', +'prefs-help-realname' => '¹ Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.', 'loginerror' => 'Login error', +'prefs-help-email' => '² Email (optional): Enables others to contact you through your user or user_talk page without the need of revealing your', 'nocookiesnew' => "The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.", 'nocookieslogin' => "{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.", 'noname' => 'You have not specified a valid user name.', -- 2.20.1