Added message 'mainpage-description' as duplicate of 'mainpage' and added it to messa...
[lhc/web/wiklou.git] / languages / messages / MessagesNah.php
1 <?php
2 /** Nahuatl (Nahuatl)
3 *
4 * @addtogroup Language
5 *
6 * @author Rob Church <robchur@gmail.com>
7 * @author Fluence
8 * @author Nike
9 *
10 * @copyright Copyright © 2006-2007, Rob Church, Fluence
11 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
12 */
13
14 # Per conversation with a user in IRC, we inherit from Spanish and work from there
15 # Nahuatl was the language of the Aztecs, and a modern speaker is most likely to
16 # understand Spanish if a Nah translation is not available
17 $fallback = 'es';
18
19 $messages = array(
20 # Dates
21 'sunday' => 'Tonatiutonal',
22 'monday' => 'Metztlitonal',
23 'tuesday' => 'Huitzilopochtonal',
24 'wednesday' => 'Yacatlipotonal',
25 'thursday' => 'Tezcatlipotonal',
26 'friday' => 'Quetzalcoatonal',
27 'saturday' => 'Tlaloctitonal',
28 'january' => 'Tlacēnti',
29 'february' => 'Tlaōnti',
30 'march' => 'Tlayēti',
31 'april' => 'Tlanāuhti',
32 'may_long' => 'Tlamācuīlti',
33 'june' => 'Tlachicuazti',
34 'july' => 'Tlachicōnti',
35 'august' => 'Tlachicuēiti',
36 'september' => 'Tlachiucnāuhti',
37 'october' => 'Tlamahtlācti',
38 'november' => 'Tlamahtlāccēti',
39 'december' => 'Tlamahtlācōnti',
40 'may' => 'Tlamacuilti',
41
42 'article' => 'tlahcuilōlli',
43 'newwindow' => '(Motlapoāz cē yancuīc tlanexillōtl)',
44 'navigation' => 'ācalpapanōliztli',
45
46 'history' => 'tlahcuilōlloh',
47 'history_short' => 'tlahcuilōlloh',
48 'edit' => 'ticpatlaz',
49 'delete' => 'tlapoloaz',
50 'talk' => 'tēixnāmiquiliztli',
51 'lastmodifiedat' => 'Inīn zāzanilli ōtlapatlac catca īpan $2, $1.', # $1 date, $2 time
52
53 # 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).
54 'copyright' => 'Tlahcuilōltzin cah yōllōxoxouhqui īpan $1',
55 'disclaimers' => 'Nahuatīllahtōl',
56 'edithelp' => 'Patlaliztechcopa tēpalēhuiliztli',
57 'mainpage' => 'Calīxatl',
58 'mainpage-description' => 'Calīxatl',
59 'portal' => 'Calīxcuātl tocalpōl',
60 'portal-url' => 'Project:Calīxcuātl tocalpōl',
61 'privacy' => 'Tlahcuilōlli piyaliznahuatīlli',
62
63 # Short words for each namespace, by default used in the namespace tab in monobook
64 'nstab-main' => 'tlahcuilōlli',
65
66 # Login and logout pages
67 'loginpagetitle' => 'Ximomachiyōmaca/Ximocalaqui',
68 'yourpassword' => 'Tlahtolichtacayo',
69 'yourpasswordagain' => 'Tlahtolichtacayo zapa',
70 'login' => 'Ximomachiyōmaca/Ximocalaqui',
71 'userlogin' => 'Ximomachiyōmaca/Ximocalaqui',
72 'yourlanguage' => 'Tlahtolli:',
73
74 # Edit pages
75 'summary' => 'Mopatlaliz',
76 '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>',
77
78 # Recent changes
79 'recentchangestext' => 'Xiquitta in achi yancuīc patlaliztli huiquipan inīn zāzanilpan.',
80 'rcnote' => 'Nicān in xōcoyōc <b>$1</b> patlaliztli īpan in xōcoyōc <b>$2</b> tōnalli cah, ōāxcānic $3',
81 'rclistfrom' => 'Xiquittaz yancuīc patlaliztli īhuīcpa $1',
82 'rcshowhidebots' => '$1 tepoztlatēquitiltilīlli',
83 'rclinks' => 'Xiquittaz xōcoyōc $1 patlaliztli xōcoyōc $2 tōnalpan.<br />$3',
84
85 # Random page
86 'randompage' => 'Zāzotlein zāzanilli',
87
88 # Miscellaneous special pages
89 'ancientpages' => 'Huēhuehzāzanilli',
90
91 # Special:Allpages
92 'allpages' => 'Mochīntīn zāzanilli',
93
94 # Attribution
95 'lastmodifiedatby' => 'Inīn zāzanilli ōtlapatlac catca īpan $2, $1 īpal $3.', # $1 date, $2 time, $3 user
96
97 );