diff options
Diffstat (limited to 'languages/MessagesNah.php')
-rw-r--r-- | languages/MessagesNah.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/languages/MessagesNah.php b/languages/MessagesNah.php new file mode 100644 index 00000000..9ebf344f --- /dev/null +++ b/languages/MessagesNah.php @@ -0,0 +1,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' + +); + + +?>
\ No newline at end of file |