Migrate translations for core to JSON format
[lhc/web/wiklou.git] / languages / messages / MessagesVls.php
1 <?php
2 /** West-Vlams (West-Vlams)
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 DasRakel
11 * @author Tbc
12 * @author לערי ריינהארט
13 */
14
15 $fallback = 'nl';
16
17 $namespaceNames = array(
18 NS_MEDIA => 'Media',
19 NS_SPECIAL => 'Specioal',
20 NS_TALK => 'Discuusje',
21 NS_USER => 'Gebruker',
22 NS_USER_TALK => 'Discuusje_gebruker',
23 NS_PROJECT_TALK => 'Discuusje_$1',
24 NS_FILE => 'Ofbeeldienge',
25 NS_FILE_TALK => 'Discuusje_ofbeeldienge',
26 NS_MEDIAWIKI => 'MediaWiki',
27 NS_MEDIAWIKI_TALK => 'Discuusje_MediaWiki',
28 NS_TEMPLATE => 'Patrôon',
29 NS_TEMPLATE_TALK => 'Discuusje_patrôon',
30 NS_HELP => 'Ulpe',
31 NS_HELP_TALK => 'Discuusje_ulpe',
32 NS_CATEGORY => 'Categorie',
33 NS_CATEGORY_TALK => 'Discuusje_categorie',
34 );
35