Localisation updates from Betawiki.
[lhc/web/wiklou.git] / languages / messages / MessagesNah.php
1 <?php
2 /** Nahuatl
3 *
4 * @addtogroup Language
5 *
6 * @author Rob Church <robchur@gmail.com>
7 * @author Fluence
8 *
9 * @copyright Copyright © 2006-2007, Rob Church, Fluence
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 # Dates
20 'sunday' => 'Tonatiutonal',
21 'monday' => 'Metztlitonal',
22 'tuesday' => 'Huitzilopochtonal',
23 'wednesday' => 'Yacatlipotonal',
24 'thursday' => 'Tezcatlipotonal',
25 'friday' => 'Quetzalcoatonal',
26 'saturday' => 'Tlaloctitonal',
27 'january' => 'Tlacēnti',
28 'february' => 'Tlaōnti',
29 'march' => 'Tlayēti',
30 'april' => 'Tlanāuhti',
31 'may_long' => 'Tlamācuīlti',
32 'june' => 'Tlachicuazti',
33 'july' => 'Tlachicōnti',
34 'august' => 'Tlachicuēiti',
35 'september' => 'Tlachiucnāuhti',
36 'october' => 'Tlamahtlācti',
37 'november' => 'Tlamahtlāccēti',
38 'december' => 'Tlamahtlācōnti',
39 'may' => 'Tlamacuilti',
40
41 'article' => 'tlahcuilōlli',
42 'navigation' => 'ācalpapanōliztli',
43
44 'history' => 'tlahcuilōlloh',
45 'edit' => 'ticpatlaz',
46 'delete' => 'tlapoloaz',
47 'talk' => 'tēixnāmiquiliztli',
48
49 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
50 'mainpage' => 'Calīxatl',
51
52 # Short words for each namespace, by default used in the 'article' tab in monobook
53 'nstab-main' => 'tlahcuilōlli',
54
55 # Login and logout pages
56 'yourpassword' => 'Tlahtolichtacayo',
57 'yourpasswordagain' => 'Tlahtolichtacayo zapa',
58 'userlogin' => 'Calaqui / Registrarse',
59 'yourlanguage' => 'Tlahtolli:',
60
61 # Edit pages
62 'summary' => 'Mopatlaliz',
63 'copyrightwarning' => '<small>Timitztlātlauhtiah xiquitta mochi mopatlaliz cana {{SITENAME}} tlatzayāna īpan [[GNU]]. Āqueh tlācah quipatlazqueh in motlahcuilōl auh tlatzayāna occeppa, intlā ahmō ticnequi īn, zātēpan ahmō titlahcuilōz nicān. Nō mitzihtoah in ōtitlahcuiloh ahmō quipiya in copyright nozo in yōllōxoxouhqui tlahcuilōlli. <strong>¡AHMŌ XITĒQUITILTILIA AHYŌLLŌXOXOUHQUI TLAHCUILŌLLI!</strong></small>',
64
65 );