summaryrefslogtreecommitdiff
path: root/languages/MessagesNah.php
blob: 9ebf344f3b9aa3baffd0874d51ae0e1236755f78 (plain)
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
30
31
32
33
34
35
36
37
<?php

global $wgAllMessagesNah;
$wgAllMessagesNah = array(

	# Month names
	'january' => 'Tlacenti',
	'february' => 'Tlaonti',
	'march' => 'Tlayeti',
	'april' => 'Tlanauhtl',
	'may' => 'Tlamacuilti',
	'june' => 'Tlachicuazti',
	'august' => 'Tlachiconti',
	'september' => 'Tlachicnauhti',
	'october' => 'Tlamatlacti',
	'november' => 'Tlamactlihuanceti',
	'december' => 'Tlamactlihuanonti',
	
	# Days of the week
	'monday' => 'Metztlitonal',
	'tuesday' => 'Huitzilopochtonal',
	'wednesday' => 'Yacatlipotonal',
	'thursday' => 'Tezcatlipotonal',
	'friday' => 'Quetzalcoatonal',
	'saturday' => 'Tlaloctitonal',
	'sunday' => 'Tonatiutonal',
	
	# Preferences etc.
	'userlogin' => 'Calaqui / Registrarse',
	'yourlanguage' => 'Tlahtolli:',
	'yourpassword' => 'Tlahtolichtacayo',
	'yourpasswordagain' => 'Tlahtolichtacayo zapa'

);


?>