]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - languages/messages/MessagesNah.php
MediaWiki 1.11.0
[autoinstallsdev/mediawiki.git] / languages / messages / MessagesNah.php
1 <?php
2 /** Nahuatl
3   *
4   * @addtogroup Language
5   *
6   * @author Rob Church <robchur@gmail.com>
7   *
8   * @copyright Copyright © 2006, Rob Church
9   * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
10  */
11
12 # Per conversation with a user in IRC, we inherit from Spanish and work from there
13 # Nahuatl was the language of the Aztecs, and a modern speaker is most likely to
14 # understand Spanish if a Nah translation is not available
15 $fallback = 'es';
16
17 $messages = array(
18
19         # Month names
20         'january' => 'Tlacenti',
21         'february' => 'Tlaonti',
22         'march' => 'Tlayeti',
23         'april' => 'Tlanauhtl',
24         'may' => 'Tlamacuilti',
25         'june' => 'Tlachicuazti',
26         'august' => 'Tlachiconti',
27         'september' => 'Tlachicnauhti',
28         'october' => 'Tlamatlacti',
29         'november' => 'Tlamactlihuanceti',
30         'december' => 'Tlamactlihuanonti',
31         
32         # Days of the week
33         'monday' => 'Metztlitonal',
34         'tuesday' => 'Huitzilopochtonal',
35         'wednesday' => 'Yacatlipotonal',
36         'thursday' => 'Tezcatlipotonal',
37         'friday' => 'Quetzalcoatonal',
38         'saturday' => 'Tlaloctitonal',
39         'sunday' => 'Tonatiutonal',
40         
41         # Preferences etc.
42         'userlogin' => 'Calaqui / Registrarse',
43         'yourlanguage' => 'Tlahtolli:',
44         'yourpassword' => 'Tlahtolichtacayo',
45         'yourpasswordagain' => 'Tlahtolichtacayo zapa'
46
47 );
48
49
50