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