]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - languages/messages/MessagesWa.php
MediaWiki 1.30.2-scripts2
[autoinstalls/mediawiki.git] / languages / messages / MessagesWa.php
1 <?php
2 /** Walloon (walon)
3  *
4  * To improve a translation please visit https://translatewiki.net
5  *
6  * @ingroup Language
7  * @file
8  *
9  * @author Lucyin
10  * @author Srtxg
11  * @author Urhixidur
12  * @author לערי ריינהארט
13  */
14
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.
20 $datePreferences = [
21         'default',
22         'dmy',
23         'walloon short',
24         'ISO 8601'
25 ];
26
27 $datePreferenceMigrationMap = [
28         0 => 'default',
29         2 => 'dmy',
30         4 => 'walloon short',
31 ];
32 $defaultDateFormat = 'dmy';
33
34 $dateFormats = [
35         'walloon short time' => 'H:i'
36 ];
37
38 $namespaceNames = [
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
58 $namespaceGenderAliases = [];
59
60 $specialPageAliases = [
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 = [ ',' => "\xc2\xa0", '.' => ',' ];
83
84 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
85 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';