Index: trunk/extensions/Maintenance/Maintenance.i18n.php |
— | — | @@ -15,7 +15,8 @@ |
16 | 16 | 'maintenance' => "Run maintenance scripts", |
17 | 17 | 'maintenance-desc' => '[[Special:Maintenance|Web interface]] for various maintenance scripts', |
18 | 18 | '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", |
20 | 21 | 'maintenance-changePassword-desc' => "Change a user's password", |
21 | 22 | 'maintenance-createAndPromote-desc' => "Create a user and promote to sysop status", |
22 | 23 | 'maintenance-deleteBatch-desc' => "Mass-delete pages", |
— | — | @@ -27,12 +28,16 @@ |
28 | 29 | 'maintenance-showJobs-desc' => "Show a list of jobs pending in the job queue", |
29 | 30 | 'maintenance-stats-desc' => "Show Memcached statistics", |
30 | 31 | '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", |
34 | 38 | 'maintenance-initEditCount' => "", |
35 | 39 | '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", |
37 | 42 | 'maintenance-runJobs' => "", |
38 | 43 | 'maintenance-showJobs' => "", |
39 | 44 | 'maintenance-stats' => "", |
— | — | @@ -41,7 +46,7 @@ |
42 | 47 | 'maintenance-password' => "Password", |
43 | 48 | 'maintenance-bureaucrat' => "Promote user to bureaucrat status", |
44 | 49 | '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.", |
46 | 51 | 'maintenance-noviews' => "Check this to prevent updating the number of pageviews", |
47 | 52 | 'maintenance-confirm' => "Confirm", |
48 | 53 | 'maintenance-invalidname' => "Invalid username!", |
— | — | @@ -62,7 +67,8 @@ |
63 | 68 | 'maintenance-stats-views' => "Number of pageviews: $1", |
64 | 69 | 'maintenance-stats-update' => "Updating database...", |
65 | 70 | '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", |
67 | 73 | 'maintenance-error' => "Error: $1", |
68 | 74 | 'maintenance-memc-fake' => "You are running FakeMemCachedClient, I can not provide any statistics", |
69 | 75 | 'maintenance-memc-requests' => "Requests", |