Merge "Return $wgSitename as displayname for local repo in filerepoinfo API"
[lhc/web/wiklou.git] / languages / messages / MessagesWa.php
1 <?php
2 /** Walloon (walon)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Lucyin
11 * @author Srtxg
12 * @author Urhixidur
13 * @author לערי ריינהארט
14 */
15
16 $fallback = 'fr';
17
18 # lists "no preferences", normall (long) walloon date,
19 # short walloon date, and ISO format
20 # MW_DATE_DMY is alias for long format, as it is dd mmmmm yyyy.
21 $datePreferences = array(
22 'default',
23 'dmy',
24 'walloon short',
25 'ISO 8601'
26 );
27
28 $datePreferenceMigrationMap = array(
29 0 => 'default',
30 2 => 'dmy',
31 4 => 'walloon short',
32 );
33 $defaultDateFormat = 'dmy';
34
35 $dateFormats = array(
36 'walloon short time' => 'H:i'
37 );
38
39 $namespaceNames = array(
40 NS_MEDIA => 'Media',
41 NS_SPECIAL => 'Sipeciås',
42 NS_TALK => 'Copene',
43 NS_USER => 'Uzeu',
44 NS_USER_TALK => 'Uzeu_copene',
45 NS_PROJECT_TALK => '$1_copene',
46 NS_FILE => 'Imådje',
47 NS_FILE_TALK => 'Imådje_copene',
48 NS_MEDIAWIKI => 'MediaWiki',
49 NS_MEDIAWIKI_TALK => 'MediaWiki_copene',
50 NS_TEMPLATE => 'Modele',
51 NS_TEMPLATE_TALK => 'Modele_copene',
52 NS_HELP => 'Aidance',
53 NS_HELP_TALK => 'Aidance_copene',
54 NS_CATEGORY => 'Categoreye',
55 NS_CATEGORY_TALK => 'Categoreye_copene',
56 );
57
58 // Remove French aliases
59 $namespaceGenderAliases = array();
60
61 $specialPageAliases = array(
62 'Allpages' => array( 'Totes_les_pådjes' ),
63 'Block' => array( 'Bloker', 'Blocaedje' ),
64 'Categories' => array( 'Categoreyes' ),
65 'Listusers' => array( 'Djivêye_des_uzeus' ),
66 'Log' => array( 'Djournå', 'Djournås' ),
67 'Preferences' => array( 'Preferinces' ),
68 'Prefixindex' => array( 'Indecse_pa_betchete' ),
69 'Search' => array( 'Cweri' ),
70 'Specialpages' => array( 'Pådjes_sipeciåles' ),
71 'Statistics' => array( 'Sitatistikes' ),
72 'Undelete' => array( 'Rapexhî' ),
73 'Upload' => array( 'Eberweter', 'Eberwetaedje' ),
74 'Userlogin' => array( 'Elodjaedje' ),
75 'Userlogout' => array( 'Dislodjaedje' ),
76 'Version' => array( 'Modêye' ),
77 'Watchlist' => array( 'Pådjes_shuvowes' ),
78 );
79
80 # definixha del cogne po les limeros
81 # (number format definition)
82 # en: 12,345.67 -> wa: 12 345,67
83 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
84
85 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
86 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
87