Merge "Skip adding wikitext test pages in PrefixSearchTest if NS_MAIN is not wikitext"
[lhc/web/wiklou.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 = array(
21 'default',
22 'dmy',
23 'walloon short',
24 'ISO 8601'
25 );
26
27 $datePreferenceMigrationMap = array(
28 0 => 'default',
29 2 => 'dmy',
30 4 => 'walloon short',
31 );
32 $defaultDateFormat = 'dmy';
33
34 $dateFormats = array(
35 'walloon short time' => 'H:i'
36 );
37
38 $namespaceNames = array(
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 = array();
59
60 $specialPageAliases = array(
61 'Allpages' => array( 'Totes_les_pådjes' ),
62 'Block' => array( 'Bloker', 'Blocaedje' ),
63 'Categories' => array( 'Categoreyes' ),
64 'Listusers' => array( 'Djivêye_des_uzeus' ),
65 'Log' => array( 'Djournå', 'Djournås' ),
66 'Preferences' => array( 'Preferinces' ),
67 'Prefixindex' => array( 'Indecse_pa_betchete' ),
68 'Search' => array( 'Cweri' ),
69 'Specialpages' => array( 'Pådjes_sipeciåles' ),
70 'Statistics' => array( 'Sitatistikes' ),
71 'Undelete' => array( 'Rapexhî' ),
72 'Upload' => array( 'Eberweter', 'Eberwetaedje' ),
73 'Userlogin' => array( 'Elodjaedje' ),
74 'Userlogout' => array( 'Dislodjaedje' ),
75 'Version' => array( 'Modêye' ),
76 'Watchlist' => array( '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 = array( ',' => "\xc2\xa0", '.' => ',' );
83
84 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
85 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
86