Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -1970,6 +1970,8 @@ |
1971 | 1971 | 'chick.css', |
1972 | 1972 | 'simple.css', |
1973 | 1973 | 'modern.css', |
| 1974 | + 'print.css', |
| 1975 | + 'handheld.css', |
1974 | 1976 | ), |
1975 | 1977 | 'scripts' => array( |
1976 | 1978 | 'common.js', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -204,6 +204,8 @@ |
205 | 205 | 'chick.css', |
206 | 206 | 'simple.css', |
207 | 207 | 'modern.css', |
| 208 | + 'print.css', |
| 209 | + 'handheld.css', |
208 | 210 | 'common.js', |
209 | 211 | 'standard.js', |
210 | 212 | 'nostalgia.js', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2818,6 +2818,8 @@ |
2819 | 2819 | '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 |
2820 | 2820 | '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 |
2821 | 2821 | '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 |
| 2822 | +'print.css' => '/* CSS placed here will affect the print output */', # only translate this message to other languages if you have to change it |
| 2823 | +'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 |
2822 | 2824 | |
2823 | 2825 | # Scripts |
2824 | 2826 | '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 |