Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2359,6 +2359,19 @@ |
2360 | 2360 | 'import-logentry-interwiki', |
2361 | 2361 | 'import-logentry-interwiki-detail', |
2362 | 2362 | ), |
| 2363 | + 'javaccripttest' => array( |
| 2364 | + 'javascripttest', |
| 2365 | + 'javascripttest-backlink', |
| 2366 | + 'javascripttest-disabled', |
| 2367 | + 'javascripttest-title', |
| 2368 | + 'javascripttest-pagetext-noframework', |
| 2369 | + 'javascripttest-pagetext-unknownframework', |
| 2370 | + 'javascripttest-pagetext-frameworks', |
| 2371 | + 'javascripttest-pagetext-skins' , |
| 2372 | + 'javascripttest-qunit-name', |
| 2373 | + 'javascripttest-qunit-intro', |
| 2374 | + 'javascripttest-qunit-heading', |
| 2375 | + ), |
2363 | 2376 | 'accesskeys' => array( |
2364 | 2377 | 'accesskey-pt-userpage', |
2365 | 2378 | 'accesskey-pt-anonuserpage', |
— | — | @@ -3686,6 +3699,7 @@ |
3687 | 3700 | 'thumbnails' => 'Thumbnails', |
3688 | 3701 | 'import' => 'Special:Import', |
3689 | 3702 | 'importlog' => 'Import log', |
| 3703 | + 'javaccripttest' => 'JavaScriptTest', |
3690 | 3704 | 'accesskeys' => 'Keyboard access keys for power users', |
3691 | 3705 | 'tooltips' => 'Tooltip help for the actions', |
3692 | 3706 | 'stylesheets' => 'Stylesheets', |
Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -187,6 +187,7 @@ |
188 | 188 | 'addsection-preload', |
189 | 189 | 'addsection-editintro', |
190 | 190 | 'longpage-hint', |
| 191 | + 'javascripttest-qunit-name', |
191 | 192 | ); |
192 | 193 | |
193 | 194 | /** Optional messages, which may be translated only if changed in the target language. */ |