Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1884,6 +1884,7 @@ |
1885 | 1885 | 'stylesheets' => array( |
1886 | 1886 | 'common.css', |
1887 | 1887 | 'monobook.css', |
| 1888 | + 'print.css', |
1888 | 1889 | ), |
1889 | 1890 | 'scripts' => array( |
1890 | 1891 | 'common.js', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -195,6 +195,7 @@ |
196 | 196 | 'media_sample', |
197 | 197 | 'common.css', |
198 | 198 | 'monobook.css', |
| 199 | + 'print.css', |
199 | 200 | 'common.js', |
200 | 201 | 'monobook.js', |
201 | 202 | 'widthheight', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2662,6 +2662,7 @@ |
2663 | 2663 | # Stylesheets |
2664 | 2664 | 'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it |
2665 | 2665 | 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', # only translate this message to other languages if you have to change it |
| 2666 | +'print.css' => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it |
2666 | 2667 | |
2667 | 2668 | # Scripts |
2668 | 2669 | '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 |