Merge "(bug 56849) Deprecate dangerous edittime-based content update functions"
[lhc/web/wiklou.git] / languages / messages / MessagesNso.php
1 <?php
2 /** Northern Sotho (Sesotho sa Leboa)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Kaganer
11 * @author Mohau
12 * @author Urhixidur
13 */
14
15 $namespaceNames = array(
16 NS_MEDIA => 'Media',
17 NS_SPECIAL => 'Special',
18 NS_TALK => 'Bolediša',
19 NS_USER => 'Mošomi',
20 NS_USER_TALK => 'Boledišana_le_Mošomi',
21 NS_PROJECT_TALK => '$1_Poledišano',
22 NS_FILE => 'Seswantšho',
23 NS_FILE_TALK => 'Poledišano_ya_Seswantšho',
24 NS_MEDIAWIKI => 'MediaWiki',
25 NS_MEDIAWIKI_TALK => 'Poledišano_ya_MediaWiki',
26 NS_TEMPLATE => 'Template',
27 NS_TEMPLATE_TALK => 'Poledišano_ya_Template',
28 NS_HELP => 'Thušo',
29 NS_HELP_TALK => 'Poledišano_ya_Thušo',
30 NS_CATEGORY => 'Setensele',
31 NS_CATEGORY_TALK => 'Poledišano_ya_Setensele',
32 );
33
34 $magicWords = array(
35 'currentmonth' => array( '1', 'KGWEDI_BJALE', 'CURRENTMONTH', 'CURRENTMONTH2' ),
36 'currentmonthname' => array( '1', 'LEINA_KGWEDI_BJALE', 'CURRENTMONTHNAME' ),
37 'currentday' => array( '1', 'LEHONO_LETSATSI', 'CURRENTDAY' ),
38 'currentday2' => array( '1', 'LEHONO_LETSATSI2', 'CURRENTDAY2' ),
39 'currentdayname' => array( '1', 'LEHONO_LETSATSILEINA', 'CURRENTDAYNAME' ),
40 'currentyear' => array( '1', 'NGWAGA_BJALE', 'CURRENTYEAR' ),
41 'currenttime' => array( '1', 'NAKO_BJALE', 'CURRENTTIME' ),
42 'currenthour' => array( '1', 'IRI_BJALE', 'CURRENTHOUR' ),
43 );
44