Index: trunk/extensions/Collection/Collection.i18n.php |
— | — | @@ -30,7 +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 | + 'coll-print_template_pattern' => '$1/Print', |
35 | 35 | 'coll-create_a_book' => 'Create a book', |
36 | 36 | 'coll-add_page' => 'Add wiki page', |
37 | 37 | 'coll-remove_page' => 'Remove wiki page', |
— | — | @@ -988,7 +988,7 @@ |
989 | 989 | 'coll-collections' => 'Bücher', |
990 | 990 | 'coll-exclusion_category_title' => 'Vom Druck ausschließen', |
991 | 991 | 'coll-print_template_prefix' => 'Drucken', |
992 | | - 'coll-print_template_subpage' => 'Druck', |
| 992 | + 'coll-print_template_subpage' => '$1/Druck', |
993 | 993 | 'coll-create_a_book' => 'Buch erstellen', |
994 | 994 | 'coll-add_page' => 'Wikiseite hinzufügen', |
995 | 995 | 'coll-remove_page' => 'Wikiseite entfernen', |
Index: trunk/extensions/Collection/Collection.body.php |
— | — | @@ -717,7 +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 | + 'print_template_pattern' => wfMsgForContent( 'coll-print_template_pattern' ), |
722 | 722 | 'language' => $wgContLang->getCode(), |
723 | 723 | 'writer' => $writer, |
724 | 724 | ) ); |
— | — | @@ -754,7 +754,7 @@ |
755 | 755 | 'template_blacklist' => wfMsgForContent( 'coll-template_blacklist_title' ), |
756 | 756 | 'template_exclusion_category' => wfMsgForContent( 'coll-exclusion_category_title' ), |
757 | 757 | 'print_template_prefix' => wfMsgForContent( 'coll-print_template_prefix' ), |
758 | | - 'print_template_subpage' => wfMsgForContent( 'coll-print_template_subpage' ), |
| 758 | + 'print_template_pattern' => wfMsgForContent( 'coll-print_template_pattern' ), |
759 | 759 | 'language' => $wgContLang->getCode(), |
760 | 760 | 'writer' => $writer, |
761 | 761 | 'force_render' => true |
— | — | @@ -910,7 +910,7 @@ |
911 | 911 | 'template_blacklist' => wfMsgForContent( 'coll-template_blacklist_title' ), |
912 | 912 | 'template_exclusion_category' => wfMsgForContent( 'coll-exclusion_category_title' ), |
913 | 913 | 'print_template_prefix' => wfMsgForContent( 'coll-print_template_prefix' ), |
914 | | - 'print_template_subpage' => wfMsgForContent( 'coll-print_template_subpage' ), |
| 914 | + 'print_template_pattern' => wfMsgForContent( 'coll-print_template_pattern' ), |
915 | 915 | 'pod_api_url' => $this->mPODPartners[$partner]['posturl'], |
916 | 916 | ) ); |
917 | 917 | if ( !$response ) { |