summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesBar.php
blob: 4670d79088de6e7a39b75a29d949c318d98e3546 (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
<?php
/** Bavarian (Boarisch)
 *
 * @addtogroup Language
 *
 * @author SPQRobin
 * @author Siebrand
 */

$fallback = 'de';

$messages = array(
'about'    => 'Üba',
'mypage'   => 'Eigne Seitn',
'mytalk'   => 'Eigne Diskussion',
'anontalk' => 'Diskussionsseitn vo dera IP',

'edit'              => 'werkln',
'delete'            => 'löschn',
'unprotect'         => 'freigem',
'unprotectthispage' => 'Schutz aufhem',
'talk'              => 'bschprecha',

# 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).
'aboutsite' => 'Üba {{SITENAME}}',
'aboutpage' => 'Project:Üba_{{SITENAME}}',
'mainpage'  => 'Hauptsaitn',

'youhavenewmessagesmulti' => 'Sie ham neie Nachrichten: $1',

# General errors
'filedeleteerror' => 'De Datei „$1“ håt net glöscht wern kinna.',

# Login and logout pages
'yourname'                   => 'Benutzernam:',
'yourdomainname'             => 'Eanane Domain:',
'notloggedin'                => 'Net ogmeldt',
'yourrealname'               => 'Echter Nam:',
'yourlanguage'               => 'Sprache vo da Benutzeroberfläche:',
'wrongpassword'              => "Des Passwort is falsch (oda fehlt). Bitte probier's no amoi.",
'wrongpasswordempty'         => 'Des eigemne Passwort is laar gwen. Bitte no amoi probiern.',
'acct_creation_throttle_hit' => 'Du hosst scho $1 Benutzakonten und kinnan iatzat koane mehr oleng.',
'accountcreated'             => 'Benutzerkonto is erstellt worn',
'accountcreatedtext'         => "'s Benutzerkonto $1 is eigricht worn.",

# Edit pages
'watchthis'          => 'De Seitn beobachtn',
'whitelistedittitle' => 'Zum Bearbatn miaßn Sie si oomeidn',
'whitelistedittext'  => 'Sie miaßn si $1, um Seiten bearbatn zum kinna.',
'whitelistreadtitle' => 'Zum Lesn is erforderlich, ogmeldt zum sei',
'whitelistreadtext'  => 'Sie miaßn si [[Special:Userlogin|da oomeidn]], um de Seitn lesen zum kinna.',
'whitelistacctitle'  => 'Sie san net berechtigt, a Benutzerkonto ozumlegn.',
'accmailtitle'       => 'Passwort is vaschickt worn',
'newarticle'         => '(Nei)',
'yourtext'           => 'Eana Text',

# History pages
'histlast' => 'Neiste',

# Preferences page
'mypreferences' => 'Eistellunga',

# Upload
'watchthisupload' => 'De Seitn beobachtn',

# Miscellaneous special pages
'allpages'     => 'Alle Seitn',
'newpages'     => 'Neie Seitn',
'ancientpages' => 'Scho länger nimma bearbate Artikel',
'move'         => 'vaschiam',

# Special:Log
'all-logs-page' => 'Alle Logbiacha',

# Special:Allpages
'allarticles'       => 'Alle Seitn',
'allinnamespace'    => 'Alle Seitn (Namensraum: $1)',
'allnotinnamespace' => 'Alle Seitn (net im $1 Namensraum)',
'allpagesprev'      => 'Vorige',
'allpagessubmit'    => 'Owendn',
'allpagesprefix'    => 'Seitn zoagn mit Präfix:',

# Watchlist
'mywatchlist'       => 'Beobachtungslistn',
'watchlistanontext' => 'Sie miaßn si $1, um Eanane Beobachtungslistn zum seng oda Einträge auf ihr zum bearbatn.',
'watchnologin'      => 'Sie san net ogmeidt',
'watchthispage'     => 'Seitn beobachtn',
'unwatch'           => 'nimma beobachten',

# Contributions
'mycontris' => 'Eigene Beiträg',

# What links here
'whatlinkshere' => 'Links auf de Seitn',

# Move page
'movepage'        => 'Seitn vaschiam',
'move-watch'      => 'De Seitn beobachten',
'1movedto2'       => 'håt [[$1]] nåch [[$2]] verschom',
'1movedto2_redir' => 'håt [[$1]] nåch [[$2]] verschom und dabei a Weiterleitung überschriem',

# Namespace 8 related
'allmessagesname'     => 'Nam',
'allmessagescurrent'  => 'Aktuella Text',
'allmessagestext'     => 'Des is a Listn vo de MediaWiki-Systemtexte.',
'allmessagesmodified' => 'Nur geänderte zoagn',

# Special:Newimages
'newimages' => 'Neie Dateien',

);