summaryrefslogtreecommitdiff
path: root/extensions/tmwa/frontend/language/TMWAccount.i18n.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tmwa/frontend/language/TMWAccount.i18n.php')
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.i18n.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.i18n.php b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
new file mode 100644
index 0000000..637a7f0
--- /dev/null
+++ b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
@@ -0,0 +1,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]]\'\'\'.',
+);