From 6c38773d688939c4188dc0dec71f126831b0ced4 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 4 Jun 2009 07:04:15 +0000 Subject: [PATCH] Follow-up to r51086/r51094 (adding of Vector skin): add skin related messages for JS/CSS/skin name --- languages/messages/MessagesEn.php | 3 +++ maintenance/language/messageTypes.inc | 3 +++ maintenance/language/messages.inc | 3 +++ 3 files changed, 9 insertions(+) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5fc3613675..ff020fc2f6 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3087,6 +3087,7 @@ It 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 +'vector.css' => '/* CSS placed here will affect users of the Vector skin */', '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 @@ -3100,6 +3101,7 @@ It allows adding a reason in the summary.', '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 +'vector.js' => '/* Any JavaScript here will be loaded for users using the Vector skin */', # Metadata 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', @@ -3142,6 +3144,7 @@ This is probably caused by a link to a blacklisted external site.', 'skinname-chick' => 'Chick', # only translate this message to other languages if you have to change it 'skinname-simple' => 'Simple', # only translate this message to other languages if you have to change it 'skinname-modern' => 'Modern', # only translate this message to other languages if you have to change it +'skinname-vector' => 'Vector', # Math options 'mw_math_png' => 'Always render PNG', diff --git a/maintenance/language/messageTypes.inc b/maintenance/language/messageTypes.inc index 0353beb8d3..da7b38511f 100644 --- a/maintenance/language/messageTypes.inc +++ b/maintenance/language/messageTypes.inc @@ -208,6 +208,7 @@ $wgOptionalMessages = array( 'skinname-chick', 'skinname-simple', 'skinname-modern', + 'skinname-vector', 'common.css', 'standard.css', 'nostalgia.css', @@ -217,6 +218,7 @@ $wgOptionalMessages = array( 'chick.css', 'simple.css', 'modern.css', + 'vector.css', 'print.css', 'handheld.css', 'common.js', @@ -228,6 +230,7 @@ $wgOptionalMessages = array( 'chick.js', 'simple.js', 'modern.js', + 'vector.js', 'widthheight', 'exif-fnumber-format', 'exif-focallength-format', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 660cf83062..61f160dcc2 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2211,6 +2211,7 @@ $wgMessageStructure = array( 'chick.css', 'simple.css', 'modern.css', + 'vector.css', 'print.css', 'handheld.css', ), @@ -2224,6 +2225,7 @@ $wgMessageStructure = array( 'chick.js', 'simple.js', 'modern.js', + 'vector.js', ), 'metadata_cc' => array( 'nodublincore', @@ -2265,6 +2267,7 @@ $wgMessageStructure = array( 'skinname-chick', 'skinname-simple', 'skinname-modern', + 'skinname-vector', ), 'math' => array( 'mw_math_png', -- 2.20.1