summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Martell <nelson6e65-dev@yahoo.es>2015-10-15 01:25:04 -0430
committerNelson Martell <nelson6e65-dev@yahoo.es>2015-10-15 01:25:04 -0430
commit560164dd78738edb4fe32000a1ff253dde600a67 (patch)
tree19aee08b138f862368afac6a4694d6fbdbbaa2e2
parenteecbbfe1bec9553811d5429e62ef9550bb763e43 (diff)
downloadwebsite-560164dd78738edb4fe32000a1ff253dde600a67.tar.gz
website-560164dd78738edb4fe32000a1ff253dde600a67.tar.bz2
website-560164dd78738edb4fe32000a1ff253dde600a67.tar.xz
website-560164dd78738edb4fe32000a1ff253dde600a67.zip
add: :es: TMWAccount language translations.
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.alias.php10
-rw-r--r--extensions/tmwa/frontend/language/TMWAccount.i18n.php6
2 files changed, 16 insertions, 0 deletions
diff --git a/extensions/tmwa/frontend/language/TMWAccount.alias.php b/extensions/tmwa/frontend/language/TMWAccount.alias.php
index 55bba36..2463201 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.alias.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.alias.php
@@ -16,4 +16,14 @@ $specialPageAliases = array(
'The Mana World News'
)
),
+
+ /** Spanish (Español) */
+ 'es' => array(
+ 'GameAccountPage' => array(
+ 'Cuenta en The Mana World'
+ ),
+ 'GameNewsPage' => array(
+ 'Noticias de The Mana World'
+ )
+ ),
);
diff --git a/extensions/tmwa/frontend/language/TMWAccount.i18n.php b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
index 0616209..0098467 100644
--- a/extensions/tmwa/frontend/language/TMWAccount.i18n.php
+++ b/extensions/tmwa/frontend/language/TMWAccount.i18n.php
@@ -12,4 +12,10 @@ $messages = array(
'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]]\'\'\'.',
),
+
+ 'es' => array(
+ 'gameaccount' => 'Cuenta de Juego en The Mana World',
+ 'gamenews' => 'Noticias del Juego The Mana World',
+ 'gameaccount-loginnotice' => 'Para obtener una cuenta de juego, debes registrarte aquí: \'\'\'[[Special:GameAccount|Game Account]]\'\'\'.<br/> Para obtener una cuenta en la wiki, debes registrarte aquí: \'\'\'[[Special:RequestAccount|Wiki Account]]\'\'\'.',
+ ),
);