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