Merged localisation-work branch:
[lhc/web/wiklou.git] / languages / MessagesAf.php
index 7b691fc..379d28c 100644 (file)
@@ -1,7 +1,43 @@
 <?php 
 
+$quickbarSettings = array(
+       'Geen.', 'Links vas.', 'Regs vas.', 'Dryf links.'
+);
+       
+$skinNames = array(
+       'standard' => 'Standaard',
+       'nostalgia' => 'Nostalgie',
+       'cologneblue' => 'Keulen blou',
+);
+
+$namespaceNames = array(
+       NS_MEDIA          => 'Media',
+       NS_SPECIAL        => 'Spesiaal',
+       NS_MAIN           => '',
+       NS_TALK           => 'Bespreking',
+       NS_USER           => 'Gebruiker',
+       NS_USER_TALK      => 'Gebruikerbespreking',
+       # NS_PROJECT set by $wgMetaNamespace,
+       NS_PROJECT_TALK   => '$1bespreking',
+       NS_IMAGE          => 'Beeld',
+       NS_IMAGE_TALK     => 'Beeldbespreking',
+       NS_MEDIAWIKI      => 'MediaWiki',
+       NS_MEDIAWIKI_TALK => 'MediaWikibespreking',
+       NS_TEMPLATE       => 'Sjabloon',
+       NS_TEMPLATE_TALK  => 'Sjabloonbespreking',
+       NS_HELP           => 'Hulp',
+       NS_HELP_TALK      => 'Hulpbespreking',
+       NS_CATEGORY       => 'Kategorie',
+       NS_CATEGORY_TALK  => 'Kategoriebespreking'
+);
+
+# South Africa uses space for thousands and comma for decimal
+# Reference: AWS Reël 7.4 p. 52, 2002 edition
+# glibc is wrong in this respect in some versions
+$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
+$linkTrail = "/^([a-z]+)(.*)\$/sD";
 
-/* private */ $wgAllMessagesAf = array(
+$messages = array(
 # User Toggles
 
 "tog-underline" => "Onderstreep skakels.",
@@ -54,7 +90,6 @@
 
 # Bits of text used by many pages:
 #
-"linktrail"            => "/^([a-z]+)(.*)\$/sD",
 "mainpage"             => "Tuisblad",
 "about"                        => "Omtrent",
 "aboutsite"      => "Inligting oor {{SITENAME}}",