summaryrefslogtreecommitdiff
path: root/extensions/tmwa/frontend/language/TMWAccount.alias.php
blob: 2463201f06f76c2494b6644a617212eac3209b65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
 * Aliases for extension ConfirmAccount
 *
 * @file
 * @ingroup Extensions
 */

$specialPageAliases = array(
    /** English (English) */
    'en' => array(
        'GameAccountPage' => array(
            'The Mana World Account'
        ),
        'GameNewsPage'    => array(
            'The Mana World News'
        )
    ),

    /** Spanish (Español) */
    'es' => array(
        'GameAccountPage' => array(
            'Cuenta en The Mana World'
        ),
        'GameNewsPage'    => array(
            'Noticias de The Mana World'
        )
    ),
);