MediaWiki master
MessagesWa.php
Go to the documentation of this file.
1<?php
13$fallback = 'fr';
14
15# lists "no preferences", normall (long) walloon date,
16# short walloon date, and ISO format
17# MW_DATE_DMY is alias for long format, as it is dd mmmmm yyyy.
19 'default',
20 'dmy',
21 'walloon short',
22 'ISO 8601'
23];
24
26 0 => 'default',
27 2 => 'dmy',
28 4 => 'walloon short',
29];
31
33 # See LanguageWa.php for specification for the 'dmy' format
34
35 'walloon short time' => 'H:i',
36 'walloon short date' => 'd/m/Y',
37 'walloon short both' => 'd/m/Y "a" H:i',
38];
39
41 NS_MEDIA => 'Media',
42 NS_SPECIAL => 'Sipeciås',
43 NS_TALK => 'Copene',
44 NS_USER => 'Uzeu',
45 NS_USER_TALK => 'Uzeu_copene',
46 NS_PROJECT_TALK => '$1_copene',
47 NS_FILE => 'Imådje',
48 NS_FILE_TALK => 'Imådje_copene',
49 NS_MEDIAWIKI => 'MediaWiki',
50 NS_MEDIAWIKI_TALK => 'MediaWiki_copene',
51 NS_TEMPLATE => 'Modele',
52 NS_TEMPLATE_TALK => 'Modele_copene',
53 NS_HELP => 'Aidance',
54 NS_HELP_TALK => 'Aidance_copene',
55 NS_CATEGORY => 'Categoreye',
56 NS_CATEGORY_TALK => 'Categoreye_copene',
57];
58
59// Remove French aliases
61
64 'Allpages' => [ 'Totes_les_pådjes' ],
65 'Block' => [ 'Bloker', 'Blocaedje' ],
66 'Categories' => [ 'Categoreyes' ],
67 'Listusers' => [ 'Djivêye_des_uzeus' ],
68 'Log' => [ 'Djournå', 'Djournås' ],
69 'Preferences' => [ 'Preferinces' ],
70 'Prefixindex' => [ 'Indecse_pa_betchete' ],
71 'Search' => [ 'Cweri' ],
72 'Specialpages' => [ 'Pådjes_sipeciåles' ],
73 'Statistics' => [ 'Sitatistikes' ],
74 'Undelete' => [ 'Rapexhî' ],
75 'Upload' => [ 'Eberweter', 'Eberwetaedje' ],
76 'Userlogin' => [ 'Elodjaedje' ],
77 'Userlogout' => [ 'Dislodjaedje' ],
78 'Version' => [ 'Modêye' ],
79 'Watchlist' => [ 'Pådjes_shuvowes' ],
80];
81
82# definixha del cogne po les limeros
83# (number format definition)
84# en: 12,345.67 -> wa: 12 345,67
85$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
86
87# $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
88$linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
const NS_HELP
Definition Defines.php:76
const NS_USER
Definition Defines.php:66
const NS_FILE
Definition Defines.php:70
const NS_MEDIAWIKI_TALK
Definition Defines.php:73
const NS_PROJECT_TALK
Definition Defines.php:69
const NS_MEDIAWIKI
Definition Defines.php:72
const NS_TEMPLATE
Definition Defines.php:74
const NS_SPECIAL
Definition Defines.php:53
const NS_FILE_TALK
Definition Defines.php:71
const NS_HELP_TALK
Definition Defines.php:77
const NS_CATEGORY_TALK
Definition Defines.php:79
const NS_MEDIA
Definition Defines.php:52
const NS_TALK
Definition Defines.php:65
const NS_USER_TALK
Definition Defines.php:67
const NS_CATEGORY
Definition Defines.php:78
const NS_TEMPLATE_TALK
Definition Defines.php:75
$fallback
$defaultDateFormat
$namespaceGenderAliases
$dateFormats
$datePreferenceMigrationMap
$linkTrail
$datePreferences
$namespaceNames
$separatorTransformTable
$specialPageAliases
@phpcs-require-sorted-array