r38915 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38914‎ | r38915 | r38916 >
Date:16:37, 8 August 2008
Author:mfarag
Status:old
Tags:
Comment:
CamelCase
Modified paths:
  • /branches/REL1_13/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: branches/REL1_13/phase3/maintenance/language/messages.inc
@@ -2670,7 +2670,7 @@
26712671 'upload-errors' => '',
26722672 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>',
26732673 'licenses' => '',
2674 - 'imagelist' => 'Special:Imagelist',
 2674+ 'imagelist' => 'Special:ImageList',
26752675 'imagedesciption' => 'Image description page',
26762676 'filerevert' => 'File reversion',
26772677 'filedelete' => 'File deletion',
@@ -2690,10 +2690,10 @@
26912691 'booksources' => 'Book sources',
26922692 'magicwords' => 'Magic words',
26932693 'logpages' => 'Special:Log',
2694 - 'allpages' => 'Special:Allpages',
 2694+ 'allpages' => 'Special:AllPages',
26952695 'categories' => 'Special:Categories',
2696 - 'listusers' => 'Special:Listusers',
2697 - 'listgrouprights' => 'Special:Listgrouprights',
 2696+ 'listusers' => 'Special:ListUsers',
 2697+ 'listgrouprights' => 'Special:ListGroupRights',
26982698 'emailuser' => 'E-mail user',
26992699 'watchlist' => 'Watchlist',
27002700 'watching' => 'Displayed when you click the "watch" button and it is in the process of watching',
@@ -2727,7 +2727,7 @@
27282728 'patrol-log' => 'Patrol log',
27292729 'imagedeletion' => 'Image deletion',
27302730 'browsediffs' => 'Browsing diffs',
2731 - 'newimages' => 'Special:Newimages',
 2731+ 'newimages' => 'Special:NewImages',
27322732 'video-info' => 'Video information, used by Language::formatTimePeriod() to format lengths in the above messages',
27332733 'badimagelist' => 'Bad image list',
27342734 'variantname-zh' => "Short names for language variants used for language conversion links.
@@ -2799,10 +2799,10 @@
28002800 'signatures' => 'Signatures',
28012801 'CoreParserFunctions' => 'Core parser functions',
28022802 'version' => 'Special:Version',
2803 - 'filepath' => 'Special:Filepath',
 2803+ 'filepath' => 'Special:FilePath',
28042804 'fileduplicatesearch' => 'Special:FileDuplicateSearch',
28052805 'special-specialpages' => 'Special:SpecialPages',
2806 - 'special-blank' => 'Special:Blankpage',
 2806+ 'special-blank' => 'Special:BlankPage',
28072807 );
28082808
28092809 /** Short comments for standalone messages */

Status & tagging log