MediaWiki  REL1_23
MessagesWa.php
Go to the documentation of this file.
00001 <?php
00016 $fallback = 'fr';
00017 
00018 # lists "no preferences", normall (long) walloon date,
00019 # short walloon date, and ISO format
00020 # MW_DATE_DMY is alias for long format, as it is dd mmmmm yyyy.
00021 $datePreferences = array(
00022     'default',
00023     'dmy',
00024     'walloon short',
00025     'ISO 8601'
00026 );
00027 
00028 $datePreferenceMigrationMap = array(
00029     0 => 'default',
00030     2 => 'dmy',
00031     4 => 'walloon short',
00032 );
00033 $defaultDateFormat = 'dmy';
00034 
00035 $dateFormats = array(
00036     'walloon short time' => 'H:i'
00037 );
00038 
00039 $namespaceNames = array(
00040     NS_MEDIA            => 'Media',
00041     NS_SPECIAL          => 'Sipeciås',
00042     NS_TALK             => 'Copene',
00043     NS_USER             => 'Uzeu',
00044     NS_USER_TALK        => 'Uzeu_copene',
00045     NS_PROJECT_TALK     => '$1_copene',
00046     NS_FILE             => 'Imådje',
00047     NS_FILE_TALK        => 'Imådje_copene',
00048     NS_MEDIAWIKI        => 'MediaWiki',
00049     NS_MEDIAWIKI_TALK   => 'MediaWiki_copene',
00050     NS_TEMPLATE         => 'Modele',
00051     NS_TEMPLATE_TALK    => 'Modele_copene',
00052     NS_HELP             => 'Aidance',
00053     NS_HELP_TALK        => 'Aidance_copene',
00054     NS_CATEGORY         => 'Categoreye',
00055     NS_CATEGORY_TALK    => 'Categoreye_copene',
00056 );
00057 
00058 // Remove French aliases
00059 $namespaceGenderAliases = array();
00060 
00061 $specialPageAliases = array(
00062     'Allpages'                  => array( 'Totes_les_pådjes' ),
00063     'Block'                     => array( 'Bloker', 'Blocaedje' ),
00064     'Categories'                => array( 'Categoreyes' ),
00065     'Listusers'                 => array( 'Djivêye_des_uzeus' ),
00066     'Log'                       => array( 'Djournå', 'Djournås' ),
00067     'Preferences'               => array( 'Preferinces' ),
00068     'Prefixindex'               => array( 'Indecse_pa_betchete' ),
00069     'Search'                    => array( 'Cweri' ),
00070     'Specialpages'              => array( 'Pådjes_sipeciåles' ),
00071     'Statistics'                => array( 'Sitatistikes' ),
00072     'Undelete'                  => array( 'Rapexhî' ),
00073     'Upload'                    => array( 'Eberweter', 'Eberwetaedje' ),
00074     'Userlogin'                 => array( 'Elodjaedje' ),
00075     'Userlogout'                => array( 'Dislodjaedje' ),
00076     'Version'                   => array( 'Modêye' ),
00077     'Watchlist'                 => array( 'Pådjes_shuvowes' ),
00078 );
00079 
00080 # definixha del cogne po les limeros
00081 # (number format definition)
00082 # en: 12,345.67 -> wa: 12 345,67
00083 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
00084 
00085 # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu';
00086 $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';
00087