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
|
<?php
/** Gothic (π²πΏππΉππΊ)
*
* @addtogroup Language
*
* @author SPQRobin
*/
$messages = array(
# Bits of text used by many pages
'categories' => 'πΊπΏπ½πΎππ',
'pagecategories' => '{{PLURAL:$1|πΊπΏπ½πΎπ°|πΊπΏπ½πΎππ}}',
'qbspecialpages' => 'πΏπππΉπ½π³ππ΄πΉπ³ππ',
'mypage' => 'πΌπ΄πΉπ½ ππ΄πΉπ³π',
'mytalk' => 'πΌπ΄πΉπ½π° πΌπ°πΈπ»π΄πΉ',
'and' => 'jah',
'search' => 'πππΊπ΄πΉπΈ',
'searchbutton' => 'πππΊπ΄πΉπΈ',
'searcharticle' => 'π°ππ²π°π²π²π°π½',
'talkpage' => 'πΌπ°πΈπ»π΄πΉππ΄πΉπ³π',
'talk' => 'π²π°π
π°πΏππ³πΎπ°',
'toolbox' => 'ππ°πΏπΉ π°ππΊπ°',
'otherlanguages' => 'π°π½πΈπ°π ππ°πΆπ³ππ',
# 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).
'aboutpage' => 'Project:Iubair',
'bugreports' => 'π°πΉππΆπΉπΈπ°π·π°πΏππ΄πΉπ½π΄πΉπ',
'portal' => 'π±π°πΏππ²π π²π°π
πΉ',
'portal-url' => 'Project:π±π°πΏππ²π π²π°π
πΉ',
'sitesupport' => 'π·πΉπ»ππ° π
πΉπΊπΉππ΄π³πΎπ°',
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'ππ΄πΉπ³π',
'nstab-user' => 'π½πΉπΏππ°π½π³πΉπππ΄πΉπ³π',
'nstab-special' => 'πΏπππΉπ½π³ππ΄πΉπ³π',
'nstab-image' => 'Manleika',
'nstab-template' => 'πΌπ°ππΊπ°',
'nstab-help' => 'π·πΉπ»ππ°',
'nstab-category' => 'Kunja',
# General errors
'viewsource' => 'ππ°πΉππ° πΉπ½π½π°π½π°',
# Login and logout pages
'userlogout' => 'π»π΄πΉπΈπ°π½',
# Edit pages
'watchthis' => 'π
π°ππ°π½ ππ΄πΉπ³π',
# Preferences page
'preferences' => 'Meinos brukjamaideineis',
'mypreferences' => 'πΌπ΄πΉπ½ππ π±ππΏπΊπΎπ°',
# Recent changes
'recentchanges' => 'π°πππΏπΌπΉππππ πΌπ°πΉπ³π΄πΉπ½π΄πΉπ',
# Upload
'upload' => 'πΏππ·π»π°πΈπ°πΉπΈ ππ΄πΉπ»π°π½π',
# Random page
'randompage' => 'ππ»πΏπΌππΌπ°πππΉπ² ππ΄πΉπ³π',
# Statistics
'statistics' => 'Seidostatistik',
# Miscellaneous special pages
'ncategories' => '$1 {{PLURAL:$1|πΊπΏπ½πΎπ°|πΊπΏπ½πΎππ}}',
'specialpages' => 'πΏπππΉπ½π³ππ΄πΉπ³ππ',
'move' => 'π½π°πΌπΎπ°π½ π°ππππ°',
# Watchlist
'watchlist' => 'πΌπ΄πΉπ½ππ π
πΉππ°π½π³ππ»π΄πΉπππ°',
'mywatchlist' => 'πΌπ΄πΉπ½ππ π
πΉππ°π½π³ππ»π΄πΉπππ°',
'watch' => 'π
π°ππ°π½',
'watchthispage' => 'π
π°ππ°π½ ππ΄πΉπ³π',
'unwatch' => 'π½πΉπ
π°ππ°π½',
# Contributions
'mycontris' => 'πΌπ΄πΉπ½ππ π°πΉπ
π»π°π²πΉππ',
# What links here
'whatlinkshere' => 'ππ°ππΎπΉπ ππ΄πΉπ³ππ½π° π·π»π°π²πΊπΎπ°π½π³ π·πΉπ³ππ΄',
);
|