r51451 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51450‎ | r51451 | r51452 >
Date:07:04, 4 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up to r51086/r51094 (adding of Vector skin): add skin related messages for JS/CSS/skin name
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2211,6 +2211,7 @@
22122212 'chick.css',
22132213 'simple.css',
22142214 'modern.css',
 2215+ 'vector.css',
22152216 'print.css',
22162217 'handheld.css',
22172218 ),
@@ -2224,6 +2225,7 @@
22252226 'chick.js',
22262227 'simple.js',
22272228 'modern.js',
 2229+ 'vector.js',
22282230 ),
22292231 'metadata_cc' => array(
22302232 'nodublincore',
@@ -2265,6 +2267,7 @@
22662268 'skinname-chick',
22672269 'skinname-simple',
22682270 'skinname-modern',
 2271+ 'skinname-vector',
22692272 ),
22702273 'math' => array(
22712274 'mw_math_png',
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -208,6 +208,7 @@
209209 'skinname-chick',
210210 'skinname-simple',
211211 'skinname-modern',
 212+ 'skinname-vector',
212213 'common.css',
213214 'standard.css',
214215 'nostalgia.css',
@@ -217,6 +218,7 @@
218219 'chick.css',
219220 'simple.css',
220221 'modern.css',
 222+ 'vector.css',
221223 'print.css',
222224 'handheld.css',
223225 'common.js',
@@ -228,6 +230,7 @@
229231 'chick.js',
230232 'simple.js',
231233 'modern.js',
 234+ 'vector.js',
232235 'widthheight',
233236 'exif-fnumber-format',
234237 'exif-focallength-format',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -3087,6 +3087,7 @@
30883088 '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
30893089 '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
30903090 '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
 3091+'vector.css' => '/* CSS placed here will affect users of the Vector skin */',
30913092 'print.css' => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it
30923093 '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
30933094
@@ -3100,6 +3101,7 @@
31013102 '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
31023103 '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
31033104 '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
 3105+'vector.js' => '/* Any JavaScript here will be loaded for users using the Vector skin */',
31043106
31053107 # Metadata
31063108 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
@@ -3142,6 +3144,7 @@
31433145 'skinname-chick' => 'Chick', # only translate this message to other languages if you have to change it
31443146 'skinname-simple' => 'Simple', # only translate this message to other languages if you have to change it
31453147 'skinname-modern' => 'Modern', # only translate this message to other languages if you have to change it
 3148+'skinname-vector' => 'Vector',
31463149
31473150 # Math options
31483151 'mw_math_png' => 'Always render PNG',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51086New skin based on MonoBook with improvements inspired by research conducted b...tparscal22:05, 27 May 2009
r51094New skin based on MonoBook with improvements inspired by research conducted b...tparscal23:27, 27 May 2009

Status & tagging log