Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -159,6 +159,8 @@ |
160 | 160 | 'unusedtemplates-summary', |
161 | 161 | 'fewestrevisions-summary', |
162 | 162 | 'withoutinterwiki-summary', |
| 163 | + 'tog-nolangconversion', |
| 164 | + 'yourvariant', |
163 | 165 | 'variantname-zh-hans', |
164 | 166 | 'variantname-zh-hant', |
165 | 167 | 'variantname-zh-cn', |
— | — | @@ -185,6 +187,10 @@ |
186 | 188 | 'resetpass_text', |
187 | 189 | 'image_sample', |
188 | 190 | 'media_sample', |
| 191 | + 'common.css', |
| 192 | + 'monobook.css', |
| 193 | + 'common.js', |
| 194 | + 'monobook.js', |
189 | 195 | 'widthheight', |
190 | 196 | 'exif-fnumber-format', |
191 | 197 | 'exif-focallength-format', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -493,7 +493,7 @@ |
494 | 494 | 'tog-watchlisthideown' => 'Hide my edits from the watchlist', |
495 | 495 | 'tog-watchlisthidebots' => 'Hide bot edits from the watchlist', |
496 | 496 | 'tog-watchlisthideminor' => 'Hide minor edits from the watchlist', |
497 | | -'tog-nolangconversion' => 'Disable variants conversion', |
| 497 | +'tog-nolangconversion' => 'Disable variants conversion', # only translate this message to other languages if you have to change it |
498 | 498 | 'tog-ccmeonemails' => 'Send me copies of emails I send to other users', |
499 | 499 | 'tog-diffonly' => "Don't show page content below diffs", |
500 | 500 | |
— | — | @@ -843,7 +843,7 @@ |
844 | 844 | 'uid' => 'User ID:', |
845 | 845 | 'yourrealname' => 'Real name:', |
846 | 846 | 'yourlanguage' => 'Language:', |
847 | | -'yourvariant' => 'Variant', |
| 847 | +'yourvariant' => 'Variant', # only translate this message to other languages if you have to change it |
848 | 848 | 'yournick' => 'Nickname:', |
849 | 849 | 'badsig' => 'Invalid raw signature; check HTML tags.', |
850 | 850 | 'badsiglength' => 'Nickname too long; must be under $1 characters.', |
— | — | @@ -2434,12 +2434,12 @@ |
2435 | 2435 | 'tooltip-upload' => 'Start upload', |
2436 | 2436 | |
2437 | 2437 | # Stylesheets |
2438 | | -'common.css' => '/** CSS placed here will be applied to all skins */', |
2439 | | -'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */', |
| 2438 | +'common.css' => '/* CSS placed here will be applied to all skins */', # only translate this message to other languages if you have to change it |
| 2439 | +'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 |
2440 | 2440 | |
2441 | 2441 | # Scripts |
2442 | | -'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */', |
2443 | | -'monobook.js' => '/* Deprecated; use [[MediaWiki:common.js]] */', |
| 2442 | +'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 |
| 2443 | +'monobook.js' => '/* Deprecated; use [[MediaWiki:common.js]] */', # only translate this message to other languages if you have to change it |
2444 | 2444 | |
2445 | 2445 | # Metadata |
2446 | 2446 | 'nodublincore' => 'Dublin Core RDF metadata disabled for this server.', |