wiki.techinc.nl/languages/messages/MessagesZea.php

65 lines
1.5 KiB
PHP
Raw Normal View History

<?php
/**
2007-02-07 21:31:28 +00:00
* Zealandic (Zeêuws)
*
2007-01-20 15:20:40 +00:00
* @addtogroup Language
* @author Rob Church <robchur@gmail.com>
* @author SQPRobin
*/
$fallback = 'nl';
/**
* Namespace names
* (bug 8708)
*/
$namespaceNames = array(
NS_MEDIA => 'Media',
NS_SPECIAL => 'Speciaol',
2007-02-07 21:31:28 +00:00
NS_MAIN => '',
NS_TALK => 'Overleg',
NS_USER => 'Gebruker',
2007-02-07 21:31:28 +00:00
NS_USER_TALK => 'Overleg_gebruker',
# NS_PROJECT set by $wgMetaNamespace
NS_PROJECT_TALK => 'Overleg_$1',
NS_IMAGE => 'Plaetje',
2007-02-07 21:31:28 +00:00
NS_IMAGE_TALK => 'Overleg_plaetje',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Overleg_MediaWiki',
NS_TEMPLATE => 'Sjabloon',
2007-02-07 21:31:28 +00:00
NS_TEMPLATE_TALK => 'Overleg_sjabloon',
NS_HELP => 'Ulpe',
2007-02-07 21:31:28 +00:00
NS_HELP_TALK => 'Overleg_ulpe',
NS_CATEGORY => 'Categorie',
2007-02-07 21:31:28 +00:00
NS_CATEGORY_TALK => 'Overleg_categorie',
);
$messages = array(
'mytalk' => 'Mien overleg',
'navigation' => 'Navigaotie',
'edit' => 'Bewerken',
'otherlanguages' => 'In aore taelen',
# Short words for each namespace, by default used in the 'article' tab in monobook
'nstab-main' => 'Bladzie',
'nstab-user' => 'Gebruker',
'nstab-special' => 'Speciaol',
# Preferences page
'mypreferences' => 'Mien vòkeuren',
# Miscellaneous special pages
'newpages-username' => 'Gebrukersnaem:',
# Special:Allpages
'nextpage' => 'Volgende bladzie ($1)',
# Watchlist
'mywatchlist' => 'Mien volglieste',
# Contributions
'mycontris' => 'Mien biedraegen',
);