summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesPdc.php
blob: 4e1e62f56ad64c5ff7ee1d12929789150c852a78 (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
<?php
/** Deitsch (Deitsch)
 *
 * @ingroup Language
 * @file
 *
 * @author לערי ריינהארט
 */

$fallback = 'de';

$messages = array(
# Dates
'sunday'    => 'Sunndaag',
'monday'    => 'Mundaag',
'tuesday'   => 'Dinschdaag',
'wednesday' => 'Mittwoch',
'thursday'  => 'Dunnerschdaag',
'friday'    => 'Freidaag',
'saturday'  => 'Samschdaag',
'january'   => 'Yenner',
'february'  => 'Hanning',
'march'     => 'Matz',
'april'     => 'Abrill',
'may_long'  => 'Moi',
'june'      => 'Yuni',
'july'      => 'Yuli',
'august'    => 'Augscht',
'september' => 'September',
'october'   => 'Oktower',
'november'  => 'Nowember',
'december'  => 'Disember',
'may'       => 'Moi',

'mytalk'     => 'Mei Gschwetz-Blatt',
'navigation' => 'Faahre-Gnepp',

'help'           => 'Hilf',
'search'         => 'Guuck uff',
'searchbutton'   => 'Guuck uff',
'go'             => 'Geh',
'history'        => "G'schicht",
'history_short'  => "G'schicht",
'edit'           => 'ennere / tscheensche',
'talk'           => 'Gschwetz',
'otherlanguages' => 'Annere Schprooche',
'jumptosearch'   => 'guuck uff',

# 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).
'mainpage'             => 'Haaptblatt',
'mainpage-description' => 'Haaptblatt',
'portal'               => 'Gmeeschafts-Portal',
'portal-url'           => 'Project:Gmeeschafts-Portal',

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

# Login and logout pages
'login'  => 'kumm nei',
'logout' => 'geh naus',

# Search results
'powersearch' => 'Guuck uff',

# Preferences page
'preferences'       => 'paerseenlich Profil',
'searchresultshead' => 'Guuck uff',

# Recent changes
'recentchanges' => 'Was mer letscht geduh henn',

# Random page
'randompage' => 'Ennich Ardickel',

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

# Watchlist
'watchlist'     => 'Mei Watsch-Lischt',
'watch'         => 'watsche',
'watchthispage' => 'watsch des Blatt',

# Restrictions (nouns)
'restriction-edit' => 'ennere / tscheensche',
'restriction-move' => 'Ziehe',

# Undelete
'undelete-search-submit' => 'Guuck uff',

'sp-contributions-submit' => 'Guuck uff',

# Block/unblock
'ipblocklist-submit' => 'Guuck uff',

# Tooltip help for the actions
'tooltip-p-logo' => 'Haaptblatt',

# Special:NewFiles
'ilsubmit' => 'Guuck uff',

);