r41142 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41141‎ | r41142 | r41143 >
Date:08:10, 22 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Remove Wikimedia specifics from messages by introducing message 'centralauth-groupname' and rephrasing some messages - still defauls to Wikimedia, though. Using {{MediaWiki:x}} instead of {{int:x}} to reduce needed effort when implementing this extension on another farm. Checked by werdna.
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.i18n.php (modified) (history)
  • /trunk/extensions/CentralAuth/CentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.php
@@ -110,7 +110,7 @@
111111 'svn-date' => '$LastChangedDate$',
112112 'svn-revision' => '$LastChangedRevision$',
113113 'author' => 'Brion Vibber',
114 - 'description' => 'Merge Account across Wikimedia Foundation wikis',
 114+ 'description' => 'Merge accounts across a wiki farm',
115115 'descriptionmsg' => 'centralauth-desc',
116116 );
117117
@@ -120,7 +120,7 @@
121121 'url' => 'http://meta.wikimedia.org/wiki/Help:Unified_login',
122122 'svn-date' => '$LastChangedDate$',
123123 'svn-revision' => '$LastChangedRevision$',
124 - 'description' => '[[Special:MergeAccount|Merges multiple accounts]] for Single User Login',
 124+ 'description' => '[[Special:MergeAccount|Merge multiple accounts]] for Single User Login',
125125 'descriptionmsg' => 'centralauth-mergeaccount-desc',
126126 );
127127
Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php
@@ -13,14 +13,14 @@
1414 $messages['en'] = array(
1515 // When not logged in...
1616 'mergeaccount' => 'Login unification status',
17 - 'centralauth-desc' => '[[Special:MergeAccount|Merge account]] across Wikimedia Foundation wikis',
 17+ 'centralauth-groupname' => 'the Wikimedia Foundation',
 18+ 'centralauth-desc' => '[[Special:MergeAccount|Merge account]] across wikis of {{MediaWiki:Centralauth-groupname}}',
1819 'centralauth-mergeaccount-desc' => '[[Special:MergeAccount|Merges multiple accounts]] for Single User Login',
1920 'centralauth-merge-denied' => 'Sorry, you do not have permission to access this page.',
2021 'centralauth-merge-notlogged' => 'Please <span class="plainlinks">[{{fullurl:Special:UserLogin|returnto=Special%3AMergeAccount}} log in]</span> to check if your accounts have been fully merged.',
21 - 'centralauth-merge-welcome' => "'''Your user account has not yet been migrated to Wikimedia's unified login system.'''
 22+ 'centralauth-merge-welcome' => "'''Your user account has not yet been migrated to unified login system of {{MediaWiki:Centralauth-groupname}}.'''
2223
23 -If you choose to migrate your accounts, you will be able to use the same username and password to log in to all of Wikimedia's project wikis in all available languages.
24 -This makes it easier to work with shared projects such as uploading to [http://commons.wikimedia.org/ Wikimedia Commons], and avoids the confusion or conflict that could result from two people picking the same username on different projects.
 24+If you choose to migrate your accounts, you will be able to use the same username and password to log in to all wikis of {{MediaWiki:Centralauth-groupname}} in all available languages.
2525
2626 If someone else has already taken your username on another site this will not disturb them, but it will give you a chance to work out with them or an administrator later.",
2727
@@ -61,10 +61,8 @@
6262 'centralauth-incomplete' => 'Login unification not complete!',
6363
6464 // Wheeee
65 - 'centralauth-complete-text' => 'You can now log in to any Wikimedia wiki site without creating a new account;
66 -the same username and password will work on Wikipedia, Wiktionary, Wikibooks, and their sister projects in all languages.',
67 - 'centralauth-incomplete-text' => 'Once your login is unified, you will be able to log in to any Wikimedia wiki site without creating a new account;
68 -the same username and password will work on Wikipedia, Wiktionary, Wikibooks, and their sister projects in all languages.',
 65+ 'centralauth-complete-text' => 'You can now log in to any wiki site of {{MediaWiki:Centralauth-groupname}} without creating a new account.',
 66+ 'centralauth-incomplete-text' => 'Once your login is unified, you will be able to log in to any wiki site of {{MediaWiki:Centralauth-groupname}} without creating a new account',
6967 'centralauth-not-owner-text' => 'The username "$1" was automatically assigned to the owner of the account on $2.
7068
7169 If this is you, you can finish the login unification process simply by typing the master password for that account here:',
@@ -219,8 +217,8 @@
220218 // Other messages
221219 'centralauth-invalid-wiki' => 'No such wiki database: $1',
222220 'centralauth-account-exists' => 'Cannot create account: the requested username is already taken in the unified login system.',
223 - 'centralauth-login-progress' => 'Logging you in to Wikimedia\'s other projects:',
224 - 'centralauth-logout-progress' => 'Logging you out from Wikimedia\'s other projects:',
 221+ 'centralauth-login-progress' => 'Logging you in to projects of {{MediaWiki:Centralauth-groupname}}:',
 222+ 'centralauth-logout-progress' => 'Logging you out from other projects of {{MediaWiki:Centralauth-groupname}}:',
225223
226224 // Logging
227225 'centralauth-log-name' => 'Global account log',