summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesVmf.php
blob: 494951f0995a632bfd632abb63e276ecdafff964 (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
<?php
/** Upper Franconian (Mainfränkisch)
 *
 * To improve a translation please visit https://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Altaileopard
 * @author Bua333
 * @author Matma Rex
 * @author Midnight Gambler
 * @author Silvicola
 */

$fallback = 'de';

$namespaceNames = array(
	NS_MEDIA            => 'Media',
	NS_SPECIAL          => 'Schbädsjaal',
	NS_TALK             => 'Disghusjoon',
	NS_USER             => 'Bänudsâr',
	NS_USER_TALK        => 'Bänudsârdisghusjoon',
	NS_PROJECT_TALK     => '$1disghusjoon',
	NS_FILE             => 'Dôdaj',
	NS_FILE_TALK        => 'Dôdajdisghusjoon',
	NS_MEDIAWIKI        => 'Meedjawigi',
	NS_MEDIAWIKI_TALK   => 'Meedjawigidisghusjoon',
	NS_TEMPLATE         => 'Foorlaachâ',
	NS_TEMPLATE_TALK    => 'Foorlaachândisghusjoon',
	NS_HELP             => 'Hilwâ',
	NS_HELP_TALK        => 'Hilwâdisghusjoon',
	NS_CATEGORY         => 'Gadâgorii',
	NS_CATEGORY_TALK    => 'Gadâgoriidisghusjoon',
);

$specialPageAliases = array(
	'Allmessages'               => array( 'Ôlâ_Nôôchrichdâ' ),
	'Allpages'                  => array( 'Ôlâ_Sajdâ' ),
	'Categories'                => array( 'Gadâgoriin' ),
	'Confirmemail'              => array( 'Iimäjl_bschdädigâ' ),
	'Contributions'             => array( 'Bajdräächâ' ),
	'DoubleRedirects'           => array( 'Dobâldâ_Wajdârlajdungân' ),
	'Emailuser'                 => array( 'Iimäjlâ' ),
	'Export'                    => array( 'Ägsbordiirn' ),
	'Import'                    => array( 'Imbordiirn' ),
	'Movepage'                  => array( 'Sajdâ_färschiibâ' ),
	'Newpages'                  => array( 'Nojâ_Sajdâ' ),
	'Preferences'               => array( 'Ôischtälungâ' ),
	'Prefixindex'               => array( 'Indägs' ),
	'Recentchanges'             => array( 'Lädsdâ_Änârungâ' ),
	'Specialpages'              => array( 'Schbädsjaalsajdâ' ),
	'Statistics'                => array( 'Schdadisdign' ),
	'Undelete'                  => array( 'Wiidârhärschdälâ' ),
	'Unwatchedpages'            => array( 'Unbäoobôchdâdâ_Sajdn' ),
	'Upload'                    => array( 'Hoochlaadâ' ),
	'Userlogin'                 => array( 'Ôômäldâ' ),
	'Userlogout'                => array( 'Ôbmäldâ' ),
	'Watchlist'                 => array( 'Bäoobôchdungslisdâ' ),
);

// Remove German aliases
$namespaceGenderAliases = array();