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