1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<?php
/** Inupiaq (Iñupiak)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Emperyan
* @author Hercule
* @author Zanimum (on ik.wikipedia.org)
*/
$messages = array(
# Dates
'january' => 'Siqiññaatchiaq',
'february' => 'Siqiññaasugruk',
'march' => 'Paniqsiivik',
'april' => 'Tiŋmirrat Tatqiat',
'may_long' => 'Suvluġvik',
'june' => 'Iġñivik',
'july' => 'Isavik',
'august' => 'Tiŋŋivik',
'september' => 'Niġlaalgit Tiŋŋiviat',
'october' => 'Nuliaġvik',
'november' => 'Quyyavik',
'december' => 'Uvluiḷaq',
# 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).
'helppage' => 'Help:anniqsuiruq',
'mainpage' => 'Makpiġaaq Kanna',
'mainpage-description' => 'Makpibaaq Kanna',
'portal-url' => 'Project:qargi',
);
|