Index: trunk/extensions/MetavidWiki/includes/MV_GlobalFunctions.php |
— | — | @@ -320,12 +320,13 @@ |
321 | 321 | /***** credits (see "Special:Version") *****/ |
322 | 322 | /**********************************************/ |
323 | 323 | $wgExtensionCredits['other'][] = array( |
324 | | - 'name' => 'MetaVidWiki', |
325 | | - 'author' => 'Michael Dale', |
326 | | - 'version' => MV_VERSION, |
| 324 | + 'name' => 'MetaVidWiki', |
| 325 | + 'author' => 'Michael Dale', |
| 326 | + 'version' => MV_VERSION, |
327 | 327 | 'url' => 'http://metavid.org/wiki/MetaVidWiki_Software', |
328 | 328 | 'description' => 'Video Metadata Editor & Media Search<br />' . |
329 | | - '[http://metavid.org/wiki/MetaVidWiki_Software More about MetaVidWiki Software]' |
| 329 | + '[http://metavid.org/wiki/MetaVidWiki_Software More about MetaVidWiki Software]', |
| 330 | + 'descriptionmsg' => 'mv-desc', |
330 | 331 | ); |
331 | 332 | } |
332 | 333 | # Define a setup function |
Index: trunk/extensions/MetavidWiki/languages/MV_Messages.php |
— | — | @@ -12,6 +12,8 @@ |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | 15 | |
| 16 | + 'mv-desc' => '[http://metavid.org/wiki/MetaVidWiki_Software Video Metadata Editor & Media Search]', |
| 17 | + |
16 | 18 | # javascript mappings per file: |
17 | 19 | |
18 | 20 | # mv_embed.js |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -479,6 +479,7 @@ |
480 | 480 | |
481 | 481 | Metavid Wiki |
482 | 482 | file = MetavidWiki/languages/MV_Messages.php |
| 483 | +descmsg = mv-desc |
483 | 484 | optional = ao_file_64Kb_MPEG4, ao_file_256Kb_MPEG4, ao_file_MPEG1, ao_file_MPEG2 |
484 | 485 | optional = ao_file_flash_flv, ao_file_512Kb_MPEG4, ao_file_Ogg_Video |
485 | 486 | optional = mv_ogg-player-vlc-mozilla, mv_ogg-player-vlc-activex, mv_ogg-player-oggPlay, mv_ogg-player-quicktime-mozilla |