* Rename new message 'filetype-separator' (r28530) to the more generic message name...
[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 'newwindow' => '(Motlapoāz cē yancuīc tlanexillōtl)',
43 'navigation' => 'ācalpapanōliztli',
44
45 'history' => 'tlahcuilōlloh',
46 'history_short' => 'tlahcuilōlloh',
47 'edit' => 'ticpatlaz',
48 'delete' => 'tlapoloaz',
49 'talk' => 'tēixnāmiquiliztli',
50 'lastmodifiedat' => 'Inīn zāzanilli ōtlapatlac catca īpan $2, $1.', # $1 date, $2 time
51
52 # 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).
53 'copyright' => 'Tlahcuilōltzin cah yōllōxoxouhqui īpan $1',
54 'disclaimers' => 'Nahuatīllahtōl',
55 'edithelp' => 'Patlaliztechcopa tēpalēhuiliztli',
56 'mainpage' => 'Calīxatl',
57 'portal' => 'Calīxcuātl tocalpōl',
58 'portal-url' => 'Project:Calīxcuātl tocalpōl',
59 'privacy' => 'Tlahcuilōlli piyaliznahuatīlli',
60
61 # Short words for each namespace, by default used in the 'article' tab in monobook
62 'nstab-main' => 'tlahcuilōlli',
63
64 # Login and logout pages
65 'loginpagetitle' => 'Ximomachiyōmaca/Ximocalaqui',
66 'yourpassword' => 'Tlahtolichtacayo',
67 'yourpasswordagain' => 'Tlahtolichtacayo zapa',
68 'login' => 'Ximomachiyōmaca/Ximocalaqui',
69 'userlogin' => 'Ximomachiyōmaca/Ximocalaqui',
70 'yourlanguage' => 'Tlahtolli:',
71
72 # Edit pages
73 'summary' => 'Mopatlaliz',
74 '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>',
75
76 # Recent changes
77 'recentchangestext' => 'Xiquitta in achi yancuīc patlaliztli huiquipan inīn zāzanilpan.',
78 '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',
79 'rclistfrom' => 'Xiquittaz yancuīc patlaliztli īhuīcpa $1',
80 'rcshowhidebots' => '$1 tepoztlatēquitiltilīlli',
81 'rclinks' => 'Xiquittaz xōcoyōc $1 patlaliztli xōcoyōc $2 tōnalpan.<br />$3',
82
83 # Miscellaneous special pages
84 'allpages' => 'Mochīntīn zāzanilli',
85 'randompage' => 'Zāzotlein zāzanilli',
86 'ancientpages' => 'Huēhuehzāzanilli',
87
88 # Attribution
89 'lastmodifiedatby' => 'Inīn zāzanilli ōtlapatlac catca īpan $2, $1 īpal $3.', # $1 date, $2 time, $3 user
90
91 );