Index: trunk/extensions/CentralAuth/CentralAuth.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | 'svn-date' => '$LastChangedDate$', |
112 | 112 | 'svn-revision' => '$LastChangedRevision$', |
113 | 113 | 'author' => 'Brion Vibber', |
114 | | - 'description' => 'Merge Account across Wikimedia Foundation wikis', |
| 114 | + 'description' => 'Merge accounts across a wiki farm', |
115 | 115 | 'descriptionmsg' => 'centralauth-desc', |
116 | 116 | ); |
117 | 117 | |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | 'url' => 'http://meta.wikimedia.org/wiki/Help:Unified_login', |
122 | 122 | 'svn-date' => '$LastChangedDate$', |
123 | 123 | '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', |
125 | 125 | 'descriptionmsg' => 'centralauth-mergeaccount-desc', |
126 | 126 | ); |
127 | 127 | |
Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php |
— | — | @@ -13,14 +13,14 @@ |
14 | 14 | $messages['en'] = array( |
15 | 15 | // When not logged in... |
16 | 16 | '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}}', |
18 | 19 | 'centralauth-mergeaccount-desc' => '[[Special:MergeAccount|Merges multiple accounts]] for Single User Login', |
19 | 20 | 'centralauth-merge-denied' => 'Sorry, you do not have permission to access this page.', |
20 | 21 | '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}}.''' |
22 | 23 | |
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. |
25 | 25 | |
26 | 26 | 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.", |
27 | 27 | |
— | — | @@ -61,10 +61,8 @@ |
62 | 62 | 'centralauth-incomplete' => 'Login unification not complete!', |
63 | 63 | |
64 | 64 | // 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', |
69 | 67 | 'centralauth-not-owner-text' => 'The username "$1" was automatically assigned to the owner of the account on $2. |
70 | 68 | |
71 | 69 | 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 @@ |
220 | 218 | // Other messages |
221 | 219 | 'centralauth-invalid-wiki' => 'No such wiki database: $1', |
222 | 220 | '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}}:', |
225 | 223 | |
226 | 224 | // Logging |
227 | 225 | 'centralauth-log-name' => 'Global account log', |