Update.
[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 'portal' => 'Calīxcuātl tocalpōl',
59 'portal-url' => 'Project:Calīxcuātl tocalpōl',
60 'privacy' => 'Tlahcuilōlli piyaliznahuatīlli',
61
62 # Short words for each namespace, by default used in the namespace tab in monobook
63 'nstab-main' => 'tlahcuilōlli',
64
65 # Login and logout pages
66 'loginpagetitle' => 'Ximomachiyōmaca/Ximocalaqui',
67 'yourpassword' => 'Tlahtolichtacayo',
68 'yourpasswordagain' => 'Tlahtolichtacayo zapa',
69 'login' => 'Ximomachiyōmaca/Ximocalaqui',
70 'userlogin' => 'Ximomachiyōmaca/Ximocalaqui',
71 'yourlanguage' => 'Tlahtolli:',
72
73 # Edit pages
74 'summary' => 'Mopatlaliz',
75 '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>',
76
77 # Recent changes
78 'recentchangestext' => 'Xiquitta in achi yancuīc patlaliztli huiquipan inīn zāzanilpan.',
79 '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',
80 'rclistfrom' => 'Xiquittaz yancuīc patlaliztli īhuīcpa $1',
81 'rcshowhidebots' => '$1 tepoztlatēquitiltilīlli',
82 'rclinks' => 'Xiquittaz xōcoyōc $1 patlaliztli xōcoyōc $2 tōnalpan.<br />$3',
83
84 # Random page
85 'randompage' => 'Zāzotlein zāzanilli',
86
87 # Miscellaneous special pages
88 'allpages' => 'Mochīntīn zāzanilli',
89 'ancientpages' => 'Huēhuehzāzanilli',
90
91 # Attribution
92 'lastmodifiedatby' => 'Inīn zāzanilli ōtlapatlac catca īpan $2, $1 īpal $3.', # $1 date, $2 time, $3 user
93
94 );