[svn r43679] use category name from other system message to prevent translation errors
1 --- a/Collection.i18n.php Tue Nov 18 16:10:25 2008 +0100
2 +++ b/Collection.i18n.php Tue Nov 18 17:14:03 2008 +0100
3 @@ -85,7 +85,7 @@
4 'coll-personal_collection_label' => 'Personal collection:',
5 'coll-community_collection_label' => 'Community collection:',
6 'coll-save_collection' => 'Save collection',
7 - 'coll-save_category' => 'Collections are saved in the category [[:Category:Collections|Collections]].',
8 + 'coll-save_category' => 'Collections are saved in the [[:Category:{{MediaWiki:Coll-collections}}]].',
9 'coll-overwrite_title' => 'Page exists.
10 Overwrite?',
11 'coll-overwrite_text' => 'A page with the name [[:$1]] already exists.
1.1 --- a/Collection.templates.php Tue Nov 18 16:10:25 2008 +0100
1.2 +++ b/Collection.templates.php Tue Nov 18 17:14:03 2008 +0100
1.3 @@ -110,9 +110,9 @@
1.4 </form>
1.5
1.6 <?php } else {
1.7 - echo wfMsgExt('coll-login_to_save', array('parse'));
1.8 + $this->msgWiki('coll-login_to_save');
1.9 }
1.10 - echo wfMsgExt('coll-save_category', array('parse'));
1.11 + $this->msgWiki('coll-save_category');
1.12 ?>
1.13 </div>
1.14