From: Rob Church Date: Sat, 20 Jan 2007 13:05:00 +0000 (+0000) Subject: (bug 8708) Namespace translations for Zealandic language X-Git-Tag: 1.31.0-rc.0~54291 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=b06c810385b96aeedddb71e5bdf3741f56f7d60a;p=lhc%2Fweb%2Fwiklou.git (bug 8708) Namespace translations for Zealandic language --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cab9f66a82..f5ea8600e0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -122,7 +122,8 @@ lighter making things easier to read. * (bug 8688) Handle underscores/spaces in Special:Blockip and Special:Ipblocklist in a consistent manner * (bug 8701) Check database lock status when blocking/unblocking users -* ParserOptions and ParserOutput classes are now in their own files. +* ParserOptions and ParserOutput classes are now in their own files +* (bug 8708) Namespace translations for Zealandic language == Languages updated == @@ -138,6 +139,7 @@ lighter making things easier to read. * Polish (pl) * Sicilian (scn) * Swedish (sv) +* Zealandic (zea) == Compatibility == diff --git a/languages/messages/MessagesZea.php b/languages/messages/MessagesZea.php new file mode 100644 index 0000000000..01529e09d6 --- /dev/null +++ b/languages/messages/MessagesZea.php @@ -0,0 +1,36 @@ + + */ + +/** + * Namespace names + * (bug 8708) + */ +$namespaceNames = array( + NS_MEDIA => 'Media', + NS_SPECIAL => 'Speciaol', + NS_MAIN => '', + NS_TALK => 'Overleg', + NS_USER => 'Gebruker', + NS_USER_TALK => 'Overleg_Gebruker', + # NS_PROJECT set by $wgMetaNamespace + NS_PROJECT_TALK => 'Overleg_$1', + NS_IMAGE => 'Plaetje', + NS_IMAGE_TALK => 'Overleg_Plaetje', + NS_MEDIAWIKI => 'MediaWiki', + NS_MEDIAWIKI_TALK => 'Overleg_MediaWiki', + NS_TEMPLATE => 'Sjabloon', + NS_TEMPLATE_TALK => 'Overleg_Sjabloon', + NS_HELP => 'Ulpe', + NS_HELP_TALK => 'Overleg_Ulpe', + NS_CATEGORY => 'Categorie', + NS_CATEGORY_TALK => 'Overleg_Categorie', +); + +?>