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