Follow-up to r51086/r51094 (adding of Vector skin): add skin related messages for...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 4 Jun 2009 07:04:15 +0000 (07:04 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Thu, 4 Jun 2009 07:04:15 +0000 (07:04 +0000)
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc

index 5fc3613..ff020fc 100644 (file)
@@ -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',
index 0353beb..da7b385 100644 (file)
@@ -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',
index 660cf83..61f160d 100644 (file)
@@ -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',