From: Tim Starling Date: Wed, 2 Aug 2006 17:31:25 +0000 (+0000) Subject: Got rid of user namespace customisation, use the standard methods instead. X-Git-Tag: 1.31.0-rc.0~56105 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=e3e7cc37ab5e5244a61bcde12c99fbe6c5856953;p=lhc%2Fweb%2Fwiklou.git Got rid of user namespace customisation, use the standard methods instead. --- diff --git a/languages/MessagesCs.php b/languages/MessagesCs.php index 5fb0dd7fd1..2c4aa286ee 100644 --- a/languages/MessagesCs.php +++ b/languages/MessagesCs.php @@ -13,7 +13,7 @@ $namespaceNames = array( NS_MAIN => '', NS_TALK => 'Diskuse', NS_USER => 'Uživatel', - NS_USER_TALK => '$1_diskuse', + NS_USER_TALK => 'Uživatel_diskuse', # NS_PROJECT set by $wgMetaNamespace NS_PROJECT_TALK => '$1_diskuse', NS_IMAGE => 'Soubor',