Merge ".mailmap: Correct two contributor names"
[mediawiki.git] / languages / messages / MessagesWa.php
blob8e2b28b3c60c6916c0cc6371a82133143d5beb6b
1 <?php
2 /** Walloon (walon)
4 * @file
5 * @ingroup Languages
7 * @author Lucyin
8 * @author Srtxg
9 * @author Urhixidur
10 * @author לערי ריינהארט
13 $fallback = 'fr';
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.
18 $datePreferences = [
19 'default',
20 'dmy',
21 'walloon short',
22 'ISO 8601'
25 $datePreferenceMigrationMap = [
26 0 => 'default',
27 2 => 'dmy',
28 4 => 'walloon short',
30 $defaultDateFormat = 'dmy';
32 $dateFormats = [
33 # See LanguageWa.php for specification for the 'dmy' format
35 'walloon short time' => 'H:i',
36 'walloon short date' => 'd/m/Y',
37 'walloon short both' => 'd/m/Y "a" H:i',
40 $namespaceNames = [
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',
59 // Remove French aliases
60 $namespaceGenderAliases = [];
62 /** @phpcs-require-sorted-array */
63 $specialPageAliases = [
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' ],
82 # definixha del cogne po les limeros
83 # (number format definition)
84 # en: 12,345.67 -> wa: 12 345,67
85 $separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
87 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
88 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';