Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2211,6 +2211,7 @@ |
2212 | 2212 | 'chick.css', |
2213 | 2213 | 'simple.css', |
2214 | 2214 | 'modern.css', |
| 2215 | + 'vector.css', |
2215 | 2216 | 'print.css', |
2216 | 2217 | 'handheld.css', |
2217 | 2218 | ), |
— | — | @@ -2224,6 +2225,7 @@ |
2225 | 2226 | 'chick.js', |
2226 | 2227 | 'simple.js', |
2227 | 2228 | 'modern.js', |
| 2229 | + 'vector.js', |
2228 | 2230 | ), |
2229 | 2231 | 'metadata_cc' => array( |
2230 | 2232 | 'nodublincore', |
— | — | @@ -2265,6 +2267,7 @@ |
2266 | 2268 | 'skinname-chick', |
2267 | 2269 | 'skinname-simple', |
2268 | 2270 | 'skinname-modern', |
| 2271 | + 'skinname-vector', |
2269 | 2272 | ), |
2270 | 2273 | 'math' => array( |
2271 | 2274 | 'mw_math_png', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -208,6 +208,7 @@ |
209 | 209 | 'skinname-chick', |
210 | 210 | 'skinname-simple', |
211 | 211 | 'skinname-modern', |
| 212 | + 'skinname-vector', |
212 | 213 | 'common.css', |
213 | 214 | 'standard.css', |
214 | 215 | 'nostalgia.css', |
— | — | @@ -217,6 +218,7 @@ |
218 | 219 | 'chick.css', |
219 | 220 | 'simple.css', |
220 | 221 | 'modern.css', |
| 222 | + 'vector.css', |
221 | 223 | 'print.css', |
222 | 224 | 'handheld.css', |
223 | 225 | 'common.js', |
— | — | @@ -228,6 +230,7 @@ |
229 | 231 | 'chick.js', |
230 | 232 | 'simple.js', |
231 | 233 | 'modern.js', |
| 234 | + 'vector.js', |
232 | 235 | 'widthheight', |
233 | 236 | 'exif-fnumber-format', |
234 | 237 | 'exif-focallength-format', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3087,6 +3087,7 @@ |
3088 | 3088 | '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 |
3089 | 3089 | '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 |
3090 | 3090 | '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 */', |
3091 | 3092 | 'print.css' => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it |
3092 | 3093 | '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 |
3093 | 3094 | |
— | — | @@ -3100,6 +3101,7 @@ |
3101 | 3102 | '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 |
3102 | 3103 | '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 |
3103 | 3104 | '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 */', |
3104 | 3106 | |
3105 | 3107 | # Metadata |
3106 | 3108 | 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', |
— | — | @@ -3142,6 +3144,7 @@ |
3143 | 3145 | 'skinname-chick' => 'Chick', # only translate this message to other languages if you have to change it |
3144 | 3146 | 'skinname-simple' => 'Simple', # only translate this message to other languages if you have to change it |
3145 | 3147 | 'skinname-modern' => 'Modern', # only translate this message to other languages if you have to change it |
| 3148 | +'skinname-vector' => 'Vector', |
3146 | 3149 | |
3147 | 3150 | # Math options |
3148 | 3151 | 'mw_math_png' => 'Always render PNG', |