4 * To improve a translation please visit https://translatewiki.net
12 * @author לערי ריינהארט
17 # lists "no preferences", normall (long) walloon date,
18 # short walloon date, and ISO format
19 # MW_DATE_DMY is alias for long format, as it is dd mmmmm yyyy.
20 $datePreferences = array(
27 $datePreferenceMigrationMap = array(
32 $defaultDateFormat = 'dmy';
35 'walloon short time' => 'H:i'
38 $namespaceNames = array(
40 NS_SPECIAL
=> 'Sipeciås',
43 NS_USER_TALK
=> 'Uzeu_copene',
44 NS_PROJECT_TALK
=> '$1_copene',
46 NS_FILE_TALK
=> 'Imådje_copene',
47 NS_MEDIAWIKI
=> 'MediaWiki',
48 NS_MEDIAWIKI_TALK
=> 'MediaWiki_copene',
49 NS_TEMPLATE
=> 'Modele',
50 NS_TEMPLATE_TALK
=> 'Modele_copene',
52 NS_HELP_TALK
=> 'Aidance_copene',
53 NS_CATEGORY
=> 'Categoreye',
54 NS_CATEGORY_TALK
=> 'Categoreye_copene',
57 // Remove French aliases
58 $namespaceGenderAliases = array();
60 $specialPageAliases = array(
61 'Allpages' => array( 'Totes_les_pådjes' ),
62 'Block' => array( 'Bloker', 'Blocaedje' ),
63 'Categories' => array( 'Categoreyes' ),
64 'Listusers' => array( 'Djivêye_des_uzeus' ),
65 'Log' => array( 'Djournå', 'Djournås' ),
66 'Preferences' => array( 'Preferinces' ),
67 'Prefixindex' => array( 'Indecse_pa_betchete' ),
68 'Search' => array( 'Cweri' ),
69 'Specialpages' => array( 'Pådjes_sipeciåles' ),
70 'Statistics' => array( 'Sitatistikes' ),
71 'Undelete' => array( 'Rapexhî' ),
72 'Upload' => array( 'Eberweter', 'Eberwetaedje' ),
73 'Userlogin' => array( 'Elodjaedje' ),
74 'Userlogout' => array( 'Dislodjaedje' ),
75 'Version' => array( 'Modêye' ),
76 'Watchlist' => array( 'Pådjes_shuvowes' ),
79 # definixha del cogne po les limeros
80 # (number format definition)
81 # en: 12,345.67 -> wa: 12 345,67
82 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
84 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
85 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';