r24833 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24832‎ | r24833 | r24834 >
Date:19:29, 15 August 2007
Author:raymond
Status:old
Tags:
Comment:
Updating language maintenance scripts
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1691,10 +1691,11 @@
16921692 'imagemaxsize',
16931693 'thumbsize',
16941694 'widthheight',
 1695+ 'widthheightpage',
16951696 'file-info',
16961697 'file-info-size',
16971698 'file-nohires',
1698 - 'file-svg',
 1699+ 'svg-long-desc',
16991700 'show-big-image',
17001701 'show-big-image-thumb',
17011702 ),
@@ -1704,6 +1705,12 @@
17051706 'showhidebots',
17061707 'noimages',
17071708 ),
 1709+ 'video-info' => array(
 1710+ 'video-dims',
 1711+ 'seconds-abbrev',
 1712+ 'minutes-abbrev',
 1713+ 'hours-abbrev',
 1714+ ),
17081715 'badimagelist' => array(
17091716 'bad_image_list',
17101717 ),
@@ -2284,7 +2291,8 @@
22852292 'patrol-log' => 'Patrol log',
22862293 'imagedeletion' => 'Image deletion',
22872294 'browsediffs' => 'Browsing diffs',
2288 - 'newimages' => '',
 2295+ 'newimages' => 'Special:Newimages',
 2296+ 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
22892297 'badimagelist' => 'Bad image list',
22902298 'variantname-zh' => "Short names for language variants used for language conversion links.
22912299 To disable showing a particular link, set it to 'disable', e.g.
@@ -2375,5 +2383,3 @@
23762384 'enotif_body',
23772385 'allmessagesnotsupportedDB',
23782386 );
2379 -
2380 -?>
Index: trunk/phase3/maintenance/language/messageTypes.inc
@@ -195,6 +195,10 @@
196196 'isbn',
197197 'sp-contributions-explain',
198198 'sorbs',
 199+ 'video-dims',
 200+ 'seconds-abbrev',
 201+ 'minutes-abbrev',
 202+ 'hours-abbrev',
199203 );
200204
201205 /** EXIF messages, which may be set as optional in several checks, but are generally mandatory */
@@ -417,5 +421,3 @@
418422 'exif-gpsdirection-t',
419423 'exif-gpsdirection-m',
420424 );
421 -
422 -?>
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2432,16 +2432,17 @@
24332433 'show-big-image' => 'Full resolution',
24342434 'show-big-image-thumb' => '<small>Size of this preview: $1 × $2 pixels</small>',
24352435
 2436+# Special:Newimages
24362437 'newimages' => 'Gallery of new files',
24372438 'newimages-summary' => '', # only translate this message to other languages if you have to change it
24382439 'showhidebots' => '($1 bots)',
24392440 'noimages' => 'Nothing to see.',
24402441
2441 -'video-dims' => '$1, $2×$3',
2442 -# Used by Language::formatTimePeriod() to format lengths in the above messages
2443 -'seconds-abbrev' => 's',
2444 -'minutes-abbrev' => 'm',
2445 -'hours-abbrev' => 'h',
 2442+# Video information, used by Language::formatTimePeriod() to format lengths in the above messages
 2443+'video-dims' => '$1, $2×$3', # only translate this message to other languages if you have to change it
 2444+'seconds-abbrev' => 's', # only translate this message to other languages if you have to change it
 2445+'minutes-abbrev' => 'm', # only translate this message to other languages if you have to change it
 2446+'hours-abbrev' => 'h', # only translate this message to other languages if you have to change it
24462447
24472448 # Bad image list
24482449 'bad_image_list' => 'The format is as follows:

Follow-up revisions

RevisionCommit summaryAuthorDate
r24866Merged revisions 24755-24865 via svnmerge from...david23:08, 16 August 2007

Status & tagging log