Per r36308: Add print.css to the message files
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 16 Jun 2008 19:41:50 +0000 (19:41 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 16 Jun 2008 19:41:50 +0000 (19:41 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 168a73c..cda6f24 100644 (file)
@@ -2662,6 +2662,7 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
 # Stylesheets
 'common.css'   => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it
 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', # only translate this message to other languages if you have to change it
+'print.css'    => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it
 
 # Scripts
 'common.js'   => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it
index 7a78370..76d125a 100644 (file)
@@ -195,6 +195,7 @@ $wgOptionalMessages = array(
        'media_sample',
        'common.css',
        'monobook.css',
+       'print.css',
        'common.js',
        'monobook.js',
        'widthheight',
index 71ec5f3..23c67b8 100644 (file)
@@ -1884,6 +1884,7 @@ $wgMessageStructure = array(
        'stylesheets' => array(
                'common.css',
                'monobook.css',
+               'print.css',
        ),
        'scripts' => array(
                'common.js',