i18n/L10n review and globals usage reduction.
[T119942Repr.git] / BoilerPlate / BoilerPlate.i18n.alias.php
bloba2ababccf979dbab9bd8189d84b578ce2b373bc3
1 <?php
2 /**
3 * Aliases for special pages of the BoilerPlate extension
5 * @file
6 * @ingroup Extensions
7 */
9 $specialPageAliases = array();
11 /** English (English) */
12 $specialPageAliases['en'] = array(
15 /** Arabic (العربية) */
16 $specialPageAliases['ar'] = array(
17 'HelloWorld' => array( 'مرحبا_بالعالم' ),
20 /** Assamese (অসমীয়া) */
21 $specialPageAliases['as'] = array(
22 'HelloWorld' => array( 'নমস্কাৰ_বিশ্ববাসী' ),
25 /** Banjar (Bahasa Banjar) */
26 $specialPageAliases['bjn'] = array(
27 'HelloWorld' => array( 'HaluDunia' ),
30 /** German (Deutsch) */
31 $specialPageAliases['de'] = array(
32 'HelloWorld' => array( 'Hallo_Welt' ),
35 /** Zazaki (Zazaki) */
36 $specialPageAliases['diq'] = array(
37 'HelloWorld' => array( 'MerhebaDınya' ),
40 /** Galician (galego) */
41 $specialPageAliases['gl'] = array(
42 'HelloWorld' => array( 'Ola_mundo' ),
45 /** Macedonian (македонски) */
46 $specialPageAliases['mk'] = array(
47 'HelloWorld' => array( 'ЗдравоСвету' ),
50 /** Malayalam (മലയാളം) */
51 $specialPageAliases['ml'] = array(
52 'HelloWorld' => array( 'ലോകമേവന്ദനം' ),
55 /** Vietnamese (Tiếng Việt) */
56 $specialPageAliases['vi'] = array(
57 'HelloWorld' => array( 'Xin_chào_thế_giới' ),