[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** Upper Franconian (Mainfränkisch) 3 * 4 * To improve a translation please visit https://translatewiki.net 5 * 6 * @ingroup Language 7 * @file 8 * 9 * @author Altaileopard 10 * @author Bua333 11 * @author Matma Rex 12 * @author Midnight Gambler 13 * @author Silvicola 14 */ 15 16 $fallback = 'de'; 17 18 $namespaceNames = array( 19 NS_MEDIA => 'Media', 20 NS_SPECIAL => 'Schbädsjaal', 21 NS_TALK => 'Disghusjoon', 22 NS_USER => 'Bänudsâr', 23 NS_USER_TALK => 'Bänudsârdisghusjoon', 24 NS_PROJECT_TALK => '$1disghusjoon', 25 NS_FILE => 'Dôdaj', 26 NS_FILE_TALK => 'Dôdajdisghusjoon', 27 NS_MEDIAWIKI => 'Meedjawigi', 28 NS_MEDIAWIKI_TALK => 'Meedjawigidisghusjoon', 29 NS_TEMPLATE => 'Foorlaachâ', 30 NS_TEMPLATE_TALK => 'Foorlaachândisghusjoon', 31 NS_HELP => 'Hilwâ', 32 NS_HELP_TALK => 'Hilwâdisghusjoon', 33 NS_CATEGORY => 'Gadâgorii', 34 NS_CATEGORY_TALK => 'Gadâgoriidisghusjoon', 35 ); 36 37 $specialPageAliases = array( 38 'Allmessages' => array( 'Ôlâ_Nôôchrichdâ' ), 39 'Allpages' => array( 'Ôlâ_Sajdâ' ), 40 'Categories' => array( 'Gadâgoriin' ), 41 'Confirmemail' => array( 'Iimäjl_bschdädigâ' ), 42 'Contributions' => array( 'Bajdräächâ' ), 43 'DoubleRedirects' => array( 'Dobâldâ_Wajdârlajdungân' ), 44 'Emailuser' => array( 'Iimäjlâ' ), 45 'Export' => array( 'Ägsbordiirn' ), 46 'Import' => array( 'Imbordiirn' ), 47 'Movepage' => array( 'Sajdâ_färschiibâ' ), 48 'Newpages' => array( 'Nojâ_Sajdâ' ), 49 'Preferences' => array( 'Ôischtälungâ' ), 50 'Prefixindex' => array( 'Indägs' ), 51 'Recentchanges' => array( 'Lädsdâ_Änârungâ' ), 52 'Specialpages' => array( 'Schbädsjaalsajdâ' ), 53 'Statistics' => array( 'Schdadisdign' ), 54 'Undelete' => array( 'Wiidârhärschdälâ' ), 55 'Unwatchedpages' => array( 'Unbäoobôchdâdâ_Sajdn' ), 56 'Upload' => array( 'Hoochlaadâ' ), 57 'Userlogin' => array( 'Ôômäldâ' ), 58 'Userlogout' => array( 'Ôbmäldâ' ), 59 'Watchlist' => array( 'Bäoobôchdungslisdâ' ), 60 ); 61 62 // Remove German aliases 63 $namespaceGenderAliases = array(); 64
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |