summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesKw.php
blob: 13ace6d3b6179719d4d3eac07ea51e3741263ccd (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?php
/** Cornish (Kernewek)
 *
 * @ingroup Language
 * @file
 *
 * @author MF-Warburg
 * @author Malafaya
 */

$messages = array(
# Dates
'january'   => 'Genver',
'february'  => 'Hwevrer',
'march'     => 'Meurth',
'april'     => 'Ebryl',
'may_long'  => 'Me',
'june'      => 'Metheven',
'july'      => 'Gortheren',
'august'    => 'Est',
'september' => 'Gwynngala',
'october'   => 'Hedra',
'november'  => 'Du',
'december'  => 'Kevardhu',
'jan'       => 'Gen',
'feb'       => 'Hwe',
'mar'       => 'Mrt',
'apr'       => 'Ebr',
'may'       => 'Me',
'jun'       => 'Mvn',
'jul'       => 'Gor',
'aug'       => 'Est',
'sep'       => 'Gwy',
'oct'       => 'Hed',
'nov'       => 'Du',
'dec'       => 'Kev',

'mytalk'     => 'Ow hows',
'navigation' => 'Lywyans',

'tagline'          => 'Dhiworth {{SITENAME}}',
'help'             => 'Gweres',
'search'           => 'Hwilas',
'searchbutton'     => 'Hwilas',
'go'               => 'Ke',
'searcharticle'    => 'Ke',
'history'          => 'Istori an folenn',
'history_short'    => 'Istori',
'printableversion' => 'Vershyon printyadow',
'permalink'        => 'Kevrenn fast',
'edit'             => 'Chanjya',
'delete'           => 'Dilea',
'protect'          => 'Difres',
'talk'             => 'Dadhelva',
'toolbox'          => 'Boks toulys',
'otherlanguages'   => 'Tavosow erell',

# 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'        => 'Darvosow a-lemmyn',
'helppage'             => 'Help:Gweres',
'mainpage'             => 'Pennfolenn/Penfolen',
'mainpage-description' => 'Pennfolenn/Penfolen',
'portal'               => 'Porth kemmynieth',
'portal-url'           => 'Project:Porth Kemmynieth',

'ok'          => 'Sur',
'editsection' => 'chanjya',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main'      => 'Ethygel',
'nstab-user'      => 'Devnydhyer',
'nstab-special'   => 'Arbennik',
'nstab-image'     => 'Restrenn',
'nstab-mediawiki' => 'Messach',
'nstab-template'  => 'Skantlyn',
'nstab-help'      => 'Gweres',
'nstab-category'  => 'Klasyans',

# Login and logout pages
'userlogin'  => 'Entra / kreatya akont',
'userlogout' => 'Omdenna',

# Preferences page
'preferences'   => 'Teythi ow akont',
'mypreferences' => 'Teythi ow akont',

# Recent changes
'recentchanges' => 'Chanjyow a-dhiwedhes',

# Recent changes linked
'recentchangeslinked' => 'Chanjyow dhe folennow kevahal',

# Upload
'upload' => 'Keworra restrenn',

# Random page
'randompage' => 'Folenn war amkan',

# Miscellaneous special pages
'move' => 'Movya',

# Watchlist
'watchlist'   => 'Ow rol goelyas',
'mywatchlist' => 'Ow rol goelyas',
'watch'       => 'Goelyas',
'unwatch'     => 'Diswoelyas',

# Contributions
'mycontris' => 'Ow hevrohow',

# What links here
'whatlinkshere' => 'Folennow ow kevrenna bys omma',

# Tooltip help for the actions
'tooltip-pt-preferences' => 'Teythi ow akont',

# Special:NewImages
'ilsubmit' => 'Hwilas',

# Special:SpecialPages
'specialpages' => 'Folennow arbennik',

);