summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesPih.php
blob: a241c0dbf6baf466a5997bf2c13d4dcdecf91000 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
/** Norfuk / Pitkern (Norfuk / Pitkern)
 *
 * @ingroup Language
 * @file
 *
 * @author http://pih.wikipedia.org sysops
 */

$messages = array(
# Dates
'january'      => 'Jaenyuweri',
'february'     => 'Febyuweri',
'march'        => 'Maach',
'april'        => 'Ieprel',
'may_long'     => 'Mieh',
'june'         => 'Juun',
'july'         => 'Juulai',
'january-gen'  => 'Jaenyuweri',
'february-gen' => 'Febyuweri',
'march-gen'    => 'Maach',
'april-gen'    => 'Ieprel',
'may-gen'      => 'Mieh',
'june-gen'     => 'Juun',
'july-gen'     => 'Juulai',
'may'          => 'Mieh',

'help'          => 'Hiiwp',
'history_short' => 'Histrei',
'edit'          => 'Edet',
'talk'          => 'diskushun',

# 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).
'currentevents'        => 'Dem Kurent Iwent',
'currentevents-url'    => 'Project:Dem Kurent Iwent',
'helppage'             => 'Help:Dem Kontent',
'mainpage'             => 'Mien Paij',
'mainpage-description' => 'Mien Paij',
'portal'               => "Trii'nohlij",

'editold' => 'edet',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'Artikal',
'nstab-help' => 'Hiiwp Paij',

# Search results
'searchhelp-url' => 'Help:Dem Kontent',

# Preferences page
'prefs-rc' => 'Dem Riisent Chayng',

# Recent changes
'recentchanges' => 'Dem Riisent Chayng',

# Recent changes linked
'recentchangeslinked' => 'Dem Riilated Chayng',

# Upload
'upload' => 'Upload Faail',

# Random page
'randompage' => 'Raandum Paij',

# What links here
'whatlinkshere' => 'Wata link hiia',

);