Index: trunk/extensions/Maintenance/Maintenance.i18n.php |
— | — | @@ -55,8 +55,8 @@ |
56 | 56 | 'maintenance-attachLatest-desc' => 'Fix page_latest entries in the page table', |
57 | 57 | 'maintenance-attachLatest-option-fix' => 'Actually fix the entries, will dry run otherwise', |
58 | 58 | 'maintenance-attachLatest-output-begin' => 'Looking for pages with page_latest set to 0...', |
59 | | - 'maintenance-attachLatest-output-notime' => '$1 $2 [[$3]] can\'t find the latest rev time?!', #$1=wiki id, $2=page id, $3=page name |
60 | | - 'maintenance-attachLatest-output-norev' => '$1 $2 [[$3]] latest time $4, can\'t find revision id', #$1=wiki id, $2=page id, $3=page name, $4=latest time |
| 59 | + 'maintenance-attachLatest-output-notime' => '$1 $2 [[$3]] cannot find the latest rev time?!', #$1=wiki id, $2=page id, $3=page name |
| 60 | + 'maintenance-attachLatest-output-norev' => '$1 $2 [[$3]] latest time $4, cannot find revision id', #$1=wiki id, $2=page id, $3=page name, $4=latest time |
61 | 61 | 'maintenance-attachLatest-output-found' => '$1 $2 [[$3]] latest time $4, rev id $5', #$1=wiki id, $2=page id, $3=page name, $4=latest time, $5=rev id |
62 | 62 | 'maintenance-attachLatest-output-done' => 'Done! Processed $1 pages.', #$1=number of pages with page_latest=0 |
63 | 63 | 'maintenance-attachLatest-output-dryrun' => 'This was a dry run; rerun with "{{int:maintenance-attachLatest-option-fix}}" to update page_latest.', |
— | — | @@ -110,8 +110,8 @@ |
111 | 111 | 'maintenance-checkSyntax-output-buildlist' => 'Building file list...', |
112 | 112 | 'maintenance-checkSyntax-output-error' => 'Error in $1 line $2: $3', #$1=file, $2=line no, $3=error message |
113 | 113 | 'maintenance-checkSyntax-output-warning' => 'Warning in file $1: $2 found', #$1=file, $2=warning message |
114 | | - 'maintenance-checkSyntax-error-nofile' => 'Error: can\'t find file or directory $1', #$1=file or directory path |
115 | | - 'maintenance-checkSyntax-error-cantopen' => 'Can\'t open file $1', #$1=filename |
| 114 | + 'maintenance-checkSyntax-error-nofile' => 'Error: cannot find file or directory $1', #$1=file or directory path |
| 115 | + 'maintenance-checkSyntax-error-cantopen' => 'Cannot open file $1', #$1=filename |
116 | 116 | 'maintenance-checkSyntax-error-svnerr' => 'Error retrieving list from Subversion!', |
117 | 117 | // checkUsernames |
118 | 118 | 'maintenance-checkUsernames' => 'Use this form to show which usernames are invalid due to configuration changes. If nothing is listed after running this script, all usernames are valid', |