Per r40414: Add new CSS files to message files.
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 8 Sep 2008 11:09:26 +0000 (11:09 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 8 Sep 2008 11:09:26 +0000 (11:09 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 2acc1cb..11204d8 100644 (file)
@@ -2818,6 +2818,8 @@ Allows adding a reason in the summary.',
 'chick.css'       => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
 'simple.css'      => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
 'modern.css'      => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
+'print.css'       => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it
+'handheld.css'    => '/* CSS placed here will affect handheld devices based on the skin configured in $wgHandheldStyle */', # 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 0edb61f..8fd3025 100644 (file)
@@ -204,6 +204,8 @@ $wgOptionalMessages = array(
        'chick.css',
        'simple.css',
        'modern.css',
+       'print.css',
+       'handheld.css',
        'common.js',
        'standard.js',
        'nostalgia.js',
index e7c734a..236bfc6 100644 (file)
@@ -1970,6 +1970,8 @@ $wgMessageStructure = array(
                'chick.css',
                'simple.css',
                'modern.css',
+               'print.css',
+               'handheld.css',
        ),
        'scripts' => array(
                'common.js',