r34682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34681‎ | r34682 | r34683 >
Date:19:58, 12 May 2008
Author:siebrand
Status:old
Tags:
Comment:
* add newlines
* update one message
Modified paths:
  • /trunk/extensions/Maintenance/Maintenance.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maintenance/Maintenance.i18n.php
@@ -15,7 +15,8 @@
1616 'maintenance' => "Run maintenance scripts",
1717 'maintenance-desc' => '[[Special:Maintenance|Web interface]] for various maintenance scripts',
1818 'maintenance-backlink' => "Back to script selection",
19 - 'maintenance-header' => "Please select a script below to execute. Descriptions are next to each script",
 19+ 'maintenance-header' => "Please select a script below to execute.
 20+Descriptions are next to each script",
2021 'maintenance-changePassword-desc' => "Change a user's password",
2122 'maintenance-createAndPromote-desc' => "Create a user and promote to sysop status",
2223 'maintenance-deleteBatch-desc' => "Mass-delete pages",
@@ -27,12 +28,16 @@
2829 'maintenance-showJobs-desc' => "Show a list of jobs pending in the job queue",
2930 'maintenance-stats-desc' => "Show Memcached statistics",
3031 'maintenance-changePassword' => "Use this form to change a user's password",
31 - 'maintenance-createAndPromote' => "Use this form to create a new user and promote it to sysop. Check the bureaucrat box if you wish to promote to Bureaucrat as well",
32 - 'maintenance-deleteBatch' => "Use this form to mass-delete pages. Put only one page per line",
33 - 'maintenance-deleteRevision' => "Use this form to mass-delete revisions. Put only one revision number per line",
 32+ 'maintenance-createAndPromote' => "Use this form to create a new user and promote it to sysop.
 33+Check the bureaucrat box if you wish to promote to Bureaucrat as well",
 34+ 'maintenance-deleteBatch' => "Use this form to mass-delete pages.
 35+Put only one page per line",
 36+ 'maintenance-deleteRevision' => "Use this form to mass-delete revisions.
 37+Put only one revision number per line",
3438 'maintenance-initEditCount' => "",
3539 'maintenance-initStats' => "Use this form to recalculate site statistics, specifiying if you want to recalculate page views as well",
36 - 'maintenance-moveBatch' => "Use this form to mass-move pages. Each line should specify target page and destination page separated by a pipe",
 40+ 'maintenance-moveBatch' => "Use this form to mass-move pages.
 41+Each line should specify target page and destination page separated by a pipe",
3742 'maintenance-runJobs' => "",
3843 'maintenance-showJobs' => "",
3944 'maintenance-stats' => "",
@@ -41,7 +46,7 @@
4247 'maintenance-password' => "Password",
4348 'maintenance-bureaucrat' => "Promote user to bureaucrat status",
4449 'maintenance-reason' => "Reason",
45 - 'maintenance-update' => "Use UPDATE when updating table? (unchecked uses DELETE/INSERT instead)",
 50+ 'maintenance-update' => "Use UPDATE when updating a table? Unchecked uses DELETE/INSERT instead.",
4651 'maintenance-noviews' => "Check this to prevent updating the number of pageviews",
4752 'maintenance-confirm' => "Confirm",
4853 'maintenance-invalidname' => "Invalid username!",
@@ -62,7 +67,8 @@
6368 'maintenance-stats-views' => "Number of pageviews: $1",
6469 'maintenance-stats-update' => "Updating database...",
6570 'maintenance-move' => "Moving $1 to $2...",
66 - 'maintenance-movefail' => "Error encountered while moving: $1. Aborting move",
 71+ 'maintenance-movefail' => "Error encountered while moving: $1.
 72+Aborting move",
6773 'maintenance-error' => "Error: $1",
6874 'maintenance-memc-fake' => "You are running FakeMemCachedClient, I can not provide any statistics",
6975 'maintenance-memc-requests' => "Requests",

Status & tagging log