(bug 10190) Volapük message updates
authorRob Church <robchurch@users.mediawiki.org>
Sun, 10 Jun 2007 16:04:36 +0000 (16:04 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 10 Jun 2007 16:04:36 +0000 (16:04 +0000)
RELEASE-NOTES
languages/messages/MessagesVo.php

index 30f8028..5fa0f16 100644 (file)
@@ -220,6 +220,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Somali (so)
 * Sundanese (su)
 * Swedish (sv)
+* Volapük (vo)
 * Old Chinese / Late Middle Chinese (zh-classical)
 * Chinese (PRC) (zh-cn)
 * Chinese (Taiwan) (zh-tw)
index a196e59..7edeab5 100644 (file)
@@ -26,4 +26,54 @@ $namespaceNames = array(
        NS_CATEGORY_TALK  => 'Kladibespik',
 );
 
+$messages = array(
+# Dates
+'sunday'    => 'sudel',
+'monday'    => 'mudel',
+'tuesday'   => 'tudel',
+'wednesday' => 'vedel',
+'thursday'  => 'dödel',
+'friday'    => 'fridel',
+'saturday'  => 'zädel',
+'sun'       => 'sud',
+'mon'       => 'mud',
+'tue'       => 'tud',
+'wed'       => 'ved',
+'thu'       => 'död',
+'fri'       => 'fri',
+'sat'       => 'zäd',
+'january'   => 'yanul',
+'february'  => 'febul',
+'march'     => 'mäzul',
+'april'     => 'prilul',
+'may_long'  => 'mayul',
+'june'      => 'yunul',
+'july'      => 'yulul',
+'august'    => 'gustul',
+'september' => 'setul',
+'october'   => 'tobul',
+'november'  => 'novul',
+'december'  => 'dekul',
+'jan'       => 'yan',
+'feb'       => 'feb',
+'mar'       => 'mäz',
+'apr'       => 'pri',
+'may'       => 'may',
+'jun'       => 'yun',
+'jul'       => 'yul',
+'aug'       => 'gus',
+'sep'       => 'set',
+'oct'       => 'tob',
+'nov'       => 'nov',
+'dec'       => 'dek',
+
+# Bits of text used by many pages
+'categories'     => 'Klads',
+'pagecategories' => '{{PLURAL:$1|Klad|Klads}}',
+
+# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
+'mainpage' => 'Cifapad',
+
+);
+
 ?>