Changeset 1984:0b0cb9cd7da7 for plugins/maintenance/inc/tasks
- Timestamp:
- 09/21/13 23:52:08 (12 years ago)
- Branch:
- default
- Location:
- plugins/maintenance/inc/tasks
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.countcomments.php
r1925 r1984 18 18 protected function init() 19 19 { 20 $this->task = __(' Reset comments and ping counters');20 $this->task = __('Count again comments and trackbacks'); 21 21 $this->success = __('Comments and trackback counted.'); 22 $this->error = __('Failed to reset comments and ping counters.');22 $this->error = __('Failed to count comments and trackbacks.'); 23 23 } 24 24 -
plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
r1959 r1984 23 23 $this->name = __('Search engine index'); 24 24 $this->task = __('Index all comments'); 25 $this->step_task = __(' next');25 $this->step_task = __('Next'); 26 26 $this->step = __('Indexing comment %d to %d.'); 27 27 $this->success = __('Comments index done.'); -
plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php
r1959 r1984 23 23 $this->name = __('Search engine index'); 24 24 $this->task = __('Index all posts'); 25 $this->step_task = __(' next');25 $this->step_task = __('Next'); 26 26 $this->step = __('Indexing entry %d to %d.'); 27 27 $this->success = __('Entries index done.'); -
plugins/maintenance/inc/tasks/class.dc.maintenance.vacuum.php
r1925 r1984 18 18 protected function init() 19 19 { 20 $this->task = __(' Vacuumtables');20 $this->task = __('optimize tables'); 21 21 $this->success = __('Optimization successful.'); 22 $this->error = __('Failed to vacuumtables.');22 $this->error = __('Failed to optimize tables.'); 23 23 } 24 24 -
plugins/maintenance/inc/tasks/class.dc.maintenance.zipmedia.php
r1955 r1984 14 14 class dcMaintenanceZipmedia extends dcMaintenanceTask 15 15 { 16 protected $blog = true; 16 17 protected $tab = 'backup'; 17 18 protected $group = 'zipblog'; -
plugins/maintenance/inc/tasks/class.dc.maintenance.ziptheme.php
r1955 r1984 14 14 class dcMaintenanceZiptheme extends dcMaintenanceTask 15 15 { 16 protected $blog = true; 16 17 protected $tab = 'backup'; 17 18 protected $group = 'zipblog';
Note: See TracChangeset
for help on using the changeset viewer.