MediaWiki  1.23.14
MessagesWa.php
Go to the documentation of this file.
1 <?php
16 $fallback = 'fr';
17 
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.
22  'default',
23  'dmy',
24  'walloon short',
25  'ISO 8601'
26 );
27 
29  0 => 'default',
30  2 => 'dmy',
31  4 => 'walloon short',
32 );
34 
36  'walloon short time' => 'H:i'
37 );
38 
40  NS_MEDIA => 'Media',
41  NS_SPECIAL => 'Sipeciås',
42  NS_TALK => 'Copene',
43  NS_USER => 'Uzeu',
44  NS_USER_TALK => 'Uzeu_copene',
45  NS_PROJECT_TALK => '$1_copene',
46  NS_FILE => 'Imådje',
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',
52  NS_HELP => 'Aidance',
53  NS_HELP_TALK => 'Aidance_copene',
54  NS_CATEGORY => 'Categoreye',
55  NS_CATEGORY_TALK => 'Categoreye_copene',
56 );
57 
58 // Remove French aliases
60 
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' ),
78 );
79 
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", '.' => ',' );
84 
85 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
86 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
87 
NS_HELP
const NS_HELP
Definition: Defines.php:91
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:90
$datePreferenceMigrationMap
$datePreferenceMigrationMap
Definition: MessagesWa.php:28
NS_FILE
const NS_FILE
Definition: Defines.php:85
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:89
$fallback
$fallback
Definition: MessagesWa.php:16
$dateFormats
$dateFormats
Definition: MessagesWa.php:35
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:68
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:88
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
$defaultDateFormat
$defaultDateFormat
Definition: MessagesWa.php:33
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:93
$datePreferences
$datePreferences
Definition: MessagesWa.php:21
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:82
$namespaceGenderAliases
$namespaceGenderAliases
Definition: MessagesWa.php:59
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:67
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:84
$namespaceNames
$namespaceNames
Definition: MessagesWa.php:39
$specialPageAliases
$specialPageAliases
Definition: MessagesWa.php:61
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:92
$linkTrail
$linkTrail
Definition: MessagesWa.php:86
$separatorTransformTable
$separatorTransformTable
Definition: MessagesWa.php:83
NS_USER
const NS_USER
Definition: Defines.php:81
NS_TALK
const NS_TALK
Definition: Defines.php:80
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:87
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:86
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:94