r30981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30980‎ | r30981 | r30982 >
Date:21:48, 15 February 2008
Author:siebrand
Status:old
Tags:
Comment:
Set five metavid messages to optional (ao_file_*)
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -1386,6 +1386,14 @@
13871387
13881388 protected $arrName = 'messages';
13891389 protected $messageFile = 'MetavidWiki/languages/MV_Messages.php';
 1390+
 1391+ protected $optional = array(
 1392+ 'ao file 64Kb MPEG4',
 1393+ 'ao file 256Kb MPEG4',
 1394+ 'ao file MPEG1',
 1395+ 'ao file MPEG2',
 1396+ 'ao file flash flv',
 1397+ );
13901398 }
13911399
13921400 class MicroIDMessageGroup extends ExtensionMessageGroup {

Status & tagging log