Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2451,6 +2451,10 @@ |
2452 | 2452 | 'vector.css', |
2453 | 2453 | 'print.css', |
2454 | 2454 | 'handheld.css', |
| 2455 | + 'autoconfirmed.css', |
| 2456 | + 'bot.css', |
| 2457 | + 'sysop.css', |
| 2458 | + 'bureaucrat.css', |
2455 | 2459 | ), |
2456 | 2460 | 'scripts' => array( |
2457 | 2461 | 'common.js', |
— | — | @@ -2463,6 +2467,10 @@ |
2464 | 2468 | 'simple.js', |
2465 | 2469 | 'modern.js', |
2466 | 2470 | 'vector.js', |
| 2471 | + 'autoconfirmed.js', |
| 2472 | + 'bot.js', |
| 2473 | + 'sysop.js', |
| 2474 | + 'bureaucrat.js', |
2467 | 2475 | ), |
2468 | 2476 | 'metadata_cc' => array( |
2469 | 2477 | 'nodublincore', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -252,6 +252,10 @@ |
253 | 253 | 'vector.css', |
254 | 254 | 'print.css', |
255 | 255 | 'handheld.css', |
| 256 | + 'autoconfirmed.css', |
| 257 | + 'bot.css', |
| 258 | + 'sysop.css', |
| 259 | + 'bureaucrat.css', |
256 | 260 | 'common.js', |
257 | 261 | 'standard.js', |
258 | 262 | 'nostalgia.js', |
— | — | @@ -262,6 +266,10 @@ |
263 | 267 | 'simple.js', |
264 | 268 | 'modern.js', |
265 | 269 | 'vector.js', |
| 270 | + 'autoconfirmed.js', |
| 271 | + 'bot.js', |
| 272 | + 'sysop.js', |
| 273 | + 'bureaucrat.js', |
266 | 274 | 'widthheight', |
267 | 275 | 'exif-fnumber-format', |
268 | 276 | 'exif-focallength-format', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3497,6 +3497,10 @@ |
3498 | 3498 | 'vector.css' => '/* CSS placed here will affect users of the Vector skin */', # only translate this message to other languages if you have to change it |
3499 | 3499 | 'print.css' => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it |
3500 | 3500 | '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 |
| 3501 | +'autoconfirmed.css' => '/* CSS placed here will affect autoconfirmed users only */', # only translate this message to other languages if you have to change it |
| 3502 | +'bot.css' => '/* CSS placed here will affect bots only */', # only translate this message to other languages if you have to change it |
| 3503 | +'sysop.css' => '/* CSS placed here will affect sysops only */', # only translate this message to other languages if you have to change it |
| 3504 | +'bureaucrat.css' => '/* CSS placed here will affect bureaucrats only */', # only translate this message to other languages if you have to change it |
3501 | 3505 | |
3502 | 3506 | # Scripts |
3503 | 3507 | '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 |
— | — | @@ -3509,6 +3513,10 @@ |
3510 | 3514 | '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 |
3511 | 3515 | '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 |
3512 | 3516 | 'vector.js' => '/* Any JavaScript here will be loaded for users using the Vector skin */', # only translate this message to other languages if you have to change it |
| 3517 | +'autoconfirmed.js' => '/* Any JavaScript here will be loaded for autoconfirmed users only */', # only translate this message to other languages if you have to change it |
| 3518 | +'bot.js' => '/* Any JavaScript here will be loaded for bots only */', # only translate this message to other languages if you have to change it |
| 3519 | +'sysop.js' => '/* Any JavaScript here will be loaded for sysops only */', # only translate this message to other languages if you have to change it |
| 3520 | +'bureaucrat.js' => '/* Any JavaScript here will be loaded for bureaucrats only */', # only translate this message to other languages if you have to change it |
3513 | 3521 | |
3514 | 3522 | # Metadata |
3515 | 3523 | 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', |