r17526 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17525‎ | r17526 | r17527 >
Date:16:00, 10 November 2006
Author:brion
Status:old
Tags:
Comment:
prelim ui strings
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.i18n.php (added) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.i18n.php
@@ -0,0 +1,60 @@
 2+<?php
 3+
 4+$wgCentralAuthMessages = array();
 5+$wgCentralAuthMessages['en'] = array(
 6+ // Big text on completion
 7+ 'centralauth-complete' =>
 8+ 'Login unification complete!',
 9+ 'centralauth-incomplete' =>
 10+ 'Login unification not complete!',
 11+
 12+ // Wheeee
 13+ 'centralauth-complete-text' =>
 14+ 'You can now log in to any Wikimedia wiki site without creating ' .
 15+ 'a new account; the same username and password will work everywhere.',
 16+ 'centralauth-incomplete-text' =>
 17+ 'Once your login is unified, you will be able to log in ' .
 18+ 'to any Wikimedia wiki site without creating a new account; ' .
 19+ 'the same username and password will work everywhere.',
 20+ 'centralauth-not-owner-text' =>
 21+ 'The username "$1" was automatically assigned to the owner ' .
 22+ "of the account on $2.\n" .
 23+ "\n" .
 24+ "If this is you, you can finish the login unification process " .
 25+ "simply by typing the master password for that account here:",
 26+
 27+ // Appended to various messages above
 28+ 'centralauth-readmore-text' =>
 29+ '(Read more about [[meta:Help:Unified login|unified login]]...)',
 30+
 31+ // For lists of wikis/accounts:
 32+ 'centralauth-list-merged' =>
 33+ 'The accounts named "$1" on the following Wikimedia sites ' .
 34+ 'have been automatically merged:',
 35+ 'centralauth-list-unmerged' =>
 36+ 'Some accounts could not be automatically confirmed ' .
 37+ 'as belonging to you; most likely they have a different ' .
 38+ 'password from your primary account.',
 39+
 40+ // When not complete, offer to finish...
 41+ 'centralauth-finish-text' =>
 42+ 'If these accounts do belong to you, you can finish ' .
 43+ 'the login unification process simply by typing the passwords ' .
 44+ 'for the other accounts here:',
 45+ 'centralauth-finish-password' =>
 46+ 'Password:',
 47+ 'centralauth-finish-login' =>
 48+ 'Login',
 49+ 'centralauth-finish-forgot' =>
 50+ 'Forgot the password?',
 51+ 'centralauth-finish-send-confirmation' =>
 52+ 'Send a confirmation mail',
 53+ 'centralauth-finish-notmine' =>
 54+ 'Not your accounts? [[How to deal with this bla bla]]',
 55+
 56+);
 57+
 58+
 59+
 60+
 61+?>
\ No newline at end of file