- Timestamp:
- 02/06/12 11:05:45 (1 year ago)
- Files:
-
- modules/branches/2.10/backup/install.php (modified) (3 diffs)
- modules/branches/2.10/backup/views/backup/backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/backup/install.php
r13138 r13398 320 320 $temp['full'] = $temp['basic']; 321 321 $temp['full']['name'] = 'Full Backup'; 322 $temp['full']['desc'] = _('A full backup of core settings and web files ');322 $temp['full']['desc'] = _('A full backup of core settings and web files, dosen\'t include system sounds or recordings.'); 323 323 324 324 $temp['full']['type'][] = 'mysql'; … … 344 344 $temp['full']['type'][] = 'dir'; 345 345 $temp['full']['path'][] = '__AMPBIN__'; 346 $temp['full']['exclude'][] = ''; 346 $temp['full']['exclude'][] = '__ASTVARLIBDIR__/moh'; 347 $temp['full']['exclude'][] = '__ASTVARLIBDIR__/sounds'; 347 348 348 349 $temp['full']['type'][] = 'dir'; … … 409 410 $temp['safe_backup'] = array( 410 411 'id' => '', 411 'name' => ' Safe Remote Restore',412 'desc' => _(' Doesn\'t backup Backup\'s settings so that they dont get restored'),412 'name' => 'Exclude Backup Settings', 413 'desc' => _('Exclude Backup\'s settings so that they dont get restored, usefull for a remote restore'), 413 414 'immortal' => 'true', 414 415 'type' => array( modules/branches/2.10/backup/views/backup/backup.php
r12445 r13398 48 48 $table->set_heading( 49 49 fpbx_label(_('Backup Items'), 50 _('drag templates and drop them in the items table to add the templates items to the table')) 51 , _('Templates')); 50 _('Drag templates and drop them in the items table to add the templates items to the table')) 51 , 52 fpbx_label(_('Templates'), _('Drag templates and drop them in the Backup Items table. ' 53 . 'Add as many templates as you need'))); 52 54 $table->add_row($current, array('data' => $template_list, 'style' => 'padding-left: 100px;padding-right: 100px')); 53 55 $html .= $table->generate();
