MediaWiki REL1_35
MessagesWa.php
Go to the documentation of this file.
1<?php
15$fallback = 'fr';
16
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.
21 'default',
22 'dmy',
23 'walloon short',
24 'ISO 8601'
25];
26
28 0 => 'default',
29 2 => 'dmy',
30 4 => 'walloon short',
31];
33
35 'walloon short time' => 'H:i'
36];
37
39 NS_MEDIA => 'Media',
40 NS_SPECIAL => 'Sipeciås',
41 NS_TALK => 'Copene',
42 NS_USER => 'Uzeu',
43 NS_USER_TALK => 'Uzeu_copene',
44 NS_PROJECT_TALK => '$1_copene',
45 NS_FILE => 'Imådje',
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',
51 NS_HELP => 'Aidance',
52 NS_HELP_TALK => 'Aidance_copene',
53 NS_CATEGORY => 'Categoreye',
54 NS_CATEGORY_TALK => 'Categoreye_copene',
55];
56
57// Remove French aliases
59
61 'Allpages' => [ 'Totes_les_pådjes' ],
62 'Block' => [ 'Bloker', 'Blocaedje' ],
63 'Categories' => [ 'Categoreyes' ],
64 'Listusers' => [ 'Djivêye_des_uzeus' ],
65 'Log' => [ 'Djournå', 'Djournås' ],
66 'Preferences' => [ 'Preferinces' ],
67 'Prefixindex' => [ 'Indecse_pa_betchete' ],
68 'Search' => [ 'Cweri' ],
69 'Specialpages' => [ 'Pådjes_sipeciåles' ],
70 'Statistics' => [ 'Sitatistikes' ],
71 'Undelete' => [ 'Rapexhî' ],
72 'Upload' => [ 'Eberweter', 'Eberwetaedje' ],
73 'Userlogin' => [ 'Elodjaedje' ],
74 'Userlogout' => [ 'Dislodjaedje' ],
75 'Version' => [ 'Modêye' ],
76 'Watchlist' => [ 'Pådjes_shuvowes' ],
77];
78
79# definixha del cogne po les limeros
80# (number format definition)
81# en: 12,345.67 -> wa: 12 345,67
82$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
83
84# $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
85$linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
$fallback
$defaultDateFormat
$namespaceGenderAliases
$dateFormats
$datePreferenceMigrationMap
$linkTrail
$datePreferences
$namespaceNames
$separatorTransformTable
$specialPageAliases
const NS_HELP
Definition Defines.php:82
const NS_USER
Definition Defines.php:72
const NS_FILE
Definition Defines.php:76
const NS_MEDIAWIKI_TALK
Definition Defines.php:79
const NS_PROJECT_TALK
Definition Defines.php:75
const NS_MEDIAWIKI
Definition Defines.php:78
const NS_TEMPLATE
Definition Defines.php:80
const NS_SPECIAL
Definition Defines.php:59
const NS_FILE_TALK
Definition Defines.php:77
const NS_HELP_TALK
Definition Defines.php:83
const NS_CATEGORY_TALK
Definition Defines.php:85
const NS_MEDIA
Definition Defines.php:58
const NS_TALK
Definition Defines.php:71
const NS_USER_TALK
Definition Defines.php:73
const NS_CATEGORY
Definition Defines.php:84
const NS_TEMPLATE_TALK
Definition Defines.php:81