Index: trunk/extensions/Collection/Collection.i18n.php |
— | — | @@ -30,6 +30,7 @@ |
31 | 31 | 'coll-exclusion_category_title' => 'Exclude in print', |
32 | 32 | 'coll-template_blacklist_title' => 'MediaWiki:PDF Template Blacklist', # do not translate or duplicate this message to other languages |
33 | 33 | 'coll-print_template_prefix' => 'Print', |
| 34 | + 'coll-print_template_subpage' => 'Print', |
34 | 35 | 'coll-create_a_book' => 'Create a book', |
35 | 36 | 'coll-add_page' => 'Add wiki page', |
36 | 37 | 'coll-remove_page' => 'Remove wiki page', |
— | — | @@ -987,6 +988,7 @@ |
988 | 989 | 'coll-collections' => 'Bücher', |
989 | 990 | 'coll-exclusion_category_title' => 'Vom Druck ausschließen', |
990 | 991 | 'coll-print_template_prefix' => 'Drucken', |
| 992 | + 'coll-print_template_subpage' => 'Druck', |
991 | 993 | 'coll-create_a_book' => 'Buch erstellen', |
992 | 994 | 'coll-add_page' => 'Wikiseite hinzufügen', |
993 | 995 | 'coll-remove_page' => 'Wikiseite entfernen', |
Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -717,6 +717,7 @@ |
718 | 718 | 'template_blacklist' => wfMsgForContent( 'coll-template_blacklist_title' ), |
719 | 719 | 'template_exclusion_category' => wfMsgForContent( 'coll-exclusion_category_title' ), |
720 | 720 | 'print_template_prefix' => wfMsgForContent( 'coll-print_template_prefix' ), |
| 721 | + 'print_template_subpage' => wfMsgForContent( 'coll-print_template_subbpage' ), |
721 | 722 | 'language' => $wgContLang->getCode(), |
722 | 723 | 'writer' => $writer, |
723 | 724 | ) ); |
— | — | @@ -753,6 +754,7 @@ |
754 | 755 | 'template_blacklist' => wfMsgForContent( 'coll-template_blacklist_title' ), |
755 | 756 | 'template_exclusion_category' => wfMsgForContent( 'coll-exclusion_category_title' ), |
756 | 757 | 'print_template_prefix' => wfMsgForContent( 'coll-print_template_prefix' ), |
| 758 | + 'print_template_subpage' => wfMsgForContent( 'coll-print_template_subpage' ), |
757 | 759 | 'language' => $wgContLang->getCode(), |
758 | 760 | 'writer' => $writer, |
759 | 761 | 'force_render' => true |
— | — | @@ -908,6 +910,7 @@ |
909 | 911 | 'template_blacklist' => wfMsgForContent( 'coll-template_blacklist_title' ), |
910 | 912 | 'template_exclusion_category' => wfMsgForContent( 'coll-exclusion_category_title' ), |
911 | 913 | 'print_template_prefix' => wfMsgForContent( 'coll-print_template_prefix' ), |
| 914 | + 'print_template_subpage' => wfMsgForContent( 'coll-print_template_subpage' ), |
912 | 915 | 'pod_api_url' => $this->mPODPartners[$partner]['posturl'], |
913 | 916 | ) ); |
914 | 917 | if ( !$response ) { |