From 0ff3e2da470dcefdc04a72fc45a77c54ab35351f Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 16 Jun 2008 19:41:50 +0000 Subject: [PATCH] Per r36308: Add print.css to the message files --- languages/messages/MessagesEn.php | 1 + maintenance/language/messageTypes.inc | 1 + maintenance/language/messages.inc | 1 + 3 files changed, 3 insertions(+) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 168a73c331..cda6f24821 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 7a7837019c..76d125a193 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -195,6 +195,7 @@ $wgOptionalMessages = array( 'media_sample', 'common.css', 'monobook.css', + 'print.css', 'common.js', 'monobook.js', 'widthheight', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 71ec5f36fc..23c67b84b0 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1884,6 +1884,7 @@ $wgMessageStructure = array( 'stylesheets' => array( 'common.css', 'monobook.css', + 'print.css', ), 'scripts' => array( 'common.js', -- 2.20.1