summaryrefslogtreecommitdiff
path: root/extensions/tmwa/frontend/language/TMWAccount.i18n.php
blob: 637a7f08ef008789b93c4084d30b9cca4c89976a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Internationalisation file for RequestAccount special page.
 *
 * @file
 * @ingroup Extensions
 */

$messages = array();

$messages['en'] = array(
	'gameaccount'            => 'The Mana World Game Account',
	'gamenews'            => 'The Mana World Game News',
	'gameaccount-loginnotice' => 'To obtain a game account, you must register here: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> To obtain a wiki account, you must register here: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
);