* * @copyright Copyright © 2006, Rob Church * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ # Per conversation with a user in IRC, we inherit from Spanish and work from there # Nahuatl was the language of the Aztecs, and a modern speaker is most likely to # understand Spanish if a Nah translation is not available $fallback = 'es'; $messages = 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' );