From 328e3473d61a11358d23017597672e7c1b2b44c8 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 16 Jun 2008 20:18:55 +0000 Subject: [PATCH] Add the other existing $skin.css/.js to the message files too to be consistent --- languages/messages/MessagesEn.php | 24 +++++++++++++++++++----- maintenance/language/messageTypes.inc | 14 ++++++++++++++ maintenance/language/messages.inc | 14 ++++++++++++++ 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index cda6f24821..2fa5caef19 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2660,13 +2660,27 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]] 'tooltip-upload' => 'Start upload', # 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 +'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it +'standard.css' => '/* CSS placed here will affect users of the Standard skin */', # only translate this message to other languages if you have to change it +'nostalgia.css' => '/* CSS placed here will affect users of the Nostalgia skin */', # only translate this message to other languages if you have to change it +'cologneblue.css' => '/* CSS placed here will affect users of the Bologne Blue skin */', # 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 +'myskin.css' => '/* CSS placed here will affect users of the Myskin skin */', # only translate this message to other languages if you have to change it +'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 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 -'monobook.js' => '/* JavaScript here will be loaded for users using the MonoBook skin only. */', # only translate this message to other languages if you have to change it +'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 +'standard.js' => '/* Any JavaScript here will be loaded for users using the Standard skin */', # only translate this message to other languages if you have to change it +'nostalgia.js' => '/* Any JavaScript here will be loaded for users using the Nostalgia skin */', # only translate this message to other languages if you have to change it +'cologneblue.js' => '/* Any JavaScript here will be loaded for users using the Bologne Blue skin */', # only translate this message to other languages if you have to change it +'monobook.js' => '/* Any JavaScript here will be loaded for users using the MonoBook skin */', # only translate this message to other languages if you have to change it +'myskin.js' => '/* Any JavaScript here will be loaded for users using the Myskin skin */', # only translate this message to other languages if you have to change it +'chick.js' => '/* Any JavaScript here will be loaded for users using the Chick skin */', # only translate this message to other languages if you have to change it +'simple.js' => '/* Any JavaScript here will be loaded for users using the Simple skin */', # only translate this message to other languages if you have to change it +'modern.js' => '/* Any JavaScript here will be loaded for users using the Modern skin */', # only translate this message to other languages if you have to change it # Metadata 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 76d125a193..ea92a3f19c 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -194,10 +194,24 @@ $wgOptionalMessages = array( 'image_sample', 'media_sample', 'common.css', + 'standard.css', + 'nostalgia.css', + 'cologneblue.css', 'monobook.css', + 'myskin.css', + 'chick.css', + 'simple.css', + 'modern.css', 'print.css', 'common.js', + 'standard.js', + 'nostalgia.js', + 'cologneblue.js', 'monobook.js', + 'myskin.js', + 'chick.js', + 'simple.js', + 'modern.js', 'widthheight', 'exif-fnumber-format', 'exif-focallength-format', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 23c67b84b0..d22e77c084 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1883,12 +1883,26 @@ $wgMessageStructure = array( ), 'stylesheets' => array( 'common.css', + 'standard.css', + 'nostalgia.css', + 'cologneblue.css', 'monobook.css', + 'myskin.css', + 'chick.css', + 'simple.css', + 'modern.css', 'print.css', ), 'scripts' => array( 'common.js', + 'standard.js', + 'nostalgia.js', + 'cologneblue.js', 'monobook.js', + 'myskin.js', + 'chick.js', + 'simple.js', + 'modern.js', ), 'metadata_cc' => array( 'nodublincore', -- 2.20.1