Reverted the commit until we find solution with elwiki
[lhc/web/wiklou.git] / languages / MessagesNah.php
1 <?php
2
3 $wgAllMessagesNah = array(
4
5 # Month names
6 'january' => 'Tlacenti',
7 'february' => 'Tlaonti',
8 'march' => 'Tlayeti',
9 'april' => 'Tlanauhtl',
10 'may' => 'Tlamacuilti',
11 'june' => 'Tlachicuazti',
12 'august' => 'Tlachiconti',
13 'september' => 'Tlachicnauhti',
14 'october' => 'Tlamatlacti',
15 'november' => 'Tlamactlihuanceti',
16 'december' => 'Tlamactlihuanonti',
17
18 # Days of the week
19 'monday' => 'Metztlitonal',
20 'tuesday' => 'Huitzilopochtonal',
21 'wednesday' => 'Yacatlipotonal',
22 'thursday' => 'Tezcatlipotonal',
23 'friday' => 'Quetzalcoatonal',
24 'saturday' => 'Tlaloctitonal',
25 'sunday' => 'Tonatiutonal',
26
27 # Preferences etc.
28 'userlogin' => 'Calaqui / Registrarse',
29 'yourlanguage' => 'Tlahtolli:',
30 'yourpassword' => 'Tlahtolichtacayo',
31 'yourpasswordagain' => 'Tlahtolichtacayo zapa'
32
33 );
34
35
36 ?>