UpdraftPlus WordPress Backup Plugin - Version 1.12.4

Version Description

  • 07/Apr/2016 =

  • FEATURE: Faster uploads to Dropbox, via adapting to network conditions: https://updraftplus.com/faster-dropbox-uploads/

  • FEATURE: (Paid versions) Plugin now no longer bundles all translations - instead, WP's mechanism for downloading single translations, as/when needed, is used (reduces on-disk size by 12MB=36%)).

  • FIX: Deal with some database encryption phrases with special characters that were incorrectly processed

  • FIX: Deal with an error in the advanced retention rules processing code, that could lead to keeping the wrong backup set

  • FIX: Fix an unescaped string which could cause a JavaScript notice on the UD settings page in some non-English translations

  • FIX: The minimum allowed value for the split size was not previously taking effect when saving settings

  • TWEAK: When connection to an updraftplus.com UpdraftCentral dashboard, allow use of the alternative connection method

  • TWEAK: Suppress some known deprecation warnings on PHP 7

  • TWEAK: Show OpenSSL/Mcrypt info in the log + debug info

  • TWEAK: Detect a completed upload to Dropbox masked by a race event from the WP scheduler

  • TWEAK: The drop-down in the 'Migrate' dialog will now update on a rescan without needing a page reload

  • TWEAK: (Paid versions) Update bundled plugin updater class (Yahnis Elsts) to version 3.0

  • TWEAK: Add woocommerce_sessions to the list of tables of transient data

  • TWEAK: When saving settings, if invalid input is adjusted, this will be reflected back to the UI without a page load (not on all elements)

  • TWEAK: When saving settings, the schedule was written twice on non-multisite installs

Download this release

Release Info

Developer DavidAnderson
Plugin Icon 128x128 UpdraftPlus WordPress Backup Plugin
Version 1.12.4
Comparing to
See all releases

Code changes from version 1.12.2 to 1.12.4

admin.php CHANGED
@@ -120,6 +120,7 @@ class UpdraftPlus_Admin {
120
  $next_scheduled_backup_gmt = gmdate('Y-m-d H:i:s', $next_scheduled_backup);
121
  // Convert to blog time zone
122
  $next_scheduled_backup = get_date_from_gmt($next_scheduled_backup_gmt, 'D, F j, Y H:i');
 
123
  } else {
124
  $next_scheduled_backup = __('Nothing currently scheduled', 'updraftplus');
125
  $files_not_scheduled = true;
@@ -140,12 +141,12 @@ class UpdraftPlus_Admin {
140
  $next_scheduled_backup_database_gmt = gmdate('Y-m-d H:i:s', $next_scheduled_backup_database);
141
  // Convert to blog time zone
142
  $next_scheduled_backup_database = get_date_from_gmt($next_scheduled_backup_database_gmt, 'D, F j, Y H:i');
 
143
  } else {
144
  $next_scheduled_backup_database = __('Nothing currently scheduled', 'updraftplus');
145
  $database_not_scheduled = true;
146
  }
147
  }
148
- $current_time = get_date_from_gmt(gmdate('Y-m-d H:i:s'), 'D, F j, Y H:i');
149
  ?>
150
  <tr>
151
  <?php if (isset($files_not_scheduled) && isset($database_not_scheduled)) { ?>
@@ -158,16 +159,10 @@ class UpdraftPlus_Admin {
158
  <td class="updraft_scheduled"><?php _e('Database','updraftplus');?>: </td><td class="updraft_all-files"><?php echo $next_scheduled_backup_database; ?></td>
159
  </tr>
160
  <?php } ?>
161
- <!--
162
- <tr>
163
- <td class="updraft_scheduled"><?php _e('Time now','updraftplus');?>: </td><td class="updraft_all-files"><?php echo $current_time; ?></td>
164
- </tr>
165
- -->
166
  <?php
167
  }
168
  }
169
 
170
-
171
  private function admin_init() {
172
 
173
  add_action('core_upgrade_preamble', array($this, 'core_upgrade_preamble'));
@@ -1241,7 +1236,7 @@ class UpdraftPlus_Admin {
1241
  }
1242
 
1243
  $mess = array();
1244
- parse_str($_REQUEST['restoreopts'], $res);
1245
 
1246
  if (isset($res['updraft_restore'])) {
1247
 
@@ -1657,12 +1652,12 @@ class UpdraftPlus_Admin {
1657
  if ($mod_time) $logs_exist = true;
1658
  }
1659
 
1660
- return array(
1661
  'n' => sprintf(__('Existing Backups', 'updraftplus').' (%d)', count($backup_history)),
1662
  't' => $output,
1663
  'cksum' => md5($output),
1664
  'logs_exist' => $logs_exist,
1665
- );
1666
  }
1667
 
1668
  public function get_disk_space_used($entity) {
@@ -1887,7 +1882,7 @@ class UpdraftPlus_Admin {
1887
  global $updraftplus;
1888
  if (0 == error_reporting()) return true;
1889
  $logline = $updraftplus->php_error_to_logline($errno, $errstr, $errfile, $errline);
1890
- $this->logged[] = $logline;
1891
  # Don't pass it up the chain (since it's going to be output to the user always)
1892
  return true;
1893
  }
@@ -2447,6 +2442,8 @@ class UpdraftPlus_Admin {
2447
  <?php
2448
  $last_backup_html = $this->last_backup_html();
2449
  $current_time = get_date_from_gmt(gmdate('Y-m-d H:i:s'), 'D, F j, Y H:i');
 
 
2450
  ?>
2451
 
2452
  <script>var lastbackup_laststatus = '<?php echo esc_js($last_backup_html);?>';</script>
@@ -3079,6 +3076,9 @@ class UpdraftPlus_Admin {
3079
  $cvs = __('Not installed', 'updraftplus').' ('.__('required for some remote storage providers', 'updraftplus').')';
3080
  }
3081
  $this->settings_debugrow(sprintf(__('%s version:', 'updraftplus'), 'Curl'), htmlspecialchars($cvs));
 
 
 
3082
  if (version_compare(phpversion(), '5.2.0', '>=') && extension_loaded('zip')) {
3083
  $ziparchive_exists = __('Yes', 'updraftplus');
3084
  } else {
@@ -3588,11 +3588,13 @@ class UpdraftPlus_Admin {
3588
  $backup_time = (int)$updraft_last_backup['backup_time'];
3589
 
3590
  $print_time = get_date_from_gmt(gmdate('Y-m-d H:i:s', $backup_time), 'D, F j, Y H:i');
 
3591
 
3592
  if (empty($updraft_last_backup['backup_time_incremental'])) {
3593
  $last_backup_text = "<span style=\"color:".(($updraft_last_backup['success']) ? 'green' : 'black').";\">".$print_time.'</span>';
3594
  } else {
3595
  $inc_time = get_date_from_gmt(gmdate('Y-m-d H:i:s', $updraft_last_backup['backup_time_incremental']), 'D, F j, Y H:i');
 
3596
  $last_backup_text = "<span style=\"color:".(($updraft_last_backup['success']) ? 'green' : 'black').";\">$inc_time</span> (".sprintf(__('incremental backup; base backup: %s', 'updraftplus'), $print_time).')';
3597
  }
3598
 
@@ -3831,7 +3833,7 @@ class UpdraftPlus_Admin {
3831
  <table class="form-table width-900">
3832
 
3833
  <tr>
3834
- <th><?php _e('Database encryption phrase','updraftplus');?>:</th>
3835
 
3836
  <td>
3837
  <?php
@@ -4121,7 +4123,7 @@ class UpdraftPlus_Admin {
4121
 
4122
  public function optionfilter_split_every($value) {
4123
  $value = absint($value);
4124
- if (!$value >= UPDRAFTPLUS_SPLIT_MIN) $value = UPDRAFTPLUS_SPLIT_MIN;
4125
  return $value;
4126
  }
4127
 
@@ -4770,10 +4772,10 @@ ENDHERE;
4770
  // Gather the restore optons into one place - code after here should read the options, and not the HTTP layer
4771
  $restore_options = array();
4772
  if (!empty($_POST['updraft_restorer_restore_options'])) {
4773
- parse_str($_POST['updraft_restorer_restore_options'], $restore_options);
4774
  }
4775
  $restore_options['updraft_restorer_replacesiteurl'] = empty($_POST['updraft_restorer_replacesiteurl']) ? false : true;
4776
- $restore_options['updraft_encryptionphrase'] = empty($_POST['updraft_encryptionphrase']) ? '' : (string)$_POST['updraft_encryptionphrase'];
4777
  $restore_options['updraft_restorer_wpcore_includewpconfig'] = empty($_POST['updraft_restorer_wpcore_includewpconfig']) ? false : true;
4778
  $updraftplus->jobdata_set('restore_options', $restore_options);
4779
  }
@@ -5088,7 +5090,7 @@ ENDHERE;
5088
 
5089
  if (empty($_POST['settings']) || !is_string($_POST['settings'])) die('Invalid data');
5090
 
5091
- parse_str($_POST['settings'], $posted_settings);
5092
  // We now have $posted_settings as an array
5093
 
5094
  echo json_encode($this->save_settings($posted_settings));
@@ -5112,8 +5114,6 @@ ENDHERE;
5112
  }
5113
  }
5114
 
5115
-
5116
-
5117
  public function save_settings($settings) {
5118
 
5119
  global $updraftplus;
@@ -5121,7 +5121,7 @@ ENDHERE;
5121
  // Make sure that settings filters are registered
5122
  UpdraftPlus_Options::admin_init();
5123
 
5124
- $return_array = array('saved' => true, 'changed' => array());
5125
 
5126
  $add_to_post_keys = array('updraft_interval', 'updraft_interval_database', 'updraft_starttime_files', 'updraft_starttime_db', 'updraft_startday_files', 'updraft_startday_db');
5127
 
@@ -5148,6 +5148,7 @@ ENDHERE;
5148
  $relevant_keys = $updraftplus->get_settings_keys();
5149
 
5150
  if (method_exists('UpdraftPlus_Options', 'mass_options_update')) {
 
5151
  $settings = UpdraftPlus_Options::mass_options_update($settings);
5152
  $mass_updated = true;
5153
  }
@@ -5163,15 +5164,16 @@ ENDHERE;
5163
  }
5164
  }
5165
 
5166
- $updated = empty($mass_updated) ? UpdraftPlus_Options::update_updraft_option($key, $value) : true;
 
 
 
5167
 
5168
  // Add information on what has changed to array to loop through to update links etc.
5169
- if ($updated){
5170
- $return_array['changed'][$key] = $value;
5171
- } elseif (empty($mass_updated) && $key == 'updraft_interval') { //To schedule a database when the interval is not changed.
5172
- $updraftplus->schedule_backup($value);
5173
- } elseif (empty($mass_updated) && $key == 'updraft_interval_database') {
5174
- $updraftplus->schedule_backup_database($value);
5175
  }
5176
  } else {
5177
  // When last active, it was catching: option_page, action, _wpnonce, _wp_http_referer, updraft_s3_endpoint, updraft_dreamobjects_endpoint. The latter two are empty; probably don't need to be in the page at all.
@@ -5222,6 +5224,9 @@ ENDHERE;
5222
  $return_array['messages'] = $messages_output;
5223
  $return_array['scheduled'] = $scheduled_output;
5224
 
 
 
 
5225
  return $return_array;
5226
 
5227
  }
120
  $next_scheduled_backup_gmt = gmdate('Y-m-d H:i:s', $next_scheduled_backup);
121
  // Convert to blog time zone
122
  $next_scheduled_backup = get_date_from_gmt($next_scheduled_backup_gmt, 'D, F j, Y H:i');
123
+ // $next_scheduled_backup = date_i18n('D, F j, Y H:i', $next_scheduled_backup);
124
  } else {
125
  $next_scheduled_backup = __('Nothing currently scheduled', 'updraftplus');
126
  $files_not_scheduled = true;
141
  $next_scheduled_backup_database_gmt = gmdate('Y-m-d H:i:s', $next_scheduled_backup_database);
142
  // Convert to blog time zone
143
  $next_scheduled_backup_database = get_date_from_gmt($next_scheduled_backup_database_gmt, 'D, F j, Y H:i');
144
+ // $next_scheduled_backup_database = date_i18n('D, F j, Y H:i', $next_scheduled_backup_database);
145
  } else {
146
  $next_scheduled_backup_database = __('Nothing currently scheduled', 'updraftplus');
147
  $database_not_scheduled = true;
148
  }
149
  }
 
150
  ?>
151
  <tr>
152
  <?php if (isset($files_not_scheduled) && isset($database_not_scheduled)) { ?>
159
  <td class="updraft_scheduled"><?php _e('Database','updraftplus');?>: </td><td class="updraft_all-files"><?php echo $next_scheduled_backup_database; ?></td>
160
  </tr>
161
  <?php } ?>
 
 
 
 
 
162
  <?php
163
  }
164
  }
165
 
 
166
  private function admin_init() {
167
 
168
  add_action('core_upgrade_preamble', array($this, 'core_upgrade_preamble'));
1236
  }
1237
 
1238
  $mess = array();
1239
+ parse_str(stripslashes($_REQUEST['restoreopts']), $res);
1240
 
1241
  if (isset($res['updraft_restore'])) {
1242
 
1652
  if ($mod_time) $logs_exist = true;
1653
  }
1654
 
1655
+ return apply_filters('updraftplus_get_history_status_result', array(
1656
  'n' => sprintf(__('Existing Backups', 'updraftplus').' (%d)', count($backup_history)),
1657
  't' => $output,
1658
  'cksum' => md5($output),
1659
  'logs_exist' => $logs_exist,
1660
+ ));
1661
  }
1662
 
1663
  public function get_disk_space_used($entity) {
1882
  global $updraftplus;
1883
  if (0 == error_reporting()) return true;
1884
  $logline = $updraftplus->php_error_to_logline($errno, $errstr, $errfile, $errline);
1885
+ if (false !== $logline) $this->logged[] = $logline;
1886
  # Don't pass it up the chain (since it's going to be output to the user always)
1887
  return true;
1888
  }
2442
  <?php
2443
  $last_backup_html = $this->last_backup_html();
2444
  $current_time = get_date_from_gmt(gmdate('Y-m-d H:i:s'), 'D, F j, Y H:i');
2445
+ // $current_time = date_i18n('D, F j, Y H:i');
2446
+
2447
  ?>
2448
 
2449
  <script>var lastbackup_laststatus = '<?php echo esc_js($last_backup_html);?>';</script>
3076
  $cvs = __('Not installed', 'updraftplus').' ('.__('required for some remote storage providers', 'updraftplus').')';
3077
  }
3078
  $this->settings_debugrow(sprintf(__('%s version:', 'updraftplus'), 'Curl'), htmlspecialchars($cvs));
3079
+ $this->settings_debugrow(sprintf(__('%s version:', 'updraftplus'), 'OpenSSL'), defined('OPENSSL_VERSION_TEXT') ? OPENSSL_VERSION_TEXT : '-');
3080
+ $this->settings_debugrow('MCrypt:', function_exists('mcrypt_encrypt') ? __('Yes') : __('No'));
3081
+
3082
  if (version_compare(phpversion(), '5.2.0', '>=') && extension_loaded('zip')) {
3083
  $ziparchive_exists = __('Yes', 'updraftplus');
3084
  } else {
3588
  $backup_time = (int)$updraft_last_backup['backup_time'];
3589
 
3590
  $print_time = get_date_from_gmt(gmdate('Y-m-d H:i:s', $backup_time), 'D, F j, Y H:i');
3591
+ // $print_time = date_i18n('D, F j, Y H:i', $backup_time);
3592
 
3593
  if (empty($updraft_last_backup['backup_time_incremental'])) {
3594
  $last_backup_text = "<span style=\"color:".(($updraft_last_backup['success']) ? 'green' : 'black').";\">".$print_time.'</span>';
3595
  } else {
3596
  $inc_time = get_date_from_gmt(gmdate('Y-m-d H:i:s', $updraft_last_backup['backup_time_incremental']), 'D, F j, Y H:i');
3597
+ // $inc_time = date_i18n('D, F j, Y H:i', $updraft_last_backup['backup_time_incremental']);
3598
  $last_backup_text = "<span style=\"color:".(($updraft_last_backup['success']) ? 'green' : 'black').";\">$inc_time</span> (".sprintf(__('incremental backup; base backup: %s', 'updraftplus'), $print_time).')';
3599
  }
3600
 
3833
  <table class="form-table width-900">
3834
 
3835
  <tr>
3836
+ <th><?php _e('Database encryption phrase', 'updraftplus');?>:</th>
3837
 
3838
  <td>
3839
  <?php
4123
 
4124
  public function optionfilter_split_every($value) {
4125
  $value = absint($value);
4126
+ if ($value < UPDRAFTPLUS_SPLIT_MIN) $value = UPDRAFTPLUS_SPLIT_MIN;
4127
  return $value;
4128
  }
4129
 
4772
  // Gather the restore optons into one place - code after here should read the options, and not the HTTP layer
4773
  $restore_options = array();
4774
  if (!empty($_POST['updraft_restorer_restore_options'])) {
4775
+ parse_str(stripslashes($_POST['updraft_restorer_restore_options']), $restore_options);
4776
  }
4777
  $restore_options['updraft_restorer_replacesiteurl'] = empty($_POST['updraft_restorer_replacesiteurl']) ? false : true;
4778
+ $restore_options['updraft_encryptionphrase'] = empty($_POST['updraft_encryptionphrase']) ? '' : (string)stripslashes($_POST['updraft_encryptionphrase']);
4779
  $restore_options['updraft_restorer_wpcore_includewpconfig'] = empty($_POST['updraft_restorer_wpcore_includewpconfig']) ? false : true;
4780
  $updraftplus->jobdata_set('restore_options', $restore_options);
4781
  }
5090
 
5091
  if (empty($_POST['settings']) || !is_string($_POST['settings'])) die('Invalid data');
5092
 
5093
+ parse_str(stripslashes($_POST['settings']), $posted_settings);
5094
  // We now have $posted_settings as an array
5095
 
5096
  echo json_encode($this->save_settings($posted_settings));
5114
  }
5115
  }
5116
 
 
 
5117
  public function save_settings($settings) {
5118
 
5119
  global $updraftplus;
5121
  // Make sure that settings filters are registered
5122
  UpdraftPlus_Options::admin_init();
5123
 
5124
+ $return_array = array('saved' => true);
5125
 
5126
  $add_to_post_keys = array('updraft_interval', 'updraft_interval_database', 'updraft_starttime_files', 'updraft_starttime_db', 'updraft_startday_files', 'updraft_startday_db');
5127
 
5148
  $relevant_keys = $updraftplus->get_settings_keys();
5149
 
5150
  if (method_exists('UpdraftPlus_Options', 'mass_options_update')) {
5151
+ $original_settings = $settings;
5152
  $settings = UpdraftPlus_Options::mass_options_update($settings);
5153
  $mass_updated = true;
5154
  }
5164
  }
5165
  }
5166
 
5167
+ // This flag indicates that either the stored database option was changed, or that the supplied option was changed before being stored. It isn't comprehensive - it's only used to update some UI elements with invalid input.
5168
+ $updated = empty($mass_updated) ? (is_string($value) && $value != UpdraftPlus_Options::get_updraft_option($key)) : (is_string($value) && (!isset($original_settings[$key]) || $original_settings[$key] != $value));
5169
+
5170
+ $db_updated = empty($mass_updated) ? UpdraftPlus_Options::update_updraft_option($key, $value) : true;
5171
 
5172
  // Add information on what has changed to array to loop through to update links etc.
5173
+ // Restricting to strings for now, to prevent any unintended leakage (since this is just used for UI updating)
5174
+ if ($updated) {
5175
+ $value = UpdraftPlus_Options::get_updraft_option($key);
5176
+ if (is_string($value)) $return_array['changed'][$key] = $value;
 
 
5177
  }
5178
  } else {
5179
  // When last active, it was catching: option_page, action, _wpnonce, _wp_http_referer, updraft_s3_endpoint, updraft_dreamobjects_endpoint. The latter two are empty; probably don't need to be in the page at all.
5224
  $return_array['messages'] = $messages_output;
5225
  $return_array['scheduled'] = $scheduled_output;
5226
 
5227
+ //*** Add the updated options to the return message, so we can update on screen ***\\
5228
+
5229
+
5230
  return $return_array;
5231
 
5232
  }
backup.php CHANGED
@@ -396,11 +396,6 @@ class UpdraftPlus_Backup {
396
 
397
  private function group_backups($backup_history) {
398
  return array(array('sets' => $backup_history, 'process_order' => 'keep_newest'));
399
- // $groups = array();
400
- // foreach ($backup_history as $k => $v) {
401
- // $groups[] = array('sets' => array($k => $v));
402
- // }
403
- // return $groups;
404
  }
405
 
406
  // $services *must* be an array
@@ -643,7 +638,7 @@ class UpdraftPlus_Backup {
643
 
644
  // This should only be able to happen if you import backups with a future timestamp
645
  if ($nonce == $updraftplus->nonce) {
646
- $updraftplus->log("This backup set is the backup set just made, so will not be deleted, despite being over the retain limit.");
647
  $file_entities_backups_found[$entity]++;
648
  continue;
649
  }
@@ -1975,7 +1970,7 @@ class UpdraftPlus_Backup {
1975
  }
1976
  } else {
1977
  $updraftplus->log("$fullpath: unreadable file");
1978
- $updraftplus->log(sprintf(__("%s: unreadable file - could not be backed up (check the file permissions)", 'updraftplus'), $fullpath), 'warning');
1979
  }
1980
  } elseif (is_dir($fullpath)) {
1981
  if ($fullpath == $this->updraft_dir_realpath) {
@@ -1989,7 +1984,7 @@ class UpdraftPlus_Backup {
1989
  if (!isset($this->existing_files[$use_path_when_storing])) $this->zipfiles_dirbatched[] = $use_path_when_storing;
1990
  if (!$dir_handle = @opendir($fullpath)) {
1991
  $updraftplus->log("Failed to open directory: $fullpath");
1992
- $updraftplus->log(sprintf(__("Failed to open directory (check the file permissions): %s",'updraftplus'), $fullpath), 'error');
1993
  return false;
1994
  }
1995
 
396
 
397
  private function group_backups($backup_history) {
398
  return array(array('sets' => $backup_history, 'process_order' => 'keep_newest'));
 
 
 
 
 
399
  }
400
 
401
  // $services *must* be an array
638
 
639
  // This should only be able to happen if you import backups with a future timestamp
640
  if ($nonce == $updraftplus->nonce) {
641
+ $updraftplus->log("This backup set is the backup set just made, so will not be deleted.");
642
  $file_entities_backups_found[$entity]++;
643
  continue;
644
  }
1970
  }
1971
  } else {
1972
  $updraftplus->log("$fullpath: unreadable file");
1973
+ $updraftplus->log(sprintf(__("%s: unreadable file - could not be backed up (check the file permissions and ownership)", 'updraftplus'), $fullpath), 'warning');
1974
  }
1975
  } elseif (is_dir($fullpath)) {
1976
  if ($fullpath == $this->updraft_dir_realpath) {
1984
  if (!isset($this->existing_files[$use_path_when_storing])) $this->zipfiles_dirbatched[] = $use_path_when_storing;
1985
  if (!$dir_handle = @opendir($fullpath)) {
1986
  $updraftplus->log("Failed to open directory: $fullpath");
1987
+ $updraftplus->log(sprintf(__("Failed to open directory (check the file permissions and ownership): %s",'updraftplus'), $fullpath), 'error');
1988
  return false;
1989
  }
1990
 
central/bootstrap.php CHANGED
@@ -432,11 +432,11 @@ class UpdraftPlus_UpdraftCentral_Main {
432
 
433
  $ret .= '</tbody></table>';
434
 
435
- $ret .= '<h4>'.__('Create new key', 'updraftplus').'</h4><table style="width: 600px; table-layout:fixed;"><thead><tbody>';
436
 
437
  $ret .= '<tr class="updraft_debugrow"><th style="width: 20%;">'.__('Description', 'updraftplus').':</th><td style="width:80%;"><input id="updraftcentral_keycreate_description" type="text" size="20" placeholder="'.__('Enter any description', 'updraftplus').'" value=""></td></tr>';
438
 
439
- $ret .= '<tr class="updraft_debugrow"><th style="">'.__('Mothership', 'updraftplus').':</th><td style="width:80%;"><input checked="checked" type="radio" name="updraftcentral_mothership" id="updraftcentral_mothership_updraftpluscom"> <label for="updraftcentral_mothership_updraftpluscom">'.'UpdraftPlus.Com ('.__('i.e. you have an account there', 'updraftplus').')'.'</label><br><input type="radio" name="updraftcentral_mothership" id="updraftcentral_mothership_other"> <label for="updraftcentral_mothership_other">'.__('Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)', 'updraftplus').'</label>:<br><input disabled="disabled" id="updraftcentral_keycreate_mothership" type="text" size="40" placeholder="'.__('URL of mothership', 'updraftplus').'" value=""><br><div style="display:none;" id="updraftcentral_keycreate_mothership_firewalled_container"><input id="updraftcentral_keycreate_mothership_firewalled" type="checkbox"><label for="updraftcentral_keycreate_mothership_firewalled">'.__('Use the alternative method for making a connection with the mothership. This is suitable if the mothership cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral mothership is on localhost, or on an Intranet), or if the mothership site does not have a SSL certificate.').'</label></div></td></tr>';
440
 
441
  $ret .= '<tr class="updraft_debugrow"><th style=""></th><td style="width:80%;">'.__('Encryption key size:', 'updraftplus').' <select style="" id="updraftcentral_keycreate_keysize">
442
  <option value="512">'.sprintf(__('%s bits', 'updraftplus').' - '.__('easy to break, fastest', 'updraftplus'), '512').'</option>
432
 
433
  $ret .= '</tbody></table>';
434
 
435
+ $ret .= '<h4>'.__('Create new key', 'updraftplus').'</h4><table style="width: 760px; table-layout:fixed;"><thead><tbody>';
436
 
437
  $ret .= '<tr class="updraft_debugrow"><th style="width: 20%;">'.__('Description', 'updraftplus').':</th><td style="width:80%;"><input id="updraftcentral_keycreate_description" type="text" size="20" placeholder="'.__('Enter any description', 'updraftplus').'" value=""></td></tr>';
438
 
439
+ $ret .= '<tr class="updraft_debugrow"><th style="">'.__('Dashboard at', 'updraftplus').':</th><td style="width:80%;"><input checked="checked" type="radio" name="updraftcentral_mothership" id="updraftcentral_mothership_updraftpluscom"> <label for="updraftcentral_mothership_updraftpluscom">'.'UpdraftPlus.Com ('.__('i.e. you have an account there', 'updraftplus').')'.'</label><br><input type="radio" name="updraftcentral_mothership" id="updraftcentral_mothership_other"> <label for="updraftcentral_mothership_other">'.__('Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)', 'updraftplus').'</label>:<br><input disabled="disabled" id="updraftcentral_keycreate_mothership" type="text" size="40" placeholder="'.__('URL of mothership', 'updraftplus').'" value=""><br><div id="updraftcentral_keycreate_mothership_firewalled_container"><input id="updraftcentral_keycreate_mothership_firewalled" type="checkbox"><label for="updraftcentral_keycreate_mothership_firewalled">'.__('Use the alternative method for making a connection with the dashboard.', 'updraftplus').' <a href="#" id="updraftcentral_keycreate_altmethod_moreinfo_get">'.__('More information...', 'updraftplus').'</a><span id="updraftcentral_keycreate_altmethod_moreinfo" style="display:none;">'.__('This is useful if the dashboard webserver cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral dashboard is on localhost, or on an Intranet, or if this website has an outgoing firewall), or if the dashboard website does not have a SSL certificate.').'</span></label></div></td></tr>';
440
 
441
  $ret .= '<tr class="updraft_debugrow"><th style=""></th><td style="width:80%;">'.__('Encryption key size:', 'updraftplus').' <select style="" id="updraftcentral_keycreate_keysize">
442
  <option value="512">'.sprintf(__('%s bits', 'updraftplus').' - '.__('easy to break, fastest', 'updraftplus'), '512').'</option>
class-updraftplus.php CHANGED
@@ -139,7 +139,7 @@ class UpdraftPlus {
139
 
140
  public function ensure_phpseclib($classes = false, $class_paths = false) {
141
 
142
- if (false === strpos(get_include_path(), UPDRAFTPLUS_DIR.'/includes/phpseclib')) set_include_path(get_include_path().PATH_SEPARATOR.UPDRAFTPLUS_DIR.'/includes/phpseclib');
143
 
144
  $this->no_deprecation_warnings_on_php7();
145
 
@@ -168,6 +168,7 @@ class UpdraftPlus {
168
  $old_level = error_reporting();
169
  $new_level = $old_level & ~E_DEPRECATED;
170
  if ($old_level != $new_level) error_reporting($new_level);
 
171
  }
172
  }
173
 
@@ -321,7 +322,7 @@ class UpdraftPlus {
321
  $file = $_GET['updraftplus_file'];
322
  $spool_file = $updraft_dir.'/'.basename($file);
323
  if (is_readable($spool_file)) {
324
- $dkey = isset($_GET['decrypt_key']) ? $_GET['decrypt_key'] : "";
325
  $this->spool_file($spool_file, $dkey);
326
  exit;
327
  } else {
@@ -356,7 +357,7 @@ class UpdraftPlus {
356
  exit;
357
  }
358
 
359
- $dkey = isset($_GET['decrypt_key']) ? (string)$_GET['decrypt_key'] : "";
360
 
361
  $this->spool_file($updraft_dir.'/'.basename($filename), $dkey);
362
  exit;
@@ -539,11 +540,11 @@ class UpdraftPlus {
539
  $memory_usage = round(@memory_get_usage(false)/1048576, 1);
540
  $memory_usage2 = round(@memory_get_usage(true)/1048576, 1);
541
 
542
- # Attempt to raise limit to avoid false positives
543
  @set_time_limit(UPDRAFTPLUS_SET_TIME_LIMIT);
544
  $max_execution_time = (int)@ini_get("max_execution_time");
545
 
546
- $logline = "UpdraftPlus WordPress backup plugin (https://updraftplus.com): ".$this->version." WP: ".$wp_version." PHP: ".phpversion()." (".@php_uname().") MySQL: $mysql_version Server: ".$_SERVER["SERVER_SOFTWARE"]." safe_mode: $safe_mode max_execution_time: $max_execution_time memory_limit: $memory_limit (used: ${memory_usage}M | ${memory_usage2}M) multisite: ".(is_multisite() ? 'Y' : 'N')." mcrypt: ".(function_exists('mcrypt_encrypt') ? 'Y' : 'N')." LANG: ".getenv('LANG')." ZipArchive::addFile: ";
547
 
548
  // method_exists causes some faulty PHP installations to segfault, leading to support requests
549
  if (version_compare(phpversion(), '5.2.0', '>=') && extension_loaded('zip')) {
@@ -918,6 +919,15 @@ class UpdraftPlus {
918
  public function decrypt($fullpath, $key, $ciphertext = false) {
919
  $this->ensure_phpseclib('Crypt_Rijndael', 'Crypt/Rijndael');
920
  $rijndael = new Crypt_Rijndael();
 
 
 
 
 
 
 
 
 
921
  $rijndael->setKey($key);
922
  return (false == $ciphertext) ? $rijndael->decrypt(file_get_contents($fullpath)) : $rijndael->decrypt($ciphertext);
923
  }
@@ -1329,6 +1339,10 @@ class UpdraftPlus {
1329
 
1330
  if (0 === strpos($errfile, ABSPATH)) $errfile = substr($errfile, strlen(ABSPATH));
1331
 
 
 
 
 
1332
  return "PHP event: code $e_type: $errstr (line $errline, $errfile)";
1333
 
1334
  }
@@ -1336,7 +1350,7 @@ class UpdraftPlus {
1336
  public function php_error($errno, $errstr, $errfile, $errline) {
1337
  if (0 == error_reporting()) return true;
1338
  $logline = $this->php_error_to_logline($errno, $errstr, $errfile, $errline);
1339
- $this->log($logline, 'notice', 'php_event');
1340
  // Pass it up the chain
1341
  return $this->error_reporting_stop_when_logged;
1342
  }
@@ -2919,7 +2933,6 @@ class UpdraftPlus {
2919
  // Clear schedule so that we don't stack up scheduled backups
2920
  wp_clear_scheduled_hook('updraft_backup');
2921
  if ('manual' == $interval) return 'manual';
2922
-
2923
  $previous_interval = UpdraftPlus_Options::get_updraft_option('updraft_interval');
2924
 
2925
  $valid_schedules = wp_get_schedules();
@@ -3180,7 +3193,7 @@ class UpdraftPlus {
3180
  print $ciphertext;
3181
  } else {
3182
  header('Content-type: text/plain');
3183
- echo __("Decryption failed. The most likely cause is that you used the wrong key.",'updraftplus')." ".__('The decryption key used:','updraftplus').' '.$encryption;
3184
 
3185
  }
3186
  }
@@ -3272,7 +3285,7 @@ class UpdraftPlus {
3272
  }
3273
 
3274
  public function replace_http_with_webdav($input) {
3275
- if (!empty($input['url']) && 'http' == substr($input['url'], 0, 4)) $input['url'] = 'webdav'.substr($input['url'], 4);
3276
  return $input;
3277
  }
3278
 
139
 
140
  public function ensure_phpseclib($classes = false, $class_paths = false) {
141
 
142
+ if (false === strpos(get_include_path(), UPDRAFTPLUS_DIR.'/includes/phpseclib')) set_include_path(UPDRAFTPLUS_DIR.'/includes/phpseclib'.PATH_SEPARATOR.get_include_path());
143
 
144
  $this->no_deprecation_warnings_on_php7();
145
 
168
  $old_level = error_reporting();
169
  $new_level = $old_level & ~E_DEPRECATED;
170
  if ($old_level != $new_level) error_reporting($new_level);
171
+ $this->no_deprecation_warnings = true;
172
  }
173
  }
174
 
322
  $file = $_GET['updraftplus_file'];
323
  $spool_file = $updraft_dir.'/'.basename($file);
324
  if (is_readable($spool_file)) {
325
+ $dkey = isset($_GET['decrypt_key']) ? stripslashes($_GET['decrypt_key']) : '';
326
  $this->spool_file($spool_file, $dkey);
327
  exit;
328
  } else {
357
  exit;
358
  }
359
 
360
+ $dkey = isset($_GET['decrypt_key']) ? stripslashes($_GET['decrypt_key']) : "";
361
 
362
  $this->spool_file($updraft_dir.'/'.basename($filename), $dkey);
363
  exit;
540
  $memory_usage = round(@memory_get_usage(false)/1048576, 1);
541
  $memory_usage2 = round(@memory_get_usage(true)/1048576, 1);
542
 
543
+ // Attempt to raise limit to avoid false positives
544
  @set_time_limit(UPDRAFTPLUS_SET_TIME_LIMIT);
545
  $max_execution_time = (int)@ini_get("max_execution_time");
546
 
547
+ $logline = "UpdraftPlus WordPress backup plugin (https://updraftplus.com): ".$this->version." WP: ".$wp_version." PHP: ".phpversion()." (".@php_uname().") MySQL: $mysql_version WPLANG: ".$this->get_wplang()." Server: ".$_SERVER["SERVER_SOFTWARE"]." safe_mode: $safe_mode max_execution_time: $max_execution_time memory_limit: $memory_limit (used: ${memory_usage}M | ${memory_usage2}M) multisite: ".(is_multisite() ? 'Y' : 'N')." openssl: ".(defined('OPENSSL_VERSION_TEXT') ? OPENSSL_VERSION_TEXT : 'N')." mcrypt: ".(function_exists('mcrypt_encrypt') ? 'Y' : 'N')." LANG: ".getenv('LANG')." ZipArchive::addFile: ";
548
 
549
  // method_exists causes some faulty PHP installations to segfault, leading to support requests
550
  if (version_compare(phpversion(), '5.2.0', '>=') && extension_loaded('zip')) {
919
  public function decrypt($fullpath, $key, $ciphertext = false) {
920
  $this->ensure_phpseclib('Crypt_Rijndael', 'Crypt/Rijndael');
921
  $rijndael = new Crypt_Rijndael();
922
+ if (defined('UPDRAFTPLUS_DECRYPTION_ENGINE')) {
923
+ if ('openssl' == UPDRAFTPLUS_DECRYPTION_ENGINE) {
924
+ $rijndael->setPreferredEngine(CRYPT_ENGINE_OPENSSL);
925
+ } elseif ('mcrypt' == UPDRAFTPLUS_DECRYPTION_ENGINE) {
926
+ $rijndael->setPreferredEngine(CRYPT_ENGINE_MCRYPT);
927
+ } elseif ('internal' == UPDRAFTPLUS_DECRYPTION_ENGINE) {
928
+ $rijndael->setPreferredEngine(CRYPT_ENGINE_INTERNAL);
929
+ }
930
+ }
931
  $rijndael->setKey($key);
932
  return (false == $ciphertext) ? $rijndael->decrypt(file_get_contents($fullpath)) : $rijndael->decrypt($ciphertext);
933
  }
1339
 
1340
  if (0 === strpos($errfile, ABSPATH)) $errfile = substr($errfile, strlen(ABSPATH));
1341
 
1342
+ if ('E_DEPRECATED' == $e_type && !empty($this->no_deprecation_warnings)) {
1343
+ return false;
1344
+ }
1345
+
1346
  return "PHP event: code $e_type: $errstr (line $errline, $errfile)";
1347
 
1348
  }
1350
  public function php_error($errno, $errstr, $errfile, $errline) {
1351
  if (0 == error_reporting()) return true;
1352
  $logline = $this->php_error_to_logline($errno, $errstr, $errfile, $errline);
1353
+ if (false !== $logline) $this->log($logline, 'notice', 'php_event');
1354
  // Pass it up the chain
1355
  return $this->error_reporting_stop_when_logged;
1356
  }
2933
  // Clear schedule so that we don't stack up scheduled backups
2934
  wp_clear_scheduled_hook('updraft_backup');
2935
  if ('manual' == $interval) return 'manual';
 
2936
  $previous_interval = UpdraftPlus_Options::get_updraft_option('updraft_interval');
2937
 
2938
  $valid_schedules = wp_get_schedules();
3193
  print $ciphertext;
3194
  } else {
3195
  header('Content-type: text/plain');
3196
+ echo __("Decryption failed. The most likely cause is that you used the wrong key.", 'updraftplus')." ".__('The decryption key used:', 'updraftplus').' '.$encryption;
3197
 
3198
  }
3199
  }
3285
  }
3286
 
3287
  public function replace_http_with_webdav($input) {
3288
+ if (!empty($input['url']) && 'http' == strtolower(substr($input['url'], 0, 4))) $input['url'] = 'webdav'.substr($input['url'], 4);
3289
  return $input;
3290
  }
3291
 
includes/class-semaphore.php CHANGED
@@ -145,7 +145,7 @@ class UpdraftPlus_Semaphore {
145
  return true;
146
  }
147
 
148
- $updraftplus->log('Semaphore ('.$this->lock_name.') still locked');
149
  return false;
150
  }
151
 
145
  return true;
146
  }
147
 
148
+ $updraftplus->log('Semaphore ('.$this->lock_name.') still locked ('.$result.')');
149
  return false;
150
  }
151
 
includes/updraft-admin-ui.js CHANGED
@@ -615,12 +615,16 @@ function updraft_updatehistory(rescan, remotescan) {
615
  jQuery.get(ajaxurl, { action: 'updraft_ajax', subaction: 'historystatus', nonce: updraft_credentialtest_nonce, rescan: rescan, remotescan: remotescan }, function(response) {
616
  try {
617
  resp = jQuery.parseJSON(response);
618
-
619
  if (resp.hasOwnProperty('logs_exist') && resp.logs_exist) {
620
  // Show the "most recently modified log" link, in case it was previously hidden (if there were no logs until now)
621
  jQuery('#updraft_lastlogmessagerow .updraft-log-link').show();
622
  }
623
 
 
 
 
 
624
  if (resp.n != null) { jQuery('#updraft-navtab-backups').html(resp.n); }
625
  if (resp.t != null) {
626
  if (resp.cksum != null) {
@@ -1098,13 +1102,19 @@ jQuery(document).ready(function($){
1098
  };
1099
  }
1100
 
1101
- jQuery('#updraft-navtab-backups-content').on('click', '.updraft_existing_backups .updraft_existing_backups_row', function(e) {
 
 
 
 
 
 
1102
  if (! e.ctrlKey && ! e.metaKey) return;
1103
- jQuery(this).toggleClass('backuprowselected');
1104
- if (jQuery('#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected').length >0) {
1105
- jQuery('#ud_massactions').show();
1106
  } else {
1107
- jQuery('#ud_massactions').hide();
1108
  }
1109
  });
1110
 
@@ -1166,11 +1176,6 @@ jQuery(document).ready(function($){
1166
  }
1167
  } else {
1168
  jQuery('#updraftcentral_keycreate_mothership').prop('disabled', true);
1169
- if (on_page_load) {
1170
- jQuery('#updraftcentral_keycreate_mothership_firewalled_container').hide();
1171
- } else {
1172
- jQuery('#updraftcentral_keycreate_mothership_firewalled_container').slideUp();
1173
- }
1174
  }
1175
  }
1176
 
@@ -1233,9 +1238,9 @@ jQuery(document).ready(function($){
1233
  alert(updraftlion.enter_mothership_url);
1234
  return;
1235
  }
1236
- data.mothership_firewalled = jQuery('#updraftcentral_keycreate_mothership_firewalled').is(':checked') ? 1 : 0;
1237
  }
1238
 
 
1239
  data.where_send = where_send;
1240
 
1241
  jQuery('#updraftcentral_keys').block({ message: '<div style="margin: 8px; font-size:150%;"><img src="'+updraftlion.ud_url+'/images/udlogo-rotating.gif" height="80" width="80" style="padding-bottom:10px;"><br>'+updraftlion.creating+'</div>'});
@@ -2254,8 +2259,8 @@ jQuery(document).ready(function($){
2254
  try {
2255
  var resp = jQuery.parseJSON(response);
2256
 
2257
- var messages = resp.changed.updraft_service;
2258
- var debug = resp.changed.updraft_debug_mode;
2259
 
2260
  // If backup dir is not writable, change the text, and grey out the 'Backup Now' button
2261
  var backup_dir_writable = resp.backup_dir.writable;
@@ -2268,7 +2273,25 @@ jQuery(document).ready(function($){
2268
  $.unblockUI();
2269
  return;
2270
  }
2271
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2272
  $('#updraft_writable_mess').html(backup_dir_message);
2273
 
2274
  if (backup_dir_writable == false){
615
  jQuery.get(ajaxurl, { action: 'updraft_ajax', subaction: 'historystatus', nonce: updraft_credentialtest_nonce, rescan: rescan, remotescan: remotescan }, function(response) {
616
  try {
617
  resp = jQuery.parseJSON(response);
618
+
619
  if (resp.hasOwnProperty('logs_exist') && resp.logs_exist) {
620
  // Show the "most recently modified log" link, in case it was previously hidden (if there were no logs until now)
621
  jQuery('#updraft_lastlogmessagerow .updraft-log-link').show();
622
  }
623
 
624
+ if (resp.hasOwnProperty('migrate_modal') && resp.migrate_modal) {
625
+ jQuery('#updraft_migrate_modal_main').replaceWith(resp.migrate_modal);
626
+ }
627
+
628
  if (resp.n != null) { jQuery('#updraft-navtab-backups').html(resp.n); }
629
  if (resp.t != null) {
630
  if (resp.cksum != null) {
1102
  };
1103
  }
1104
 
1105
+ $('#updraftcentral_keycreate_altmethod_moreinfo_get').click(function(e) {
1106
+ e.preventDefault();
1107
+ $(this).remove();
1108
+ $('#updraftcentral_keycreate_altmethod_moreinfo').slideDown();
1109
+ });
1110
+
1111
+ $('#updraft-navtab-backups-content').on('click', '.updraft_existing_backups .updraft_existing_backups_row', function(e) {
1112
  if (! e.ctrlKey && ! e.metaKey) return;
1113
+ $(this).toggleClass('backuprowselected');
1114
+ if ($('#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected').length >0) {
1115
+ $('#ud_massactions').show();
1116
  } else {
1117
+ $('#ud_massactions').hide();
1118
  }
1119
  });
1120
 
1176
  }
1177
  } else {
1178
  jQuery('#updraftcentral_keycreate_mothership').prop('disabled', true);
 
 
 
 
 
1179
  }
1180
  }
1181
 
1238
  alert(updraftlion.enter_mothership_url);
1239
  return;
1240
  }
 
1241
  }
1242
 
1243
+ data.mothership_firewalled = jQuery('#updraftcentral_keycreate_mothership_firewalled').is(':checked') ? 1 : 0;
1244
  data.where_send = where_send;
1245
 
1246
  jQuery('#updraftcentral_keys').block({ message: '<div style="margin: 8px; font-size:150%;"><img src="'+updraftlion.ud_url+'/images/udlogo-rotating.gif" height="80" width="80" style="padding-bottom:10px;"><br>'+updraftlion.creating+'</div>'});
2259
  try {
2260
  var resp = jQuery.parseJSON(response);
2261
 
2262
+ var messages = resp.messages;
2263
+ // var debug = resp.changed.updraft_debug_mode;
2264
 
2265
  // If backup dir is not writable, change the text, and grey out the 'Backup Now' button
2266
  var backup_dir_writable = resp.backup_dir.writable;
2273
  $.unblockUI();
2274
  return;
2275
  }
2276
+
2277
+ if (resp.hasOwnProperty('changed')) {
2278
+ console.log("UpdraftPlus: savesettings: some values were changed after being filtered");
2279
+ console.log(resp.changed);
2280
+ for(prop in resp.changed){
2281
+ if(typeof resp.changed[prop] === 'object'){
2282
+ for(innerprop in resp.changed[prop]){
2283
+ if(!$("[name='"+innerprop+"']").is(':checkbox')){
2284
+ $("[name='"+prop+"["+innerprop+"]']").val(resp.changed[prop][innerprop]);
2285
+ }
2286
+ }
2287
+ } else {
2288
+ if(!$("[name='"+prop+"']").is(':checkbox')){
2289
+ $("[name='"+prop+"']").val(resp.changed[prop]);
2290
+ }
2291
+ }
2292
+ }
2293
+ }
2294
+
2295
  $('#updraft_writable_mess').html(backup_dir_message);
2296
 
2297
  if (backup_dir_writable == false){
languages/updraftplus-fr_FR.mo CHANGED
Binary file
languages/updraftplus-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-02-29 17:21:21+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,51 +12,51 @@ msgstr ""
12
 
13
  #: central/bootstrap.php:422
14
  msgid "i.e. you have an account there"
15
- msgstr ""
16
 
17
  #: central/bootstrap.php:422
18
  msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
19
- msgstr ""
20
 
21
  #: central/bootstrap.php:422
22
  msgid "Use the alternative method for making a connection with the mothership. This is suitable if the mothership cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral mothership is on localhost, or on an Intranet), or if the mothership site does not have a SSL certificate."
23
- msgstr ""
24
 
25
  #: class-updraftplus.php:1230
26
  msgid "Size: %s MB"
27
- msgstr ""
28
 
29
  #: methods/email.php:28
30
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
31
- msgstr ""
32
 
33
  #: methods/email.php:77
34
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
35
- msgstr ""
36
 
37
  #: methods/ftp.php:355
38
  msgid "login"
39
- msgstr ""
40
 
41
  #: methods/ftp.php:383
42
  msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
43
- msgstr ""
44
 
45
  #: methods/googledrive.php:417
46
  msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
47
- msgstr ""
48
 
49
  #: admin.php:2456
50
  msgid "Now"
51
- msgstr ""
52
 
53
  #: admin.php:2607
54
  msgid "Free 1GB for UpdraftPlus Vault"
55
- msgstr ""
56
 
57
  #: admin.php:3957
58
  msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
59
- msgstr ""
60
 
61
  #: class-updraftplus.php:3516 restorer.php:926
62
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
@@ -1855,7 +1855,7 @@ msgstr "Date de la sauvegarde"
1855
 
1856
  #: admin.php:4326
1857
  msgid "Backup data (click to download)"
1858
- msgstr "Données de sauvegarde (cliquer pour télécharger)"
1859
 
1860
  #: admin.php:3220 admin.php:4630
1861
  msgid "View Log"
@@ -3486,7 +3486,7 @@ msgstr "Sans lui, la procédure de cryptage sera bien plus lente."
3486
 
3487
  #: admin.php:2893
3488
  msgid "Drop backup files here"
3489
- msgstr "Laissez les fichiers de sauvegarde ici"
3490
 
3491
  #: addons/googlecloud.php:898 methods/googledrive.php:951
3492
  msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
@@ -4393,7 +4393,7 @@ msgstr "Test des paramètres %s"
4393
 
4394
  #: admin.php:2883
4395
  msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
4396
- msgstr "Ou vous pouvez les placer manuellement dans le répertoire UpdraftPlus (généralement wp-content/updraft) via FTP. Lancez ensuite une nouvelle analyse du dossier des sauvegardes pour détecter la (les) sauvegarde(s) envoyée(s) via FTP."
4397
 
4398
  #: admin.php:782
4399
  msgid "Notice"
@@ -5534,7 +5534,7 @@ msgstr "Heure actuelle"
5534
 
5535
  #: admin.php:335 admin.php:515 admin.php:2436
5536
  msgid "Backup Now"
5537
- msgstr "Sauvegarder maintenant"
5538
 
5539
  #: addons/migrator.php:212 admin.php:522 admin.php:2439 admin.php:4610
5540
  msgid "Restore"
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2016-03-25 18:52:03+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
12
 
13
  #: central/bootstrap.php:422
14
  msgid "i.e. you have an account there"
15
+ msgstr "par exemple si vous avez un compte là-bas"
16
 
17
  #: central/bootstrap.php:422
18
  msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
19
+ msgstr "Autre (veuillez préciser ; par exemple le site où vous avez installé un tableau de bord UpdraftCentral)"
20
 
21
  #: central/bootstrap.php:422
22
  msgid "Use the alternative method for making a connection with the mothership. This is suitable if the mothership cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral mothership is on localhost, or on an Intranet), or if the mothership site does not have a SSL certificate."
23
+ msgstr "Utilisez la méthode alternative pour établir une connexion avec le site maître. Ceci est opportun si le site maître ne peut pas être contacté avec un trafic entrant par ce site (par exemple, si ce site est hébergé sur l'Internet public mais que le site maître UpdraftPlus Central est situé en local ou encore sur un intranet) ou si le site maître n'a pas de certificat SSL."
24
 
25
  #: class-updraftplus.php:1230
26
  msgid "Size: %s MB"
27
+ msgstr "Taille: %s Mo"
28
 
29
  #: methods/email.php:28
30
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
31
+ msgstr "Le poids de cette archive de sauvegarde est de %s Mo. Tenter de l'envoyer par e-mail risque d'échouer (peut de serveurs d'e-mailing laissent passer des pièces jointes de ce poids. Vous devriez donc opter pour un autre moyen de stockage à distance que l'e-mail."
32
 
33
  #: methods/email.php:77
34
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
35
+ msgstr "Les serveurs d'e-mailing autorisent généralement les pièces jointes jusqu'à un certain poids, généralement autour de %s Mo. Les sauvegardes ayant un poids plus important n'arriveront probablement pas à destination."
36
 
37
  #: methods/ftp.php:355
38
  msgid "login"
39
+ msgstr "Identifiant"
40
 
41
  #: methods/ftp.php:383
42
  msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
43
+ msgstr "Ceci est parfois occasionné par un pare-feu (firewall). Essayez d'éteindre \"SSL\" dans les réglages avancés, puis renouvelez votre test."
44
 
45
  #: methods/googledrive.php:417
46
  msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
47
+ msgstr "L'upload risque d'échouer. La limite %s pour tout fichier est de %s, or ce fichier a un poids de %s Go (%d octets)"
48
 
49
  #: admin.php:2456
50
  msgid "Now"
51
+ msgstr "Maintenant"
52
 
53
  #: admin.php:2607
54
  msgid "Free 1GB for UpdraftPlus Vault"
55
+ msgstr "1 Go gratuit pour UpdraftPlus Vault"
56
 
57
  #: admin.php:3957
58
  msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
59
+ msgstr "UpdraftPlus va scinder les archives de sauvegarde chaque fois qu'elles dépassent ce poids. La valeur limite par défaut est de %s Mo. Veillez à prévoir un peu de marge si votre serveur Web possède une limite de stockage (par exemple la limite de 2 Go / 2048 Mo sur certains serveurs ou systèmes de fichier 32 bits)."
60
 
61
  #: class-updraftplus.php:3516 restorer.php:926
62
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1855
 
1856
  #: admin.php:4326
1857
  msgid "Backup data (click to download)"
1858
+ msgstr "Données sauvegardées (cliquer dessus pour télécharger)"
1859
 
1860
  #: admin.php:3220 admin.php:4630
1861
  msgid "View Log"
3486
 
3487
  #: admin.php:2893
3488
  msgid "Drop backup files here"
3489
+ msgstr "Cliquez-glissez vos fichiers de sauvegarde ici"
3490
 
3491
  #: addons/googlecloud.php:898 methods/googledrive.php:951
3492
  msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
4393
 
4394
  #: admin.php:2883
4395
  msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
4396
+ msgstr "Alternativement, vous pouvez les placer manuellement dans le répertoire UpdraftPlus (généralement \"wp-content/updraft\") par FTP. Lancez ensuite une nouvelle analyse du dossier des sauvegardes pour détecter la (les) sauvegarde(s) envoyée(s) via FTP."
4397
 
4398
  #: admin.php:782
4399
  msgid "Notice"
5534
 
5535
  #: admin.php:335 admin.php:515 admin.php:2436
5536
  msgid "Backup Now"
5537
+ msgstr "Sauvegarder"
5538
 
5539
  #: addons/migrator.php:212 admin.php:522 admin.php:2439 admin.php:4610
5540
  msgid "Restore"
languages/updraftplus.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: UpdraftPlus\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2016-03-21 11:39+0000\n"
7
  "PO-Revision-Date: 2015-06-08 14:43+0100\n"
8
  "Last-Translator: David Anderson <contact@updraftplus.com>\n"
9
  "Language-Team: contact@updraftplus.com\n"
@@ -27,7 +27,7 @@ msgid "UpdraftPlus Automatic Backups"
27
  msgstr ""
28
 
29
  #: addons/autobackup.php:120 addons/autobackup.php:885
30
- #: addons/autobackup.php:893 admin.php:524
31
  msgid "Automatic backup before update"
32
  msgstr ""
33
 
@@ -57,8 +57,8 @@ msgstr ""
57
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
58
  msgstr ""
59
 
60
- #: addons/autobackup.php:278 addons/autobackup.php:372 admin.php:2789
61
- #: admin.php:2794
62
  msgid "Last log message"
63
  msgstr ""
64
 
@@ -66,9 +66,9 @@ msgstr ""
66
  msgid "Starting automatic backup..."
67
  msgstr ""
68
 
69
- #: addons/autobackup.php:283 addons/autobackup.php:374 admin.php:478
70
  #: methods/remotesend.php:70 methods/remotesend.php:78
71
- #: methods/remotesend.php:207 methods/remotesend.php:215
72
  msgid "Unexpected response:"
73
  msgstr ""
74
 
@@ -113,11 +113,11 @@ msgstr ""
113
  msgid "now proceeding with the updates..."
114
  msgstr ""
115
 
116
- #: addons/autobackup.php:496 admin.php:726
117
  msgid "Update Plugin"
118
  msgstr ""
119
 
120
- #: addons/autobackup.php:547 admin.php:730
121
  msgid "Update Theme"
122
  msgstr ""
123
 
@@ -125,7 +125,7 @@ msgstr ""
125
  msgid "Update cancelled - reload page to try again."
126
  msgstr ""
127
 
128
- #: addons/autobackup.php:914 admin.php:585 admin.php:740
129
  msgid "Be safe with an automatic backup"
130
  msgstr ""
131
 
@@ -140,7 +140,7 @@ msgid ""
140
  "Do not abort after pressing Proceed below - wait for the backup to complete."
141
  msgstr ""
142
 
143
- #: addons/autobackup.php:933 admin.php:520
144
  msgid "Proceed with update"
145
  msgstr ""
146
 
@@ -152,7 +152,7 @@ msgstr ""
152
  msgid "%s Error"
153
  msgstr ""
154
 
155
- #: addons/azure.php:215 class-updraftplus.php:3265 methods/googledrive.php:823
156
  msgid "File not found"
157
  msgstr ""
158
 
@@ -165,7 +165,7 @@ msgstr ""
165
  msgid "Upload failed"
166
  msgstr ""
167
 
168
- #: addons/azure.php:364 addons/googlecloud.php:693 methods/s3.php:865
169
  msgid "Delete failed:"
170
  msgstr ""
171
 
@@ -177,7 +177,7 @@ msgstr ""
177
  msgid "Create Azure credentials in your Azure developer console."
178
  msgstr ""
179
 
180
- #: addons/azure.php:500 addons/migrator.php:1710 addons/onedrive.php:690
181
  msgid "For longer help, including screenshots, follow this link."
182
  msgstr ""
183
 
@@ -194,7 +194,8 @@ msgid ""
194
  "This is not your Azure login - see the instructions if needing more guidance."
195
  msgstr ""
196
 
197
- #: addons/azure.php:508 addons/sftp.php:374 admin.php:540
 
198
  msgid "Key"
199
  msgstr ""
200
 
@@ -280,14 +281,14 @@ msgstr ""
280
  msgid "Cloud Files authentication failed"
281
  msgstr ""
282
 
283
- #: addons/cloudfiles-enhanced.php:91 addons/migrator.php:738
284
- #: addons/migrator.php:959 addons/migrator.php:1040 addons/migrator.php:1110
285
- #: addons/migrator.php:1330 addons/migrator.php:1667 addons/migrator.php:1689
286
- #: addons/migrator.php:1695 addons/migrator.php:1757 addons/migrator.php:1790
287
- #: addons/migrator.php:1829 addons/migrator.php:1839 addons/migrator.php:1844
288
  #: addons/s3-enhanced.php:100 addons/s3-enhanced.php:105
289
- #: addons/s3-enhanced.php:107 addons/sftp.php:734 admin.php:492 admin.php:4879
290
- #: admin.php:4909 methods/remotesend.php:75 methods/remotesend.php:212
291
  #: methods/updraftvault.php:386 restorer.php:1292
292
  msgid "Error:"
293
  msgstr ""
@@ -404,7 +405,7 @@ msgstr ""
404
  msgid "Barracuda are closing down Copy.Com on May 1st, 2016. See:"
405
  msgstr ""
406
 
407
- #: addons/copycom.php:88 addons/onedrive.php:91 methods/dropbox.php:157
408
  #, php-format
409
  msgid ""
410
  "Account full: your %s account has only %d bytes left, but the file to be "
@@ -422,45 +423,45 @@ msgstr ""
422
  msgid "You have not yet configured and saved your %s credentials"
423
  msgstr ""
424
 
425
- #: addons/copycom.php:264 methods/dropbox.php:335
426
  #, php-format
427
  msgid "You do not appear to be authenticated with %s"
428
  msgstr ""
429
 
430
- #: addons/copycom.php:377 addons/onedrive.php:492 class-updraftplus.php:303
431
- #: methods/dropbox.php:470 methods/dropbox.php:484 methods/dropbox.php:579
432
  #, php-format
433
  msgid "%s error: %s"
434
  msgstr ""
435
 
436
- #: addons/copycom.php:377 addons/onedrive.php:492 methods/dropbox.php:470
437
  #, php-format
438
  msgid "%s authentication"
439
  msgstr ""
440
 
441
- #: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:487
442
- #: methods/dropbox.php:489
443
  msgid "Success:"
444
  msgstr ""
445
 
446
- #: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:487
447
- #: methods/dropbox.php:489
448
  #, php-format
449
  msgid "you have authenticated your %s account"
450
  msgstr ""
451
 
452
- #: addons/copycom.php:398 methods/dropbox.php:492
453
  msgid ""
454
  "though part of the returned information was not as expected - your mileage "
455
  "may vary"
456
  msgstr ""
457
 
458
- #: addons/copycom.php:406 addons/onedrive.php:527 methods/dropbox.php:496
459
  #, php-format
460
  msgid "Your %s account name: %s"
461
  msgstr ""
462
 
463
- #: addons/copycom.php:413 addons/onedrive.php:520 methods/dropbox.php:509
464
  #: methods/googledrive.php:332
465
  #, php-format
466
  msgid "Your %s quota usage: %s %% used, %s available"
@@ -528,22 +529,22 @@ msgstr ""
528
  msgid "N.B. Copy is case-sensitive."
529
  msgstr ""
530
 
531
- #: addons/copycom.php:556 addons/onedrive.php:715 methods/dropbox.php:417
532
  #, php-format
533
  msgid "Authenticate with %s"
534
  msgstr ""
535
 
536
- #: addons/copycom.php:557 addons/onedrive.php:716 methods/dropbox.php:418
537
  msgid "(You appear to be already authenticated)."
538
  msgstr ""
539
 
540
  #: addons/copycom.php:558 addons/googlecloud.php:902 addons/onedrive.php:717
541
- #: methods/dropbox.php:424 methods/googledrive.php:955
542
  #, php-format
543
  msgid "Account holder's name: %s."
544
  msgstr ""
545
 
546
- #: addons/copycom.php:559 addons/onedrive.php:718 methods/dropbox.php:418
547
  #, php-format
548
  msgid ""
549
  "<strong>After</strong> you have saved your settings (by clicking 'Save "
@@ -555,23 +556,23 @@ msgstr ""
555
  msgid "Store at"
556
  msgstr ""
557
 
558
- #: addons/fixtime.php:276 addons/fixtime.php:281
559
  msgid "Add an additional retention rule..."
560
  msgstr ""
561
 
562
- #: addons/fixtime.php:417
563
  msgid "(at same time as files backup)"
564
  msgstr ""
565
 
566
- #: addons/fixtime.php:540
567
  msgid "starting from next time it is"
568
  msgstr ""
569
 
570
- #: addons/fixtime.php:540
571
  msgid "Enter in format HH:MM (e.g. 14:22)."
572
  msgstr ""
573
 
574
- #: addons/fixtime.php:540
575
  msgid ""
576
  "The time zone used is that from your WordPress settings, in Settings -> "
577
  "General."
@@ -646,12 +647,12 @@ msgstr ""
646
  msgid "Western Europe"
647
  msgstr ""
648
 
649
- #: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:784
650
  msgid "Failure: No bucket details were given."
651
  msgstr ""
652
 
653
  #: addons/googlecloud.php:161 addons/googlecloud.php:166
654
- #: class-updraftplus.php:791 methods/cloudfiles.php:130
655
  #: methods/googledrive.php:741 methods/googledrive.php:746
656
  #, php-format
657
  msgid "%s Error: Failed to open local file"
@@ -708,11 +709,11 @@ msgid ""
708
  "again."
709
  msgstr ""
710
 
711
- #: addons/googlecloud.php:384 addons/migrator.php:437 admin.php:2004
712
- #: admin.php:2051 admin.php:2059 class-updraftplus.php:685
713
- #: class-updraftplus.php:691 class-updraftplus.php:3429
714
- #: class-updraftplus.php:3431 class-updraftplus.php:3567
715
- #: class-updraftplus.php:3600 methods/googledrive.php:299 restorer.php:873
716
  #, php-format
717
  msgid "Error: %s"
718
  msgstr ""
@@ -741,7 +742,7 @@ msgstr ""
741
  #: addons/googlecloud.php:579 addons/googlecloud.php:689
742
  #: addons/onedrive.php:554 addons/sftp.php:478 methods/addon-base.php:291
743
  #: methods/cloudfiles.php:560 methods/googledrive.php:358
744
- #: methods/openstack-base.php:392 methods/s3.php:848
745
  #: methods/stream-base.php:308
746
  msgid "Success"
747
  msgstr ""
@@ -768,19 +769,19 @@ msgstr ""
768
  msgid "Failed"
769
  msgstr ""
770
 
771
- #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:846
772
- #: methods/s3.php:858
773
  msgid "Failure"
774
  msgstr ""
775
 
776
- #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:846
777
- #: methods/s3.php:858
778
  msgid ""
779
  "We successfully accessed the bucket, but the attempt to create a file in it "
780
  "failed."
781
  msgstr ""
782
 
783
- #: addons/googlecloud.php:689 methods/s3.php:848
784
  msgid "We accessed the bucket, and were able to create files within it."
785
  msgstr ""
786
 
@@ -788,7 +789,7 @@ msgstr ""
788
  msgid "You must enter a project ID in order to be able to create a new bucket."
789
  msgstr ""
790
 
791
- #: addons/googlecloud.php:815 methods/dropbox.php:390
792
  #, php-format
793
  msgid "%s logo"
794
  msgstr ""
@@ -863,9 +864,9 @@ msgstr ""
863
  msgid "Otherwise, you can leave it blank."
864
  msgstr ""
865
 
866
- #: addons/googlecloud.php:855 addons/migrator.php:341 addons/migrator.php:344
867
- #: addons/migrator.php:347 admin.php:766 admin.php:2331 admin.php:3130
868
- #: backup.php:2889 updraftplus.php:147
869
  msgid "Go here for more information."
870
  msgstr ""
871
 
@@ -945,7 +946,7 @@ msgstr ""
945
  msgid "Supported backup plugins: %s"
946
  msgstr ""
947
 
948
- #: addons/importer.php:256 admin.php:4497 class-updraftplus.php:2196
949
  #, php-format
950
  msgid "Backup created by: %s."
951
  msgstr ""
@@ -1037,363 +1038,363 @@ msgid ""
1037
  "For unlocking support, please contact whoever manages UpdraftPlus for you."
1038
  msgstr ""
1039
 
1040
- #: addons/migrator.php:156
1041
  msgid ""
1042
  "A \"migration\" is ultimately the same as a restoration - but using backup "
1043
  "archives that you import from another site."
1044
  msgstr ""
1045
 
1046
- #: addons/migrator.php:156
1047
  msgid ""
1048
  "The UpdraftPlus Migrator modifies the restoration operation appropriately, "
1049
  "to fit the backup data to the new site."
1050
  msgstr ""
1051
 
1052
- #: addons/migrator.php:159
1053
  #, php-format
1054
  msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
1055
  msgstr ""
1056
 
1057
- #: addons/migrator.php:176
1058
  msgid "This site has no backups to restore from yet."
1059
  msgstr ""
1060
 
1061
- #: addons/migrator.php:183
1062
  msgid "Restore an existing backup set onto this site"
1063
  msgstr ""
1064
 
1065
- #: addons/migrator.php:183
1066
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1067
  msgstr ""
1068
 
1069
- #: addons/migrator.php:212
1070
  msgid ""
1071
  "After pressing this button, you will be given the option to choose which "
1072
  "components you wish to migrate"
1073
  msgstr ""
1074
 
1075
- #: addons/migrator.php:212 admin.php:522 admin.php:2439 admin.php:4610
1076
  msgid "Restore"
1077
  msgstr ""
1078
 
1079
- #: addons/migrator.php:238
1080
  #, php-format
1081
  msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
1082
  msgstr ""
1083
 
1084
- #: addons/migrator.php:251
1085
  #, php-format
1086
  msgid "%s: Skipping cache file (does not already exist)"
1087
  msgstr ""
1088
 
1089
- #: addons/migrator.php:257 addons/migrator.php:282
1090
  msgid "Search / replace database"
1091
  msgstr ""
1092
 
1093
- #: addons/migrator.php:258 addons/migrator.php:290
1094
  msgid "Search for"
1095
  msgstr ""
1096
 
1097
- #: addons/migrator.php:259 addons/migrator.php:291
1098
  msgid "Replace with"
1099
  msgstr ""
1100
 
1101
- #: addons/migrator.php:263 addons/migrator.php:1821 addons/moredatabase.php:70
1102
  #: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:415
1103
- #: addons/sftp.php:419 addons/sftp.php:423 addons/webdav.php:56 admin.php:541
1104
  #: methods/addon-base.php:277 methods/cloudfiles-new.php:142
1105
  #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
1106
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
1107
  #: methods/openstack2.php:142 methods/openstack2.php:147
1108
- #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:758
1109
- #: methods/s3.php:762
1110
  #, php-format
1111
  msgid "Failure: No %s was given."
1112
  msgstr ""
1113
 
1114
- #: addons/migrator.php:263
1115
  msgid "search term"
1116
  msgstr ""
1117
 
1118
- #: addons/migrator.php:264 addons/migrator.php:276 admin.php:2236
1119
- #: admin.php:2245 admin.php:2254 admin.php:2296 admin.php:3413
1120
  msgid "Return to UpdraftPlus Configuration"
1121
  msgstr ""
1122
 
1123
- #: addons/migrator.php:283
1124
  msgid "This can easily destroy your site; so, use it with care!"
1125
  msgstr ""
1126
 
1127
- #: addons/migrator.php:284
1128
  msgid "A search/replace cannot be undone - are you sure you want to do this?"
1129
  msgstr ""
1130
 
1131
- #: addons/migrator.php:292
1132
  msgid "Rows per batch"
1133
  msgstr ""
1134
 
1135
- #: addons/migrator.php:293
1136
  msgid "These tables only"
1137
  msgstr ""
1138
 
1139
- #: addons/migrator.php:293
1140
  msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
1141
  msgstr ""
1142
 
1143
- #: addons/migrator.php:295
1144
  msgid "Go"
1145
  msgstr ""
1146
 
1147
- #: addons/migrator.php:303 admin.php:2326 class-updraftplus.php:3571
1148
  #: restorer.php:1439 restorer.php:1465 restorer.php:1879
1149
  msgid "Warning:"
1150
  msgstr ""
1151
 
1152
- #: addons/migrator.php:303
1153
  msgid ""
1154
  "This looks like a migration (the backup is from a site with a different "
1155
  "address/URL), but you did not check the option to search-and-replace the "
1156
  "database. That is usually a mistake."
1157
  msgstr ""
1158
 
1159
- #: addons/migrator.php:307
1160
  msgid "Processed plugin:"
1161
  msgstr ""
1162
 
1163
- #: addons/migrator.php:318
1164
  msgid "Network activating theme:"
1165
  msgstr ""
1166
 
1167
- #: addons/migrator.php:341 addons/migrator.php:344 addons/migrator.php:347
1168
  #, php-format
1169
  msgid ""
1170
  "You selected %s to be included in the restoration - this cannot / should not "
1171
  "be done when importing a single site into a network."
1172
  msgstr ""
1173
 
1174
- #: addons/migrator.php:341
1175
  msgid "WordPress core"
1176
  msgstr ""
1177
 
1178
- #: addons/migrator.php:344
1179
  msgid "other content from wp-content"
1180
  msgstr ""
1181
 
1182
- #: addons/migrator.php:347 addons/multisite.php:609
1183
  msgid "Must-use plugins"
1184
  msgstr ""
1185
 
1186
- #: addons/migrator.php:353 addons/migrator.php:355
1187
  msgid "Importing a single site into a multisite install"
1188
  msgstr ""
1189
 
1190
- #: addons/migrator.php:353 admin.php:2887 admin.php:3858
1191
  #, php-format
1192
  msgid "This feature requires %s version %s or later"
1193
  msgstr ""
1194
 
1195
- #: addons/migrator.php:355
1196
  #, php-format
1197
  msgid "This feature is not compatible with %s"
1198
  msgstr ""
1199
 
1200
- #: addons/migrator.php:361
1201
  msgid "Information needed to continue:"
1202
  msgstr ""
1203
 
1204
- #: addons/migrator.php:362
1205
  msgid ""
1206
  "Enter details for where this new site is to live within your multisite "
1207
  "install:"
1208
  msgstr ""
1209
 
1210
- #: addons/migrator.php:375 addons/migrator.php:377
1211
  msgid "You must use lower-case letters or numbers for the site path, only."
1212
  msgstr ""
1213
 
1214
- #: addons/migrator.php:385
1215
  msgid "Attribute imported content to user"
1216
  msgstr ""
1217
 
1218
- #: addons/migrator.php:420
1219
  msgid "Migrated site (from UpdraftPlus)"
1220
  msgstr ""
1221
 
1222
- #: addons/migrator.php:423
1223
  #, php-format
1224
  msgid "Required information for restoring this backup was not given (%s)"
1225
  msgstr ""
1226
 
1227
- #: addons/migrator.php:444
1228
  msgid "New site:"
1229
  msgstr ""
1230
 
1231
- #: addons/migrator.php:480 addons/migrator.php:481
1232
  msgid "Error when creating new site at your chosen address:"
1233
  msgstr ""
1234
 
1235
- #: addons/migrator.php:499
1236
  msgid "<strong>ERROR</strong>: Site URL already taken."
1237
  msgstr ""
1238
 
1239
- #: addons/migrator.php:506
1240
  msgid "<strong>ERROR</strong>: problem creating site entry."
1241
  msgstr ""
1242
 
1243
- #: addons/migrator.php:517
1244
  #, php-format
1245
  msgid ""
1246
  "All references to the site location in the database will be replaced with "
1247
  "your current site URL, which is: %s"
1248
  msgstr ""
1249
 
1250
- #: addons/migrator.php:517
1251
  msgid "Search and replace site location in the database (migrate)"
1252
  msgstr ""
1253
 
1254
- #: addons/migrator.php:517
1255
  msgid "(learn more)"
1256
  msgstr ""
1257
 
1258
- #: addons/migrator.php:575 restorer.php:1379
1259
  msgid ""
1260
  "Database access: Direct MySQL access is not available, so we are falling "
1261
  "back to wpdb (this will be considerably slower)"
1262
  msgstr ""
1263
 
1264
- #: addons/migrator.php:648
1265
  #, php-format
1266
  msgid ""
1267
  "Skipping this table: data in this table (%s) should not be search/replaced"
1268
  msgstr ""
1269
 
1270
- #: addons/migrator.php:656
1271
  #, php-format
1272
  msgid "Replacing in blogs/site table: from: %s to: %s"
1273
  msgstr ""
1274
 
1275
- #: addons/migrator.php:725
1276
  msgid "Adjusting multisite paths"
1277
  msgstr ""
1278
 
1279
- #: addons/migrator.php:752 addons/migrator.php:1056
1280
  #, php-format
1281
  msgid "Failed: the %s operation was not able to start."
1282
  msgstr ""
1283
 
1284
- #: addons/migrator.php:752 addons/migrator.php:754
1285
  msgid "search and replace"
1286
  msgstr ""
1287
 
1288
- #: addons/migrator.php:754 addons/migrator.php:1058
1289
  #, php-format
1290
  msgid "Failed: we did not understand the result returned by the %s operation."
1291
  msgstr ""
1292
 
1293
- #: addons/migrator.php:826
1294
  msgid "Database: search and replace site URL"
1295
  msgstr ""
1296
 
1297
- #: addons/migrator.php:830
1298
  msgid "This option was not selected."
1299
  msgstr ""
1300
 
1301
- #: addons/migrator.php:864 addons/migrator.php:868 addons/migrator.php:872
1302
- #: addons/migrator.php:877 addons/migrator.php:881 addons/migrator.php:886
1303
  #, php-format
1304
  msgid "Error: unexpected empty parameter (%s, %s)"
1305
  msgstr ""
1306
 
1307
- #: addons/migrator.php:892
1308
  #, php-format
1309
  msgid "Nothing to do: the site URL is already: %s"
1310
  msgstr ""
1311
 
1312
- #: addons/migrator.php:903
1313
  #, php-format
1314
  msgid ""
1315
  "Warning: the database's site URL (%s) is different to what we expected (%s)"
1316
  msgstr ""
1317
 
1318
- #: addons/migrator.php:908
1319
  #, php-format
1320
  msgid ""
1321
  "Warning: the database's home URL (%s) is different to what we expected (%s)"
1322
  msgstr ""
1323
 
1324
- #: addons/migrator.php:919
1325
  #, php-format
1326
  msgid "Database search and replace: replace %s in backup dump with %s"
1327
  msgstr ""
1328
 
1329
- #: addons/migrator.php:959
1330
  msgid "Could not get list of tables"
1331
  msgstr ""
1332
 
1333
- #: addons/migrator.php:982 addons/migrator.php:1025 addons/migrator.php:1172
1334
  msgid "Search and replacing table:"
1335
  msgstr ""
1336
 
1337
- #: addons/migrator.php:982
1338
  msgid "skipped (not in list)"
1339
  msgstr ""
1340
 
1341
- #: addons/migrator.php:1025
1342
  msgid "already done"
1343
  msgstr ""
1344
 
1345
- #: addons/migrator.php:1074
1346
  msgid "Tables examined:"
1347
  msgstr ""
1348
 
1349
- #: addons/migrator.php:1075
1350
  msgid "Rows examined:"
1351
  msgstr ""
1352
 
1353
- #: addons/migrator.php:1076
1354
  msgid "Changes made:"
1355
  msgstr ""
1356
 
1357
- #: addons/migrator.php:1077
1358
  msgid "SQL update commands run:"
1359
  msgstr ""
1360
 
1361
- #: addons/migrator.php:1078 admin.php:489
1362
  msgid "Errors:"
1363
  msgstr ""
1364
 
1365
- #: addons/migrator.php:1079
1366
  msgid "Time taken (seconds):"
1367
  msgstr ""
1368
 
1369
- #: addons/migrator.php:1110 restorer.php:1957
1370
  msgid "the database query being run was:"
1371
  msgstr ""
1372
 
1373
- #: addons/migrator.php:1215
1374
  #, php-format
1375
  msgid "rows: %d"
1376
  msgstr ""
1377
 
1378
- #: addons/migrator.php:1224
1379
  #, php-format
1380
  msgid "Searching and replacing reached row: %d"
1381
  msgstr ""
1382
 
1383
- #: addons/migrator.php:1330
1384
  #, php-format
1385
  msgid "\"%s\" has no primary key, manual change needed on row %s."
1386
  msgstr ""
1387
 
1388
- #: addons/migrator.php:1652
1389
  msgid "Backup data will be sent to:"
1390
  msgstr ""
1391
 
1392
- #: addons/migrator.php:1667
1393
  msgid "site not found"
1394
  msgstr ""
1395
 
1396
- #: addons/migrator.php:1695 admin.php:538
1397
  #, php-format
1398
  msgid ""
1399
  "You should check that the remote site is online, not firewalled, does not "
@@ -1401,7 +1402,7 @@ msgid ""
1401
  "%s or later active and that the keys have been entered correctly."
1402
  msgstr ""
1403
 
1404
- #: addons/migrator.php:1706
1405
  #, php-format
1406
  msgid ""
1407
  "The site URL you are sending to (%s) looks like a local development website. "
@@ -1409,142 +1410,184 @@ msgid ""
1409
  "will be blocking this."
1410
  msgstr ""
1411
 
1412
- #: addons/migrator.php:1710
1413
  msgid ""
1414
  "If sending directly from site to site does not work for you, then there are "
1415
  "three other methods - please try one of these instead."
1416
  msgstr ""
1417
 
1418
- #: addons/migrator.php:1723 admin.php:545
1419
  msgid "Testing connection..."
1420
  msgstr ""
1421
 
1422
- #: addons/migrator.php:1723 admin.php:3445 admin.php:3479 admin.php:3483
1423
- #: admin.php:4863 admin.php:4877 restorer.php:2061 restorer.php:2166
1424
  msgid "OK"
1425
  msgstr ""
1426
 
1427
- #: addons/migrator.php:1727 addons/moredatabase.php:235
1428
- #: addons/reporting.php:216 admin.php:158 admin.php:1282 admin.php:2998
1429
- #: admin.php:3000 admin.php:4262 admin.php:4454 admin.php:4963
1430
  msgid "Database"
1431
  msgstr ""
1432
 
1433
- #: addons/migrator.php:1741
1434
  msgid "Also send this backup to the active remote storage locations"
1435
  msgstr ""
1436
 
1437
- #: addons/migrator.php:1790
1438
  msgid "A key with this name already exists; you must use a unique name."
1439
  msgstr ""
1440
 
1441
- #: addons/migrator.php:1805 central/bootstrap.php:360
1442
  msgid "Key created successfully."
1443
  msgstr ""
1444
 
1445
- #: addons/migrator.php:1805 central/bootstrap.php:360
1446
  msgid "You must copy and paste this key now - it cannot be shown again."
1447
  msgstr ""
1448
 
1449
- #: addons/migrator.php:1821
1450
  msgid "key"
1451
  msgstr ""
1452
 
1453
- #: addons/migrator.php:1831
1454
  msgid "The entered key was the wrong length - please try again."
1455
  msgstr ""
1456
 
1457
- #: addons/migrator.php:1833 addons/migrator.php:1835 addons/migrator.php:1839
1458
  msgid "The entered key was corrupt - please try again."
1459
  msgstr ""
1460
 
1461
- #: addons/migrator.php:1844
1462
  msgid ""
1463
  "The entered key does not belong to a remote site (it belongs to this one)."
1464
  msgstr ""
1465
 
1466
- #: addons/migrator.php:1860
1467
  msgid "The key was successfully added."
1468
  msgstr ""
1469
 
1470
- #: addons/migrator.php:1860
1471
  msgid "It is for sending backups to the following site: "
1472
  msgstr ""
1473
 
1474
- #: addons/migrator.php:1879
1475
  msgid "No receiving sites have yet been added."
1476
  msgstr ""
1477
 
1478
- #: addons/migrator.php:1881 admin.php:537
1479
  msgid "Send to site:"
1480
  msgstr ""
1481
 
1482
- #: addons/migrator.php:1887 admin.php:546
1483
  msgid "Send"
1484
  msgstr ""
1485
 
1486
- #: addons/migrator.php:2121
1487
  msgid "Or, send a backup to another site"
1488
  msgstr ""
1489
 
1490
- #: addons/migrator.php:2122
1491
  msgid ""
1492
  "To add a site as a destination for sending to, enter that site's key below."
1493
  msgstr ""
1494
 
1495
- #: addons/migrator.php:2122
1496
  msgid ""
1497
  "Keys for this site are created in the section below the one you just pressed "
1498
  "in."
1499
  msgstr ""
1500
 
1501
- #: addons/migrator.php:2122
1502
  msgid ""
1503
  "So, to get the key for the remote site, open the 'Migrate' window on that "
1504
  "site, scroll down, and you can create one there."
1505
  msgstr ""
1506
 
1507
- #: addons/migrator.php:2122
1508
  msgid "How do I get a site's key?"
1509
  msgstr ""
1510
 
1511
- #: addons/migrator.php:2125
1512
  msgid "Paste key here"
1513
  msgstr ""
1514
 
1515
- #: addons/migrator.php:2125 admin.php:534
1516
  msgid "Add site"
1517
  msgstr ""
1518
 
1519
- #: addons/migrator.php:2136
1520
  msgid "Or, receive a backup from a remote site"
1521
  msgstr ""
1522
 
1523
- #: addons/migrator.php:2137
1524
  msgid ""
1525
  "To allow another site to send a backup to this site, create a key, and then "
1526
  "press the 'Migrate' button on the sending site, and copy-and-paste the key "
1527
  "there."
1528
  msgstr ""
1529
 
1530
- #: addons/migrator.php:2137
1531
- msgid "Create a key..."
 
 
1532
  msgstr ""
1533
 
1534
- #: addons/migrator.php:2141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1535
  msgid "Your new key:"
1536
  msgstr ""
1537
 
1538
- #: addons/migrator.php:2159
1539
  msgid "No keys to allow remote sites to connect have yet been created."
1540
  msgstr ""
1541
 
1542
- #: addons/migrator.php:2168
1543
  msgid "Existing keys"
1544
  msgstr ""
1545
 
1546
- #: addons/migrator.php:2171 admin.php:517 admin.php:2924 admin.php:3439
1547
- #: admin.php:3472 admin.php:4619
1548
  msgid "Delete"
1549
  msgstr ""
1550
 
@@ -1568,7 +1611,7 @@ msgstr ""
1568
  msgid "database connection attempt failed"
1569
  msgstr ""
1570
 
1571
- #: addons/moredatabase.php:93 backup.php:1354
1572
  msgid ""
1573
  "Connection failed: check your access details, that the database server is "
1574
  "up, and that the network connection is not firewalled."
@@ -1584,7 +1627,7 @@ msgstr ""
1584
  msgid "%s total table(s) found; %s with the indicated prefix."
1585
  msgstr ""
1586
 
1587
- #: addons/moredatabase.php:125 admin.php:1507
1588
  msgid "Messages:"
1589
  msgstr ""
1590
 
@@ -1681,7 +1724,7 @@ msgstr ""
1681
  msgid "Contains:"
1682
  msgstr ""
1683
 
1684
- #: addons/morefiles.php:63 admin.php:3000
1685
  #, php-format
1686
  msgid "%s restoration options:"
1687
  msgstr ""
@@ -1771,11 +1814,11 @@ msgstr ""
1771
  msgid "Add another..."
1772
  msgstr ""
1773
 
1774
- #: addons/morefiles.php:260 admin.php:4088
1775
  msgid "Exclude these:"
1776
  msgstr ""
1777
 
1778
- #: addons/morefiles.php:262 admin.php:4090
1779
  msgid ""
1780
  "If entering multiple files/directories, then separate them with commas. For "
1781
  "entities at the top level, you can use a * at the start or end of the entry "
@@ -1822,7 +1865,7 @@ msgid ""
1822
  "unpacked backup"
1823
  msgstr ""
1824
 
1825
- #: addons/multisite.php:452 class-updraftplus.php:1271
1826
  msgid "Uploads"
1827
  msgstr ""
1828
 
@@ -1906,8 +1949,8 @@ msgstr ""
1906
  msgid "Your label for this backup (optional)"
1907
  msgstr ""
1908
 
1909
- #: addons/reporting.php:65 addons/reporting.php:147 backup.php:924
1910
- #: class-updraftplus.php:3504
1911
  msgid "Backup of:"
1912
  msgstr ""
1913
 
@@ -1930,7 +1973,7 @@ msgstr ""
1930
  msgid "Backup made by %s"
1931
  msgstr ""
1932
 
1933
- #: addons/reporting.php:148 backup.php:927
1934
  msgid "Latest status:"
1935
  msgstr ""
1936
 
@@ -1961,15 +2004,15 @@ msgstr ""
1961
  msgid "Time taken:"
1962
  msgstr ""
1963
 
1964
- #: addons/reporting.php:189 admin.php:4275
1965
  msgid "Uploaded to:"
1966
  msgstr ""
1967
 
1968
- #: addons/reporting.php:201 admin.php:4287
1969
  msgid "None"
1970
  msgstr ""
1971
 
1972
- #: addons/reporting.php:221 backup.php:884
1973
  msgid "The log file has been attached to this email."
1974
  msgstr ""
1975
 
@@ -2010,22 +2053,22 @@ msgstr ""
2010
  msgid "Log all messages to syslog (only server admins are likely to want this)"
2011
  msgstr ""
2012
 
2013
- #: addons/reporting.php:412 admin.php:474
2014
  msgid "To send to more than one address, separate each address with a comma."
2015
  msgstr ""
2016
 
2017
- #: addons/reporting.php:414 admin.php:469
2018
  msgid "Send a report only when there are warnings/errors"
2019
  msgstr ""
2020
 
2021
- #: addons/reporting.php:416 admin.php:471
2022
  #, php-format
2023
  msgid ""
2024
  "Be aware that mail servers tend to have size limits; typically around %s Mb; "
2025
  "backups larger than any limits will likely not arrive."
2026
  msgstr ""
2027
 
2028
- #: addons/reporting.php:416 admin.php:470
2029
  msgid "When the Email storage method is enabled, also send the entire backup"
2030
  msgstr ""
2031
 
@@ -2076,7 +2119,7 @@ msgstr ""
2076
  msgid "AWS authentication failed"
2077
  msgstr ""
2078
 
2079
- #: addons/s3-enhanced.php:125 methods/openstack2.php:113 methods/s3.php:804
2080
  msgid "Region"
2081
  msgstr ""
2082
 
@@ -2087,7 +2130,7 @@ msgid ""
2087
  "bucket name (as another AWS user may already have taken your name)."
2088
  msgstr ""
2089
 
2090
- #: addons/s3-enhanced.php:152 methods/s3.php:836
2091
  #, php-format
2092
  msgid "The error reported by %s was:"
2093
  msgstr ""
@@ -2344,9 +2387,9 @@ msgstr ""
2344
  msgid "Use SCP instead of SFTP"
2345
  msgstr ""
2346
 
2347
- #: addons/sftp.php:406 admin.php:562 methods/addon-base.php:242
2348
  #: methods/cloudfiles.php:496 methods/ftp.php:329
2349
- #: methods/openstack-base.php:440 methods/s3.php:723
2350
  #: methods/stream-base.php:219
2351
  #, php-format
2352
  msgid "Test %s Settings"
@@ -2411,79 +2454,75 @@ msgid ""
2411
  "path, username, password and port as required - e.g.%s"
2412
  msgstr ""
2413
 
2414
- #: admin.php:124 admin.php:144 admin.php:152
2415
  msgid "Nothing currently scheduled"
2416
  msgstr ""
2417
 
2418
- #: admin.php:134
2419
  msgid "At the same time as the files backup"
2420
  msgstr ""
2421
 
2422
- #: admin.php:154
2423
  msgid "Files"
2424
  msgstr ""
2425
 
2426
- #: admin.php:154 backup.php:840
2427
  msgid "Files and database"
2428
  msgstr ""
2429
 
2430
- #: admin.php:163
2431
- msgid "Time now"
2432
- msgstr ""
2433
-
2434
- #: admin.php:335 admin.php:2397
2435
  msgid "Current Status"
2436
  msgstr ""
2437
 
2438
- #: admin.php:335 admin.php:515 admin.php:2436
2439
  msgid "Backup Now"
2440
  msgstr ""
2441
 
2442
- #: admin.php:343 admin.php:1422 admin.php:1661 admin.php:2398 admin.php:2854
2443
  msgid "Existing Backups"
2444
  msgstr ""
2445
 
2446
- #: admin.php:351 admin.php:702 admin.php:2399
2447
  msgid "Settings"
2448
  msgstr ""
2449
 
2450
- #: admin.php:359 admin.php:2400
2451
  msgid "Advanced Tools"
2452
  msgstr ""
2453
 
2454
- #: admin.php:367
2455
  msgid "Extensions"
2456
  msgstr ""
2457
 
2458
- #: admin.php:394 admin.php:408
2459
  #, php-format
2460
  msgid "Dismiss (for %s months)"
2461
  msgstr ""
2462
 
2463
- #: admin.php:396
2464
  msgid "Thank you for backing up with UpdraftPlus!"
2465
  msgstr ""
2466
 
2467
- #: admin.php:401
2468
  msgid "Free Newsletter"
2469
  msgstr ""
2470
 
2471
- #: admin.php:401
2472
  msgid ""
2473
  "UpdraftPlus news, high-quality training materials for WordPress developers "
2474
  "and site-owners, and general WordPress news. You can de-subscribe at any "
2475
  "time."
2476
  msgstr ""
2477
 
2478
- #: admin.php:401
2479
  msgid "Follow this link to sign up."
2480
  msgstr ""
2481
 
2482
- #: admin.php:403
2483
  msgid "UpdraftPlus Premium"
2484
  msgstr ""
2485
 
2486
- #: admin.php:403
2487
  msgid ""
2488
  "For personal support, the ability to copy sites, more storage destinations, "
2489
  "encrypted backups for security, multiple backup destinations, better "
@@ -2491,105 +2530,105 @@ msgid ""
2491
  "UpdraftPlus - the world’s most popular backup plugin."
2492
  msgstr ""
2493
 
2494
- #: admin.php:403
2495
  msgid "Compare with the free version"
2496
  msgstr ""
2497
 
2498
- #: admin.php:403
2499
  msgid "Go to the shop."
2500
  msgstr ""
2501
 
2502
- #: admin.php:405
2503
  msgid "More Quality Plugins"
2504
  msgstr ""
2505
 
2506
- #: admin.php:405
2507
  msgid "Free two-factor security plugin"
2508
  msgstr ""
2509
 
2510
- #: admin.php:405
2511
  msgid "Premium WooCommerce plugins"
2512
  msgstr ""
2513
 
2514
- #: admin.php:472
2515
  msgid ""
2516
  "Rescanning (looking for backups that you have uploaded manually into the "
2517
  "internal backup store)..."
2518
  msgstr ""
2519
 
2520
- #: admin.php:473
2521
  msgid "Rescanning remote and local storage for backup sets..."
2522
  msgstr ""
2523
 
2524
- #: admin.php:475
2525
  msgid ""
2526
  "If you exclude both the database and the files, then you have excluded "
2527
  "everything!"
2528
  msgstr ""
2529
 
2530
- #: admin.php:476
2531
  msgid ""
2532
  "You have chosen to backup files, but no file entities have been selected"
2533
  msgstr ""
2534
 
2535
- #: admin.php:477
2536
  msgid ""
2537
  "The restore operation has begun. Do not press stop or close your browser "
2538
  "until it reports itself as having finished."
2539
  msgstr ""
2540
 
2541
- #: admin.php:479
2542
  msgid ""
2543
  "The web server returned an error code (try again, or check your web server "
2544
  "logs)"
2545
  msgstr ""
2546
 
2547
- #: admin.php:480
2548
  msgid ""
2549
  "The new user's RackSpace console password is (this will not be shown again):"
2550
  msgstr ""
2551
 
2552
- #: admin.php:481
2553
  msgid "Trying..."
2554
  msgstr ""
2555
 
2556
- #: admin.php:482
2557
  msgid "Fetching..."
2558
  msgstr ""
2559
 
2560
- #: admin.php:483 admin.php:2866
2561
  msgid "calculating..."
2562
  msgstr ""
2563
 
2564
- #: admin.php:484
2565
  msgid "Begun looking for this entity"
2566
  msgstr ""
2567
 
2568
- #: admin.php:485
2569
  msgid "Some files are still downloading or being processed - please wait."
2570
  msgstr ""
2571
 
2572
- #: admin.php:486
2573
  msgid "Processing files - please wait..."
2574
  msgstr ""
2575
 
2576
- #: admin.php:487
2577
  msgid "Error: the server sent an empty response."
2578
  msgstr ""
2579
 
2580
- #: admin.php:488
2581
  msgid "Warnings:"
2582
  msgstr ""
2583
 
2584
- #: admin.php:490
2585
  msgid "Error: the server sent us a response which we did not understand."
2586
  msgstr ""
2587
 
2588
- #: admin.php:491 admin.php:4988
2589
  msgid "Error data:"
2590
  msgstr ""
2591
 
2592
- #: admin.php:493 admin.php:1691 admin.php:4861 class-updraftplus.php:866
2593
  #: methods/addon-base.php:75 methods/addon-base.php:80
2594
  #: methods/addon-base.php:194 methods/addon-base.php:214
2595
  #: methods/stream-base.php:196 restorer.php:2057 restorer.php:2082
@@ -2597,307 +2636,307 @@ msgstr ""
2597
  msgid "Error"
2598
  msgstr ""
2599
 
2600
- #: admin.php:494 admin.php:1919
2601
  msgid "File ready."
2602
  msgstr ""
2603
 
2604
- #: admin.php:495
2605
  msgid "You should:"
2606
  msgstr ""
2607
 
2608
- #: admin.php:496
2609
  msgid "Delete from your web server"
2610
  msgstr ""
2611
 
2612
- #: admin.php:497
2613
  msgid "Download to your computer"
2614
  msgstr ""
2615
 
2616
- #: admin.php:498
2617
  msgid "and then, if you wish,"
2618
  msgstr ""
2619
 
2620
- #: admin.php:499
2621
  msgid ""
2622
  "Download error: the server sent us a response which we did not understand."
2623
  msgstr ""
2624
 
2625
- #: admin.php:500
2626
  msgid "Requesting start of backup..."
2627
  msgstr ""
2628
 
2629
- #: admin.php:501
2630
  msgid "PHP information"
2631
  msgstr ""
2632
 
2633
- #: admin.php:502 admin.php:3170
2634
  msgid "Delete Old Directories"
2635
  msgstr ""
2636
 
2637
- #: admin.php:503
2638
  msgid "Raw backup history"
2639
  msgstr ""
2640
 
2641
- #: admin.php:504 admin.php:505 class-updraftplus.php:2203
2642
  msgid ""
2643
  "This file does not appear to be an UpdraftPlus backup archive (such files "
2644
  "are .zip or .gz files which have a name like: backup_(time)_(site "
2645
  "name)_(code)_(type).(zip|gz))."
2646
  msgstr ""
2647
 
2648
- #: admin.php:504
2649
  msgid ""
2650
  "However, UpdraftPlus archives are standard zip/SQL files - so if you are "
2651
  "sure that your file has the right format, then you can rename it to match "
2652
  "that pattern."
2653
  msgstr ""
2654
 
2655
- #: admin.php:505 class-updraftplus.php:2203
2656
  msgid ""
2657
  "If this is a backup created by a different backup plugin, then UpdraftPlus "
2658
  "Premium may be able to help you."
2659
  msgstr ""
2660
 
2661
- #: admin.php:506
2662
  msgid ""
2663
  "(make sure that you were trying to upload a zip file previously created by "
2664
  "UpdraftPlus)"
2665
  msgstr ""
2666
 
2667
- #: admin.php:507
2668
  msgid "Upload error:"
2669
  msgstr ""
2670
 
2671
- #: admin.php:508
2672
  msgid ""
2673
  "This file does not appear to be an UpdraftPlus encrypted database archive "
2674
  "(such files are .gz.crypt files which have a name like: backup_(time)_(site "
2675
  "name)_(code)_db.crypt.gz)."
2676
  msgstr ""
2677
 
2678
- #: admin.php:509
2679
  msgid "Upload error"
2680
  msgstr ""
2681
 
2682
- #: admin.php:510
2683
  msgid ""
2684
  "Follow this link to attempt decryption and download the database file to "
2685
  "your computer."
2686
  msgstr ""
2687
 
2688
- #: admin.php:511
2689
  msgid "This decryption key will be attempted:"
2690
  msgstr ""
2691
 
2692
- #: admin.php:512
2693
  msgid "Unknown server response:"
2694
  msgstr ""
2695
 
2696
- #: admin.php:513
2697
  msgid "Unknown server response status:"
2698
  msgstr ""
2699
 
2700
- #: admin.php:514
2701
  msgid "The file was uploaded."
2702
  msgstr ""
2703
 
2704
- #: admin.php:516
2705
  msgid "Cancel"
2706
  msgstr ""
2707
 
2708
- #: admin.php:518 central/bootstrap.php:424
2709
  msgid "Create"
2710
  msgstr ""
2711
 
2712
- #: admin.php:519
2713
  msgid ""
2714
  "You did not select any components to restore. Please select at least one, "
2715
  "and then try again."
2716
  msgstr ""
2717
 
2718
- #: admin.php:521
2719
  msgid "Close"
2720
  msgstr ""
2721
 
2722
- #: admin.php:523 admin.php:3622
2723
  msgid "Download log file"
2724
  msgstr ""
2725
 
2726
- #: admin.php:525 admin.php:550
2727
  msgid "You have made changes to your settings, and not saved."
2728
  msgstr ""
2729
 
2730
- #: admin.php:526
2731
  msgid "Saving..."
2732
  msgstr ""
2733
 
2734
- #: admin.php:527 methods/updraftvault.php:249 methods/updraftvault.php:294
2735
  #: udaddons/options.php:244
2736
  msgid "Connect"
2737
  msgstr ""
2738
 
2739
- #: admin.php:528
2740
  msgid "Connecting..."
2741
  msgstr ""
2742
 
2743
- #: admin.php:529 methods/updraftvault.php:335
2744
  msgid "Disconnect"
2745
  msgstr ""
2746
 
2747
- #: admin.php:530
2748
  msgid "Disconnecting..."
2749
  msgstr ""
2750
 
2751
- #: admin.php:531
2752
  msgid "Counting..."
2753
  msgstr ""
2754
 
2755
- #: admin.php:532
2756
  msgid "Update quota count"
2757
  msgstr ""
2758
 
2759
- #: admin.php:533
2760
  msgid "Adding..."
2761
  msgstr ""
2762
 
2763
- #: admin.php:536
2764
  msgid "Creating..."
2765
  msgstr ""
2766
 
2767
- #: admin.php:539
2768
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2769
  msgstr ""
2770
 
2771
- #: admin.php:541
2772
  msgid "key name"
2773
  msgstr ""
2774
 
2775
- #: admin.php:542
2776
  msgid "Deleting..."
2777
  msgstr ""
2778
 
2779
- #: admin.php:543
2780
  msgid "Please enter a valid URL"
2781
  msgstr ""
2782
 
2783
- #: admin.php:544
2784
  msgid ""
2785
  "We requested to delete the file, but could not understand the server's "
2786
  "response"
2787
  msgstr ""
2788
 
2789
- #: admin.php:549
2790
  msgctxt "(verb)"
2791
  msgid "Download"
2792
  msgstr ""
2793
 
2794
- #: admin.php:550
2795
  msgid ""
2796
  "You should save your changes to ensure that they are used for making your "
2797
  "backup."
2798
  msgstr ""
2799
 
2800
- #: admin.php:553
2801
  msgid "day"
2802
  msgstr ""
2803
 
2804
- #: admin.php:554
2805
  msgid "in the month"
2806
  msgstr ""
2807
 
2808
- #: admin.php:555
2809
  msgid "day(s)"
2810
  msgstr ""
2811
 
2812
- #: admin.php:556
2813
  msgid "hour(s)"
2814
  msgstr ""
2815
 
2816
- #: admin.php:557
2817
  msgid "week(s)"
2818
  msgstr ""
2819
 
2820
- #: admin.php:558
2821
  msgid "For backups older than"
2822
  msgstr ""
2823
 
2824
- #: admin.php:560
2825
  msgid "Processing..."
2826
  msgstr ""
2827
 
2828
- #: admin.php:561
2829
  msgid "Please fill in the required information."
2830
  msgstr ""
2831
 
2832
- #: admin.php:563
2833
  #, php-format
2834
  msgid "Testing %s Settings..."
2835
  msgstr ""
2836
 
2837
- #: admin.php:564
2838
  #, php-format
2839
  msgid "%s settings test result:"
2840
  msgstr ""
2841
 
2842
- #: admin.php:565
2843
  msgid "Nothing yet logged"
2844
  msgstr ""
2845
 
2846
- #: admin.php:584 admin.php:739
2847
  #, php-format
2848
  msgid "Dismiss (for %s weeks)"
2849
  msgstr ""
2850
 
2851
- #: admin.php:586 admin.php:741
2852
  msgid ""
2853
  "UpdraftPlus Premium can <strong>automatically</strong> take a backup of "
2854
  "your plugins or themes and database before you update."
2855
  msgstr ""
2856
 
2857
- #: admin.php:586 admin.php:741
2858
  msgid ""
2859
  "Be safe every time, without needing to remember - follow this link to learn "
2860
  "more."
2861
  msgstr ""
2862
 
2863
- #: admin.php:660
2864
  msgid "Allowed Files"
2865
  msgstr ""
2866
 
2867
- #: admin.php:706
2868
  msgid "Add-Ons / Pro Support"
2869
  msgstr ""
2870
 
2871
- #: admin.php:753 admin.php:2432 central/updraftplus-commands.php:304
2872
  msgid ""
2873
  "The 'Backup Now' button is disabled as your backup directory is not writable "
2874
  "(go to the 'Settings' tab and find the relevant option)."
2875
  msgstr ""
2876
 
2877
- #: admin.php:758
2878
  msgid "Welcome to UpdraftPlus!"
2879
  msgstr ""
2880
 
2881
- #: admin.php:758
2882
  msgid "To make a backup, just press the Backup Now button."
2883
  msgstr ""
2884
 
2885
- #: admin.php:758
2886
  msgid ""
2887
  "To change any of the default settings of what is backed up, to configure "
2888
  "scheduled backups, to send your backups to remote storage (recommended), and "
2889
  "more, go to the settings tab."
2890
  msgstr ""
2891
 
2892
- #: admin.php:762 admin.php:766 admin.php:770 admin.php:774 admin.php:778
2893
- #: admin.php:787 admin.php:2861 admin.php:4135 admin.php:4142 admin.php:4144
2894
  #: methods/cloudfiles.php:448 methods/ftp.php:284
2895
- #: methods/openstack-base.php:429 methods/s3.php:671 methods/s3.php:675
2896
- #: methods/updraftvault.php:233 udaddons/updraftplus-addons.php:177
2897
  msgid "Warning"
2898
  msgstr ""
2899
 
2900
- #: admin.php:762 class-updraftplus.php:562
2901
  #, php-format
2902
  msgid ""
2903
  "The amount of time allowed for WordPress plugins to run is very low (%s "
@@ -2906,7 +2945,7 @@ msgid ""
2906
  "max_execution_time PHP setting; the recommended value is %s seconds or more)"
2907
  msgstr ""
2908
 
2909
- #: admin.php:766
2910
  msgid ""
2911
  "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON "
2912
  "setting. No backups can run (even &quot;Backup Now&quot;) unless either you "
@@ -2914,7 +2953,7 @@ msgid ""
2914
  "enabled."
2915
  msgstr ""
2916
 
2917
- #: admin.php:770
2918
  #, php-format
2919
  msgid ""
2920
  "You have less than %s of free disk space on the disk which UpdraftPlus is "
@@ -2923,7 +2962,7 @@ msgid ""
2923
  "company) to resolve this issue."
2924
  msgstr ""
2925
 
2926
- #: admin.php:774
2927
  #, php-format
2928
  msgid ""
2929
  "UpdraftPlus does not officially support versions of WordPress before %s. It "
@@ -2931,20 +2970,20 @@ msgid ""
2931
  "is available until you upgrade WordPress."
2932
  msgstr ""
2933
 
2934
- #: admin.php:778
2935
  #, php-format
2936
  msgid "Your website is hosted using the %s web server."
2937
  msgstr ""
2938
 
2939
- #: admin.php:778
2940
  msgid "Please consult this FAQ if you have problems backing up."
2941
  msgstr ""
2942
 
2943
- #: admin.php:782
2944
  msgid "Notice"
2945
  msgstr ""
2946
 
2947
- #: admin.php:782
2948
  msgid ""
2949
  "UpdraftPlus's debug mode is on. You may see debugging notices on this page "
2950
  "not just from UpdraftPlus, but from any other plugin installed. Please try "
@@ -2952,7 +2991,7 @@ msgid ""
2952
  "raise a support request."
2953
  msgstr ""
2954
 
2955
- #: admin.php:787
2956
  #, php-format
2957
  msgid ""
2958
  "WordPress has a number (%d) of scheduled tasks which are overdue. Unless "
@@ -2960,36 +2999,36 @@ msgid ""
2960
  "WordPress install is not working."
2961
  msgstr ""
2962
 
2963
- #: admin.php:787
2964
  msgid "Read this page for a guide to possible causes and how to fix it."
2965
  msgstr ""
2966
 
2967
- #: admin.php:793 admin.php:797 admin.php:801 admin.php:805 admin.php:809
2968
- #: admin.php:813 admin.php:817 class-updraftplus.php:355
2969
- #: class-updraftplus.php:390 class-updraftplus.php:395
2970
- #: class-updraftplus.php:400
2971
  msgid "UpdraftPlus notice:"
2972
  msgstr ""
2973
 
2974
- #: admin.php:793 admin.php:797 admin.php:801 admin.php:805 admin.php:813
2975
- #: admin.php:817
2976
  #, php-format
2977
  msgid ""
2978
  "Click here to authenticate your %s account (you will not be able to back up "
2979
  "to %s without it)."
2980
  msgstr ""
2981
 
2982
- #: admin.php:809
2983
  #, php-format
2984
  msgid ""
2985
  "%s has been chosen for remote storage, but you are not currently connected."
2986
  msgstr ""
2987
 
2988
- #: admin.php:809
2989
  msgid "Go to the remote storage settings in order to connect."
2990
  msgstr ""
2991
 
2992
- #: admin.php:1019
2993
  #, php-format
2994
  msgid ""
2995
  "The backup archive for this file could not be found. The remote storage "
@@ -2998,11 +3037,11 @@ msgid ""
2998
  "and place it inside UpdraftPlus's working folder"
2999
  msgstr ""
3000
 
3001
- #: admin.php:1239
3002
  msgid "No such backup set exists"
3003
  msgstr ""
3004
 
3005
- #: admin.php:1258
3006
  #, php-format
3007
  msgid ""
3008
  "The PHP setup on this webserver allows only %s seconds for PHP to run, and "
@@ -3012,263 +3051,263 @@ msgid ""
3012
  "piece-by-piece)."
3013
  msgstr ""
3014
 
3015
- #: admin.php:1262
3016
  msgid ""
3017
  "This backup set was not known by UpdraftPlus to be created by the current "
3018
  "WordPress installation, but was either found in remote storage, or was sent "
3019
  "from a remote site."
3020
  msgstr ""
3021
 
3022
- #: admin.php:1262
3023
  msgid ""
3024
  "You should make sure that this really is a backup set intended for use on "
3025
  "this website, before you restore (rather than a backup set of an unrelated "
3026
  "website)."
3027
  msgstr ""
3028
 
3029
- #: admin.php:1274
3030
  msgid ""
3031
  "Only the WordPress database can be restored; you will need to deal with the "
3032
  "external database manually."
3033
  msgstr ""
3034
 
3035
- #: admin.php:1287 admin.php:4500 restorer.php:1337
3036
  #, php-format
3037
  msgid "Backup created by unknown source (%s) - cannot be restored."
3038
  msgstr ""
3039
 
3040
- #: admin.php:1308
3041
  #, php-format
3042
  msgid "File not found (you need to upload it): %s"
3043
  msgstr ""
3044
 
3045
- #: admin.php:1310
3046
  #, php-format
3047
  msgid "File was found, but is zero-sized (you need to re-upload it): %s"
3048
  msgstr ""
3049
 
3050
- #: admin.php:1315
3051
  #, php-format
3052
  msgid ""
3053
  "File (%s) was found, but has a different size (%s) from what was expected "
3054
  "(%s) - it may be corrupt."
3055
  msgstr ""
3056
 
3057
- #: admin.php:1330
3058
  #, php-format
3059
  msgid ""
3060
  "This multi-archive backup set appears to have the following archives "
3061
  "missing: %s"
3062
  msgstr ""
3063
 
3064
- #: admin.php:1335
3065
  msgid ""
3066
  "The backup archive files have been successfully processed. Now press Restore "
3067
  "again to proceed."
3068
  msgstr ""
3069
 
3070
- #: admin.php:1337
3071
  msgid ""
3072
  "The backup archive files have been processed, but with some warnings. If all "
3073
  "is well, then now press Restore again to proceed. Otherwise, cancel and "
3074
  "correct any problems first."
3075
  msgstr ""
3076
 
3077
- #: admin.php:1339
3078
  msgid ""
3079
  "The backup archive files have been processed, but with some errors. You will "
3080
  "need to cancel and correct any problems before retrying."
3081
  msgstr ""
3082
 
3083
- #: admin.php:1377
3084
  msgid "Known backups (raw)"
3085
  msgstr ""
3086
 
3087
- #: admin.php:1405
3088
  msgid "Options (raw)"
3089
  msgstr ""
3090
 
3091
- #: admin.php:1434
3092
  msgid "Constants"
3093
  msgstr ""
3094
 
3095
- #: admin.php:1547
3096
  msgid "Backup set not found"
3097
  msgstr ""
3098
 
3099
- #: admin.php:1619
3100
  #, php-format
3101
  msgid "Backup sets removed: %d"
3102
  msgstr ""
3103
 
3104
- #: admin.php:1621
3105
  #, php-format
3106
  msgid "Local archives deleted: %d"
3107
  msgstr ""
3108
 
3109
- #: admin.php:1622
3110
  #, php-format
3111
  msgid "Remote archives deleted: %d"
3112
  msgstr ""
3113
 
3114
- #: admin.php:1711
3115
  msgid "Job deleted"
3116
  msgstr ""
3117
 
3118
- #: admin.php:1719
3119
  msgid "Could not find that job - perhaps it has already finished?"
3120
  msgstr ""
3121
 
3122
- #: admin.php:1795 admin.php:1807
3123
  msgid "Start backup"
3124
  msgstr ""
3125
 
3126
- #: admin.php:1795
3127
  msgid ""
3128
  "OK. You should soon see activity in the \"Last log message\" field below."
3129
  msgstr ""
3130
 
3131
- #: admin.php:1847
3132
  msgid "Error: unexpected file read fail"
3133
  msgstr ""
3134
 
3135
- #: admin.php:1854 admin.php:1858 class-updraftplus.php:390
3136
  msgid "The log file could not be read."
3137
  msgstr ""
3138
 
3139
- #: admin.php:1900
3140
  msgid "Download failed"
3141
  msgstr ""
3142
 
3143
- #: admin.php:1929
3144
  msgid "Download in progress"
3145
  msgstr ""
3146
 
3147
- #: admin.php:1932
3148
  msgid "No local copy present."
3149
  msgstr ""
3150
 
3151
- #: admin.php:1969 backup.php:1121 restorer.php:168
3152
  #, php-format
3153
  msgid "Backup directory (%s) is not writable, or does not exist."
3154
  msgstr ""
3155
 
3156
- #: admin.php:1969
3157
  msgid "You will find more information about this in the Settings section."
3158
  msgstr ""
3159
 
3160
- #: admin.php:2004
3161
  msgid "This file could not be uploaded"
3162
  msgstr ""
3163
 
3164
- #: admin.php:2048
3165
  #, php-format
3166
  msgid "This backup was created by %s, and can be imported."
3167
  msgstr ""
3168
 
3169
- #: admin.php:2051
3170
  msgid ""
3171
  "Bad filename format - this does not look like a file created by UpdraftPlus"
3172
  msgstr ""
3173
 
3174
- #: admin.php:2059
3175
  #, php-format
3176
  msgid ""
3177
  "This looks like a file created by UpdraftPlus, but this install does not "
3178
  "know about this type of object: %s. Perhaps you need to install an add-on?"
3179
  msgstr ""
3180
 
3181
- #: admin.php:2141
3182
  msgid ""
3183
  "Bad filename format - this does not look like an encrypted database file "
3184
  "created by UpdraftPlus"
3185
  msgstr ""
3186
 
3187
- #: admin.php:2161
3188
  msgid "Premium"
3189
  msgstr ""
3190
 
3191
- #: admin.php:2162
3192
  msgid "News"
3193
  msgstr ""
3194
 
3195
- #: admin.php:2163 class-updraftplus.php:3367 class-updraftplus.php:3396
3196
  msgid "Twitter"
3197
  msgstr ""
3198
 
3199
- #: admin.php:2164 admin.php:2552
3200
  msgid "Support"
3201
  msgstr ""
3202
 
3203
- #: admin.php:2165
3204
  msgid "Newsletter sign-up"
3205
  msgstr ""
3206
 
3207
- #: admin.php:2166
3208
  msgid "Lead developer's homepage"
3209
  msgstr ""
3210
 
3211
- #: admin.php:2167
3212
  msgid "More plugins"
3213
  msgstr ""
3214
 
3215
- #: admin.php:2167
3216
  msgid "Version"
3217
  msgstr ""
3218
 
3219
- #: admin.php:2197 admin.php:2206
3220
  msgid ""
3221
  "Sufficient information about the in-progress restoration operation could not "
3222
  "be found."
3223
  msgstr ""
3224
 
3225
- #: admin.php:2226
3226
  msgid "Restore successful!"
3227
  msgstr ""
3228
 
3229
- #: admin.php:2236 admin.php:2245 admin.php:2254 admin.php:2296 admin.php:3413
3230
- #: admin.php:4327
3231
  msgid "Actions"
3232
  msgstr ""
3233
 
3234
- #: admin.php:2240 admin.php:2250
3235
  msgid "Restore failed..."
3236
  msgstr ""
3237
 
3238
- #: admin.php:2287
3239
  msgid "Backup directory could not be created"
3240
  msgstr ""
3241
 
3242
- #: admin.php:2294
3243
  msgid "Backup directory successfully created."
3244
  msgstr ""
3245
 
3246
- #: admin.php:2317
3247
  msgid "Your settings have been wiped."
3248
  msgstr ""
3249
 
3250
- #: admin.php:2326
3251
  msgid ""
3252
  "If you can still read these words after the page finishes loading, then "
3253
  "there is a JavaScript or jQuery problem in the site."
3254
  msgstr ""
3255
 
3256
- #: admin.php:2329
3257
  msgid ""
3258
  "The UpdraftPlus directory in wp-content/plugins has white-space in it; "
3259
  "WordPress does not like this. You should rename the directory to wp-content/"
3260
  "plugins/updraftplus to fix this problem."
3261
  msgstr ""
3262
 
3263
- #: admin.php:2342
3264
  msgid "For even more features and personal support, check out "
3265
  msgstr ""
3266
 
3267
- #: admin.php:2344
3268
  msgid "Your backup has been restored."
3269
  msgstr ""
3270
 
3271
- #: admin.php:2363
3272
  msgid ""
3273
  "Your PHP memory limit (set by your web hosting company) is very low. "
3274
  "UpdraftPlus attempted to raise it but was unsuccessful. This plugin may "
@@ -3277,424 +3316,424 @@ msgid ""
3277
  "successful with a 32Mb limit - your experience may vary)."
3278
  msgstr ""
3279
 
3280
- #: admin.php:2363
3281
  msgid "Current limit is:"
3282
  msgstr ""
3283
 
3284
- #: admin.php:2401
3285
  msgid "Premium / Extensions"
3286
  msgstr ""
3287
 
3288
- #: admin.php:2421
3289
  msgid "JavaScript warning"
3290
  msgstr ""
3291
 
3292
- #: admin.php:2422
3293
  msgid ""
3294
  "This admin interface uses JavaScript heavily. You either need to activate it "
3295
  "within your browser, or to use a JavaScript-capable browser."
3296
  msgstr ""
3297
 
3298
- #: admin.php:2436 admin.php:5186
3299
  msgid ""
3300
  "This button is disabled because your backup directory is not writable (see "
3301
  "the settings)."
3302
  msgstr ""
3303
 
3304
- #: admin.php:2442
3305
  msgid "Clone/Migrate"
3306
  msgstr ""
3307
 
3308
- #: admin.php:2455
3309
  msgid "Next scheduled backups"
3310
  msgstr ""
3311
 
3312
- #: admin.php:2456
3313
  msgid "Now"
3314
  msgstr ""
3315
 
3316
- #: admin.php:2465
3317
  msgid "Last backup job run:"
3318
  msgstr ""
3319
 
3320
- #: admin.php:2474
3321
  msgid "Migrate Site"
3322
  msgstr ""
3323
 
3324
- #: admin.php:2479
3325
  msgid "Do you want to migrate or clone/duplicate a site?"
3326
  msgstr ""
3327
 
3328
- #: admin.php:2479
3329
  msgid ""
3330
  "Then, try out our \"Migrator\" add-on. After using it once, you'll have "
3331
  "saved the purchase price compared to the time needed to copy a site by hand."
3332
  msgstr ""
3333
 
3334
- #: admin.php:2479
3335
  msgid "Get it here."
3336
  msgstr ""
3337
 
3338
- #: admin.php:2489
3339
  msgid "Perform a one-time backup"
3340
  msgstr ""
3341
 
3342
- #: admin.php:2491
3343
  msgid ""
3344
  "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for "
3345
  "activity."
3346
  msgstr ""
3347
 
3348
- #: admin.php:2500
3349
  msgid "Multisite"
3350
  msgstr ""
3351
 
3352
- #: admin.php:2504
3353
  msgid "Do you need WordPress Multisite support?"
3354
  msgstr ""
3355
 
3356
- #: admin.php:2504
3357
  msgid ""
3358
  "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
3359
  msgstr ""
3360
 
3361
- #: admin.php:2524
3362
  msgid "Backup Contents And Schedule"
3363
  msgstr ""
3364
 
3365
- #: admin.php:2547
3366
  msgid ""
3367
  "You are currently using the free version of UpdraftPlus from wordpress.org."
3368
  msgstr ""
3369
 
3370
- #: admin.php:2547
3371
  msgid ""
3372
  "If you have made a purchase from UpdraftPlus.Com, then follow this link to "
3373
  "the instructions to install your purchase."
3374
  msgstr ""
3375
 
3376
- #: admin.php:2547
3377
  msgid "The first step is to de-install the free version."
3378
  msgstr ""
3379
 
3380
- #: admin.php:2549
3381
  msgid "Get UpdraftPlus Premium"
3382
  msgstr ""
3383
 
3384
- #: admin.php:2550
3385
  msgid "Full feature list"
3386
  msgstr ""
3387
 
3388
- #: admin.php:2551
3389
  msgid "Pre-sales FAQs"
3390
  msgstr ""
3391
 
3392
- #: admin.php:2552
3393
  msgid "Ask a pre-sales question"
3394
  msgstr ""
3395
 
3396
- #: admin.php:2564
3397
  msgid "Get it from"
3398
  msgstr ""
3399
 
3400
- #: admin.php:2568
3401
  msgid "Buy It Now!"
3402
  msgstr ""
3403
 
3404
- #: admin.php:2572
3405
  msgid "Backup WordPress files and database"
3406
  msgstr ""
3407
 
3408
- #: admin.php:2577
3409
  #, php-format
3410
  msgid "Translated into over %s languages"
3411
  msgstr ""
3412
 
3413
- #: admin.php:2582
3414
  msgid "Restore from backup"
3415
  msgstr ""
3416
 
3417
- #: admin.php:2587
3418
  msgid "Backup to remote storage"
3419
  msgstr ""
3420
 
3421
- #: admin.php:2592
3422
  msgid "Dropbox, Google Drive, FTP, S3, Rackspace, Email"
3423
  msgstr ""
3424
 
3425
- #: admin.php:2597
3426
  msgid "WebDAV, Copy.Com, SFTP/SCP, encrypted FTP"
3427
  msgstr ""
3428
 
3429
- #: admin.php:2602
3430
  msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
3431
  msgstr ""
3432
 
3433
- #: admin.php:2607
3434
  msgid "Free 1GB for UpdraftPlus Vault"
3435
  msgstr ""
3436
 
3437
- #: admin.php:2612
3438
  msgid "Backup extra files and databases"
3439
  msgstr ""
3440
 
3441
- #: admin.php:2617
3442
  msgid "Migrate / clone (i.e. copy) websites"
3443
  msgstr ""
3444
 
3445
- #: admin.php:2622
3446
  msgid "Basic email reporting"
3447
  msgstr ""
3448
 
3449
- #: admin.php:2627
3450
  msgid "Advanced reporting features"
3451
  msgstr ""
3452
 
3453
- #: admin.php:2632
3454
  msgid "Automatic backup when updating WP/plugins/themes"
3455
  msgstr ""
3456
 
3457
- #: admin.php:2637
3458
  msgid "Send backups to multiple remote destinations"
3459
  msgstr ""
3460
 
3461
- #: admin.php:2642
3462
  msgid "Database encryption"
3463
  msgstr ""
3464
 
3465
- #: admin.php:2647
3466
  msgid "Restore backups from other plugins"
3467
  msgstr ""
3468
 
3469
- #: admin.php:2652
3470
  msgid "No advertising links on UpdraftPlus settings page"
3471
  msgstr ""
3472
 
3473
- #: admin.php:2657
3474
  msgid "Scheduled backups"
3475
  msgstr ""
3476
 
3477
- #: admin.php:2662
3478
  msgid "Fix backup time"
3479
  msgstr ""
3480
 
3481
- #: admin.php:2667
3482
  msgid "Network/Multisite support"
3483
  msgstr ""
3484
 
3485
- #: admin.php:2672
3486
  msgid "Lock settings access"
3487
  msgstr ""
3488
 
3489
- #: admin.php:2677
3490
  msgid "Personal support"
3491
  msgstr ""
3492
 
3493
- #: admin.php:2721
3494
  #, php-format
3495
  msgid "%s minutes, %s seconds"
3496
  msgstr ""
3497
 
3498
- #: admin.php:2723
3499
  msgid "Unfinished restoration"
3500
  msgstr ""
3501
 
3502
- #: admin.php:2724
3503
  #, php-format
3504
  msgid "You have an unfinished restoration operation, begun %s ago."
3505
  msgstr ""
3506
 
3507
- #: admin.php:2729
3508
  msgid "Continue restoration"
3509
  msgstr ""
3510
 
3511
- #: admin.php:2730
3512
  msgid "Dismiss"
3513
  msgstr ""
3514
 
3515
- #: admin.php:2750
3516
  msgid "Include the database in the backup"
3517
  msgstr ""
3518
 
3519
- #: admin.php:2752
3520
  msgid "Include any files in the backup"
3521
  msgstr ""
3522
 
3523
- #: admin.php:2754
3524
  msgid ""
3525
  "Your saved settings also affect what is backed up - e.g. files excluded."
3526
  msgstr ""
3527
 
3528
- #: admin.php:2780
3529
  msgid "Backups in progress:"
3530
  msgstr ""
3531
 
3532
- #: admin.php:2790 admin.php:2796 central/bootstrap.php:164
3533
  msgid "(Nothing yet logged)"
3534
  msgstr ""
3535
 
3536
- #: admin.php:2807
3537
  msgid "Latest UpdraftPlus.com news:"
3538
  msgstr ""
3539
 
3540
- #: admin.php:2831
3541
  msgid "Download most recently modified log file"
3542
  msgstr ""
3543
 
3544
- #: admin.php:2861
3545
  msgid ""
3546
  "Your WordPress installation has a problem with outputting extra whitespace. "
3547
  "This can corrupt backups that you download from here."
3548
  msgstr ""
3549
 
3550
- #: admin.php:2861 admin.php:4990
3551
  msgid "Please consult this FAQ for help on what to do about it."
3552
  msgstr ""
3553
 
3554
- #: admin.php:2866
3555
  msgid "Web-server disk space in use by UpdraftPlus"
3556
  msgstr ""
3557
 
3558
- #: admin.php:2866
3559
  msgid "calculate"
3560
  msgstr ""
3561
 
3562
- #: admin.php:2866
3563
  msgid "refresh"
3564
  msgstr ""
3565
 
3566
- #: admin.php:2869
3567
  msgid "More tasks:"
3568
  msgstr ""
3569
 
3570
- #: admin.php:2870
3571
  msgid "Upload backup files"
3572
  msgstr ""
3573
 
3574
- #: admin.php:2871
3575
  msgid ""
3576
  "Press here to look inside your UpdraftPlus directory (in your web hosting "
3577
  "space) for any new backup sets that you have uploaded."
3578
  msgstr ""
3579
 
3580
- #: admin.php:2871
3581
  msgid ""
3582
  "The location of this directory is set in the expert settings, in the "
3583
  "Settings tab."
3584
  msgstr ""
3585
 
3586
- #: admin.php:2871
3587
  msgid "Rescan local folder for new backup sets"
3588
  msgstr ""
3589
 
3590
- #: admin.php:2872
3591
  msgid ""
3592
  "Press here to look inside your remote storage methods for any existing "
3593
  "backup sets (from any site, if they are stored in the same folder)."
3594
  msgstr ""
3595
 
3596
- #: admin.php:2872
3597
  msgid "Rescan remote storage"
3598
  msgstr ""
3599
 
3600
- #: admin.php:2875
3601
  msgid "Opera web browser"
3602
  msgstr ""
3603
 
3604
- #: admin.php:2875
3605
  msgid "If you are using this, then turn Turbo/Road mode off."
3606
  msgstr ""
3607
 
3608
- #: admin.php:2882
3609
  msgid "UpdraftPlus - Upload backup files"
3610
  msgstr ""
3611
 
3612
- #: admin.php:2883
3613
  msgid "Upload files into UpdraftPlus."
3614
  msgstr ""
3615
 
3616
- #: admin.php:2883
3617
  msgid ""
3618
  "Or, you can place them manually into your UpdraftPlus directory (usually wp-"
3619
  "content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
3620
  msgstr ""
3621
 
3622
- #: admin.php:2893
3623
  msgid "Drop backup files here"
3624
  msgstr ""
3625
 
3626
- #: admin.php:2894
3627
  msgctxt "Uploader: Drop backup files here - or - Select Files"
3628
  msgid "or"
3629
  msgstr ""
3630
 
3631
- #: admin.php:2923
3632
  msgid "Actions upon selected backups"
3633
  msgstr ""
3634
 
3635
- #: admin.php:2925
3636
  msgid "Select all"
3637
  msgstr ""
3638
 
3639
- #: admin.php:2926
3640
  msgid "Deselect"
3641
  msgstr ""
3642
 
3643
- #: admin.php:2934
3644
  msgid "Delete backup set"
3645
  msgstr ""
3646
 
3647
- #: admin.php:2937 admin.php:2940
3648
  #, php-format
3649
  msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
3650
  msgstr ""
3651
 
3652
- #: admin.php:2937
3653
  msgid "this backup set"
3654
  msgstr ""
3655
 
3656
- #: admin.php:2940
3657
  msgid "these backup sets"
3658
  msgstr ""
3659
 
3660
- #: admin.php:2948
3661
  msgid "Also delete from remote storage"
3662
  msgstr ""
3663
 
3664
- #: admin.php:2949
3665
  msgid ""
3666
  "Deleting... please allow time for the communications with the remote storage "
3667
  "to complete."
3668
  msgstr ""
3669
 
3670
- #: admin.php:2955
3671
  msgid "Restore backup"
3672
  msgstr ""
3673
 
3674
- #: admin.php:2956
3675
  msgid "Restore backup from"
3676
  msgstr ""
3677
 
3678
- #: admin.php:2960
3679
  msgid "Retrieving (if necessary) and preparing backup files..."
3680
  msgstr ""
3681
 
3682
- #: admin.php:2968
3683
  msgid ""
3684
  "Restoring will replace this site's themes, plugins, uploads, database and/or "
3685
  "other content directories (according to what is contained in the backup set, "
3686
  "and your selection)."
3687
  msgstr ""
3688
 
3689
- #: admin.php:2968
3690
  msgid "Choose the components to restore"
3691
  msgstr ""
3692
 
3693
- #: admin.php:2980
3694
  msgid "Your web server has PHP's so-called safe_mode active."
3695
  msgstr ""
3696
 
3697
- #: admin.php:2980
3698
  msgid ""
3699
  "This makes time-outs much more likely. You are recommended to turn safe_mode "
3700
  "off, or to restore only one entity at a time, <a href=\"https://updraftplus."
@@ -3702,68 +3741,68 @@ msgid ""
3702
  "from-the-wp-admin-console/\">or to restore manually</a>."
3703
  msgstr ""
3704
 
3705
- #: admin.php:2993
3706
  #, php-format
3707
  msgid "The following entity cannot be restored automatically: \"%s\"."
3708
  msgstr ""
3709
 
3710
- #: admin.php:2993
3711
  msgid "You will need to restore it manually."
3712
  msgstr ""
3713
 
3714
- #: admin.php:3008
3715
  msgid ""
3716
  "You can search and replace your database (for migrating a website to a new "
3717
  "location/URL) with the Migrator add-on - follow this link for more "
3718
  "information"
3719
  msgstr ""
3720
 
3721
- #: admin.php:3019
3722
  msgid "Do read this helpful article of useful things to know before restoring."
3723
  msgstr ""
3724
 
3725
- #: admin.php:3036
3726
  msgid "Unless you have a problem, you can completely ignore everything here."
3727
  msgstr ""
3728
 
3729
- #: admin.php:3061
3730
  msgid "Web server:"
3731
  msgstr ""
3732
 
3733
- #: admin.php:3070
3734
  msgid "Peak memory usage"
3735
  msgstr ""
3736
 
3737
- #: admin.php:3071
3738
  msgid "Current memory usage"
3739
  msgstr ""
3740
 
3741
- #: admin.php:3072
3742
  msgid "Memory limit"
3743
  msgstr ""
3744
 
3745
- #: admin.php:3073 admin.php:3074 admin.php:3081
3746
  #, php-format
3747
  msgid "%s version:"
3748
  msgstr ""
3749
 
3750
- #: admin.php:3073
3751
  msgid "show PHP information (phpinfo)"
3752
  msgstr ""
3753
 
3754
- #: admin.php:3079
3755
  msgid "Not installed"
3756
  msgstr ""
3757
 
3758
- #: admin.php:3079
3759
  msgid "required for some remote storage providers"
3760
  msgstr ""
3761
 
3762
- #: admin.php:3083 admin.php:3086 admin.php:3090
3763
  msgid "Yes"
3764
  msgstr ""
3765
 
3766
- #: admin.php:3086 admin.php:3090
3767
  msgid "No"
3768
  msgstr ""
3769
 
@@ -3889,7 +3928,7 @@ msgstr ""
3889
  msgid "The backup has finished running"
3890
  msgstr ""
3891
 
3892
- #: admin.php:3220 admin.php:4630
3893
  msgid "View Log"
3894
  msgstr ""
3895
 
@@ -3947,7 +3986,7 @@ msgstr ""
3947
  msgid "Encrypted database"
3948
  msgstr ""
3949
 
3950
- #: admin.php:3344 central/bootstrap.php:397 central/bootstrap.php:404
3951
  #: methods/updraftvault.php:329 methods/updraftvault.php:388
3952
  msgid "Unknown"
3953
  msgstr ""
@@ -3982,8 +4021,8 @@ msgstr ""
3982
  msgid "stop"
3983
  msgstr ""
3984
 
3985
- #: admin.php:3389 admin.php:3608 class-updraftplus.php:3509
3986
- #: class-updraftplus.php:3527
3987
  #, php-format
3988
  msgid "Warning: %s"
3989
  msgstr ""
@@ -4025,125 +4064,125 @@ msgid ""
4025
  "set permissions for a WordPress plugin to write to the directory."
4026
  msgstr ""
4027
 
4028
- #: admin.php:3596
4029
  #, php-format
4030
  msgid "incremental backup; base backup: %s"
4031
  msgstr ""
4032
 
4033
- #: admin.php:3626
4034
  msgid "No backup has been completed"
4035
  msgstr ""
4036
 
4037
- #: admin.php:3635
4038
  msgctxt "i.e. Non-automatic"
4039
  msgid "Manual"
4040
  msgstr ""
4041
 
4042
- #: admin.php:3636 admin.php:3637 admin.php:3638 updraftplus.php:92
4043
  #: updraftplus.php:93
4044
  #, php-format
4045
  msgid "Every %s hours"
4046
  msgstr ""
4047
 
4048
- #: admin.php:3639
4049
  msgid "Daily"
4050
  msgstr ""
4051
 
4052
- #: admin.php:3640
4053
  msgid "Weekly"
4054
  msgstr ""
4055
 
4056
- #: admin.php:3641
4057
  msgid "Fortnightly"
4058
  msgstr ""
4059
 
4060
- #: admin.php:3642
4061
  msgid "Monthly"
4062
  msgstr ""
4063
 
4064
- #: admin.php:3648
4065
  msgid "Backup directory specified is writable, which is good."
4066
  msgstr ""
4067
 
4068
- #: admin.php:3652
4069
  msgid "Backup directory specified does <b>not</b> exist."
4070
  msgstr ""
4071
 
4072
- #: admin.php:3654
4073
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4074
  msgstr ""
4075
 
4076
- #: admin.php:3656
4077
  msgid "Click here to attempt to create the directory and set the permissions"
4078
  msgstr ""
4079
 
4080
- #: admin.php:3656
4081
  msgid "or, to reset this option"
4082
  msgstr ""
4083
 
4084
- #: admin.php:3656
4085
  msgid "click here"
4086
  msgstr ""
4087
 
4088
- #: admin.php:3656
4089
  msgid ""
4090
  "If that is unsuccessful check the permissions on your server or change it to "
4091
  "another directory that is writable by your web server process."
4092
  msgstr ""
4093
 
4094
- #: admin.php:3680
4095
  msgid "Files backup schedule"
4096
  msgstr ""
4097
 
4098
- #: admin.php:3700 admin.php:3739
4099
  msgid "and retain this many scheduled backups"
4100
  msgstr ""
4101
 
4102
- #: admin.php:3713
4103
  msgid "Incremental file backup schedule"
4104
  msgstr ""
4105
 
4106
- #: admin.php:3716
4107
  msgid "Tell me more about incremental backups"
4108
  msgstr ""
4109
 
4110
- #: admin.php:3723
4111
  msgid "Database backup schedule"
4112
  msgstr ""
4113
 
4114
- #: admin.php:3752
4115
  msgid "To fix the time at which a backup should take place,"
4116
  msgstr ""
4117
 
4118
- #: admin.php:3752
4119
  msgid "e.g. if your server is busy at day and you want to run overnight"
4120
  msgstr ""
4121
 
4122
- #: admin.php:3752
4123
  msgid "or to configure more complex schedules"
4124
  msgstr ""
4125
 
4126
- #: admin.php:3752
4127
  msgid "use UpdraftPlus Premium"
4128
  msgstr ""
4129
 
4130
- #: admin.php:3758
4131
  msgid "Sending Your Backup To Remote Storage"
4132
  msgstr ""
4133
 
4134
- #: admin.php:3768
4135
  msgid "Choose your remote storage"
4136
  msgstr ""
4137
 
4138
- #: admin.php:3768
4139
  msgid "(tap on an icon to select or unselect)"
4140
  msgstr ""
4141
 
4142
- #: admin.php:3790
4143
  msgid "You can send a backup to more than one destination with an add-on."
4144
  msgstr ""
4145
 
4146
- #: admin.php:3798
4147
  msgid ""
4148
  "If you choose no remote storage, then the backups remain on the web-server. "
4149
  "This is not recommended (unless you plan to manually copy them to your "
@@ -4151,130 +4190,130 @@ msgid ""
4151
  "the backups in one event."
4152
  msgstr ""
4153
 
4154
- #: admin.php:3817
4155
  msgid "File Options"
4156
  msgstr ""
4157
 
4158
- #: admin.php:3821
4159
  msgid "Include in files backup"
4160
  msgstr ""
4161
 
4162
- #: admin.php:3824
4163
  msgid ""
4164
  "The above directories are everything, except for WordPress core itself which "
4165
  "you can download afresh from WordPress.org."
4166
  msgstr ""
4167
 
4168
- #: admin.php:3824
4169
  msgid "See also the \"More Files\" add-on from our shop."
4170
  msgstr ""
4171
 
4172
- #: admin.php:3829
4173
  msgid "Database Options"
4174
  msgstr ""
4175
 
4176
- #: admin.php:3834
4177
  msgid "Database encryption phrase"
4178
  msgstr ""
4179
 
4180
- #: admin.php:3838
4181
  msgid ""
4182
  "Don't want to be spied on? UpdraftPlus Premium can encrypt your database "
4183
  "backup."
4184
  msgstr ""
4185
 
4186
- #: admin.php:3838
4187
  msgid "It can also backup external databases."
4188
  msgstr ""
4189
 
4190
- #: admin.php:3850
4191
  msgid "You can manually decrypt an encrypted database here."
4192
  msgstr ""
4193
 
4194
- #: admin.php:3853
4195
  msgid "Manually decrypt a database backup file"
4196
  msgstr ""
4197
 
4198
- #: admin.php:3865
4199
  msgid ""
4200
  "Drop encrypted database files (db.gz.crypt files) here to upload them for "
4201
  "decryption"
4202
  msgstr ""
4203
 
4204
- #: admin.php:3866
4205
  msgctxt ""
4206
  "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - "
4207
  "Select Files"
4208
  msgid "or"
4209
  msgstr ""
4210
 
4211
- #: admin.php:3868
4212
  msgid "First, enter the decryption key"
4213
  msgstr ""
4214
 
4215
- #: admin.php:3892
4216
  msgid "Back up more databases"
4217
  msgstr ""
4218
 
4219
- #: admin.php:3901 methods/email.php:74
4220
  msgid "Reporting"
4221
  msgstr ""
4222
 
4223
- #: admin.php:3913 udaddons/options.php:143
4224
  msgid "Email"
4225
  msgstr ""
4226
 
4227
- #: admin.php:3918
4228
  msgid "Check this box to have a basic report sent to"
4229
  msgstr ""
4230
 
4231
- #: admin.php:3918
4232
  msgid "your site's admin address"
4233
  msgstr ""
4234
 
4235
- #: admin.php:3920
4236
  msgid "For more reporting features, use the Reporting add-on."
4237
  msgstr ""
4238
 
4239
- #: admin.php:3936
4240
  msgid "Advanced / Debugging Settings"
4241
  msgstr ""
4242
 
4243
- #: admin.php:3940
4244
  msgid "Expert settings"
4245
  msgstr ""
4246
 
4247
- #: admin.php:3941
4248
  msgid "Show expert settings"
4249
  msgstr ""
4250
 
4251
- #: admin.php:3941
4252
  msgid ""
4253
  "click this to show some further options; don't bother with this unless you "
4254
  "have a problem or are curious."
4255
  msgstr ""
4256
 
4257
- #: admin.php:3951
4258
  msgid "Debug mode"
4259
  msgstr ""
4260
 
4261
- #: admin.php:3952
4262
  msgid ""
4263
  "Check this to receive more information and emails on the backup process - "
4264
  "useful if something is going wrong."
4265
  msgstr ""
4266
 
4267
- #: admin.php:3952
4268
  msgid ""
4269
  "This will also cause debugging output from all plugins to be shown upon this "
4270
  "screen - please do not be surprised to see these."
4271
  msgstr ""
4272
 
4273
- #: admin.php:3956
4274
  msgid "Split archives every:"
4275
  msgstr ""
4276
 
4277
- #: admin.php:3957
4278
  #, php-format
4279
  msgid ""
4280
  "UpdraftPlus will split up backup archives when they exceed this file size. "
@@ -4283,11 +4322,11 @@ msgid ""
4283
  "bit servers/file systems)."
4284
  msgstr ""
4285
 
4286
- #: admin.php:3961
4287
  msgid "Delete local backup"
4288
  msgstr ""
4289
 
4290
- #: admin.php:3962
4291
  msgid ""
4292
  "Check this to delete any superfluous backup files from your server after the "
4293
  "backup run finishes (i.e. if you uncheck, then any files despatched remotely "
@@ -4295,28 +4334,28 @@ msgid ""
4295
  "subject to the retention limits)."
4296
  msgstr ""
4297
 
4298
- #: admin.php:3966
4299
  msgid "Backup directory"
4300
  msgstr ""
4301
 
4302
- #: admin.php:3979
4303
  msgid ""
4304
  "This is where UpdraftPlus will write the zip files it creates initially. "
4305
  "This directory must be writable by your web server. It is relative to your "
4306
  "content directory (which by default is called wp-content)."
4307
  msgstr ""
4308
 
4309
- #: admin.php:3979
4310
  msgid ""
4311
  "<b>Do not</b> place it inside your uploads or plugins directory, as that "
4312
  "will cause recursion (backups of backups of backups of...)."
4313
  msgstr ""
4314
 
4315
- #: admin.php:3985
4316
  msgid "Use the server's SSL certificates"
4317
  msgstr ""
4318
 
4319
- #: admin.php:3986
4320
  msgid ""
4321
  "By default UpdraftPlus uses its own store of SSL certificates to verify the "
4322
  "identity of remote sites (i.e. to make sure it is talking to the real "
@@ -4325,11 +4364,11 @@ msgid ""
4325
  "UpdraftPlus to use your web server's collection instead) may help."
4326
  msgstr ""
4327
 
4328
- #: admin.php:3990
4329
  msgid "Do not verify SSL certificates"
4330
  msgstr ""
4331
 
4332
- #: admin.php:3991
4333
  msgid ""
4334
  "Choosing this option lowers your security by stopping UpdraftPlus from "
4335
  "verifying the identity of encrypted sites that it connects to (e.g. Dropbox, "
@@ -4337,17 +4376,17 @@ msgid ""
4337
  "encryption of traffic, and not for authentication."
4338
  msgstr ""
4339
 
4340
- #: admin.php:3991
4341
  msgid ""
4342
  "Note that not all cloud backup methods are necessarily using SSL "
4343
  "authentication."
4344
  msgstr ""
4345
 
4346
- #: admin.php:3995
4347
  msgid "Disable SSL entirely where possible"
4348
  msgstr ""
4349
 
4350
- #: admin.php:3996
4351
  msgid ""
4352
  "Choosing this option lowers your security by stopping UpdraftPlus from using "
4353
  "SSL for authentication and encrypted transport at all, where possible. Note "
@@ -4355,24 +4394,24 @@ msgid ""
4355
  "those providers this setting will have no effect."
4356
  msgstr ""
4357
 
4358
- #: admin.php:3996
4359
  msgid "See this FAQ also."
4360
  msgstr ""
4361
 
4362
- #: admin.php:4019
4363
  msgid "Save Changes"
4364
  msgstr ""
4365
 
4366
- #: admin.php:4079
4367
  #, php-format
4368
  msgid "Your wp-content directory server path: %s"
4369
  msgstr ""
4370
 
4371
- #: admin.php:4079
4372
  msgid "Any other directories found inside wp-content"
4373
  msgstr ""
4374
 
4375
- #: admin.php:4135 methods/updraftvault.php:233
4376
  #, php-format
4377
  msgid ""
4378
  "Your web server's PHP installation does not included a <strong>required</"
@@ -4380,7 +4419,7 @@ msgid ""
4380
  "support and ask for them to enable it."
4381
  msgstr ""
4382
 
4383
- #: admin.php:4142
4384
  #, php-format
4385
  msgid ""
4386
  "Your web server's PHP/Curl installation does not support https access. "
@@ -4388,7 +4427,7 @@ msgid ""
4388
  "Curl/SSL in order to gain the ability for encryption (via an add-on)."
4389
  msgstr ""
4390
 
4391
- #: admin.php:4144
4392
  #, php-format
4393
  msgid ""
4394
  "Your web server's PHP/Curl installation does not support https access. We "
@@ -4397,7 +4436,7 @@ msgid ""
4397
  "file any support requests; there is no alternative."
4398
  msgstr ""
4399
 
4400
- #: admin.php:4147
4401
  #, php-format
4402
  msgid ""
4403
  "Good news: Your site's communications with %s can be encrypted. If you see "
@@ -4405,212 +4444,212 @@ msgid ""
4405
  "more help."
4406
  msgstr ""
4407
 
4408
- #: admin.php:4292
4409
  msgid "Total backup size:"
4410
  msgstr ""
4411
 
4412
- #: admin.php:4312
4413
  msgid "You have not yet made any backups."
4414
  msgstr ""
4415
 
4416
- #: admin.php:4325
4417
  msgid "Backup date"
4418
  msgstr ""
4419
 
4420
- #: admin.php:4326
4421
  msgid "Backup data (click to download)"
4422
  msgstr ""
4423
 
4424
- #: admin.php:4379
4425
  msgid "Backup sent to remote site - not available for download."
4426
  msgstr ""
4427
 
4428
- #: admin.php:4380
4429
  msgid "Site"
4430
  msgstr ""
4431
 
4432
- #: admin.php:4448 admin.php:4499
4433
  msgid "unknown source"
4434
  msgstr ""
4435
 
4436
- #: admin.php:4454
4437
  #, php-format
4438
  msgid "Database (created by %s)"
4439
  msgstr ""
4440
 
4441
- #: admin.php:4456
4442
  msgid "External database"
4443
  msgstr ""
4444
 
4445
- #: admin.php:4503
4446
  #, php-format
4447
  msgid "Files and database WordPress backup (created by %s)"
4448
  msgstr ""
4449
 
4450
- #: admin.php:4503
4451
  #, php-format
4452
  msgid "Files backup (created by %s)"
4453
  msgstr ""
4454
 
4455
- #: admin.php:4526
4456
  msgid "Press here to download"
4457
  msgstr ""
4458
 
4459
- #: admin.php:4532
4460
  #, php-format
4461
  msgid "(%d archive(s) in set)."
4462
  msgstr ""
4463
 
4464
- #: admin.php:4535
4465
  msgid ""
4466
  "You appear to be missing one or more archives from this multi-archive set."
4467
  msgstr ""
4468
 
4469
- #: admin.php:4566 admin.php:4568
4470
  msgid "(Not finished)"
4471
  msgstr ""
4472
 
4473
- #: admin.php:4568
4474
  msgid ""
4475
  "If you are seeing more backups than you expect, then it is probably because "
4476
  "the deletion of old backup sets does not happen until a fresh backup "
4477
  "completes."
4478
  msgstr ""
4479
 
4480
- #: admin.php:4607
4481
  msgid "(backup set imported from remote location)"
4482
  msgstr ""
4483
 
4484
- #: admin.php:4610
4485
  msgid ""
4486
  "After pressing this button, you will be given the option to choose which "
4487
  "components you wish to restore"
4488
  msgstr ""
4489
 
4490
- #: admin.php:4619
4491
  msgid "Delete this backup set"
4492
  msgstr ""
4493
 
4494
- #: admin.php:4661
4495
  msgid ""
4496
  "This backup does not exist in the backup history - restoration aborted. "
4497
  "Timestamp:"
4498
  msgstr ""
4499
 
4500
- #: admin.php:4662
4501
  msgid "Backup does not exist in the backup history"
4502
  msgstr ""
4503
 
4504
- #: admin.php:4691
4505
  msgid "Why am I seeing this?"
4506
  msgstr ""
4507
 
4508
- #: admin.php:4709
4509
  msgid "UpdraftPlus Restoration: Progress"
4510
  msgstr ""
4511
 
4512
- #: admin.php:4711
4513
  msgid ""
4514
  "Follow this link to download the log file for this restoration (needed for "
4515
  "any support requests)."
4516
  msgstr ""
4517
 
4518
- #: admin.php:4755
4519
  msgid "ABORT: Could not find the information on which entities to restore."
4520
  msgstr ""
4521
 
4522
- #: admin.php:4756
4523
  msgid "If making a request for support, please include this information:"
4524
  msgstr ""
4525
 
4526
- #: admin.php:4805
4527
  msgid "Final checks"
4528
  msgstr ""
4529
 
4530
- #: admin.php:4832
4531
  msgid ""
4532
  "Skipping restoration of WordPress core when importing a single site into a "
4533
  "multisite installation. If you had anything necessary in your WordPress "
4534
  "directory then you will need to re-add it manually from the zip file."
4535
  msgstr ""
4536
 
4537
- #: admin.php:4844
4538
  #, php-format
4539
  msgid "Looking for %s archive: file name: %s"
4540
  msgstr ""
4541
 
4542
- #: admin.php:4847
4543
  msgid "Skipping: this archive was already restored."
4544
  msgstr ""
4545
 
4546
- #: admin.php:4857
4547
  msgid "File is not locally present - needs retrieving from remote storage"
4548
  msgstr ""
4549
 
4550
- #: admin.php:4874
4551
  msgid "Archive is expected to be size:"
4552
  msgstr ""
4553
 
4554
- #: admin.php:4879
4555
  msgid "file is size:"
4556
  msgstr ""
4557
 
4558
- #: admin.php:4882
4559
  msgid ""
4560
  "The backup records do not contain information about the proper size of this "
4561
  "file."
4562
  msgstr ""
4563
 
4564
- #: admin.php:4885 admin.php:4886
4565
  msgid "Could not find one of the files for restoration"
4566
  msgstr ""
4567
 
4568
- #: admin.php:4938
4569
  msgid ""
4570
  "Will not delete any archives after unpacking them, because there was no "
4571
  "cloud storage for this backup"
4572
  msgstr ""
4573
 
4574
- #: admin.php:4980
4575
  msgid "Error message"
4576
  msgstr ""
4577
 
4578
- #: admin.php:5038
4579
  #, php-format
4580
  msgid ""
4581
  "Theme directory (%s) not found, but lower-case version exists; updating "
4582
  "database option accordingly"
4583
  msgstr ""
4584
 
4585
- #: admin.php:5046
4586
  msgid ""
4587
  "The current theme was not found; to prevent this stopping the site from "
4588
  "loading, your theme has been reverted to the default theme"
4589
  msgstr ""
4590
 
4591
- #: admin.php:5109
4592
  #, php-format
4593
  msgid ""
4594
  "Backup won't be sent to any remote storage - none has been saved in the %s"
4595
  msgstr ""
4596
 
4597
- #: admin.php:5109
4598
  msgid "settings"
4599
  msgstr ""
4600
 
4601
- #: admin.php:5109
4602
  msgid "Not got any remote storage?"
4603
  msgstr ""
4604
 
4605
- #: admin.php:5109
4606
  msgid "Check out UpdraftPlus Vault."
4607
  msgstr ""
4608
 
4609
- #: admin.php:5111
4610
  msgid "Send this backup to remote storage"
4611
  msgstr ""
4612
 
4613
- #: admin.php:5210
4614
  msgid "Your settings have been saved."
4615
  msgstr ""
4616
 
@@ -4633,169 +4672,170 @@ msgid ""
4633
  "seems broken - try re-installing)"
4634
  msgstr ""
4635
 
4636
- #: backup.php:833
4637
  msgid "Full backup"
4638
  msgstr ""
4639
 
4640
- #: backup.php:833
4641
  msgid "Incremental"
4642
  msgstr ""
4643
 
4644
- #: backup.php:838 class-updraftplus.php:2397
4645
  msgid "The backup was aborted by the user"
4646
  msgstr ""
4647
 
4648
- #: backup.php:842
4649
  msgid "Files (database backup has not completed)"
4650
  msgstr ""
4651
 
4652
- #: backup.php:842
4653
  msgid "Files only (database was not part of this particular schedule)"
4654
  msgstr ""
4655
 
4656
- #: backup.php:845
4657
  msgid "Database (files backup has not completed)"
4658
  msgstr ""
4659
 
4660
- #: backup.php:845
4661
  msgid "Database only (files were not part of this particular schedule)"
4662
  msgstr ""
4663
 
4664
- #: backup.php:848
4665
  msgid "Unknown/unexpected error - please raise a support request"
4666
  msgstr ""
4667
 
4668
- #: backup.php:857
4669
  msgid "Errors encountered:"
4670
  msgstr ""
4671
 
4672
- #: backup.php:875
4673
  msgid "Warnings encountered:"
4674
  msgstr ""
4675
 
4676
- #: backup.php:890
4677
  #, php-format
4678
  msgid "Backed up: %s"
4679
  msgstr ""
4680
 
4681
- #: backup.php:899
4682
  msgid ""
4683
  "Email reports created by UpdraftPlus (free edition) bring you the latest "
4684
  "UpdraftPlus.com news"
4685
  msgstr ""
4686
 
4687
- #: backup.php:899
4688
  #, php-format
4689
  msgid "read more at %s"
4690
  msgstr ""
4691
 
4692
- #: backup.php:925
4693
  msgid "WordPress backup is complete"
4694
  msgstr ""
4695
 
4696
- #: backup.php:926
4697
  msgid "Backup contains:"
4698
  msgstr ""
4699
 
4700
- #: backup.php:1354
4701
  msgid "database connection attempt failed."
4702
  msgstr ""
4703
 
4704
- #: backup.php:1400
4705
  msgid "please wait for the rescheduled attempt"
4706
  msgstr ""
4707
 
4708
- #: backup.php:1402
4709
  msgid "No database tables found"
4710
  msgstr ""
4711
 
4712
- #: backup.php:1413
4713
  msgid ""
4714
  "The backup directory is not writable (or disk space is full) - the database "
4715
  "backup is expected to shortly fail."
4716
  msgstr ""
4717
 
4718
- #: backup.php:1472
4719
  #, php-format
4720
  msgid ""
4721
  "Table %s has very many rows (%s) - we hope your web hosting company gives "
4722
  "you enough resources to dump out that table in the backup"
4723
  msgstr ""
4724
 
4725
- #: backup.php:1514 backup.php:1516
4726
  msgid "The database backup appears to have failed"
4727
  msgstr ""
4728
 
4729
- #: backup.php:1514
4730
  msgid "no options or sitemeta table was found"
4731
  msgstr ""
4732
 
4733
- #: backup.php:1516
4734
  msgid "the options table was not found"
4735
  msgstr ""
4736
 
4737
- #: backup.php:1564
4738
  msgid "Failed to open database file for reading:"
4739
  msgstr ""
4740
 
4741
- #: backup.php:1583
4742
  msgid "An error occurred whilst closing the final database file"
4743
  msgstr ""
4744
 
4745
- #: backup.php:1852
4746
  msgid "Could not open the backup file for writing"
4747
  msgstr ""
4748
 
4749
- #: backup.php:1947
4750
  msgid "Infinite recursion: consult your log for more information"
4751
  msgstr ""
4752
 
4753
- #: backup.php:1978
4754
  #, php-format
4755
  msgid ""
4756
- "%s: unreadable file - could not be backed up (check the file permissions)"
 
4757
  msgstr ""
4758
 
4759
- #: backup.php:1992
4760
  #, php-format
4761
- msgid "Failed to open directory (check the file permissions): %s"
4762
  msgstr ""
4763
 
4764
- #: backup.php:2022 backup.php:2048
4765
  #, php-format
4766
  msgid "%s: unreadable file - could not be backed up"
4767
  msgstr ""
4768
 
4769
- #: backup.php:2589 backup.php:2842
4770
  #, php-format
4771
  msgid "Failed to open the zip file (%s) - %s"
4772
  msgstr ""
4773
 
4774
- #: backup.php:2608
4775
  #, php-format
4776
  msgid "A very large file was encountered: %s (size: %s Mb)"
4777
  msgstr ""
4778
 
4779
- #: backup.php:2882 class-updraftplus.php:582
4780
  #, php-format
4781
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4782
  msgstr ""
4783
 
4784
- #: backup.php:2889
4785
  #, php-format
4786
  msgid "The zip engine returned the message: %s."
4787
  msgstr ""
4788
 
4789
- #: backup.php:2891
4790
  msgid "A zip error occurred"
4791
  msgstr ""
4792
 
4793
- #: backup.php:2893
4794
  #, php-format
4795
  msgid "your web hosting account appears to be full; please see: %s"
4796
  msgstr ""
4797
 
4798
- #: backup.php:2895
4799
  msgid "check your log for more details."
4800
  msgstr ""
4801
 
@@ -4843,101 +4883,114 @@ msgstr ""
4843
  msgid "An invalid URL was entered"
4844
  msgstr ""
4845
 
4846
- #: central/bootstrap.php:306 central/bootstrap.php:317
4847
  #, php-format
4848
  msgid ""
4849
  "A key was created, but the attempt to register it with %s was unsuccessful - "
4850
  "please try again later."
4851
  msgstr ""
4852
 
4853
- #: central/bootstrap.php:374
4854
  msgid "Key description"
4855
  msgstr ""
4856
 
4857
- #: central/bootstrap.php:374
4858
  msgid "Details"
4859
  msgstr ""
4860
 
4861
- #: central/bootstrap.php:380
4862
  msgid "No keys have yet been created."
4863
  msgstr ""
4864
 
4865
- #: central/bootstrap.php:406
4866
  msgid "Access this site as user:"
4867
  msgstr ""
4868
 
4869
- #: central/bootstrap.php:406
4870
- msgid "Key was sent to:"
4871
  msgstr ""
4872
 
4873
- #: central/bootstrap.php:409
4874
  msgid "Created:"
4875
  msgstr ""
4876
 
4877
- #: central/bootstrap.php:412
 
 
 
 
 
4878
  msgid "Delete..."
4879
  msgstr ""
4880
 
4881
- #: central/bootstrap.php:418
4882
  msgid "Create new key"
4883
  msgstr ""
4884
 
4885
- #: central/bootstrap.php:420
4886
  msgid "Description"
4887
  msgstr ""
4888
 
4889
- #: central/bootstrap.php:420
4890
  msgid "Enter any description"
4891
  msgstr ""
4892
 
4893
- #: central/bootstrap.php:422
4894
- msgid "Mothership"
4895
  msgstr ""
4896
 
4897
- #: central/bootstrap.php:422
4898
  msgid "i.e. you have an account there"
4899
  msgstr ""
4900
 
4901
- #: central/bootstrap.php:422
4902
  msgid ""
4903
  "Other (please specify - i.e. the site where you have installed an "
4904
  "UpdraftCentral dashboard)"
4905
  msgstr ""
4906
 
4907
- #: central/bootstrap.php:422
4908
  msgid "URL of mothership"
4909
  msgstr ""
4910
 
4911
- #: central/bootstrap.php:422
 
 
 
 
 
 
 
 
4912
  msgid ""
4913
- "Use the alternative method for making a connection with the mothership. This "
4914
- "is suitable if the mothership cannot be contacted with incoming traffic by "
4915
- "this website (for example, this is the case if this website is hosted on the "
4916
- "public Internet, but the UpdraftCentral mothership is on localhost, or on an "
4917
- "Intranet), or if the mothership site does not have a SSL certificate."
4918
  msgstr ""
4919
 
4920
- #: central/bootstrap.php:428
4921
  msgid "View recent UpdraftCentral log events"
4922
  msgstr ""
4923
 
4924
- #: central/bootstrap.php:428
4925
  msgid "fetch..."
4926
  msgstr ""
4927
 
4928
- #: central/bootstrap.php:439
4929
  msgid "UpdraftCentral (Remote Control)"
4930
  msgstr ""
4931
 
4932
- #: class-updraftplus.php:355 class-updraftplus.php:400
4933
  msgid "The given file was not found, or could not be read."
4934
  msgstr ""
4935
 
4936
- #: class-updraftplus.php:395
4937
  msgid "No log files were found."
4938
  msgstr ""
4939
 
4940
- #: class-updraftplus.php:559
4941
  #, php-format
4942
  msgid ""
4943
  "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should "
@@ -4945,254 +4998,254 @@ msgid ""
4945
  "hosting company for more help)"
4946
  msgstr ""
4947
 
4948
- #: class-updraftplus.php:595
4949
  #, php-format
4950
  msgid "Your free disk space is very low - only %s Mb remain"
4951
  msgstr ""
4952
 
4953
- #: class-updraftplus.php:837 methods/cloudfiles.php:211
4954
  #, php-format
4955
  msgid "%s error - failed to re-assemble chunks"
4956
  msgstr ""
4957
 
4958
- #: class-updraftplus.php:866 methods/cloudfiles.php:392
4959
  #: methods/stream-base.php:261
4960
  msgid "Error opening local file: Failed to download"
4961
  msgstr ""
4962
 
4963
- #: class-updraftplus.php:909
4964
  msgid "Error - failed to download the file"
4965
  msgstr ""
4966
 
4967
- #: class-updraftplus.php:1208 class-updraftplus.php:1210
4968
  #, php-format
4969
  msgid "files: %s"
4970
  msgstr ""
4971
 
4972
- #: class-updraftplus.php:1227
4973
  #, php-format
4974
  msgid "External database (%s)"
4975
  msgstr ""
4976
 
4977
- #: class-updraftplus.php:1230
4978
  #, php-format
4979
  msgid "Size: %s MB"
4980
  msgstr ""
4981
 
4982
- #: class-updraftplus.php:1235 class-updraftplus.php:1240
4983
  #, php-format
4984
  msgid "%s checksum: %s"
4985
  msgstr ""
4986
 
4987
- #: class-updraftplus.php:1239
4988
  msgid "(when decrypted)"
4989
  msgstr ""
4990
 
4991
- #: class-updraftplus.php:1269
4992
  msgid "Plugins"
4993
  msgstr ""
4994
 
4995
- #: class-updraftplus.php:1270
4996
  msgid "Themes"
4997
  msgstr ""
4998
 
4999
- #: class-updraftplus.php:1286
5000
  msgid "Others"
5001
  msgstr ""
5002
 
5003
- #: class-updraftplus.php:1475
5004
  msgid ""
5005
  "Your website is visited infrequently and UpdraftPlus is not getting the "
5006
  "resources it hoped for; please read this page:"
5007
  msgstr ""
5008
 
5009
- #: class-updraftplus.php:1883
5010
  msgid ""
5011
  "Could not create files in the backup directory. Backup aborted - check your "
5012
  "UpdraftPlus settings."
5013
  msgstr ""
5014
 
5015
- #: class-updraftplus.php:2324
5016
  msgid ""
5017
  "One or more backups has been added from scanning remote storage; note that "
5018
  "these backups will not be automatically deleted through the \"retain\" "
5019
  "settings; if/when you wish to delete them then you must do so manually."
5020
  msgstr ""
5021
 
5022
- #: class-updraftplus.php:2403
5023
  msgid "The backup apparently succeeded and is now complete"
5024
  msgstr ""
5025
 
5026
- #: class-updraftplus.php:2409
5027
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5028
  msgstr ""
5029
 
5030
- #: class-updraftplus.php:2414
5031
  msgid ""
5032
  "To complete your migration/clone, you should now log in to the remote site "
5033
  "and restore the backup set."
5034
  msgstr ""
5035
 
5036
- #: class-updraftplus.php:2418
5037
  msgid "The backup attempt has finished, apparently unsuccessfully"
5038
  msgstr ""
5039
 
5040
- #: class-updraftplus.php:2421
5041
  msgid "The backup has not finished; a resumption is scheduled"
5042
  msgstr ""
5043
 
5044
- #: class-updraftplus.php:2844
5045
  msgid "Could not read the directory"
5046
  msgstr ""
5047
 
5048
- #: class-updraftplus.php:2867
5049
  msgid ""
5050
  "Could not save backup history because we have no backup array. Backup "
5051
  "probably failed."
5052
  msgstr ""
5053
 
5054
- #: class-updraftplus.php:3172 class-updraftplus.php:3429 restorer.php:309
5055
  msgid ""
5056
  "Decryption failed. The database file is encrypted, but you have no "
5057
  "encryption key entered."
5058
  msgstr ""
5059
 
5060
- #: class-updraftplus.php:3183 class-updraftplus.php:3446 restorer.php:319
5061
  msgid ""
5062
  "Decryption failed. The most likely cause is that you used the wrong key."
5063
  msgstr ""
5064
 
5065
- #: class-updraftplus.php:3183
5066
  msgid "The decryption key used:"
5067
  msgstr ""
5068
 
5069
- #: class-updraftplus.php:3360
5070
  msgid ""
5071
  "Want more features or paid, guaranteed support? Check out UpdraftPlus.Com"
5072
  msgstr ""
5073
 
5074
- #: class-updraftplus.php:3365
5075
  msgid ""
5076
  "Can you translate? Want to improve UpdraftPlus for speakers of your language?"
5077
  msgstr ""
5078
 
5079
- #: class-updraftplus.php:3367 class-updraftplus.php:3396
5080
  msgid "UpdraftPlus is on social media - check us out here:"
5081
  msgstr ""
5082
 
5083
- #: class-updraftplus.php:3367 class-updraftplus.php:3396
5084
  msgid "Facebook"
5085
  msgstr ""
5086
 
5087
- #: class-updraftplus.php:3367 class-updraftplus.php:3396
5088
  msgid "Google+"
5089
  msgstr ""
5090
 
5091
- #: class-updraftplus.php:3367 class-updraftplus.php:3396
5092
  msgid "LinkedIn"
5093
  msgstr ""
5094
 
5095
- #: class-updraftplus.php:3370
5096
  msgid "Check out WordShell"
5097
  msgstr ""
5098
 
5099
- #: class-updraftplus.php:3370
5100
  msgid "manage WordPress from the command line - huge time-saver"
5101
  msgstr ""
5102
 
5103
- #: class-updraftplus.php:3373
5104
  msgid "Like UpdraftPlus and can spare one minute?"
5105
  msgstr ""
5106
 
5107
- #: class-updraftplus.php:3373
5108
  msgid "Please help UpdraftPlus by giving a positive review at wordpress.org"
5109
  msgstr ""
5110
 
5111
- #: class-updraftplus.php:3376
5112
  msgid "Follow this link to sign up for the UpdraftPlus newsletter."
5113
  msgstr ""
5114
 
5115
- #: class-updraftplus.php:3380
5116
  msgid "Need even more features and support? Check out UpdraftPlus Premium"
5117
  msgstr ""
5118
 
5119
- #: class-updraftplus.php:3387
5120
  msgid "Subscribe to the UpdraftPlus blog to get up-to-date news and offers"
5121
  msgstr ""
5122
 
5123
- #: class-updraftplus.php:3387
5124
  msgid "Blog link"
5125
  msgstr ""
5126
 
5127
- #: class-updraftplus.php:3387
5128
  msgid "RSS link"
5129
  msgstr ""
5130
 
5131
- #: class-updraftplus.php:3390
5132
  msgid "Check out UpdraftPlus.Com for help, add-ons and support"
5133
  msgstr ""
5134
 
5135
- #: class-updraftplus.php:3431
5136
  msgid "Decryption failed. The database file is encrypted."
5137
  msgstr ""
5138
 
5139
- #: class-updraftplus.php:3441
5140
  msgid "Failed to write out the decrypted database to the filesystem."
5141
  msgstr ""
5142
 
5143
- #: class-updraftplus.php:3453
5144
  #, php-format
5145
  msgid ""
5146
  "The database is too small to be a valid WordPress database (size: %s Kb)."
5147
  msgstr ""
5148
 
5149
- #: class-updraftplus.php:3461
5150
  msgid "Failed to open database file."
5151
  msgstr ""
5152
 
5153
- #: class-updraftplus.php:3504
5154
  #, php-format
5155
  msgid "(version: %s)"
5156
  msgstr ""
5157
 
5158
- #: class-updraftplus.php:3509 class-updraftplus.php:3527
5159
  msgid ""
5160
  "This backup set is from a different site - this is not a restoration, but a "
5161
  "migration. You need the Migrator add-on in order to make this work."
5162
  msgstr ""
5163
 
5164
- #: class-updraftplus.php:3516 restorer.php:926
5165
  #, php-format
5166
  msgid ""
5167
  "You are using the %s webserver, but do not seem to have the %s module loaded."
5168
  msgstr ""
5169
 
5170
- #: class-updraftplus.php:3516 restorer.php:926
5171
  #, php-format
5172
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
5173
  msgstr ""
5174
 
5175
- #: class-updraftplus.php:3537
5176
  #, php-format
5177
  msgid ""
5178
  "You are importing from a newer version of WordPress (%s) into an older one "
5179
  "(%s). There are no guarantees that WordPress can handle this."
5180
  msgstr ""
5181
 
5182
- #: class-updraftplus.php:3544
5183
  #, php-format
5184
  msgid ""
5185
  "The site in this backup was running on a webserver with version %s of %s. "
5186
  msgstr ""
5187
 
5188
- #: class-updraftplus.php:3544
5189
  #, php-format
5190
  msgid ""
5191
  "This is significantly newer than the server which you are now restoring onto "
5192
  "(version %s)."
5193
  msgstr ""
5194
 
5195
- #: class-updraftplus.php:3544
5196
  #, php-format
5197
  msgid ""
5198
  "You should only proceed if you cannot update the current server and are "
@@ -5200,101 +5253,101 @@ msgid ""
5200
  "with the older %s version."
5201
  msgstr ""
5202
 
5203
- #: class-updraftplus.php:3544
5204
  #, php-format
5205
  msgid ""
5206
  "Any support requests to do with %s should be raised with your web hosting "
5207
  "company."
5208
  msgstr ""
5209
 
5210
- #: class-updraftplus.php:3552
5211
  msgid "Backup label:"
5212
  msgstr ""
5213
 
5214
- #: class-updraftplus.php:3563 restorer.php:105
5215
  msgid ""
5216
  "You are running on WordPress multisite - but your backup is not of a "
5217
  "multisite site."
5218
  msgstr ""
5219
 
5220
- #: class-updraftplus.php:3563
5221
  msgid "It will be imported as a new site."
5222
  msgstr ""
5223
 
5224
- #: class-updraftplus.php:3563
5225
  msgid "Please read this link for important information on this process."
5226
  msgstr ""
5227
 
5228
- #: class-updraftplus.php:3567 restorer.php:1553
5229
  #, php-format
5230
  msgid ""
5231
  "To import an ordinary WordPress site into a multisite installation requires "
5232
  "%s."
5233
  msgstr ""
5234
 
5235
- #: class-updraftplus.php:3571
5236
  msgid ""
5237
  "Your backup is of a WordPress multisite install; but this site is not. Only "
5238
  "the first site of the network will be accessible."
5239
  msgstr ""
5240
 
5241
- #: class-updraftplus.php:3571
5242
  msgid ""
5243
  "If you want to restore a multisite backup, you should first set up your "
5244
  "WordPress installation as a multisite."
5245
  msgstr ""
5246
 
5247
- #: class-updraftplus.php:3578 restorer.php:1559
5248
  msgid "Site information:"
5249
  msgstr ""
5250
 
5251
- #: class-updraftplus.php:3600
5252
  #, php-format
5253
  msgid ""
5254
  "The database backup uses MySQL features not available in the old MySQL "
5255
  "version (%s) that this site is running on."
5256
  msgstr ""
5257
 
5258
- #: class-updraftplus.php:3600
5259
  msgid "You must upgrade MySQL to be able to use this database."
5260
  msgstr ""
5261
 
5262
- #: class-updraftplus.php:3640
5263
  #, php-format
5264
  msgid "This database backup is missing core WordPress tables: %s"
5265
  msgstr ""
5266
 
5267
- #: class-updraftplus.php:3645
5268
  msgid ""
5269
  "UpdraftPlus was unable to find the table prefix when scanning the database "
5270
  "backup."
5271
  msgstr ""
5272
 
5273
- #: class-updraftplus.php:3658 methods/ftp.php:284 restorer.php:1367
5274
  #, php-format
5275
  msgid "Your web server's PHP installation has these functions disabled: %s."
5276
  msgstr ""
5277
 
5278
- #: class-updraftplus.php:3658 methods/ftp.php:284 restorer.php:1368
5279
  #, php-format
5280
  msgid "Your hosting company must enable these functions before %s can work."
5281
  msgstr ""
5282
 
5283
- #: class-updraftplus.php:3658 restorer.php:1368
5284
  msgid "restoration"
5285
  msgstr ""
5286
 
5287
- #: class-updraftplus.php:3678
5288
  msgid ""
5289
  "The database file appears to have been compressed twice - probably the "
5290
  "website you downloaded it from had a mis-configured webserver."
5291
  msgstr ""
5292
 
5293
- #: class-updraftplus.php:3685 class-updraftplus.php:3706
5294
  msgid "The attempt to undo the double-compression failed."
5295
  msgstr ""
5296
 
5297
- #: class-updraftplus.php:3708
5298
  msgid "The attempt to undo the double-compression succeeded."
5299
  msgstr ""
5300
 
@@ -5328,8 +5381,8 @@ msgid "Failed to download"
5328
  msgstr ""
5329
 
5330
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5331
- #: methods/dropbox.php:391 methods/ftp.php:298 methods/googledrive.php:889
5332
- #: methods/openstack-base.php:419 methods/s3.php:647
5333
  #: methods/stream-base.php:212
5334
  #, php-format
5335
  msgid ""
@@ -5387,7 +5440,7 @@ msgid "Cloud Files API Key"
5387
  msgstr ""
5388
 
5389
  #: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504
5390
- #: methods/s3.php:758
5391
  msgid "API key"
5392
  msgstr ""
5393
 
@@ -5416,7 +5469,7 @@ msgstr ""
5416
  msgid "%s error - failed to upload file"
5417
  msgstr ""
5418
 
5419
- #: methods/cloudfiles.php:234 methods/dropbox.php:233
5420
  #: methods/openstack-base.php:95 methods/s3.php:87
5421
  msgid "No settings were found"
5422
  msgstr ""
@@ -5436,7 +5489,7 @@ msgid "Error - failed to download the file from %s"
5436
  msgstr ""
5437
 
5438
  #: methods/cloudfiles.php:448 methods/openstack-base.php:429
5439
- #: methods/s3.php:675
5440
  #, php-format
5441
  msgid ""
5442
  "Your web server's PHP installation does not included a required module (%s). "
@@ -5444,7 +5497,7 @@ msgid ""
5444
  msgstr ""
5445
 
5446
  #: methods/cloudfiles.php:448 methods/openstack-base.php:429
5447
- #: methods/s3.php:675
5448
  #, php-format
5449
  msgid ""
5450
  "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any "
@@ -5481,61 +5534,61 @@ msgstr ""
5481
  msgid "We accessed the container, and were able to create files within it."
5482
  msgstr ""
5483
 
5484
- #: methods/dropbox.php:83 methods/dropbox.php:89
5485
  msgid "You do not appear to be authenticated with Dropbox"
5486
  msgstr ""
5487
 
5488
- #: methods/dropbox.php:94
5489
  #, php-format
5490
  msgid "Dropbox error: %s (see log file for more)"
5491
  msgstr ""
5492
 
5493
- #: methods/dropbox.php:173 methods/dropbox.php:190 methods/dropbox.php:202
5494
  #, php-format
5495
  msgid "error: failed to upload file to %s (see log file for more)"
5496
  msgstr ""
5497
 
5498
- #: methods/dropbox.php:175
5499
  #, php-format
5500
  msgid ""
5501
  "%s did not return the expected response - check your log file for more "
5502
  "details"
5503
  msgstr ""
5504
 
5505
- #: methods/dropbox.php:252
5506
  #, php-format
5507
  msgid "%s returned an unexpected HTTP response: %s"
5508
  msgstr ""
5509
 
5510
- #: methods/dropbox.php:294
5511
  #, php-format
5512
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
5513
  msgstr ""
5514
 
5515
- #: methods/dropbox.php:302
5516
  #, php-format
5517
  msgid "Failed to access %s when deleting (see log file for more)"
5518
  msgstr ""
5519
 
5520
- #: methods/dropbox.php:412
5521
  msgid "Need to use sub-folders?"
5522
  msgstr ""
5523
 
5524
- #: methods/dropbox.php:412
5525
  msgid "Backups are saved in"
5526
  msgstr ""
5527
 
5528
- #: methods/dropbox.php:412
5529
  msgid ""
5530
  "If you back up several sites into the same Dropbox and want to organise with "
5531
  "sub-folders, then "
5532
  msgstr ""
5533
 
5534
- #: methods/dropbox.php:412
5535
  msgid "there's an add-on for that."
5536
  msgstr ""
5537
 
5538
- #: methods/dropbox.php:417 methods/dropbox.php:418
5539
  msgid "Dropbox"
5540
  msgstr ""
5541
 
@@ -5867,27 +5920,27 @@ msgid ""
5867
  "%s Error: Failed to create bucket %s. Check your permissions and credentials."
5868
  msgstr ""
5869
 
5870
- #: methods/s3.php:469 methods/s3.php:541 methods/s3.php:627
5871
  #, php-format
5872
  msgid ""
5873
  "%s Error: Failed to access bucket %s. Check your permissions and credentials."
5874
  msgstr ""
5875
 
5876
- #: methods/s3.php:622
5877
  #, php-format
5878
  msgid ""
5879
  "%s Error: Failed to download %s. Check your permissions and credentials."
5880
  msgstr ""
5881
 
5882
- #: methods/s3.php:650
5883
  msgid "Examples of S3-compatible storage providers:"
5884
  msgstr ""
5885
 
5886
- #: methods/s3.php:657
5887
  msgid "... and many more!"
5888
  msgstr ""
5889
 
5890
- #: methods/s3.php:671
5891
  #, php-format
5892
  msgid ""
5893
  "Your web server's PHP installation does not included a required module (%s). "
@@ -5895,7 +5948,7 @@ msgid ""
5895
  "enable it."
5896
  msgstr ""
5897
 
5898
- #: methods/s3.php:686
5899
  #, php-format
5900
  msgid ""
5901
  "Get your access key and secret key <a href=\"%s\">from your %s console</a>, "
@@ -5904,52 +5957,52 @@ msgid ""
5904
  "created for you if it does not already exist."
5905
  msgstr ""
5906
 
5907
- #: methods/s3.php:688
5908
  msgid "If you see errors about SSL certificates, then please go here for help."
5909
  msgstr ""
5910
 
5911
- #: methods/s3.php:690
5912
  #, php-format
5913
  msgid "Other %s FAQs."
5914
  msgstr ""
5915
 
5916
- #: methods/s3.php:695
5917
  #, php-format
5918
  msgid "%s end-point"
5919
  msgstr ""
5920
 
5921
- #: methods/s3.php:704
5922
  msgid ""
5923
  "To create a new IAM sub-user and access key that has access only to this "
5924
  "bucket, use this add-on."
5925
  msgstr ""
5926
 
5927
- #: methods/s3.php:709
5928
  #, php-format
5929
  msgid "%s access key"
5930
  msgstr ""
5931
 
5932
- #: methods/s3.php:713
5933
  #, php-format
5934
  msgid "%s secret key"
5935
  msgstr ""
5936
 
5937
- #: methods/s3.php:717
5938
  #, php-format
5939
  msgid "%s location"
5940
  msgstr ""
5941
 
5942
- #: methods/s3.php:718
5943
  msgid ""
5944
  "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/"
5945
  "mypath"
5946
  msgstr ""
5947
 
5948
- #: methods/s3.php:762
5949
  msgid "API secret"
5950
  msgstr ""
5951
 
5952
- #: methods/s3.php:835
5953
  #, php-format
5954
  msgid ""
5955
  "Failure: We could not successfully access or create such a bucket. Please "
@@ -5957,17 +6010,17 @@ msgid ""
5957
  "bucket name (as another %s user may already have taken your name)."
5958
  msgstr ""
5959
 
5960
- #: methods/s3.php:851
5961
  #, php-format
5962
  msgid "The communication with %s was encrypted."
5963
  msgstr ""
5964
 
5965
- #: methods/s3.php:853
5966
  #, php-format
5967
  msgid "The communication with %s was not encrypted."
5968
  msgstr ""
5969
 
5970
- #: methods/s3.php:858
5971
  msgid "Please check your access credentials."
5972
  msgstr ""
5973
 
@@ -6152,30 +6205,30 @@ msgstr ""
6152
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
6153
  msgstr ""
6154
 
6155
- #: methods/updraftvault.php:498 udaddons/updraftplus-addons.php:602
6156
  msgid "You need to supply both an email address and a password"
6157
  msgstr ""
6158
 
6159
- #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:667
6160
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
6161
  msgstr ""
6162
 
6163
- #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:667
6164
  #, php-format
6165
  msgid "It appears that your web server's IP Address (%s) is blocked."
6166
  msgstr ""
6167
 
6168
- #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:667
6169
  msgid ""
6170
  "This most likely means that you share a webserver with a hacked website that "
6171
  "has been used in previous attacks."
6172
  msgstr ""
6173
 
6174
- #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:667
6175
  msgid "To remove the block, please go here."
6176
  msgstr ""
6177
 
6178
- #: methods/updraftvault.php:524 udaddons/updraftplus-addons.php:669
6179
  #, php-format
6180
  msgid ""
6181
  "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
@@ -6186,11 +6239,11 @@ msgid "You do not currently have any UpdraftPlus Vault quota"
6186
  msgstr ""
6187
 
6188
  #: methods/updraftvault.php:551 methods/updraftvault.php:569
6189
- #: udaddons/updraftplus-addons.php:711
6190
  msgid "UpdraftPlus.Com returned a response, but we could not understand it"
6191
  msgstr ""
6192
 
6193
- #: methods/updraftvault.php:558 udaddons/updraftplus-addons.php:701
6194
  msgid ""
6195
  "Your email address was valid, but your password was not recognised by "
6196
  "UpdraftPlus.Com."
@@ -6202,11 +6255,11 @@ msgid ""
6202
  "updraftplus.com."
6203
  msgstr ""
6204
 
6205
- #: methods/updraftvault.php:561 udaddons/updraftplus-addons.php:705
6206
  msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
6207
  msgstr ""
6208
 
6209
- #: methods/updraftvault.php:565 udaddons/updraftplus-addons.php:708
6210
  msgid "Your email address and password were not recognised by UpdraftPlus.Com"
6211
  msgstr ""
6212
 
@@ -6728,7 +6781,7 @@ msgstr ""
6728
  msgid "An unknown response was received. Response was:"
6729
  msgstr ""
6730
 
6731
- #: udaddons/options.php:370 udaddons/updraftplus-addons.php:225
6732
  msgid "UpdraftPlus Addons"
6733
  msgstr ""
6734
 
@@ -6816,103 +6869,124 @@ msgstr ""
6816
  msgid "Manage Addons"
6817
  msgstr ""
6818
 
6819
- #: udaddons/updraftplus-addons.php:149
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6820
  #, php-format
6821
  msgid "Dismiss from main dashboard (for %s weeks)"
6822
  msgstr ""
6823
 
6824
- #: udaddons/updraftplus-addons.php:177
6825
  #, php-format
6826
  msgid ""
6827
  "The installed version of UpdraftPlus Backup/Restore has not been tested on "
6828
  "your version of WordPress (%s)."
6829
  msgstr ""
6830
 
6831
- #: udaddons/updraftplus-addons.php:177
6832
  #, php-format
6833
  msgid "It has been tested up to version %s."
6834
  msgstr ""
6835
 
6836
- #: udaddons/updraftplus-addons.php:177
6837
  msgid ""
6838
  "You should update UpdraftPlus to make sure that you have a version that has "
6839
  "been tested for compatibility."
6840
  msgstr ""
6841
 
6842
- #: udaddons/updraftplus-addons.php:184
6843
  msgid ""
6844
  "Your paid access to UpdraftPlus updates for this site has expired. You will "
6845
  "no longer receive updates to UpdraftPlus."
6846
  msgstr ""
6847
 
6848
- #: udaddons/updraftplus-addons.php:184 udaddons/updraftplus-addons.php:186
6849
  msgid ""
6850
  "To regain access to updates (including future features and compatibility "
6851
  "with future WordPress releases) and support, please renew."
6852
  msgstr ""
6853
 
6854
- #: udaddons/updraftplus-addons.php:186
6855
  #, php-format
6856
  msgid ""
6857
  "Your paid access to UpdraftPlus updates for %s add-ons on this site has "
6858
  "expired."
6859
  msgstr ""
6860
 
6861
- #: udaddons/updraftplus-addons.php:190
6862
  #, php-format
6863
  msgid ""
6864
  "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this "
6865
  "site will soon expire."
6866
  msgstr ""
6867
 
6868
- #: udaddons/updraftplus-addons.php:190 udaddons/updraftplus-addons.php:192
6869
  msgid ""
6870
  "To retain your access, and maintain access to updates (including future "
6871
  "features and compatibility with future WordPress releases) and support, "
6872
  "please renew."
6873
  msgstr ""
6874
 
6875
- #: udaddons/updraftplus-addons.php:192
6876
  msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
6877
  msgstr ""
6878
 
6879
- #: udaddons/updraftplus-addons.php:196
6880
  msgid "Your paid access to UpdraftPlus support has expired."
6881
  msgstr ""
6882
 
6883
- #: udaddons/updraftplus-addons.php:196
6884
  msgid "To regain your access, please renew."
6885
  msgstr ""
6886
 
6887
- #: udaddons/updraftplus-addons.php:198
6888
  msgid "Your paid access to UpdraftPlus support will soon expire."
6889
  msgstr ""
6890
 
6891
- #: udaddons/updraftplus-addons.php:198
6892
  msgid "To maintain your access to support, please renew."
6893
  msgstr ""
6894
 
6895
- #: udaddons/updraftplus-addons.php:354 udaddons/updraftplus-addons.php:357
6896
  msgid "Errors occurred:"
6897
  msgstr ""
6898
 
6899
- #: udaddons/updraftplus-addons.php:627
6900
  msgid "We failed to successfully connect to UpdraftPlus.Com"
6901
  msgstr ""
6902
 
6903
- #: udaddons/updraftplus-addons.php:629
6904
  msgid "UpdraftPlus.Com responded, but we did not understand the response"
6905
  msgstr ""
6906
 
6907
- #: udaddons/updraftplus-addons.php:701
6908
  msgid "Go here to re-enter your password."
6909
  msgstr ""
6910
 
6911
- #: udaddons/updraftplus-addons.php:702
6912
  msgid "If you have forgotten your password "
6913
  msgstr ""
6914
 
6915
- #: udaddons/updraftplus-addons.php:702
6916
  msgid "go here to change your password on updraftplus.com."
6917
  msgstr ""
6918
 
3
  msgstr ""
4
  "Project-Id-Version: UpdraftPlus\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2016-04-07 14:30+0100\n"
7
  "PO-Revision-Date: 2015-06-08 14:43+0100\n"
8
  "Last-Translator: David Anderson <contact@updraftplus.com>\n"
9
  "Language-Team: contact@updraftplus.com\n"
27
  msgstr ""
28
 
29
  #: addons/autobackup.php:120 addons/autobackup.php:885
30
+ #: addons/autobackup.php:893 admin.php:519
31
  msgid "Automatic backup before update"
32
  msgstr ""
33
 
57
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
58
  msgstr ""
59
 
60
+ #: addons/autobackup.php:278 addons/autobackup.php:372 admin.php:2786
61
+ #: admin.php:2791
62
  msgid "Last log message"
63
  msgstr ""
64
 
66
  msgid "Starting automatic backup..."
67
  msgstr ""
68
 
69
+ #: addons/autobackup.php:283 addons/autobackup.php:374 admin.php:473
70
  #: methods/remotesend.php:70 methods/remotesend.php:78
71
+ #: methods/remotesend.php:212 methods/remotesend.php:220
72
  msgid "Unexpected response:"
73
  msgstr ""
74
 
113
  msgid "now proceeding with the updates..."
114
  msgstr ""
115
 
116
+ #: addons/autobackup.php:496 admin.php:721
117
  msgid "Update Plugin"
118
  msgstr ""
119
 
120
+ #: addons/autobackup.php:547 admin.php:725
121
  msgid "Update Theme"
122
  msgstr ""
123
 
125
  msgid "Update cancelled - reload page to try again."
126
  msgstr ""
127
 
128
+ #: addons/autobackup.php:914 admin.php:580 admin.php:735
129
  msgid "Be safe with an automatic backup"
130
  msgstr ""
131
 
140
  "Do not abort after pressing Proceed below - wait for the backup to complete."
141
  msgstr ""
142
 
143
+ #: addons/autobackup.php:933 admin.php:515
144
  msgid "Proceed with update"
145
  msgstr ""
146
 
152
  msgid "%s Error"
153
  msgstr ""
154
 
155
+ #: addons/azure.php:215 class-updraftplus.php:3278 methods/googledrive.php:823
156
  msgid "File not found"
157
  msgstr ""
158
 
165
  msgid "Upload failed"
166
  msgstr ""
167
 
168
+ #: addons/azure.php:364 addons/googlecloud.php:693 methods/s3.php:895
169
  msgid "Delete failed:"
170
  msgstr ""
171
 
177
  msgid "Create Azure credentials in your Azure developer console."
178
  msgstr ""
179
 
180
+ #: addons/azure.php:500 addons/migrator.php:1721 addons/onedrive.php:690
181
  msgid "For longer help, including screenshots, follow this link."
182
  msgstr ""
183
 
194
  "This is not your Azure login - see the instructions if needing more guidance."
195
  msgstr ""
196
 
197
+ #: addons/azure.php:508 addons/migrator.php:2159 addons/sftp.php:374
198
+ #: admin.php:535
199
  msgid "Key"
200
  msgstr ""
201
 
281
  msgid "Cloud Files authentication failed"
282
  msgstr ""
283
 
284
+ #: addons/cloudfiles-enhanced.php:91 addons/migrator.php:749
285
+ #: addons/migrator.php:970 addons/migrator.php:1051 addons/migrator.php:1121
286
+ #: addons/migrator.php:1341 addons/migrator.php:1678 addons/migrator.php:1700
287
+ #: addons/migrator.php:1706 addons/migrator.php:1768 addons/migrator.php:1803
288
+ #: addons/migrator.php:1842 addons/migrator.php:1852 addons/migrator.php:1857
289
  #: addons/s3-enhanced.php:100 addons/s3-enhanced.php:105
290
+ #: addons/s3-enhanced.php:107 addons/sftp.php:734 admin.php:487 admin.php:4881
291
+ #: admin.php:4911 methods/remotesend.php:75 methods/remotesend.php:217
292
  #: methods/updraftvault.php:386 restorer.php:1292
293
  msgid "Error:"
294
  msgstr ""
405
  msgid "Barracuda are closing down Copy.Com on May 1st, 2016. See:"
406
  msgstr ""
407
 
408
+ #: addons/copycom.php:88 addons/onedrive.php:91 methods/dropbox.php:183
409
  #, php-format
410
  msgid ""
411
  "Account full: your %s account has only %d bytes left, but the file to be "
423
  msgid "You have not yet configured and saved your %s credentials"
424
  msgstr ""
425
 
426
+ #: addons/copycom.php:264 methods/dropbox.php:371
427
  #, php-format
428
  msgid "You do not appear to be authenticated with %s"
429
  msgstr ""
430
 
431
+ #: addons/copycom.php:377 addons/onedrive.php:492 class-updraftplus.php:304
432
+ #: methods/dropbox.php:506 methods/dropbox.php:520 methods/dropbox.php:615
433
  #, php-format
434
  msgid "%s error: %s"
435
  msgstr ""
436
 
437
+ #: addons/copycom.php:377 addons/onedrive.php:492 methods/dropbox.php:506
438
  #, php-format
439
  msgid "%s authentication"
440
  msgstr ""
441
 
442
+ #: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:523
443
+ #: methods/dropbox.php:525
444
  msgid "Success:"
445
  msgstr ""
446
 
447
+ #: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:523
448
+ #: methods/dropbox.php:525
449
  #, php-format
450
  msgid "you have authenticated your %s account"
451
  msgstr ""
452
 
453
+ #: addons/copycom.php:398 methods/dropbox.php:528
454
  msgid ""
455
  "though part of the returned information was not as expected - your mileage "
456
  "may vary"
457
  msgstr ""
458
 
459
+ #: addons/copycom.php:406 addons/onedrive.php:527 methods/dropbox.php:532
460
  #, php-format
461
  msgid "Your %s account name: %s"
462
  msgstr ""
463
 
464
+ #: addons/copycom.php:413 addons/onedrive.php:520 methods/dropbox.php:545
465
  #: methods/googledrive.php:332
466
  #, php-format
467
  msgid "Your %s quota usage: %s %% used, %s available"
529
  msgid "N.B. Copy is case-sensitive."
530
  msgstr ""
531
 
532
+ #: addons/copycom.php:556 addons/onedrive.php:715 methods/dropbox.php:453
533
  #, php-format
534
  msgid "Authenticate with %s"
535
  msgstr ""
536
 
537
+ #: addons/copycom.php:557 addons/onedrive.php:716 methods/dropbox.php:454
538
  msgid "(You appear to be already authenticated)."
539
  msgstr ""
540
 
541
  #: addons/copycom.php:558 addons/googlecloud.php:902 addons/onedrive.php:717
542
+ #: methods/dropbox.php:460 methods/googledrive.php:955
543
  #, php-format
544
  msgid "Account holder's name: %s."
545
  msgstr ""
546
 
547
+ #: addons/copycom.php:559 addons/onedrive.php:718 methods/dropbox.php:454
548
  #, php-format
549
  msgid ""
550
  "<strong>After</strong> you have saved your settings (by clicking 'Save "
556
  msgid "Store at"
557
  msgstr ""
558
 
559
+ #: addons/fixtime.php:281 addons/fixtime.php:286
560
  msgid "Add an additional retention rule..."
561
  msgstr ""
562
 
563
+ #: addons/fixtime.php:422
564
  msgid "(at same time as files backup)"
565
  msgstr ""
566
 
567
+ #: addons/fixtime.php:545
568
  msgid "starting from next time it is"
569
  msgstr ""
570
 
571
+ #: addons/fixtime.php:545
572
  msgid "Enter in format HH:MM (e.g. 14:22)."
573
  msgstr ""
574
 
575
+ #: addons/fixtime.php:545
576
  msgid ""
577
  "The time zone used is that from your WordPress settings, in Settings -> "
578
  "General."
647
  msgid "Western Europe"
648
  msgstr ""
649
 
650
+ #: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:814
651
  msgid "Failure: No bucket details were given."
652
  msgstr ""
653
 
654
  #: addons/googlecloud.php:161 addons/googlecloud.php:166
655
+ #: class-updraftplus.php:792 methods/cloudfiles.php:130
656
  #: methods/googledrive.php:741 methods/googledrive.php:746
657
  #, php-format
658
  msgid "%s Error: Failed to open local file"
709
  "again."
710
  msgstr ""
711
 
712
+ #: addons/googlecloud.php:384 addons/migrator.php:448 admin.php:1999
713
+ #: admin.php:2046 admin.php:2054 class-updraftplus.php:686
714
+ #: class-updraftplus.php:692 class-updraftplus.php:3442
715
+ #: class-updraftplus.php:3444 class-updraftplus.php:3580
716
+ #: class-updraftplus.php:3613 methods/googledrive.php:299 restorer.php:873
717
  #, php-format
718
  msgid "Error: %s"
719
  msgstr ""
742
  #: addons/googlecloud.php:579 addons/googlecloud.php:689
743
  #: addons/onedrive.php:554 addons/sftp.php:478 methods/addon-base.php:291
744
  #: methods/cloudfiles.php:560 methods/googledrive.php:358
745
+ #: methods/openstack-base.php:392 methods/s3.php:878
746
  #: methods/stream-base.php:308
747
  msgid "Success"
748
  msgstr ""
769
  msgid "Failed"
770
  msgstr ""
771
 
772
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:876
773
+ #: methods/s3.php:888
774
  msgid "Failure"
775
  msgstr ""
776
 
777
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:876
778
+ #: methods/s3.php:888
779
  msgid ""
780
  "We successfully accessed the bucket, but the attempt to create a file in it "
781
  "failed."
782
  msgstr ""
783
 
784
+ #: addons/googlecloud.php:689 methods/s3.php:878
785
  msgid "We accessed the bucket, and were able to create files within it."
786
  msgstr ""
787
 
789
  msgid "You must enter a project ID in order to be able to create a new bucket."
790
  msgstr ""
791
 
792
+ #: addons/googlecloud.php:815 methods/dropbox.php:426
793
  #, php-format
794
  msgid "%s logo"
795
  msgstr ""
864
  msgid "Otherwise, you can leave it blank."
865
  msgstr ""
866
 
867
+ #: addons/googlecloud.php:855 addons/migrator.php:352 addons/migrator.php:355
868
+ #: addons/migrator.php:358 admin.php:761 admin.php:2326 admin.php:3130
869
+ #: backup.php:2884 updraftplus.php:147
870
  msgid "Go here for more information."
871
  msgstr ""
872
 
946
  msgid "Supported backup plugins: %s"
947
  msgstr ""
948
 
949
+ #: addons/importer.php:256 admin.php:4499 class-updraftplus.php:2210
950
  #, php-format
951
  msgid "Backup created by: %s."
952
  msgstr ""
1038
  "For unlocking support, please contact whoever manages UpdraftPlus for you."
1039
  msgstr ""
1040
 
1041
+ #: addons/migrator.php:167
1042
  msgid ""
1043
  "A \"migration\" is ultimately the same as a restoration - but using backup "
1044
  "archives that you import from another site."
1045
  msgstr ""
1046
 
1047
+ #: addons/migrator.php:167
1048
  msgid ""
1049
  "The UpdraftPlus Migrator modifies the restoration operation appropriately, "
1050
  "to fit the backup data to the new site."
1051
  msgstr ""
1052
 
1053
+ #: addons/migrator.php:170
1054
  #, php-format
1055
  msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
1056
  msgstr ""
1057
 
1058
+ #: addons/migrator.php:187
1059
  msgid "This site has no backups to restore from yet."
1060
  msgstr ""
1061
 
1062
+ #: addons/migrator.php:194
1063
  msgid "Restore an existing backup set onto this site"
1064
  msgstr ""
1065
 
1066
+ #: addons/migrator.php:194
1067
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1068
  msgstr ""
1069
 
1070
+ #: addons/migrator.php:223
1071
  msgid ""
1072
  "After pressing this button, you will be given the option to choose which "
1073
  "components you wish to migrate"
1074
  msgstr ""
1075
 
1076
+ #: addons/migrator.php:223 admin.php:517 admin.php:2434 admin.php:4612
1077
  msgid "Restore"
1078
  msgstr ""
1079
 
1080
+ #: addons/migrator.php:249
1081
  #, php-format
1082
  msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
1083
  msgstr ""
1084
 
1085
+ #: addons/migrator.php:262
1086
  #, php-format
1087
  msgid "%s: Skipping cache file (does not already exist)"
1088
  msgstr ""
1089
 
1090
+ #: addons/migrator.php:268 addons/migrator.php:293
1091
  msgid "Search / replace database"
1092
  msgstr ""
1093
 
1094
+ #: addons/migrator.php:269 addons/migrator.php:301
1095
  msgid "Search for"
1096
  msgstr ""
1097
 
1098
+ #: addons/migrator.php:270 addons/migrator.php:302
1099
  msgid "Replace with"
1100
  msgstr ""
1101
 
1102
+ #: addons/migrator.php:274 addons/migrator.php:1834 addons/moredatabase.php:70
1103
  #: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:415
1104
+ #: addons/sftp.php:419 addons/sftp.php:423 addons/webdav.php:56 admin.php:536
1105
  #: methods/addon-base.php:277 methods/cloudfiles-new.php:142
1106
  #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
1107
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
1108
  #: methods/openstack2.php:142 methods/openstack2.php:147
1109
+ #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:788
1110
+ #: methods/s3.php:792
1111
  #, php-format
1112
  msgid "Failure: No %s was given."
1113
  msgstr ""
1114
 
1115
+ #: addons/migrator.php:274
1116
  msgid "search term"
1117
  msgstr ""
1118
 
1119
+ #: addons/migrator.php:275 addons/migrator.php:287 admin.php:2231
1120
+ #: admin.php:2240 admin.php:2249 admin.php:2291 admin.php:3413
1121
  msgid "Return to UpdraftPlus Configuration"
1122
  msgstr ""
1123
 
1124
+ #: addons/migrator.php:294
1125
  msgid "This can easily destroy your site; so, use it with care!"
1126
  msgstr ""
1127
 
1128
+ #: addons/migrator.php:295
1129
  msgid "A search/replace cannot be undone - are you sure you want to do this?"
1130
  msgstr ""
1131
 
1132
+ #: addons/migrator.php:303
1133
  msgid "Rows per batch"
1134
  msgstr ""
1135
 
1136
+ #: addons/migrator.php:304
1137
  msgid "These tables only"
1138
  msgstr ""
1139
 
1140
+ #: addons/migrator.php:304
1141
  msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
1142
  msgstr ""
1143
 
1144
+ #: addons/migrator.php:306
1145
  msgid "Go"
1146
  msgstr ""
1147
 
1148
+ #: addons/migrator.php:314 admin.php:2321 class-updraftplus.php:3584
1149
  #: restorer.php:1439 restorer.php:1465 restorer.php:1879
1150
  msgid "Warning:"
1151
  msgstr ""
1152
 
1153
+ #: addons/migrator.php:314
1154
  msgid ""
1155
  "This looks like a migration (the backup is from a site with a different "
1156
  "address/URL), but you did not check the option to search-and-replace the "
1157
  "database. That is usually a mistake."
1158
  msgstr ""
1159
 
1160
+ #: addons/migrator.php:318
1161
  msgid "Processed plugin:"
1162
  msgstr ""
1163
 
1164
+ #: addons/migrator.php:329
1165
  msgid "Network activating theme:"
1166
  msgstr ""
1167
 
1168
+ #: addons/migrator.php:352 addons/migrator.php:355 addons/migrator.php:358
1169
  #, php-format
1170
  msgid ""
1171
  "You selected %s to be included in the restoration - this cannot / should not "
1172
  "be done when importing a single site into a network."
1173
  msgstr ""
1174
 
1175
+ #: addons/migrator.php:352
1176
  msgid "WordPress core"
1177
  msgstr ""
1178
 
1179
+ #: addons/migrator.php:355
1180
  msgid "other content from wp-content"
1181
  msgstr ""
1182
 
1183
+ #: addons/migrator.php:358 addons/multisite.php:609
1184
  msgid "Must-use plugins"
1185
  msgstr ""
1186
 
1187
+ #: addons/migrator.php:364 addons/migrator.php:366
1188
  msgid "Importing a single site into a multisite install"
1189
  msgstr ""
1190
 
1191
+ #: addons/migrator.php:364 admin.php:2884 admin.php:3860
1192
  #, php-format
1193
  msgid "This feature requires %s version %s or later"
1194
  msgstr ""
1195
 
1196
+ #: addons/migrator.php:366
1197
  #, php-format
1198
  msgid "This feature is not compatible with %s"
1199
  msgstr ""
1200
 
1201
+ #: addons/migrator.php:372
1202
  msgid "Information needed to continue:"
1203
  msgstr ""
1204
 
1205
+ #: addons/migrator.php:373
1206
  msgid ""
1207
  "Enter details for where this new site is to live within your multisite "
1208
  "install:"
1209
  msgstr ""
1210
 
1211
+ #: addons/migrator.php:386 addons/migrator.php:388
1212
  msgid "You must use lower-case letters or numbers for the site path, only."
1213
  msgstr ""
1214
 
1215
+ #: addons/migrator.php:396
1216
  msgid "Attribute imported content to user"
1217
  msgstr ""
1218
 
1219
+ #: addons/migrator.php:431
1220
  msgid "Migrated site (from UpdraftPlus)"
1221
  msgstr ""
1222
 
1223
+ #: addons/migrator.php:434
1224
  #, php-format
1225
  msgid "Required information for restoring this backup was not given (%s)"
1226
  msgstr ""
1227
 
1228
+ #: addons/migrator.php:455
1229
  msgid "New site:"
1230
  msgstr ""
1231
 
1232
+ #: addons/migrator.php:491 addons/migrator.php:492
1233
  msgid "Error when creating new site at your chosen address:"
1234
  msgstr ""
1235
 
1236
+ #: addons/migrator.php:510
1237
  msgid "<strong>ERROR</strong>: Site URL already taken."
1238
  msgstr ""
1239
 
1240
+ #: addons/migrator.php:517
1241
  msgid "<strong>ERROR</strong>: problem creating site entry."
1242
  msgstr ""
1243
 
1244
+ #: addons/migrator.php:528
1245
  #, php-format
1246
  msgid ""
1247
  "All references to the site location in the database will be replaced with "
1248
  "your current site URL, which is: %s"
1249
  msgstr ""
1250
 
1251
+ #: addons/migrator.php:528
1252
  msgid "Search and replace site location in the database (migrate)"
1253
  msgstr ""
1254
 
1255
+ #: addons/migrator.php:528
1256
  msgid "(learn more)"
1257
  msgstr ""
1258
 
1259
+ #: addons/migrator.php:586 restorer.php:1379
1260
  msgid ""
1261
  "Database access: Direct MySQL access is not available, so we are falling "
1262
  "back to wpdb (this will be considerably slower)"
1263
  msgstr ""
1264
 
1265
+ #: addons/migrator.php:659
1266
  #, php-format
1267
  msgid ""
1268
  "Skipping this table: data in this table (%s) should not be search/replaced"
1269
  msgstr ""
1270
 
1271
+ #: addons/migrator.php:667
1272
  #, php-format
1273
  msgid "Replacing in blogs/site table: from: %s to: %s"
1274
  msgstr ""
1275
 
1276
+ #: addons/migrator.php:736
1277
  msgid "Adjusting multisite paths"
1278
  msgstr ""
1279
 
1280
+ #: addons/migrator.php:763 addons/migrator.php:1067
1281
  #, php-format
1282
  msgid "Failed: the %s operation was not able to start."
1283
  msgstr ""
1284
 
1285
+ #: addons/migrator.php:763 addons/migrator.php:765
1286
  msgid "search and replace"
1287
  msgstr ""
1288
 
1289
+ #: addons/migrator.php:765 addons/migrator.php:1069
1290
  #, php-format
1291
  msgid "Failed: we did not understand the result returned by the %s operation."
1292
  msgstr ""
1293
 
1294
+ #: addons/migrator.php:837
1295
  msgid "Database: search and replace site URL"
1296
  msgstr ""
1297
 
1298
+ #: addons/migrator.php:841
1299
  msgid "This option was not selected."
1300
  msgstr ""
1301
 
1302
+ #: addons/migrator.php:875 addons/migrator.php:879 addons/migrator.php:883
1303
+ #: addons/migrator.php:888 addons/migrator.php:892 addons/migrator.php:897
1304
  #, php-format
1305
  msgid "Error: unexpected empty parameter (%s, %s)"
1306
  msgstr ""
1307
 
1308
+ #: addons/migrator.php:903
1309
  #, php-format
1310
  msgid "Nothing to do: the site URL is already: %s"
1311
  msgstr ""
1312
 
1313
+ #: addons/migrator.php:914
1314
  #, php-format
1315
  msgid ""
1316
  "Warning: the database's site URL (%s) is different to what we expected (%s)"
1317
  msgstr ""
1318
 
1319
+ #: addons/migrator.php:919
1320
  #, php-format
1321
  msgid ""
1322
  "Warning: the database's home URL (%s) is different to what we expected (%s)"
1323
  msgstr ""
1324
 
1325
+ #: addons/migrator.php:930
1326
  #, php-format
1327
  msgid "Database search and replace: replace %s in backup dump with %s"
1328
  msgstr ""
1329
 
1330
+ #: addons/migrator.php:970
1331
  msgid "Could not get list of tables"
1332
  msgstr ""
1333
 
1334
+ #: addons/migrator.php:993 addons/migrator.php:1036 addons/migrator.php:1183
1335
  msgid "Search and replacing table:"
1336
  msgstr ""
1337
 
1338
+ #: addons/migrator.php:993
1339
  msgid "skipped (not in list)"
1340
  msgstr ""
1341
 
1342
+ #: addons/migrator.php:1036
1343
  msgid "already done"
1344
  msgstr ""
1345
 
1346
+ #: addons/migrator.php:1085
1347
  msgid "Tables examined:"
1348
  msgstr ""
1349
 
1350
+ #: addons/migrator.php:1086
1351
  msgid "Rows examined:"
1352
  msgstr ""
1353
 
1354
+ #: addons/migrator.php:1087
1355
  msgid "Changes made:"
1356
  msgstr ""
1357
 
1358
+ #: addons/migrator.php:1088
1359
  msgid "SQL update commands run:"
1360
  msgstr ""
1361
 
1362
+ #: addons/migrator.php:1089 admin.php:484
1363
  msgid "Errors:"
1364
  msgstr ""
1365
 
1366
+ #: addons/migrator.php:1090
1367
  msgid "Time taken (seconds):"
1368
  msgstr ""
1369
 
1370
+ #: addons/migrator.php:1121 restorer.php:1957
1371
  msgid "the database query being run was:"
1372
  msgstr ""
1373
 
1374
+ #: addons/migrator.php:1226
1375
  #, php-format
1376
  msgid "rows: %d"
1377
  msgstr ""
1378
 
1379
+ #: addons/migrator.php:1235
1380
  #, php-format
1381
  msgid "Searching and replacing reached row: %d"
1382
  msgstr ""
1383
 
1384
+ #: addons/migrator.php:1341
1385
  #, php-format
1386
  msgid "\"%s\" has no primary key, manual change needed on row %s."
1387
  msgstr ""
1388
 
1389
+ #: addons/migrator.php:1663
1390
  msgid "Backup data will be sent to:"
1391
  msgstr ""
1392
 
1393
+ #: addons/migrator.php:1678
1394
  msgid "site not found"
1395
  msgstr ""
1396
 
1397
+ #: addons/migrator.php:1706 admin.php:533
1398
  #, php-format
1399
  msgid ""
1400
  "You should check that the remote site is online, not firewalled, does not "
1402
  "%s or later active and that the keys have been entered correctly."
1403
  msgstr ""
1404
 
1405
+ #: addons/migrator.php:1717
1406
  #, php-format
1407
  msgid ""
1408
  "The site URL you are sending to (%s) looks like a local development website. "
1410
  "will be blocking this."
1411
  msgstr ""
1412
 
1413
+ #: addons/migrator.php:1721
1414
  msgid ""
1415
  "If sending directly from site to site does not work for you, then there are "
1416
  "three other methods - please try one of these instead."
1417
  msgstr ""
1418
 
1419
+ #: addons/migrator.php:1734 admin.php:540
1420
  msgid "Testing connection..."
1421
  msgstr ""
1422
 
1423
+ #: addons/migrator.php:1734 admin.php:3445 admin.php:3479 admin.php:3483
1424
+ #: admin.php:4865 admin.php:4879 restorer.php:2061 restorer.php:2166
1425
  msgid "OK"
1426
  msgstr ""
1427
 
1428
+ #: addons/migrator.php:1738 addons/moredatabase.php:235
1429
+ #: addons/reporting.php:216 admin.php:159 admin.php:1277 admin.php:2995
1430
+ #: admin.php:2997 admin.php:4264 admin.php:4456 admin.php:4965
1431
  msgid "Database"
1432
  msgstr ""
1433
 
1434
+ #: addons/migrator.php:1752
1435
  msgid "Also send this backup to the active remote storage locations"
1436
  msgstr ""
1437
 
1438
+ #: addons/migrator.php:1803
1439
  msgid "A key with this name already exists; you must use a unique name."
1440
  msgstr ""
1441
 
1442
+ #: addons/migrator.php:1818 central/bootstrap.php:367
1443
  msgid "Key created successfully."
1444
  msgstr ""
1445
 
1446
+ #: addons/migrator.php:1818 central/bootstrap.php:367
1447
  msgid "You must copy and paste this key now - it cannot be shown again."
1448
  msgstr ""
1449
 
1450
+ #: addons/migrator.php:1834
1451
  msgid "key"
1452
  msgstr ""
1453
 
1454
+ #: addons/migrator.php:1844
1455
  msgid "The entered key was the wrong length - please try again."
1456
  msgstr ""
1457
 
1458
+ #: addons/migrator.php:1846 addons/migrator.php:1848 addons/migrator.php:1852
1459
  msgid "The entered key was corrupt - please try again."
1460
  msgstr ""
1461
 
1462
+ #: addons/migrator.php:1857
1463
  msgid ""
1464
  "The entered key does not belong to a remote site (it belongs to this one)."
1465
  msgstr ""
1466
 
1467
+ #: addons/migrator.php:1873
1468
  msgid "The key was successfully added."
1469
  msgstr ""
1470
 
1471
+ #: addons/migrator.php:1873
1472
  msgid "It is for sending backups to the following site: "
1473
  msgstr ""
1474
 
1475
+ #: addons/migrator.php:1892
1476
  msgid "No receiving sites have yet been added."
1477
  msgstr ""
1478
 
1479
+ #: addons/migrator.php:1894 admin.php:532
1480
  msgid "Send to site:"
1481
  msgstr ""
1482
 
1483
+ #: addons/migrator.php:1900 admin.php:541
1484
  msgid "Send"
1485
  msgstr ""
1486
 
1487
+ #: addons/migrator.php:2133
1488
  msgid "Or, send a backup to another site"
1489
  msgstr ""
1490
 
1491
+ #: addons/migrator.php:2136
1492
  msgid ""
1493
  "To add a site as a destination for sending to, enter that site's key below."
1494
  msgstr ""
1495
 
1496
+ #: addons/migrator.php:2136
1497
  msgid ""
1498
  "Keys for this site are created in the section below the one you just pressed "
1499
  "in."
1500
  msgstr ""
1501
 
1502
+ #: addons/migrator.php:2136
1503
  msgid ""
1504
  "So, to get the key for the remote site, open the 'Migrate' window on that "
1505
  "site, scroll down, and you can create one there."
1506
  msgstr ""
1507
 
1508
+ #: addons/migrator.php:2136
1509
  msgid "How do I get a site's key?"
1510
  msgstr ""
1511
 
1512
+ #: addons/migrator.php:2141
1513
  msgid "Paste key here"
1514
  msgstr ""
1515
 
1516
+ #: addons/migrator.php:2141 admin.php:529
1517
  msgid "Add site"
1518
  msgstr ""
1519
 
1520
+ #: addons/migrator.php:2152
1521
  msgid "Or, receive a backup from a remote site"
1522
  msgstr ""
1523
 
1524
+ #: addons/migrator.php:2153
1525
  msgid ""
1526
  "To allow another site to send a backup to this site, create a key, and then "
1527
  "press the 'Migrate' button on the sending site, and copy-and-paste the key "
1528
  "there."
1529
  msgstr ""
1530
 
1531
+ #: addons/migrator.php:2158
1532
+ msgid ""
1533
+ "Create a key: give this key a unique name (e.g. indicate the site it is "
1534
+ "for), then press \"Create Key\":"
1535
  msgstr ""
1536
 
1537
+ #: addons/migrator.php:2159
1538
+ msgid "Enter your chosen name"
1539
+ msgstr ""
1540
+
1541
+ #: addons/migrator.php:2161 central/bootstrap.php:441
1542
+ msgid "Encryption key size:"
1543
+ msgstr ""
1544
+
1545
+ #: addons/migrator.php:2163 addons/migrator.php:2164 addons/migrator.php:2166
1546
+ #: central/bootstrap.php:442 central/bootstrap.php:443
1547
+ #: central/bootstrap.php:445
1548
+ #, php-format
1549
+ msgid "%s bits"
1550
+ msgstr ""
1551
+
1552
+ #: addons/migrator.php:2163 central/bootstrap.php:442
1553
+ msgid "easy to break, fastest"
1554
+ msgstr ""
1555
+
1556
+ #: addons/migrator.php:2164 central/bootstrap.php:443
1557
+ msgid "faster (possibility for slow PHP installs)"
1558
+ msgstr ""
1559
+
1560
+ #: addons/migrator.php:2165 central/bootstrap.php:444
1561
+ #, php-format
1562
+ msgid "%s bytes"
1563
+ msgstr ""
1564
+
1565
+ #: addons/migrator.php:2165 central/bootstrap.php:444
1566
+ msgid "recommended"
1567
+ msgstr ""
1568
+
1569
+ #: addons/migrator.php:2166 central/bootstrap.php:445
1570
+ msgid "slower, strongest"
1571
+ msgstr ""
1572
+
1573
+ #: addons/migrator.php:2169
1574
+ msgid "Create key"
1575
+ msgstr ""
1576
+
1577
+ #: addons/migrator.php:2174
1578
  msgid "Your new key:"
1579
  msgstr ""
1580
 
1581
+ #: addons/migrator.php:2192
1582
  msgid "No keys to allow remote sites to connect have yet been created."
1583
  msgstr ""
1584
 
1585
+ #: addons/migrator.php:2201
1586
  msgid "Existing keys"
1587
  msgstr ""
1588
 
1589
+ #: addons/migrator.php:2204 admin.php:512 admin.php:2921 admin.php:3439
1590
+ #: admin.php:3472 admin.php:4621
1591
  msgid "Delete"
1592
  msgstr ""
1593
 
1611
  msgid "database connection attempt failed"
1612
  msgstr ""
1613
 
1614
+ #: addons/moredatabase.php:93 backup.php:1349
1615
  msgid ""
1616
  "Connection failed: check your access details, that the database server is "
1617
  "up, and that the network connection is not firewalled."
1627
  msgid "%s total table(s) found; %s with the indicated prefix."
1628
  msgstr ""
1629
 
1630
+ #: addons/moredatabase.php:125 admin.php:1502
1631
  msgid "Messages:"
1632
  msgstr ""
1633
 
1724
  msgid "Contains:"
1725
  msgstr ""
1726
 
1727
+ #: addons/morefiles.php:63 admin.php:2997
1728
  #, php-format
1729
  msgid "%s restoration options:"
1730
  msgstr ""
1814
  msgid "Add another..."
1815
  msgstr ""
1816
 
1817
+ #: addons/morefiles.php:260 admin.php:4090
1818
  msgid "Exclude these:"
1819
  msgstr ""
1820
 
1821
+ #: addons/morefiles.php:262 admin.php:4092
1822
  msgid ""
1823
  "If entering multiple files/directories, then separate them with commas. For "
1824
  "entities at the top level, you can use a * at the start or end of the entry "
1865
  "unpacked backup"
1866
  msgstr ""
1867
 
1868
+ #: addons/multisite.php:452 class-updraftplus.php:1281
1869
  msgid "Uploads"
1870
  msgstr ""
1871
 
1949
  msgid "Your label for this backup (optional)"
1950
  msgstr ""
1951
 
1952
+ #: addons/reporting.php:65 addons/reporting.php:147 backup.php:919
1953
+ #: class-updraftplus.php:3517
1954
  msgid "Backup of:"
1955
  msgstr ""
1956
 
1973
  msgid "Backup made by %s"
1974
  msgstr ""
1975
 
1976
+ #: addons/reporting.php:148 backup.php:922
1977
  msgid "Latest status:"
1978
  msgstr ""
1979
 
2004
  msgid "Time taken:"
2005
  msgstr ""
2006
 
2007
+ #: addons/reporting.php:189 admin.php:4277
2008
  msgid "Uploaded to:"
2009
  msgstr ""
2010
 
2011
+ #: addons/reporting.php:201 admin.php:4289
2012
  msgid "None"
2013
  msgstr ""
2014
 
2015
+ #: addons/reporting.php:221 backup.php:879
2016
  msgid "The log file has been attached to this email."
2017
  msgstr ""
2018
 
2053
  msgid "Log all messages to syslog (only server admins are likely to want this)"
2054
  msgstr ""
2055
 
2056
+ #: addons/reporting.php:412 admin.php:469
2057
  msgid "To send to more than one address, separate each address with a comma."
2058
  msgstr ""
2059
 
2060
+ #: addons/reporting.php:414 admin.php:464
2061
  msgid "Send a report only when there are warnings/errors"
2062
  msgstr ""
2063
 
2064
+ #: addons/reporting.php:416 admin.php:466
2065
  #, php-format
2066
  msgid ""
2067
  "Be aware that mail servers tend to have size limits; typically around %s Mb; "
2068
  "backups larger than any limits will likely not arrive."
2069
  msgstr ""
2070
 
2071
+ #: addons/reporting.php:416 admin.php:465
2072
  msgid "When the Email storage method is enabled, also send the entire backup"
2073
  msgstr ""
2074
 
2119
  msgid "AWS authentication failed"
2120
  msgstr ""
2121
 
2122
+ #: addons/s3-enhanced.php:125 methods/openstack2.php:113 methods/s3.php:834
2123
  msgid "Region"
2124
  msgstr ""
2125
 
2130
  "bucket name (as another AWS user may already have taken your name)."
2131
  msgstr ""
2132
 
2133
+ #: addons/s3-enhanced.php:152 methods/s3.php:866
2134
  #, php-format
2135
  msgid "The error reported by %s was:"
2136
  msgstr ""
2387
  msgid "Use SCP instead of SFTP"
2388
  msgstr ""
2389
 
2390
+ #: addons/sftp.php:406 admin.php:557 methods/addon-base.php:242
2391
  #: methods/cloudfiles.php:496 methods/ftp.php:329
2392
+ #: methods/openstack-base.php:440 methods/s3.php:753
2393
  #: methods/stream-base.php:219
2394
  #, php-format
2395
  msgid "Test %s Settings"
2454
  "path, username, password and port as required - e.g.%s"
2455
  msgstr ""
2456
 
2457
+ #: admin.php:125 admin.php:146 admin.php:153
2458
  msgid "Nothing currently scheduled"
2459
  msgstr ""
2460
 
2461
+ #: admin.php:135
2462
  msgid "At the same time as the files backup"
2463
  msgstr ""
2464
 
2465
+ #: admin.php:155
2466
  msgid "Files"
2467
  msgstr ""
2468
 
2469
+ #: admin.php:155 backup.php:835
2470
  msgid "Files and database"
2471
  msgstr ""
2472
 
2473
+ #: admin.php:330 admin.php:2392
 
 
 
 
2474
  msgid "Current Status"
2475
  msgstr ""
2476
 
2477
+ #: admin.php:330 admin.php:510 admin.php:2431
2478
  msgid "Backup Now"
2479
  msgstr ""
2480
 
2481
+ #: admin.php:338 admin.php:1417 admin.php:1656 admin.php:2393 admin.php:2851
2482
  msgid "Existing Backups"
2483
  msgstr ""
2484
 
2485
+ #: admin.php:346 admin.php:697 admin.php:2394
2486
  msgid "Settings"
2487
  msgstr ""
2488
 
2489
+ #: admin.php:354 admin.php:2395
2490
  msgid "Advanced Tools"
2491
  msgstr ""
2492
 
2493
+ #: admin.php:362
2494
  msgid "Extensions"
2495
  msgstr ""
2496
 
2497
+ #: admin.php:389 admin.php:403
2498
  #, php-format
2499
  msgid "Dismiss (for %s months)"
2500
  msgstr ""
2501
 
2502
+ #: admin.php:391
2503
  msgid "Thank you for backing up with UpdraftPlus!"
2504
  msgstr ""
2505
 
2506
+ #: admin.php:396
2507
  msgid "Free Newsletter"
2508
  msgstr ""
2509
 
2510
+ #: admin.php:396
2511
  msgid ""
2512
  "UpdraftPlus news, high-quality training materials for WordPress developers "
2513
  "and site-owners, and general WordPress news. You can de-subscribe at any "
2514
  "time."
2515
  msgstr ""
2516
 
2517
+ #: admin.php:396
2518
  msgid "Follow this link to sign up."
2519
  msgstr ""
2520
 
2521
+ #: admin.php:398
2522
  msgid "UpdraftPlus Premium"
2523
  msgstr ""
2524
 
2525
+ #: admin.php:398
2526
  msgid ""
2527
  "For personal support, the ability to copy sites, more storage destinations, "
2528
  "encrypted backups for security, multiple backup destinations, better "
2530
  "UpdraftPlus - the world’s most popular backup plugin."
2531
  msgstr ""
2532
 
2533
+ #: admin.php:398
2534
  msgid "Compare with the free version"
2535
  msgstr ""
2536
 
2537
+ #: admin.php:398
2538
  msgid "Go to the shop."
2539
  msgstr ""
2540
 
2541
+ #: admin.php:400
2542
  msgid "More Quality Plugins"
2543
  msgstr ""
2544
 
2545
+ #: admin.php:400
2546
  msgid "Free two-factor security plugin"
2547
  msgstr ""
2548
 
2549
+ #: admin.php:400
2550
  msgid "Premium WooCommerce plugins"
2551
  msgstr ""
2552
 
2553
+ #: admin.php:467
2554
  msgid ""
2555
  "Rescanning (looking for backups that you have uploaded manually into the "
2556
  "internal backup store)..."
2557
  msgstr ""
2558
 
2559
+ #: admin.php:468
2560
  msgid "Rescanning remote and local storage for backup sets..."
2561
  msgstr ""
2562
 
2563
+ #: admin.php:470
2564
  msgid ""
2565
  "If you exclude both the database and the files, then you have excluded "
2566
  "everything!"
2567
  msgstr ""
2568
 
2569
+ #: admin.php:471
2570
  msgid ""
2571
  "You have chosen to backup files, but no file entities have been selected"
2572
  msgstr ""
2573
 
2574
+ #: admin.php:472
2575
  msgid ""
2576
  "The restore operation has begun. Do not press stop or close your browser "
2577
  "until it reports itself as having finished."
2578
  msgstr ""
2579
 
2580
+ #: admin.php:474
2581
  msgid ""
2582
  "The web server returned an error code (try again, or check your web server "
2583
  "logs)"
2584
  msgstr ""
2585
 
2586
+ #: admin.php:475
2587
  msgid ""
2588
  "The new user's RackSpace console password is (this will not be shown again):"
2589
  msgstr ""
2590
 
2591
+ #: admin.php:476
2592
  msgid "Trying..."
2593
  msgstr ""
2594
 
2595
+ #: admin.php:477
2596
  msgid "Fetching..."
2597
  msgstr ""
2598
 
2599
+ #: admin.php:478 admin.php:2863
2600
  msgid "calculating..."
2601
  msgstr ""
2602
 
2603
+ #: admin.php:479
2604
  msgid "Begun looking for this entity"
2605
  msgstr ""
2606
 
2607
+ #: admin.php:480
2608
  msgid "Some files are still downloading or being processed - please wait."
2609
  msgstr ""
2610
 
2611
+ #: admin.php:481
2612
  msgid "Processing files - please wait..."
2613
  msgstr ""
2614
 
2615
+ #: admin.php:482
2616
  msgid "Error: the server sent an empty response."
2617
  msgstr ""
2618
 
2619
+ #: admin.php:483
2620
  msgid "Warnings:"
2621
  msgstr ""
2622
 
2623
+ #: admin.php:485
2624
  msgid "Error: the server sent us a response which we did not understand."
2625
  msgstr ""
2626
 
2627
+ #: admin.php:486 admin.php:4990
2628
  msgid "Error data:"
2629
  msgstr ""
2630
 
2631
+ #: admin.php:488 admin.php:1686 admin.php:4863 class-updraftplus.php:867
2632
  #: methods/addon-base.php:75 methods/addon-base.php:80
2633
  #: methods/addon-base.php:194 methods/addon-base.php:214
2634
  #: methods/stream-base.php:196 restorer.php:2057 restorer.php:2082
2636
  msgid "Error"
2637
  msgstr ""
2638
 
2639
+ #: admin.php:489 admin.php:1914
2640
  msgid "File ready."
2641
  msgstr ""
2642
 
2643
+ #: admin.php:490
2644
  msgid "You should:"
2645
  msgstr ""
2646
 
2647
+ #: admin.php:491
2648
  msgid "Delete from your web server"
2649
  msgstr ""
2650
 
2651
+ #: admin.php:492
2652
  msgid "Download to your computer"
2653
  msgstr ""
2654
 
2655
+ #: admin.php:493
2656
  msgid "and then, if you wish,"
2657
  msgstr ""
2658
 
2659
+ #: admin.php:494
2660
  msgid ""
2661
  "Download error: the server sent us a response which we did not understand."
2662
  msgstr ""
2663
 
2664
+ #: admin.php:495
2665
  msgid "Requesting start of backup..."
2666
  msgstr ""
2667
 
2668
+ #: admin.php:496
2669
  msgid "PHP information"
2670
  msgstr ""
2671
 
2672
+ #: admin.php:497 admin.php:3170
2673
  msgid "Delete Old Directories"
2674
  msgstr ""
2675
 
2676
+ #: admin.php:498
2677
  msgid "Raw backup history"
2678
  msgstr ""
2679
 
2680
+ #: admin.php:499 admin.php:500 class-updraftplus.php:2217
2681
  msgid ""
2682
  "This file does not appear to be an UpdraftPlus backup archive (such files "
2683
  "are .zip or .gz files which have a name like: backup_(time)_(site "
2684
  "name)_(code)_(type).(zip|gz))."
2685
  msgstr ""
2686
 
2687
+ #: admin.php:499
2688
  msgid ""
2689
  "However, UpdraftPlus archives are standard zip/SQL files - so if you are "
2690
  "sure that your file has the right format, then you can rename it to match "
2691
  "that pattern."
2692
  msgstr ""
2693
 
2694
+ #: admin.php:500 class-updraftplus.php:2217
2695
  msgid ""
2696
  "If this is a backup created by a different backup plugin, then UpdraftPlus "
2697
  "Premium may be able to help you."
2698
  msgstr ""
2699
 
2700
+ #: admin.php:501
2701
  msgid ""
2702
  "(make sure that you were trying to upload a zip file previously created by "
2703
  "UpdraftPlus)"
2704
  msgstr ""
2705
 
2706
+ #: admin.php:502
2707
  msgid "Upload error:"
2708
  msgstr ""
2709
 
2710
+ #: admin.php:503
2711
  msgid ""
2712
  "This file does not appear to be an UpdraftPlus encrypted database archive "
2713
  "(such files are .gz.crypt files which have a name like: backup_(time)_(site "
2714
  "name)_(code)_db.crypt.gz)."
2715
  msgstr ""
2716
 
2717
+ #: admin.php:504
2718
  msgid "Upload error"
2719
  msgstr ""
2720
 
2721
+ #: admin.php:505
2722
  msgid ""
2723
  "Follow this link to attempt decryption and download the database file to "
2724
  "your computer."
2725
  msgstr ""
2726
 
2727
+ #: admin.php:506
2728
  msgid "This decryption key will be attempted:"
2729
  msgstr ""
2730
 
2731
+ #: admin.php:507
2732
  msgid "Unknown server response:"
2733
  msgstr ""
2734
 
2735
+ #: admin.php:508
2736
  msgid "Unknown server response status:"
2737
  msgstr ""
2738
 
2739
+ #: admin.php:509
2740
  msgid "The file was uploaded."
2741
  msgstr ""
2742
 
2743
+ #: admin.php:511
2744
  msgid "Cancel"
2745
  msgstr ""
2746
 
2747
+ #: admin.php:513 central/bootstrap.php:448
2748
  msgid "Create"
2749
  msgstr ""
2750
 
2751
+ #: admin.php:514
2752
  msgid ""
2753
  "You did not select any components to restore. Please select at least one, "
2754
  "and then try again."
2755
  msgstr ""
2756
 
2757
+ #: admin.php:516
2758
  msgid "Close"
2759
  msgstr ""
2760
 
2761
+ #: admin.php:518 admin.php:3624
2762
  msgid "Download log file"
2763
  msgstr ""
2764
 
2765
+ #: admin.php:520 admin.php:545
2766
  msgid "You have made changes to your settings, and not saved."
2767
  msgstr ""
2768
 
2769
+ #: admin.php:521
2770
  msgid "Saving..."
2771
  msgstr ""
2772
 
2773
+ #: admin.php:522 methods/updraftvault.php:249 methods/updraftvault.php:294
2774
  #: udaddons/options.php:244
2775
  msgid "Connect"
2776
  msgstr ""
2777
 
2778
+ #: admin.php:523
2779
  msgid "Connecting..."
2780
  msgstr ""
2781
 
2782
+ #: admin.php:524 methods/updraftvault.php:335
2783
  msgid "Disconnect"
2784
  msgstr ""
2785
 
2786
+ #: admin.php:525
2787
  msgid "Disconnecting..."
2788
  msgstr ""
2789
 
2790
+ #: admin.php:526
2791
  msgid "Counting..."
2792
  msgstr ""
2793
 
2794
+ #: admin.php:527
2795
  msgid "Update quota count"
2796
  msgstr ""
2797
 
2798
+ #: admin.php:528
2799
  msgid "Adding..."
2800
  msgstr ""
2801
 
2802
+ #: admin.php:531
2803
  msgid "Creating..."
2804
  msgstr ""
2805
 
2806
+ #: admin.php:534
2807
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2808
  msgstr ""
2809
 
2810
+ #: admin.php:536
2811
  msgid "key name"
2812
  msgstr ""
2813
 
2814
+ #: admin.php:537
2815
  msgid "Deleting..."
2816
  msgstr ""
2817
 
2818
+ #: admin.php:538
2819
  msgid "Please enter a valid URL"
2820
  msgstr ""
2821
 
2822
+ #: admin.php:539
2823
  msgid ""
2824
  "We requested to delete the file, but could not understand the server's "
2825
  "response"
2826
  msgstr ""
2827
 
2828
+ #: admin.php:544
2829
  msgctxt "(verb)"
2830
  msgid "Download"
2831
  msgstr ""
2832
 
2833
+ #: admin.php:545
2834
  msgid ""
2835
  "You should save your changes to ensure that they are used for making your "
2836
  "backup."
2837
  msgstr ""
2838
 
2839
+ #: admin.php:548
2840
  msgid "day"
2841
  msgstr ""
2842
 
2843
+ #: admin.php:549
2844
  msgid "in the month"
2845
  msgstr ""
2846
 
2847
+ #: admin.php:550
2848
  msgid "day(s)"
2849
  msgstr ""
2850
 
2851
+ #: admin.php:551
2852
  msgid "hour(s)"
2853
  msgstr ""
2854
 
2855
+ #: admin.php:552
2856
  msgid "week(s)"
2857
  msgstr ""
2858
 
2859
+ #: admin.php:553
2860
  msgid "For backups older than"
2861
  msgstr ""
2862
 
2863
+ #: admin.php:555
2864
  msgid "Processing..."
2865
  msgstr ""
2866
 
2867
+ #: admin.php:556
2868
  msgid "Please fill in the required information."
2869
  msgstr ""
2870
 
2871
+ #: admin.php:558
2872
  #, php-format
2873
  msgid "Testing %s Settings..."
2874
  msgstr ""
2875
 
2876
+ #: admin.php:559
2877
  #, php-format
2878
  msgid "%s settings test result:"
2879
  msgstr ""
2880
 
2881
+ #: admin.php:560
2882
  msgid "Nothing yet logged"
2883
  msgstr ""
2884
 
2885
+ #: admin.php:579 admin.php:734
2886
  #, php-format
2887
  msgid "Dismiss (for %s weeks)"
2888
  msgstr ""
2889
 
2890
+ #: admin.php:581 admin.php:736
2891
  msgid ""
2892
  "UpdraftPlus Premium can <strong>automatically</strong> take a backup of "
2893
  "your plugins or themes and database before you update."
2894
  msgstr ""
2895
 
2896
+ #: admin.php:581 admin.php:736
2897
  msgid ""
2898
  "Be safe every time, without needing to remember - follow this link to learn "
2899
  "more."
2900
  msgstr ""
2901
 
2902
+ #: admin.php:655
2903
  msgid "Allowed Files"
2904
  msgstr ""
2905
 
2906
+ #: admin.php:701
2907
  msgid "Add-Ons / Pro Support"
2908
  msgstr ""
2909
 
2910
+ #: admin.php:748 admin.php:2427 central/updraftplus-commands.php:304
2911
  msgid ""
2912
  "The 'Backup Now' button is disabled as your backup directory is not writable "
2913
  "(go to the 'Settings' tab and find the relevant option)."
2914
  msgstr ""
2915
 
2916
+ #: admin.php:753
2917
  msgid "Welcome to UpdraftPlus!"
2918
  msgstr ""
2919
 
2920
+ #: admin.php:753
2921
  msgid "To make a backup, just press the Backup Now button."
2922
  msgstr ""
2923
 
2924
+ #: admin.php:753
2925
  msgid ""
2926
  "To change any of the default settings of what is backed up, to configure "
2927
  "scheduled backups, to send your backups to remote storage (recommended), and "
2928
  "more, go to the settings tab."
2929
  msgstr ""
2930
 
2931
+ #: admin.php:757 admin.php:761 admin.php:765 admin.php:769 admin.php:773
2932
+ #: admin.php:782 admin.php:2858 admin.php:4137 admin.php:4144 admin.php:4146
2933
  #: methods/cloudfiles.php:448 methods/ftp.php:284
2934
+ #: methods/openstack-base.php:429 methods/s3.php:701 methods/s3.php:705
2935
+ #: methods/updraftvault.php:233 udaddons/updraftplus-addons.php:210
2936
  msgid "Warning"
2937
  msgstr ""
2938
 
2939
+ #: admin.php:757 class-updraftplus.php:563
2940
  #, php-format
2941
  msgid ""
2942
  "The amount of time allowed for WordPress plugins to run is very low (%s "
2945
  "max_execution_time PHP setting; the recommended value is %s seconds or more)"
2946
  msgstr ""
2947
 
2948
+ #: admin.php:761
2949
  msgid ""
2950
  "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON "
2951
  "setting. No backups can run (even &quot;Backup Now&quot;) unless either you "
2953
  "enabled."
2954
  msgstr ""
2955
 
2956
+ #: admin.php:765
2957
  #, php-format
2958
  msgid ""
2959
  "You have less than %s of free disk space on the disk which UpdraftPlus is "
2962
  "company) to resolve this issue."
2963
  msgstr ""
2964
 
2965
+ #: admin.php:769
2966
  #, php-format
2967
  msgid ""
2968
  "UpdraftPlus does not officially support versions of WordPress before %s. It "
2970
  "is available until you upgrade WordPress."
2971
  msgstr ""
2972
 
2973
+ #: admin.php:773
2974
  #, php-format
2975
  msgid "Your website is hosted using the %s web server."
2976
  msgstr ""
2977
 
2978
+ #: admin.php:773
2979
  msgid "Please consult this FAQ if you have problems backing up."
2980
  msgstr ""
2981
 
2982
+ #: admin.php:777
2983
  msgid "Notice"
2984
  msgstr ""
2985
 
2986
+ #: admin.php:777
2987
  msgid ""
2988
  "UpdraftPlus's debug mode is on. You may see debugging notices on this page "
2989
  "not just from UpdraftPlus, but from any other plugin installed. Please try "
2991
  "raise a support request."
2992
  msgstr ""
2993
 
2994
+ #: admin.php:782
2995
  #, php-format
2996
  msgid ""
2997
  "WordPress has a number (%d) of scheduled tasks which are overdue. Unless "
2999
  "WordPress install is not working."
3000
  msgstr ""
3001
 
3002
+ #: admin.php:782
3003
  msgid "Read this page for a guide to possible causes and how to fix it."
3004
  msgstr ""
3005
 
3006
+ #: admin.php:788 admin.php:792 admin.php:796 admin.php:800 admin.php:804
3007
+ #: admin.php:808 admin.php:812 class-updraftplus.php:356
3008
+ #: class-updraftplus.php:391 class-updraftplus.php:396
3009
+ #: class-updraftplus.php:401
3010
  msgid "UpdraftPlus notice:"
3011
  msgstr ""
3012
 
3013
+ #: admin.php:788 admin.php:792 admin.php:796 admin.php:800 admin.php:808
3014
+ #: admin.php:812
3015
  #, php-format
3016
  msgid ""
3017
  "Click here to authenticate your %s account (you will not be able to back up "
3018
  "to %s without it)."
3019
  msgstr ""
3020
 
3021
+ #: admin.php:804
3022
  #, php-format
3023
  msgid ""
3024
  "%s has been chosen for remote storage, but you are not currently connected."
3025
  msgstr ""
3026
 
3027
+ #: admin.php:804
3028
  msgid "Go to the remote storage settings in order to connect."
3029
  msgstr ""
3030
 
3031
+ #: admin.php:1014
3032
  #, php-format
3033
  msgid ""
3034
  "The backup archive for this file could not be found. The remote storage "
3037
  "and place it inside UpdraftPlus's working folder"
3038
  msgstr ""
3039
 
3040
+ #: admin.php:1234
3041
  msgid "No such backup set exists"
3042
  msgstr ""
3043
 
3044
+ #: admin.php:1253
3045
  #, php-format
3046
  msgid ""
3047
  "The PHP setup on this webserver allows only %s seconds for PHP to run, and "
3051
  "piece-by-piece)."
3052
  msgstr ""
3053
 
3054
+ #: admin.php:1257
3055
  msgid ""
3056
  "This backup set was not known by UpdraftPlus to be created by the current "
3057
  "WordPress installation, but was either found in remote storage, or was sent "
3058
  "from a remote site."
3059
  msgstr ""
3060
 
3061
+ #: admin.php:1257
3062
  msgid ""
3063
  "You should make sure that this really is a backup set intended for use on "
3064
  "this website, before you restore (rather than a backup set of an unrelated "
3065
  "website)."
3066
  msgstr ""
3067
 
3068
+ #: admin.php:1269
3069
  msgid ""
3070
  "Only the WordPress database can be restored; you will need to deal with the "
3071
  "external database manually."
3072
  msgstr ""
3073
 
3074
+ #: admin.php:1282 admin.php:4502 restorer.php:1337
3075
  #, php-format
3076
  msgid "Backup created by unknown source (%s) - cannot be restored."
3077
  msgstr ""
3078
 
3079
+ #: admin.php:1303
3080
  #, php-format
3081
  msgid "File not found (you need to upload it): %s"
3082
  msgstr ""
3083
 
3084
+ #: admin.php:1305
3085
  #, php-format
3086
  msgid "File was found, but is zero-sized (you need to re-upload it): %s"
3087
  msgstr ""
3088
 
3089
+ #: admin.php:1310
3090
  #, php-format
3091
  msgid ""
3092
  "File (%s) was found, but has a different size (%s) from what was expected "
3093
  "(%s) - it may be corrupt."
3094
  msgstr ""
3095
 
3096
+ #: admin.php:1325
3097
  #, php-format
3098
  msgid ""
3099
  "This multi-archive backup set appears to have the following archives "
3100
  "missing: %s"
3101
  msgstr ""
3102
 
3103
+ #: admin.php:1330
3104
  msgid ""
3105
  "The backup archive files have been successfully processed. Now press Restore "
3106
  "again to proceed."
3107
  msgstr ""
3108
 
3109
+ #: admin.php:1332
3110
  msgid ""
3111
  "The backup archive files have been processed, but with some warnings. If all "
3112
  "is well, then now press Restore again to proceed. Otherwise, cancel and "
3113
  "correct any problems first."
3114
  msgstr ""
3115
 
3116
+ #: admin.php:1334
3117
  msgid ""
3118
  "The backup archive files have been processed, but with some errors. You will "
3119
  "need to cancel and correct any problems before retrying."
3120
  msgstr ""
3121
 
3122
+ #: admin.php:1372
3123
  msgid "Known backups (raw)"
3124
  msgstr ""
3125
 
3126
+ #: admin.php:1400
3127
  msgid "Options (raw)"
3128
  msgstr ""
3129
 
3130
+ #: admin.php:1429
3131
  msgid "Constants"
3132
  msgstr ""
3133
 
3134
+ #: admin.php:1542
3135
  msgid "Backup set not found"
3136
  msgstr ""
3137
 
3138
+ #: admin.php:1614
3139
  #, php-format
3140
  msgid "Backup sets removed: %d"
3141
  msgstr ""
3142
 
3143
+ #: admin.php:1616
3144
  #, php-format
3145
  msgid "Local archives deleted: %d"
3146
  msgstr ""
3147
 
3148
+ #: admin.php:1617
3149
  #, php-format
3150
  msgid "Remote archives deleted: %d"
3151
  msgstr ""
3152
 
3153
+ #: admin.php:1706
3154
  msgid "Job deleted"
3155
  msgstr ""
3156
 
3157
+ #: admin.php:1714
3158
  msgid "Could not find that job - perhaps it has already finished?"
3159
  msgstr ""
3160
 
3161
+ #: admin.php:1790 admin.php:1802
3162
  msgid "Start backup"
3163
  msgstr ""
3164
 
3165
+ #: admin.php:1790
3166
  msgid ""
3167
  "OK. You should soon see activity in the \"Last log message\" field below."
3168
  msgstr ""
3169
 
3170
+ #: admin.php:1842
3171
  msgid "Error: unexpected file read fail"
3172
  msgstr ""
3173
 
3174
+ #: admin.php:1849 admin.php:1853 class-updraftplus.php:391
3175
  msgid "The log file could not be read."
3176
  msgstr ""
3177
 
3178
+ #: admin.php:1895
3179
  msgid "Download failed"
3180
  msgstr ""
3181
 
3182
+ #: admin.php:1924
3183
  msgid "Download in progress"
3184
  msgstr ""
3185
 
3186
+ #: admin.php:1927
3187
  msgid "No local copy present."
3188
  msgstr ""
3189
 
3190
+ #: admin.php:1964 backup.php:1116 restorer.php:168
3191
  #, php-format
3192
  msgid "Backup directory (%s) is not writable, or does not exist."
3193
  msgstr ""
3194
 
3195
+ #: admin.php:1964
3196
  msgid "You will find more information about this in the Settings section."
3197
  msgstr ""
3198
 
3199
+ #: admin.php:1999
3200
  msgid "This file could not be uploaded"
3201
  msgstr ""
3202
 
3203
+ #: admin.php:2043
3204
  #, php-format
3205
  msgid "This backup was created by %s, and can be imported."
3206
  msgstr ""
3207
 
3208
+ #: admin.php:2046
3209
  msgid ""
3210
  "Bad filename format - this does not look like a file created by UpdraftPlus"
3211
  msgstr ""
3212
 
3213
+ #: admin.php:2054
3214
  #, php-format
3215
  msgid ""
3216
  "This looks like a file created by UpdraftPlus, but this install does not "
3217
  "know about this type of object: %s. Perhaps you need to install an add-on?"
3218
  msgstr ""
3219
 
3220
+ #: admin.php:2136
3221
  msgid ""
3222
  "Bad filename format - this does not look like an encrypted database file "
3223
  "created by UpdraftPlus"
3224
  msgstr ""
3225
 
3226
+ #: admin.php:2156
3227
  msgid "Premium"
3228
  msgstr ""
3229
 
3230
+ #: admin.php:2157
3231
  msgid "News"
3232
  msgstr ""
3233
 
3234
+ #: admin.php:2158 class-updraftplus.php:3380 class-updraftplus.php:3409
3235
  msgid "Twitter"
3236
  msgstr ""
3237
 
3238
+ #: admin.php:2159 admin.php:2549
3239
  msgid "Support"
3240
  msgstr ""
3241
 
3242
+ #: admin.php:2160
3243
  msgid "Newsletter sign-up"
3244
  msgstr ""
3245
 
3246
+ #: admin.php:2161
3247
  msgid "Lead developer's homepage"
3248
  msgstr ""
3249
 
3250
+ #: admin.php:2162
3251
  msgid "More plugins"
3252
  msgstr ""
3253
 
3254
+ #: admin.php:2162
3255
  msgid "Version"
3256
  msgstr ""
3257
 
3258
+ #: admin.php:2192 admin.php:2201
3259
  msgid ""
3260
  "Sufficient information about the in-progress restoration operation could not "
3261
  "be found."
3262
  msgstr ""
3263
 
3264
+ #: admin.php:2221
3265
  msgid "Restore successful!"
3266
  msgstr ""
3267
 
3268
+ #: admin.php:2231 admin.php:2240 admin.php:2249 admin.php:2291 admin.php:3413
3269
+ #: admin.php:4329
3270
  msgid "Actions"
3271
  msgstr ""
3272
 
3273
+ #: admin.php:2235 admin.php:2245
3274
  msgid "Restore failed..."
3275
  msgstr ""
3276
 
3277
+ #: admin.php:2282
3278
  msgid "Backup directory could not be created"
3279
  msgstr ""
3280
 
3281
+ #: admin.php:2289
3282
  msgid "Backup directory successfully created."
3283
  msgstr ""
3284
 
3285
+ #: admin.php:2312
3286
  msgid "Your settings have been wiped."
3287
  msgstr ""
3288
 
3289
+ #: admin.php:2321
3290
  msgid ""
3291
  "If you can still read these words after the page finishes loading, then "
3292
  "there is a JavaScript or jQuery problem in the site."
3293
  msgstr ""
3294
 
3295
+ #: admin.php:2324
3296
  msgid ""
3297
  "The UpdraftPlus directory in wp-content/plugins has white-space in it; "
3298
  "WordPress does not like this. You should rename the directory to wp-content/"
3299
  "plugins/updraftplus to fix this problem."
3300
  msgstr ""
3301
 
3302
+ #: admin.php:2337
3303
  msgid "For even more features and personal support, check out "
3304
  msgstr ""
3305
 
3306
+ #: admin.php:2339
3307
  msgid "Your backup has been restored."
3308
  msgstr ""
3309
 
3310
+ #: admin.php:2358
3311
  msgid ""
3312
  "Your PHP memory limit (set by your web hosting company) is very low. "
3313
  "UpdraftPlus attempted to raise it but was unsuccessful. This plugin may "
3316
  "successful with a 32Mb limit - your experience may vary)."
3317
  msgstr ""
3318
 
3319
+ #: admin.php:2358
3320
  msgid "Current limit is:"
3321
  msgstr ""
3322
 
3323
+ #: admin.php:2396
3324
  msgid "Premium / Extensions"
3325
  msgstr ""
3326
 
3327
+ #: admin.php:2416
3328
  msgid "JavaScript warning"
3329
  msgstr ""
3330
 
3331
+ #: admin.php:2417
3332
  msgid ""
3333
  "This admin interface uses JavaScript heavily. You either need to activate it "
3334
  "within your browser, or to use a JavaScript-capable browser."
3335
  msgstr ""
3336
 
3337
+ #: admin.php:2431 admin.php:5188
3338
  msgid ""
3339
  "This button is disabled because your backup directory is not writable (see "
3340
  "the settings)."
3341
  msgstr ""
3342
 
3343
+ #: admin.php:2437
3344
  msgid "Clone/Migrate"
3345
  msgstr ""
3346
 
3347
+ #: admin.php:2452
3348
  msgid "Next scheduled backups"
3349
  msgstr ""
3350
 
3351
+ #: admin.php:2453
3352
  msgid "Now"
3353
  msgstr ""
3354
 
3355
+ #: admin.php:2462
3356
  msgid "Last backup job run:"
3357
  msgstr ""
3358
 
3359
+ #: admin.php:2471
3360
  msgid "Migrate Site"
3361
  msgstr ""
3362
 
3363
+ #: admin.php:2476
3364
  msgid "Do you want to migrate or clone/duplicate a site?"
3365
  msgstr ""
3366
 
3367
+ #: admin.php:2476
3368
  msgid ""
3369
  "Then, try out our \"Migrator\" add-on. After using it once, you'll have "
3370
  "saved the purchase price compared to the time needed to copy a site by hand."
3371
  msgstr ""
3372
 
3373
+ #: admin.php:2476
3374
  msgid "Get it here."
3375
  msgstr ""
3376
 
3377
+ #: admin.php:2486
3378
  msgid "Perform a one-time backup"
3379
  msgstr ""
3380
 
3381
+ #: admin.php:2488
3382
  msgid ""
3383
  "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for "
3384
  "activity."
3385
  msgstr ""
3386
 
3387
+ #: admin.php:2497
3388
  msgid "Multisite"
3389
  msgstr ""
3390
 
3391
+ #: admin.php:2501
3392
  msgid "Do you need WordPress Multisite support?"
3393
  msgstr ""
3394
 
3395
+ #: admin.php:2501
3396
  msgid ""
3397
  "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
3398
  msgstr ""
3399
 
3400
+ #: admin.php:2521
3401
  msgid "Backup Contents And Schedule"
3402
  msgstr ""
3403
 
3404
+ #: admin.php:2544
3405
  msgid ""
3406
  "You are currently using the free version of UpdraftPlus from wordpress.org."
3407
  msgstr ""
3408
 
3409
+ #: admin.php:2544
3410
  msgid ""
3411
  "If you have made a purchase from UpdraftPlus.Com, then follow this link to "
3412
  "the instructions to install your purchase."
3413
  msgstr ""
3414
 
3415
+ #: admin.php:2544
3416
  msgid "The first step is to de-install the free version."
3417
  msgstr ""
3418
 
3419
+ #: admin.php:2546
3420
  msgid "Get UpdraftPlus Premium"
3421
  msgstr ""
3422
 
3423
+ #: admin.php:2547
3424
  msgid "Full feature list"
3425
  msgstr ""
3426
 
3427
+ #: admin.php:2548
3428
  msgid "Pre-sales FAQs"
3429
  msgstr ""
3430
 
3431
+ #: admin.php:2549
3432
  msgid "Ask a pre-sales question"
3433
  msgstr ""
3434
 
3435
+ #: admin.php:2561
3436
  msgid "Get it from"
3437
  msgstr ""
3438
 
3439
+ #: admin.php:2565
3440
  msgid "Buy It Now!"
3441
  msgstr ""
3442
 
3443
+ #: admin.php:2569
3444
  msgid "Backup WordPress files and database"
3445
  msgstr ""
3446
 
3447
+ #: admin.php:2574
3448
  #, php-format
3449
  msgid "Translated into over %s languages"
3450
  msgstr ""
3451
 
3452
+ #: admin.php:2579
3453
  msgid "Restore from backup"
3454
  msgstr ""
3455
 
3456
+ #: admin.php:2584
3457
  msgid "Backup to remote storage"
3458
  msgstr ""
3459
 
3460
+ #: admin.php:2589
3461
  msgid "Dropbox, Google Drive, FTP, S3, Rackspace, Email"
3462
  msgstr ""
3463
 
3464
+ #: admin.php:2594
3465
  msgid "WebDAV, Copy.Com, SFTP/SCP, encrypted FTP"
3466
  msgstr ""
3467
 
3468
+ #: admin.php:2599
3469
  msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
3470
  msgstr ""
3471
 
3472
+ #: admin.php:2604
3473
  msgid "Free 1GB for UpdraftPlus Vault"
3474
  msgstr ""
3475
 
3476
+ #: admin.php:2609
3477
  msgid "Backup extra files and databases"
3478
  msgstr ""
3479
 
3480
+ #: admin.php:2614
3481
  msgid "Migrate / clone (i.e. copy) websites"
3482
  msgstr ""
3483
 
3484
+ #: admin.php:2619
3485
  msgid "Basic email reporting"
3486
  msgstr ""
3487
 
3488
+ #: admin.php:2624
3489
  msgid "Advanced reporting features"
3490
  msgstr ""
3491
 
3492
+ #: admin.php:2629
3493
  msgid "Automatic backup when updating WP/plugins/themes"
3494
  msgstr ""
3495
 
3496
+ #: admin.php:2634
3497
  msgid "Send backups to multiple remote destinations"
3498
  msgstr ""
3499
 
3500
+ #: admin.php:2639
3501
  msgid "Database encryption"
3502
  msgstr ""
3503
 
3504
+ #: admin.php:2644
3505
  msgid "Restore backups from other plugins"
3506
  msgstr ""
3507
 
3508
+ #: admin.php:2649
3509
  msgid "No advertising links on UpdraftPlus settings page"
3510
  msgstr ""
3511
 
3512
+ #: admin.php:2654
3513
  msgid "Scheduled backups"
3514
  msgstr ""
3515
 
3516
+ #: admin.php:2659
3517
  msgid "Fix backup time"
3518
  msgstr ""
3519
 
3520
+ #: admin.php:2664
3521
  msgid "Network/Multisite support"
3522
  msgstr ""
3523
 
3524
+ #: admin.php:2669
3525
  msgid "Lock settings access"
3526
  msgstr ""
3527
 
3528
+ #: admin.php:2674
3529
  msgid "Personal support"
3530
  msgstr ""
3531
 
3532
+ #: admin.php:2718
3533
  #, php-format
3534
  msgid "%s minutes, %s seconds"
3535
  msgstr ""
3536
 
3537
+ #: admin.php:2720
3538
  msgid "Unfinished restoration"
3539
  msgstr ""
3540
 
3541
+ #: admin.php:2721
3542
  #, php-format
3543
  msgid "You have an unfinished restoration operation, begun %s ago."
3544
  msgstr ""
3545
 
3546
+ #: admin.php:2726
3547
  msgid "Continue restoration"
3548
  msgstr ""
3549
 
3550
+ #: admin.php:2727
3551
  msgid "Dismiss"
3552
  msgstr ""
3553
 
3554
+ #: admin.php:2747
3555
  msgid "Include the database in the backup"
3556
  msgstr ""
3557
 
3558
+ #: admin.php:2749
3559
  msgid "Include any files in the backup"
3560
  msgstr ""
3561
 
3562
+ #: admin.php:2751
3563
  msgid ""
3564
  "Your saved settings also affect what is backed up - e.g. files excluded."
3565
  msgstr ""
3566
 
3567
+ #: admin.php:2777
3568
  msgid "Backups in progress:"
3569
  msgstr ""
3570
 
3571
+ #: admin.php:2787 admin.php:2793 central/bootstrap.php:164
3572
  msgid "(Nothing yet logged)"
3573
  msgstr ""
3574
 
3575
+ #: admin.php:2804
3576
  msgid "Latest UpdraftPlus.com news:"
3577
  msgstr ""
3578
 
3579
+ #: admin.php:2828
3580
  msgid "Download most recently modified log file"
3581
  msgstr ""
3582
 
3583
+ #: admin.php:2858
3584
  msgid ""
3585
  "Your WordPress installation has a problem with outputting extra whitespace. "
3586
  "This can corrupt backups that you download from here."
3587
  msgstr ""
3588
 
3589
+ #: admin.php:2858 admin.php:4992
3590
  msgid "Please consult this FAQ for help on what to do about it."
3591
  msgstr ""
3592
 
3593
+ #: admin.php:2863
3594
  msgid "Web-server disk space in use by UpdraftPlus"
3595
  msgstr ""
3596
 
3597
+ #: admin.php:2863
3598
  msgid "calculate"
3599
  msgstr ""
3600
 
3601
+ #: admin.php:2863
3602
  msgid "refresh"
3603
  msgstr ""
3604
 
3605
+ #: admin.php:2866
3606
  msgid "More tasks:"
3607
  msgstr ""
3608
 
3609
+ #: admin.php:2867
3610
  msgid "Upload backup files"
3611
  msgstr ""
3612
 
3613
+ #: admin.php:2868
3614
  msgid ""
3615
  "Press here to look inside your UpdraftPlus directory (in your web hosting "
3616
  "space) for any new backup sets that you have uploaded."
3617
  msgstr ""
3618
 
3619
+ #: admin.php:2868
3620
  msgid ""
3621
  "The location of this directory is set in the expert settings, in the "
3622
  "Settings tab."
3623
  msgstr ""
3624
 
3625
+ #: admin.php:2868
3626
  msgid "Rescan local folder for new backup sets"
3627
  msgstr ""
3628
 
3629
+ #: admin.php:2869
3630
  msgid ""
3631
  "Press here to look inside your remote storage methods for any existing "
3632
  "backup sets (from any site, if they are stored in the same folder)."
3633
  msgstr ""
3634
 
3635
+ #: admin.php:2869
3636
  msgid "Rescan remote storage"
3637
  msgstr ""
3638
 
3639
+ #: admin.php:2872
3640
  msgid "Opera web browser"
3641
  msgstr ""
3642
 
3643
+ #: admin.php:2872
3644
  msgid "If you are using this, then turn Turbo/Road mode off."
3645
  msgstr ""
3646
 
3647
+ #: admin.php:2879
3648
  msgid "UpdraftPlus - Upload backup files"
3649
  msgstr ""
3650
 
3651
+ #: admin.php:2880
3652
  msgid "Upload files into UpdraftPlus."
3653
  msgstr ""
3654
 
3655
+ #: admin.php:2880
3656
  msgid ""
3657
  "Or, you can place them manually into your UpdraftPlus directory (usually wp-"
3658
  "content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
3659
  msgstr ""
3660
 
3661
+ #: admin.php:2890
3662
  msgid "Drop backup files here"
3663
  msgstr ""
3664
 
3665
+ #: admin.php:2891
3666
  msgctxt "Uploader: Drop backup files here - or - Select Files"
3667
  msgid "or"
3668
  msgstr ""
3669
 
3670
+ #: admin.php:2920
3671
  msgid "Actions upon selected backups"
3672
  msgstr ""
3673
 
3674
+ #: admin.php:2922
3675
  msgid "Select all"
3676
  msgstr ""
3677
 
3678
+ #: admin.php:2923
3679
  msgid "Deselect"
3680
  msgstr ""
3681
 
3682
+ #: admin.php:2931
3683
  msgid "Delete backup set"
3684
  msgstr ""
3685
 
3686
+ #: admin.php:2934 admin.php:2937
3687
  #, php-format
3688
  msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
3689
  msgstr ""
3690
 
3691
+ #: admin.php:2934
3692
  msgid "this backup set"
3693
  msgstr ""
3694
 
3695
+ #: admin.php:2937
3696
  msgid "these backup sets"
3697
  msgstr ""
3698
 
3699
+ #: admin.php:2945
3700
  msgid "Also delete from remote storage"
3701
  msgstr ""
3702
 
3703
+ #: admin.php:2946
3704
  msgid ""
3705
  "Deleting... please allow time for the communications with the remote storage "
3706
  "to complete."
3707
  msgstr ""
3708
 
3709
+ #: admin.php:2952
3710
  msgid "Restore backup"
3711
  msgstr ""
3712
 
3713
+ #: admin.php:2953
3714
  msgid "Restore backup from"
3715
  msgstr ""
3716
 
3717
+ #: admin.php:2957
3718
  msgid "Retrieving (if necessary) and preparing backup files..."
3719
  msgstr ""
3720
 
3721
+ #: admin.php:2965
3722
  msgid ""
3723
  "Restoring will replace this site's themes, plugins, uploads, database and/or "
3724
  "other content directories (according to what is contained in the backup set, "
3725
  "and your selection)."
3726
  msgstr ""
3727
 
3728
+ #: admin.php:2965
3729
  msgid "Choose the components to restore"
3730
  msgstr ""
3731
 
3732
+ #: admin.php:2977
3733
  msgid "Your web server has PHP's so-called safe_mode active."
3734
  msgstr ""
3735
 
3736
+ #: admin.php:2977
3737
  msgid ""
3738
  "This makes time-outs much more likely. You are recommended to turn safe_mode "
3739
  "off, or to restore only one entity at a time, <a href=\"https://updraftplus."
3741
  "from-the-wp-admin-console/\">or to restore manually</a>."
3742
  msgstr ""
3743
 
3744
+ #: admin.php:2990
3745
  #, php-format
3746
  msgid "The following entity cannot be restored automatically: \"%s\"."
3747
  msgstr ""
3748
 
3749
+ #: admin.php:2990
3750
  msgid "You will need to restore it manually."
3751
  msgstr ""
3752
 
3753
+ #: admin.php:3005
3754
  msgid ""
3755
  "You can search and replace your database (for migrating a website to a new "
3756
  "location/URL) with the Migrator add-on - follow this link for more "
3757
  "information"
3758
  msgstr ""
3759
 
3760
+ #: admin.php:3016
3761
  msgid "Do read this helpful article of useful things to know before restoring."
3762
  msgstr ""
3763
 
3764
+ #: admin.php:3033
3765
  msgid "Unless you have a problem, you can completely ignore everything here."
3766
  msgstr ""
3767
 
3768
+ #: admin.php:3058
3769
  msgid "Web server:"
3770
  msgstr ""
3771
 
3772
+ #: admin.php:3067
3773
  msgid "Peak memory usage"
3774
  msgstr ""
3775
 
3776
+ #: admin.php:3068
3777
  msgid "Current memory usage"
3778
  msgstr ""
3779
 
3780
+ #: admin.php:3069
3781
  msgid "Memory limit"
3782
  msgstr ""
3783
 
3784
+ #: admin.php:3070 admin.php:3071 admin.php:3078 admin.php:3079
3785
  #, php-format
3786
  msgid "%s version:"
3787
  msgstr ""
3788
 
3789
+ #: admin.php:3070
3790
  msgid "show PHP information (phpinfo)"
3791
  msgstr ""
3792
 
3793
+ #: admin.php:3076
3794
  msgid "Not installed"
3795
  msgstr ""
3796
 
3797
+ #: admin.php:3076
3798
  msgid "required for some remote storage providers"
3799
  msgstr ""
3800
 
3801
+ #: admin.php:3080 admin.php:3083 admin.php:3086 admin.php:3090
3802
  msgid "Yes"
3803
  msgstr ""
3804
 
3805
+ #: admin.php:3080 admin.php:3086 admin.php:3090
3806
  msgid "No"
3807
  msgstr ""
3808
 
3928
  msgid "The backup has finished running"
3929
  msgstr ""
3930
 
3931
+ #: admin.php:3220 admin.php:4632
3932
  msgid "View Log"
3933
  msgstr ""
3934
 
3986
  msgid "Encrypted database"
3987
  msgstr ""
3988
 
3989
+ #: admin.php:3344 central/bootstrap.php:410 central/bootstrap.php:417
3990
  #: methods/updraftvault.php:329 methods/updraftvault.php:388
3991
  msgid "Unknown"
3992
  msgstr ""
4021
  msgid "stop"
4022
  msgstr ""
4023
 
4024
+ #: admin.php:3389 admin.php:3610 class-updraftplus.php:3522
4025
+ #: class-updraftplus.php:3540
4026
  #, php-format
4027
  msgid "Warning: %s"
4028
  msgstr ""
4064
  "set permissions for a WordPress plugin to write to the directory."
4065
  msgstr ""
4066
 
4067
+ #: admin.php:3598
4068
  #, php-format
4069
  msgid "incremental backup; base backup: %s"
4070
  msgstr ""
4071
 
4072
+ #: admin.php:3628
4073
  msgid "No backup has been completed"
4074
  msgstr ""
4075
 
4076
+ #: admin.php:3637
4077
  msgctxt "i.e. Non-automatic"
4078
  msgid "Manual"
4079
  msgstr ""
4080
 
4081
+ #: admin.php:3638 admin.php:3639 admin.php:3640 updraftplus.php:92
4082
  #: updraftplus.php:93
4083
  #, php-format
4084
  msgid "Every %s hours"
4085
  msgstr ""
4086
 
4087
+ #: admin.php:3641
4088
  msgid "Daily"
4089
  msgstr ""
4090
 
4091
+ #: admin.php:3642
4092
  msgid "Weekly"
4093
  msgstr ""
4094
 
4095
+ #: admin.php:3643
4096
  msgid "Fortnightly"
4097
  msgstr ""
4098
 
4099
+ #: admin.php:3644
4100
  msgid "Monthly"
4101
  msgstr ""
4102
 
4103
+ #: admin.php:3650
4104
  msgid "Backup directory specified is writable, which is good."
4105
  msgstr ""
4106
 
4107
+ #: admin.php:3654
4108
  msgid "Backup directory specified does <b>not</b> exist."
4109
  msgstr ""
4110
 
4111
+ #: admin.php:3656
4112
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4113
  msgstr ""
4114
 
4115
+ #: admin.php:3658
4116
  msgid "Click here to attempt to create the directory and set the permissions"
4117
  msgstr ""
4118
 
4119
+ #: admin.php:3658
4120
  msgid "or, to reset this option"
4121
  msgstr ""
4122
 
4123
+ #: admin.php:3658
4124
  msgid "click here"
4125
  msgstr ""
4126
 
4127
+ #: admin.php:3658
4128
  msgid ""
4129
  "If that is unsuccessful check the permissions on your server or change it to "
4130
  "another directory that is writable by your web server process."
4131
  msgstr ""
4132
 
4133
+ #: admin.php:3682
4134
  msgid "Files backup schedule"
4135
  msgstr ""
4136
 
4137
+ #: admin.php:3702 admin.php:3741
4138
  msgid "and retain this many scheduled backups"
4139
  msgstr ""
4140
 
4141
+ #: admin.php:3715
4142
  msgid "Incremental file backup schedule"
4143
  msgstr ""
4144
 
4145
+ #: admin.php:3718
4146
  msgid "Tell me more about incremental backups"
4147
  msgstr ""
4148
 
4149
+ #: admin.php:3725
4150
  msgid "Database backup schedule"
4151
  msgstr ""
4152
 
4153
+ #: admin.php:3754
4154
  msgid "To fix the time at which a backup should take place,"
4155
  msgstr ""
4156
 
4157
+ #: admin.php:3754
4158
  msgid "e.g. if your server is busy at day and you want to run overnight"
4159
  msgstr ""
4160
 
4161
+ #: admin.php:3754
4162
  msgid "or to configure more complex schedules"
4163
  msgstr ""
4164
 
4165
+ #: admin.php:3754
4166
  msgid "use UpdraftPlus Premium"
4167
  msgstr ""
4168
 
4169
+ #: admin.php:3760
4170
  msgid "Sending Your Backup To Remote Storage"
4171
  msgstr ""
4172
 
4173
+ #: admin.php:3770
4174
  msgid "Choose your remote storage"
4175
  msgstr ""
4176
 
4177
+ #: admin.php:3770
4178
  msgid "(tap on an icon to select or unselect)"
4179
  msgstr ""
4180
 
4181
+ #: admin.php:3792
4182
  msgid "You can send a backup to more than one destination with an add-on."
4183
  msgstr ""
4184
 
4185
+ #: admin.php:3800
4186
  msgid ""
4187
  "If you choose no remote storage, then the backups remain on the web-server. "
4188
  "This is not recommended (unless you plan to manually copy them to your "
4190
  "the backups in one event."
4191
  msgstr ""
4192
 
4193
+ #: admin.php:3819
4194
  msgid "File Options"
4195
  msgstr ""
4196
 
4197
+ #: admin.php:3823
4198
  msgid "Include in files backup"
4199
  msgstr ""
4200
 
4201
+ #: admin.php:3826
4202
  msgid ""
4203
  "The above directories are everything, except for WordPress core itself which "
4204
  "you can download afresh from WordPress.org."
4205
  msgstr ""
4206
 
4207
+ #: admin.php:3826
4208
  msgid "See also the \"More Files\" add-on from our shop."
4209
  msgstr ""
4210
 
4211
+ #: admin.php:3831
4212
  msgid "Database Options"
4213
  msgstr ""
4214
 
4215
+ #: admin.php:3836
4216
  msgid "Database encryption phrase"
4217
  msgstr ""
4218
 
4219
+ #: admin.php:3840
4220
  msgid ""
4221
  "Don't want to be spied on? UpdraftPlus Premium can encrypt your database "
4222
  "backup."
4223
  msgstr ""
4224
 
4225
+ #: admin.php:3840
4226
  msgid "It can also backup external databases."
4227
  msgstr ""
4228
 
4229
+ #: admin.php:3852
4230
  msgid "You can manually decrypt an encrypted database here."
4231
  msgstr ""
4232
 
4233
+ #: admin.php:3855
4234
  msgid "Manually decrypt a database backup file"
4235
  msgstr ""
4236
 
4237
+ #: admin.php:3867
4238
  msgid ""
4239
  "Drop encrypted database files (db.gz.crypt files) here to upload them for "
4240
  "decryption"
4241
  msgstr ""
4242
 
4243
+ #: admin.php:3868
4244
  msgctxt ""
4245
  "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - "
4246
  "Select Files"
4247
  msgid "or"
4248
  msgstr ""
4249
 
4250
+ #: admin.php:3870
4251
  msgid "First, enter the decryption key"
4252
  msgstr ""
4253
 
4254
+ #: admin.php:3894
4255
  msgid "Back up more databases"
4256
  msgstr ""
4257
 
4258
+ #: admin.php:3903 methods/email.php:74
4259
  msgid "Reporting"
4260
  msgstr ""
4261
 
4262
+ #: admin.php:3915 udaddons/options.php:143
4263
  msgid "Email"
4264
  msgstr ""
4265
 
4266
+ #: admin.php:3920
4267
  msgid "Check this box to have a basic report sent to"
4268
  msgstr ""
4269
 
4270
+ #: admin.php:3920
4271
  msgid "your site's admin address"
4272
  msgstr ""
4273
 
4274
+ #: admin.php:3922
4275
  msgid "For more reporting features, use the Reporting add-on."
4276
  msgstr ""
4277
 
4278
+ #: admin.php:3938
4279
  msgid "Advanced / Debugging Settings"
4280
  msgstr ""
4281
 
4282
+ #: admin.php:3942
4283
  msgid "Expert settings"
4284
  msgstr ""
4285
 
4286
+ #: admin.php:3943
4287
  msgid "Show expert settings"
4288
  msgstr ""
4289
 
4290
+ #: admin.php:3943
4291
  msgid ""
4292
  "click this to show some further options; don't bother with this unless you "
4293
  "have a problem or are curious."
4294
  msgstr ""
4295
 
4296
+ #: admin.php:3953
4297
  msgid "Debug mode"
4298
  msgstr ""
4299
 
4300
+ #: admin.php:3954
4301
  msgid ""
4302
  "Check this to receive more information and emails on the backup process - "
4303
  "useful if something is going wrong."
4304
  msgstr ""
4305
 
4306
+ #: admin.php:3954
4307
  msgid ""
4308
  "This will also cause debugging output from all plugins to be shown upon this "
4309
  "screen - please do not be surprised to see these."
4310
  msgstr ""
4311
 
4312
+ #: admin.php:3958
4313
  msgid "Split archives every:"
4314
  msgstr ""
4315
 
4316
+ #: admin.php:3959
4317
  #, php-format
4318
  msgid ""
4319
  "UpdraftPlus will split up backup archives when they exceed this file size. "
4322
  "bit servers/file systems)."
4323
  msgstr ""
4324
 
4325
+ #: admin.php:3963
4326
  msgid "Delete local backup"
4327
  msgstr ""
4328
 
4329
+ #: admin.php:3964
4330
  msgid ""
4331
  "Check this to delete any superfluous backup files from your server after the "
4332
  "backup run finishes (i.e. if you uncheck, then any files despatched remotely "
4334
  "subject to the retention limits)."
4335
  msgstr ""
4336
 
4337
+ #: admin.php:3968
4338
  msgid "Backup directory"
4339
  msgstr ""
4340
 
4341
+ #: admin.php:3981
4342
  msgid ""
4343
  "This is where UpdraftPlus will write the zip files it creates initially. "
4344
  "This directory must be writable by your web server. It is relative to your "
4345
  "content directory (which by default is called wp-content)."
4346
  msgstr ""
4347
 
4348
+ #: admin.php:3981
4349
  msgid ""
4350
  "<b>Do not</b> place it inside your uploads or plugins directory, as that "
4351
  "will cause recursion (backups of backups of backups of...)."
4352
  msgstr ""
4353
 
4354
+ #: admin.php:3987
4355
  msgid "Use the server's SSL certificates"
4356
  msgstr ""
4357
 
4358
+ #: admin.php:3988
4359
  msgid ""
4360
  "By default UpdraftPlus uses its own store of SSL certificates to verify the "
4361
  "identity of remote sites (i.e. to make sure it is talking to the real "
4364
  "UpdraftPlus to use your web server's collection instead) may help."
4365
  msgstr ""
4366
 
4367
+ #: admin.php:3992
4368
  msgid "Do not verify SSL certificates"
4369
  msgstr ""
4370
 
4371
+ #: admin.php:3993
4372
  msgid ""
4373
  "Choosing this option lowers your security by stopping UpdraftPlus from "
4374
  "verifying the identity of encrypted sites that it connects to (e.g. Dropbox, "
4376
  "encryption of traffic, and not for authentication."
4377
  msgstr ""
4378
 
4379
+ #: admin.php:3993
4380
  msgid ""
4381
  "Note that not all cloud backup methods are necessarily using SSL "
4382
  "authentication."
4383
  msgstr ""
4384
 
4385
+ #: admin.php:3997
4386
  msgid "Disable SSL entirely where possible"
4387
  msgstr ""
4388
 
4389
+ #: admin.php:3998
4390
  msgid ""
4391
  "Choosing this option lowers your security by stopping UpdraftPlus from using "
4392
  "SSL for authentication and encrypted transport at all, where possible. Note "
4394
  "those providers this setting will have no effect."
4395
  msgstr ""
4396
 
4397
+ #: admin.php:3998
4398
  msgid "See this FAQ also."
4399
  msgstr ""
4400
 
4401
+ #: admin.php:4021
4402
  msgid "Save Changes"
4403
  msgstr ""
4404
 
4405
+ #: admin.php:4081
4406
  #, php-format
4407
  msgid "Your wp-content directory server path: %s"
4408
  msgstr ""
4409
 
4410
+ #: admin.php:4081
4411
  msgid "Any other directories found inside wp-content"
4412
  msgstr ""
4413
 
4414
+ #: admin.php:4137 methods/updraftvault.php:233
4415
  #, php-format
4416
  msgid ""
4417
  "Your web server's PHP installation does not included a <strong>required</"
4419
  "support and ask for them to enable it."
4420
  msgstr ""
4421
 
4422
+ #: admin.php:4144
4423
  #, php-format
4424
  msgid ""
4425
  "Your web server's PHP/Curl installation does not support https access. "
4427
  "Curl/SSL in order to gain the ability for encryption (via an add-on)."
4428
  msgstr ""
4429
 
4430
+ #: admin.php:4146
4431
  #, php-format
4432
  msgid ""
4433
  "Your web server's PHP/Curl installation does not support https access. We "
4436
  "file any support requests; there is no alternative."
4437
  msgstr ""
4438
 
4439
+ #: admin.php:4149
4440
  #, php-format
4441
  msgid ""
4442
  "Good news: Your site's communications with %s can be encrypted. If you see "
4444
  "more help."
4445
  msgstr ""
4446
 
4447
+ #: admin.php:4294
4448
  msgid "Total backup size:"
4449
  msgstr ""
4450
 
4451
+ #: admin.php:4314
4452
  msgid "You have not yet made any backups."
4453
  msgstr ""
4454
 
4455
+ #: admin.php:4327
4456
  msgid "Backup date"
4457
  msgstr ""
4458
 
4459
+ #: admin.php:4328
4460
  msgid "Backup data (click to download)"
4461
  msgstr ""
4462
 
4463
+ #: admin.php:4381
4464
  msgid "Backup sent to remote site - not available for download."
4465
  msgstr ""
4466
 
4467
+ #: admin.php:4382
4468
  msgid "Site"
4469
  msgstr ""
4470
 
4471
+ #: admin.php:4450 admin.php:4501
4472
  msgid "unknown source"
4473
  msgstr ""
4474
 
4475
+ #: admin.php:4456
4476
  #, php-format
4477
  msgid "Database (created by %s)"
4478
  msgstr ""
4479
 
4480
+ #: admin.php:4458
4481
  msgid "External database"
4482
  msgstr ""
4483
 
4484
+ #: admin.php:4505
4485
  #, php-format
4486
  msgid "Files and database WordPress backup (created by %s)"
4487
  msgstr ""
4488
 
4489
+ #: admin.php:4505
4490
  #, php-format
4491
  msgid "Files backup (created by %s)"
4492
  msgstr ""
4493
 
4494
+ #: admin.php:4528
4495
  msgid "Press here to download"
4496
  msgstr ""
4497
 
4498
+ #: admin.php:4534
4499
  #, php-format
4500
  msgid "(%d archive(s) in set)."
4501
  msgstr ""
4502
 
4503
+ #: admin.php:4537
4504
  msgid ""
4505
  "You appear to be missing one or more archives from this multi-archive set."
4506
  msgstr ""
4507
 
4508
+ #: admin.php:4568 admin.php:4570
4509
  msgid "(Not finished)"
4510
  msgstr ""
4511
 
4512
+ #: admin.php:4570
4513
  msgid ""
4514
  "If you are seeing more backups than you expect, then it is probably because "
4515
  "the deletion of old backup sets does not happen until a fresh backup "
4516
  "completes."
4517
  msgstr ""
4518
 
4519
+ #: admin.php:4609
4520
  msgid "(backup set imported from remote location)"
4521
  msgstr ""
4522
 
4523
+ #: admin.php:4612
4524
  msgid ""
4525
  "After pressing this button, you will be given the option to choose which "
4526
  "components you wish to restore"
4527
  msgstr ""
4528
 
4529
+ #: admin.php:4621
4530
  msgid "Delete this backup set"
4531
  msgstr ""
4532
 
4533
+ #: admin.php:4663
4534
  msgid ""
4535
  "This backup does not exist in the backup history - restoration aborted. "
4536
  "Timestamp:"
4537
  msgstr ""
4538
 
4539
+ #: admin.php:4664
4540
  msgid "Backup does not exist in the backup history"
4541
  msgstr ""
4542
 
4543
+ #: admin.php:4693
4544
  msgid "Why am I seeing this?"
4545
  msgstr ""
4546
 
4547
+ #: admin.php:4711
4548
  msgid "UpdraftPlus Restoration: Progress"
4549
  msgstr ""
4550
 
4551
+ #: admin.php:4713
4552
  msgid ""
4553
  "Follow this link to download the log file for this restoration (needed for "
4554
  "any support requests)."
4555
  msgstr ""
4556
 
4557
+ #: admin.php:4757
4558
  msgid "ABORT: Could not find the information on which entities to restore."
4559
  msgstr ""
4560
 
4561
+ #: admin.php:4758
4562
  msgid "If making a request for support, please include this information:"
4563
  msgstr ""
4564
 
4565
+ #: admin.php:4807
4566
  msgid "Final checks"
4567
  msgstr ""
4568
 
4569
+ #: admin.php:4834
4570
  msgid ""
4571
  "Skipping restoration of WordPress core when importing a single site into a "
4572
  "multisite installation. If you had anything necessary in your WordPress "
4573
  "directory then you will need to re-add it manually from the zip file."
4574
  msgstr ""
4575
 
4576
+ #: admin.php:4846
4577
  #, php-format
4578
  msgid "Looking for %s archive: file name: %s"
4579
  msgstr ""
4580
 
4581
+ #: admin.php:4849
4582
  msgid "Skipping: this archive was already restored."
4583
  msgstr ""
4584
 
4585
+ #: admin.php:4859
4586
  msgid "File is not locally present - needs retrieving from remote storage"
4587
  msgstr ""
4588
 
4589
+ #: admin.php:4876
4590
  msgid "Archive is expected to be size:"
4591
  msgstr ""
4592
 
4593
+ #: admin.php:4881
4594
  msgid "file is size:"
4595
  msgstr ""
4596
 
4597
+ #: admin.php:4884
4598
  msgid ""
4599
  "The backup records do not contain information about the proper size of this "
4600
  "file."
4601
  msgstr ""
4602
 
4603
+ #: admin.php:4887 admin.php:4888
4604
  msgid "Could not find one of the files for restoration"
4605
  msgstr ""
4606
 
4607
+ #: admin.php:4940
4608
  msgid ""
4609
  "Will not delete any archives after unpacking them, because there was no "
4610
  "cloud storage for this backup"
4611
  msgstr ""
4612
 
4613
+ #: admin.php:4982
4614
  msgid "Error message"
4615
  msgstr ""
4616
 
4617
+ #: admin.php:5040
4618
  #, php-format
4619
  msgid ""
4620
  "Theme directory (%s) not found, but lower-case version exists; updating "
4621
  "database option accordingly"
4622
  msgstr ""
4623
 
4624
+ #: admin.php:5048
4625
  msgid ""
4626
  "The current theme was not found; to prevent this stopping the site from "
4627
  "loading, your theme has been reverted to the default theme"
4628
  msgstr ""
4629
 
4630
+ #: admin.php:5111
4631
  #, php-format
4632
  msgid ""
4633
  "Backup won't be sent to any remote storage - none has been saved in the %s"
4634
  msgstr ""
4635
 
4636
+ #: admin.php:5111
4637
  msgid "settings"
4638
  msgstr ""
4639
 
4640
+ #: admin.php:5111
4641
  msgid "Not got any remote storage?"
4642
  msgstr ""
4643
 
4644
+ #: admin.php:5111
4645
  msgid "Check out UpdraftPlus Vault."
4646
  msgstr ""
4647
 
4648
+ #: admin.php:5113
4649
  msgid "Send this backup to remote storage"
4650
  msgstr ""
4651
 
4652
+ #: admin.php:5212
4653
  msgid "Your settings have been saved."
4654
  msgstr ""
4655
 
4672
  "seems broken - try re-installing)"
4673
  msgstr ""
4674
 
4675
+ #: backup.php:828
4676
  msgid "Full backup"
4677
  msgstr ""
4678
 
4679
+ #: backup.php:828
4680
  msgid "Incremental"
4681
  msgstr ""
4682
 
4683
+ #: backup.php:833 class-updraftplus.php:2411
4684
  msgid "The backup was aborted by the user"
4685
  msgstr ""
4686
 
4687
+ #: backup.php:837
4688
  msgid "Files (database backup has not completed)"
4689
  msgstr ""
4690
 
4691
+ #: backup.php:837
4692
  msgid "Files only (database was not part of this particular schedule)"
4693
  msgstr ""
4694
 
4695
+ #: backup.php:840
4696
  msgid "Database (files backup has not completed)"
4697
  msgstr ""
4698
 
4699
+ #: backup.php:840
4700
  msgid "Database only (files were not part of this particular schedule)"
4701
  msgstr ""
4702
 
4703
+ #: backup.php:843
4704
  msgid "Unknown/unexpected error - please raise a support request"
4705
  msgstr ""
4706
 
4707
+ #: backup.php:852
4708
  msgid "Errors encountered:"
4709
  msgstr ""
4710
 
4711
+ #: backup.php:870
4712
  msgid "Warnings encountered:"
4713
  msgstr ""
4714
 
4715
+ #: backup.php:885
4716
  #, php-format
4717
  msgid "Backed up: %s"
4718
  msgstr ""
4719
 
4720
+ #: backup.php:894
4721
  msgid ""
4722
  "Email reports created by UpdraftPlus (free edition) bring you the latest "
4723
  "UpdraftPlus.com news"
4724
  msgstr ""
4725
 
4726
+ #: backup.php:894
4727
  #, php-format
4728
  msgid "read more at %s"
4729
  msgstr ""
4730
 
4731
+ #: backup.php:920
4732
  msgid "WordPress backup is complete"
4733
  msgstr ""
4734
 
4735
+ #: backup.php:921
4736
  msgid "Backup contains:"
4737
  msgstr ""
4738
 
4739
+ #: backup.php:1349
4740
  msgid "database connection attempt failed."
4741
  msgstr ""
4742
 
4743
+ #: backup.php:1395
4744
  msgid "please wait for the rescheduled attempt"
4745
  msgstr ""
4746
 
4747
+ #: backup.php:1397
4748
  msgid "No database tables found"
4749
  msgstr ""
4750
 
4751
+ #: backup.php:1408
4752
  msgid ""
4753
  "The backup directory is not writable (or disk space is full) - the database "
4754
  "backup is expected to shortly fail."
4755
  msgstr ""
4756
 
4757
+ #: backup.php:1467
4758
  #, php-format
4759
  msgid ""
4760
  "Table %s has very many rows (%s) - we hope your web hosting company gives "
4761
  "you enough resources to dump out that table in the backup"
4762
  msgstr ""
4763
 
4764
+ #: backup.php:1509 backup.php:1511
4765
  msgid "The database backup appears to have failed"
4766
  msgstr ""
4767
 
4768
+ #: backup.php:1509
4769
  msgid "no options or sitemeta table was found"
4770
  msgstr ""
4771
 
4772
+ #: backup.php:1511
4773
  msgid "the options table was not found"
4774
  msgstr ""
4775
 
4776
+ #: backup.php:1559
4777
  msgid "Failed to open database file for reading:"
4778
  msgstr ""
4779
 
4780
+ #: backup.php:1578
4781
  msgid "An error occurred whilst closing the final database file"
4782
  msgstr ""
4783
 
4784
+ #: backup.php:1847
4785
  msgid "Could not open the backup file for writing"
4786
  msgstr ""
4787
 
4788
+ #: backup.php:1942
4789
  msgid "Infinite recursion: consult your log for more information"
4790
  msgstr ""
4791
 
4792
+ #: backup.php:1973
4793
  #, php-format
4794
  msgid ""
4795
+ "%s: unreadable file - could not be backed up (check the file permissions and "
4796
+ "ownership)"
4797
  msgstr ""
4798
 
4799
+ #: backup.php:1987
4800
  #, php-format
4801
+ msgid "Failed to open directory (check the file permissions and ownership): %s"
4802
  msgstr ""
4803
 
4804
+ #: backup.php:2017 backup.php:2043
4805
  #, php-format
4806
  msgid "%s: unreadable file - could not be backed up"
4807
  msgstr ""
4808
 
4809
+ #: backup.php:2584 backup.php:2837
4810
  #, php-format
4811
  msgid "Failed to open the zip file (%s) - %s"
4812
  msgstr ""
4813
 
4814
+ #: backup.php:2603
4815
  #, php-format
4816
  msgid "A very large file was encountered: %s (size: %s Mb)"
4817
  msgstr ""
4818
 
4819
+ #: backup.php:2877 class-updraftplus.php:583
4820
  #, php-format
4821
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4822
  msgstr ""
4823
 
4824
+ #: backup.php:2884
4825
  #, php-format
4826
  msgid "The zip engine returned the message: %s."
4827
  msgstr ""
4828
 
4829
+ #: backup.php:2886
4830
  msgid "A zip error occurred"
4831
  msgstr ""
4832
 
4833
+ #: backup.php:2888
4834
  #, php-format
4835
  msgid "your web hosting account appears to be full; please see: %s"
4836
  msgstr ""
4837
 
4838
+ #: backup.php:2890
4839
  msgid "check your log for more details."
4840
  msgstr ""
4841
 
4883
  msgid "An invalid URL was entered"
4884
  msgstr ""
4885
 
4886
+ #: central/bootstrap.php:313 central/bootstrap.php:324
4887
  #, php-format
4888
  msgid ""
4889
  "A key was created, but the attempt to register it with %s was unsuccessful - "
4890
  "please try again later."
4891
  msgstr ""
4892
 
4893
+ #: central/bootstrap.php:381
4894
  msgid "Key description"
4895
  msgstr ""
4896
 
4897
+ #: central/bootstrap.php:381
4898
  msgid "Details"
4899
  msgstr ""
4900
 
4901
+ #: central/bootstrap.php:387
4902
  msgid "No keys have yet been created."
4903
  msgstr ""
4904
 
4905
+ #: central/bootstrap.php:419
4906
  msgid "Access this site as user:"
4907
  msgstr ""
4908
 
4909
+ #: central/bootstrap.php:419
4910
+ msgid "Public key was sent to:"
4911
  msgstr ""
4912
 
4913
+ #: central/bootstrap.php:422
4914
  msgid "Created:"
4915
  msgstr ""
4916
 
4917
+ #: central/bootstrap.php:424
4918
+ #, php-format
4919
+ msgid "Key size: %d bits"
4920
+ msgstr ""
4921
+
4922
+ #: central/bootstrap.php:429
4923
  msgid "Delete..."
4924
  msgstr ""
4925
 
4926
+ #: central/bootstrap.php:435
4927
  msgid "Create new key"
4928
  msgstr ""
4929
 
4930
+ #: central/bootstrap.php:437
4931
  msgid "Description"
4932
  msgstr ""
4933
 
4934
+ #: central/bootstrap.php:437
4935
  msgid "Enter any description"
4936
  msgstr ""
4937
 
4938
+ #: central/bootstrap.php:439
4939
+ msgid "Dashboard at"
4940
  msgstr ""
4941
 
4942
+ #: central/bootstrap.php:439
4943
  msgid "i.e. you have an account there"
4944
  msgstr ""
4945
 
4946
+ #: central/bootstrap.php:439
4947
  msgid ""
4948
  "Other (please specify - i.e. the site where you have installed an "
4949
  "UpdraftCentral dashboard)"
4950
  msgstr ""
4951
 
4952
+ #: central/bootstrap.php:439
4953
  msgid "URL of mothership"
4954
  msgstr ""
4955
 
4956
+ #: central/bootstrap.php:439
4957
+ msgid "Use the alternative method for making a connection with the dashboard."
4958
+ msgstr ""
4959
+
4960
+ #: central/bootstrap.php:439
4961
+ msgid "More information..."
4962
+ msgstr ""
4963
+
4964
+ #: central/bootstrap.php:439
4965
  msgid ""
4966
+ "This is useful if the dashboard webserver cannot be contacted with incoming "
4967
+ "traffic by this website (for example, this is the case if this website is "
4968
+ "hosted on the public Internet, but the UpdraftCentral dashboard is on "
4969
+ "localhost, or on an Intranet, or if this website has an outgoing firewall), "
4970
+ "or if the dashboard website does not have a SSL certificate."
4971
  msgstr ""
4972
 
4973
+ #: central/bootstrap.php:452
4974
  msgid "View recent UpdraftCentral log events"
4975
  msgstr ""
4976
 
4977
+ #: central/bootstrap.php:452
4978
  msgid "fetch..."
4979
  msgstr ""
4980
 
4981
+ #: central/bootstrap.php:463
4982
  msgid "UpdraftCentral (Remote Control)"
4983
  msgstr ""
4984
 
4985
+ #: class-updraftplus.php:356 class-updraftplus.php:401
4986
  msgid "The given file was not found, or could not be read."
4987
  msgstr ""
4988
 
4989
+ #: class-updraftplus.php:396
4990
  msgid "No log files were found."
4991
  msgstr ""
4992
 
4993
+ #: class-updraftplus.php:560
4994
  #, php-format
4995
  msgid ""
4996
  "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should "
4998
  "hosting company for more help)"
4999
  msgstr ""
5000
 
5001
+ #: class-updraftplus.php:596
5002
  #, php-format
5003
  msgid "Your free disk space is very low - only %s Mb remain"
5004
  msgstr ""
5005
 
5006
+ #: class-updraftplus.php:838 methods/cloudfiles.php:211
5007
  #, php-format
5008
  msgid "%s error - failed to re-assemble chunks"
5009
  msgstr ""
5010
 
5011
+ #: class-updraftplus.php:867 methods/cloudfiles.php:392
5012
  #: methods/stream-base.php:261
5013
  msgid "Error opening local file: Failed to download"
5014
  msgstr ""
5015
 
5016
+ #: class-updraftplus.php:910
5017
  msgid "Error - failed to download the file"
5018
  msgstr ""
5019
 
5020
+ #: class-updraftplus.php:1218 class-updraftplus.php:1220
5021
  #, php-format
5022
  msgid "files: %s"
5023
  msgstr ""
5024
 
5025
+ #: class-updraftplus.php:1237
5026
  #, php-format
5027
  msgid "External database (%s)"
5028
  msgstr ""
5029
 
5030
+ #: class-updraftplus.php:1240
5031
  #, php-format
5032
  msgid "Size: %s MB"
5033
  msgstr ""
5034
 
5035
+ #: class-updraftplus.php:1245 class-updraftplus.php:1250
5036
  #, php-format
5037
  msgid "%s checksum: %s"
5038
  msgstr ""
5039
 
5040
+ #: class-updraftplus.php:1249
5041
  msgid "(when decrypted)"
5042
  msgstr ""
5043
 
5044
+ #: class-updraftplus.php:1279
5045
  msgid "Plugins"
5046
  msgstr ""
5047
 
5048
+ #: class-updraftplus.php:1280
5049
  msgid "Themes"
5050
  msgstr ""
5051
 
5052
+ #: class-updraftplus.php:1296
5053
  msgid "Others"
5054
  msgstr ""
5055
 
5056
+ #: class-updraftplus.php:1489
5057
  msgid ""
5058
  "Your website is visited infrequently and UpdraftPlus is not getting the "
5059
  "resources it hoped for; please read this page:"
5060
  msgstr ""
5061
 
5062
+ #: class-updraftplus.php:1897
5063
  msgid ""
5064
  "Could not create files in the backup directory. Backup aborted - check your "
5065
  "UpdraftPlus settings."
5066
  msgstr ""
5067
 
5068
+ #: class-updraftplus.php:2338
5069
  msgid ""
5070
  "One or more backups has been added from scanning remote storage; note that "
5071
  "these backups will not be automatically deleted through the \"retain\" "
5072
  "settings; if/when you wish to delete them then you must do so manually."
5073
  msgstr ""
5074
 
5075
+ #: class-updraftplus.php:2417
5076
  msgid "The backup apparently succeeded and is now complete"
5077
  msgstr ""
5078
 
5079
+ #: class-updraftplus.php:2423
5080
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5081
  msgstr ""
5082
 
5083
+ #: class-updraftplus.php:2428
5084
  msgid ""
5085
  "To complete your migration/clone, you should now log in to the remote site "
5086
  "and restore the backup set."
5087
  msgstr ""
5088
 
5089
+ #: class-updraftplus.php:2432
5090
  msgid "The backup attempt has finished, apparently unsuccessfully"
5091
  msgstr ""
5092
 
5093
+ #: class-updraftplus.php:2435
5094
  msgid "The backup has not finished; a resumption is scheduled"
5095
  msgstr ""
5096
 
5097
+ #: class-updraftplus.php:2858
5098
  msgid "Could not read the directory"
5099
  msgstr ""
5100
 
5101
+ #: class-updraftplus.php:2881
5102
  msgid ""
5103
  "Could not save backup history because we have no backup array. Backup "
5104
  "probably failed."
5105
  msgstr ""
5106
 
5107
+ #: class-updraftplus.php:3185 class-updraftplus.php:3442 restorer.php:309
5108
  msgid ""
5109
  "Decryption failed. The database file is encrypted, but you have no "
5110
  "encryption key entered."
5111
  msgstr ""
5112
 
5113
+ #: class-updraftplus.php:3196 class-updraftplus.php:3459 restorer.php:319
5114
  msgid ""
5115
  "Decryption failed. The most likely cause is that you used the wrong key."
5116
  msgstr ""
5117
 
5118
+ #: class-updraftplus.php:3196
5119
  msgid "The decryption key used:"
5120
  msgstr ""
5121
 
5122
+ #: class-updraftplus.php:3373
5123
  msgid ""
5124
  "Want more features or paid, guaranteed support? Check out UpdraftPlus.Com"
5125
  msgstr ""
5126
 
5127
+ #: class-updraftplus.php:3378
5128
  msgid ""
5129
  "Can you translate? Want to improve UpdraftPlus for speakers of your language?"
5130
  msgstr ""
5131
 
5132
+ #: class-updraftplus.php:3380 class-updraftplus.php:3409
5133
  msgid "UpdraftPlus is on social media - check us out here:"
5134
  msgstr ""
5135
 
5136
+ #: class-updraftplus.php:3380 class-updraftplus.php:3409
5137
  msgid "Facebook"
5138
  msgstr ""
5139
 
5140
+ #: class-updraftplus.php:3380 class-updraftplus.php:3409
5141
  msgid "Google+"
5142
  msgstr ""
5143
 
5144
+ #: class-updraftplus.php:3380 class-updraftplus.php:3409
5145
  msgid "LinkedIn"
5146
  msgstr ""
5147
 
5148
+ #: class-updraftplus.php:3383
5149
  msgid "Check out WordShell"
5150
  msgstr ""
5151
 
5152
+ #: class-updraftplus.php:3383
5153
  msgid "manage WordPress from the command line - huge time-saver"
5154
  msgstr ""
5155
 
5156
+ #: class-updraftplus.php:3386
5157
  msgid "Like UpdraftPlus and can spare one minute?"
5158
  msgstr ""
5159
 
5160
+ #: class-updraftplus.php:3386
5161
  msgid "Please help UpdraftPlus by giving a positive review at wordpress.org"
5162
  msgstr ""
5163
 
5164
+ #: class-updraftplus.php:3389
5165
  msgid "Follow this link to sign up for the UpdraftPlus newsletter."
5166
  msgstr ""
5167
 
5168
+ #: class-updraftplus.php:3393
5169
  msgid "Need even more features and support? Check out UpdraftPlus Premium"
5170
  msgstr ""
5171
 
5172
+ #: class-updraftplus.php:3400
5173
  msgid "Subscribe to the UpdraftPlus blog to get up-to-date news and offers"
5174
  msgstr ""
5175
 
5176
+ #: class-updraftplus.php:3400
5177
  msgid "Blog link"
5178
  msgstr ""
5179
 
5180
+ #: class-updraftplus.php:3400
5181
  msgid "RSS link"
5182
  msgstr ""
5183
 
5184
+ #: class-updraftplus.php:3403
5185
  msgid "Check out UpdraftPlus.Com for help, add-ons and support"
5186
  msgstr ""
5187
 
5188
+ #: class-updraftplus.php:3444
5189
  msgid "Decryption failed. The database file is encrypted."
5190
  msgstr ""
5191
 
5192
+ #: class-updraftplus.php:3454
5193
  msgid "Failed to write out the decrypted database to the filesystem."
5194
  msgstr ""
5195
 
5196
+ #: class-updraftplus.php:3466
5197
  #, php-format
5198
  msgid ""
5199
  "The database is too small to be a valid WordPress database (size: %s Kb)."
5200
  msgstr ""
5201
 
5202
+ #: class-updraftplus.php:3474
5203
  msgid "Failed to open database file."
5204
  msgstr ""
5205
 
5206
+ #: class-updraftplus.php:3517
5207
  #, php-format
5208
  msgid "(version: %s)"
5209
  msgstr ""
5210
 
5211
+ #: class-updraftplus.php:3522 class-updraftplus.php:3540
5212
  msgid ""
5213
  "This backup set is from a different site - this is not a restoration, but a "
5214
  "migration. You need the Migrator add-on in order to make this work."
5215
  msgstr ""
5216
 
5217
+ #: class-updraftplus.php:3529 restorer.php:926
5218
  #, php-format
5219
  msgid ""
5220
  "You are using the %s webserver, but do not seem to have the %s module loaded."
5221
  msgstr ""
5222
 
5223
+ #: class-updraftplus.php:3529 restorer.php:926
5224
  #, php-format
5225
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
5226
  msgstr ""
5227
 
5228
+ #: class-updraftplus.php:3550
5229
  #, php-format
5230
  msgid ""
5231
  "You are importing from a newer version of WordPress (%s) into an older one "
5232
  "(%s). There are no guarantees that WordPress can handle this."
5233
  msgstr ""
5234
 
5235
+ #: class-updraftplus.php:3557
5236
  #, php-format
5237
  msgid ""
5238
  "The site in this backup was running on a webserver with version %s of %s. "
5239
  msgstr ""
5240
 
5241
+ #: class-updraftplus.php:3557
5242
  #, php-format
5243
  msgid ""
5244
  "This is significantly newer than the server which you are now restoring onto "
5245
  "(version %s)."
5246
  msgstr ""
5247
 
5248
+ #: class-updraftplus.php:3557
5249
  #, php-format
5250
  msgid ""
5251
  "You should only proceed if you cannot update the current server and are "
5253
  "with the older %s version."
5254
  msgstr ""
5255
 
5256
+ #: class-updraftplus.php:3557
5257
  #, php-format
5258
  msgid ""
5259
  "Any support requests to do with %s should be raised with your web hosting "
5260
  "company."
5261
  msgstr ""
5262
 
5263
+ #: class-updraftplus.php:3565
5264
  msgid "Backup label:"
5265
  msgstr ""
5266
 
5267
+ #: class-updraftplus.php:3576 restorer.php:105
5268
  msgid ""
5269
  "You are running on WordPress multisite - but your backup is not of a "
5270
  "multisite site."
5271
  msgstr ""
5272
 
5273
+ #: class-updraftplus.php:3576
5274
  msgid "It will be imported as a new site."
5275
  msgstr ""
5276
 
5277
+ #: class-updraftplus.php:3576
5278
  msgid "Please read this link for important information on this process."
5279
  msgstr ""
5280
 
5281
+ #: class-updraftplus.php:3580 restorer.php:1553
5282
  #, php-format
5283
  msgid ""
5284
  "To import an ordinary WordPress site into a multisite installation requires "
5285
  "%s."
5286
  msgstr ""
5287
 
5288
+ #: class-updraftplus.php:3584
5289
  msgid ""
5290
  "Your backup is of a WordPress multisite install; but this site is not. Only "
5291
  "the first site of the network will be accessible."
5292
  msgstr ""
5293
 
5294
+ #: class-updraftplus.php:3584
5295
  msgid ""
5296
  "If you want to restore a multisite backup, you should first set up your "
5297
  "WordPress installation as a multisite."
5298
  msgstr ""
5299
 
5300
+ #: class-updraftplus.php:3591 restorer.php:1559
5301
  msgid "Site information:"
5302
  msgstr ""
5303
 
5304
+ #: class-updraftplus.php:3613
5305
  #, php-format
5306
  msgid ""
5307
  "The database backup uses MySQL features not available in the old MySQL "
5308
  "version (%s) that this site is running on."
5309
  msgstr ""
5310
 
5311
+ #: class-updraftplus.php:3613
5312
  msgid "You must upgrade MySQL to be able to use this database."
5313
  msgstr ""
5314
 
5315
+ #: class-updraftplus.php:3653
5316
  #, php-format
5317
  msgid "This database backup is missing core WordPress tables: %s"
5318
  msgstr ""
5319
 
5320
+ #: class-updraftplus.php:3658
5321
  msgid ""
5322
  "UpdraftPlus was unable to find the table prefix when scanning the database "
5323
  "backup."
5324
  msgstr ""
5325
 
5326
+ #: class-updraftplus.php:3671 methods/ftp.php:284 restorer.php:1367
5327
  #, php-format
5328
  msgid "Your web server's PHP installation has these functions disabled: %s."
5329
  msgstr ""
5330
 
5331
+ #: class-updraftplus.php:3671 methods/ftp.php:284 restorer.php:1368
5332
  #, php-format
5333
  msgid "Your hosting company must enable these functions before %s can work."
5334
  msgstr ""
5335
 
5336
+ #: class-updraftplus.php:3671 restorer.php:1368
5337
  msgid "restoration"
5338
  msgstr ""
5339
 
5340
+ #: class-updraftplus.php:3691
5341
  msgid ""
5342
  "The database file appears to have been compressed twice - probably the "
5343
  "website you downloaded it from had a mis-configured webserver."
5344
  msgstr ""
5345
 
5346
+ #: class-updraftplus.php:3698 class-updraftplus.php:3719
5347
  msgid "The attempt to undo the double-compression failed."
5348
  msgstr ""
5349
 
5350
+ #: class-updraftplus.php:3721
5351
  msgid "The attempt to undo the double-compression succeeded."
5352
  msgstr ""
5353
 
5381
  msgstr ""
5382
 
5383
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5384
+ #: methods/dropbox.php:427 methods/ftp.php:298 methods/googledrive.php:889
5385
+ #: methods/openstack-base.php:419 methods/s3.php:677
5386
  #: methods/stream-base.php:212
5387
  #, php-format
5388
  msgid ""
5440
  msgstr ""
5441
 
5442
  #: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504
5443
+ #: methods/s3.php:788
5444
  msgid "API key"
5445
  msgstr ""
5446
 
5469
  msgid "%s error - failed to upload file"
5470
  msgstr ""
5471
 
5472
+ #: methods/cloudfiles.php:234 methods/dropbox.php:269
5473
  #: methods/openstack-base.php:95 methods/s3.php:87
5474
  msgid "No settings were found"
5475
  msgstr ""
5489
  msgstr ""
5490
 
5491
  #: methods/cloudfiles.php:448 methods/openstack-base.php:429
5492
+ #: methods/s3.php:705
5493
  #, php-format
5494
  msgid ""
5495
  "Your web server's PHP installation does not included a required module (%s). "
5497
  msgstr ""
5498
 
5499
  #: methods/cloudfiles.php:448 methods/openstack-base.php:429
5500
+ #: methods/s3.php:705
5501
  #, php-format
5502
  msgid ""
5503
  "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any "
5534
  msgid "We accessed the container, and were able to create files within it."
5535
  msgstr ""
5536
 
5537
+ #: methods/dropbox.php:107 methods/dropbox.php:115
5538
  msgid "You do not appear to be authenticated with Dropbox"
5539
  msgstr ""
5540
 
5541
+ #: methods/dropbox.php:120
5542
  #, php-format
5543
  msgid "Dropbox error: %s (see log file for more)"
5544
  msgstr ""
5545
 
5546
+ #: methods/dropbox.php:200 methods/dropbox.php:221 methods/dropbox.php:237
5547
  #, php-format
5548
  msgid "error: failed to upload file to %s (see log file for more)"
5549
  msgstr ""
5550
 
5551
+ #: methods/dropbox.php:202
5552
  #, php-format
5553
  msgid ""
5554
  "%s did not return the expected response - check your log file for more "
5555
  "details"
5556
  msgstr ""
5557
 
5558
+ #: methods/dropbox.php:288
5559
  #, php-format
5560
  msgid "%s returned an unexpected HTTP response: %s"
5561
  msgstr ""
5562
 
5563
+ #: methods/dropbox.php:330
5564
  #, php-format
5565
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
5566
  msgstr ""
5567
 
5568
+ #: methods/dropbox.php:338
5569
  #, php-format
5570
  msgid "Failed to access %s when deleting (see log file for more)"
5571
  msgstr ""
5572
 
5573
+ #: methods/dropbox.php:448
5574
  msgid "Need to use sub-folders?"
5575
  msgstr ""
5576
 
5577
+ #: methods/dropbox.php:448
5578
  msgid "Backups are saved in"
5579
  msgstr ""
5580
 
5581
+ #: methods/dropbox.php:448
5582
  msgid ""
5583
  "If you back up several sites into the same Dropbox and want to organise with "
5584
  "sub-folders, then "
5585
  msgstr ""
5586
 
5587
+ #: methods/dropbox.php:448
5588
  msgid "there's an add-on for that."
5589
  msgstr ""
5590
 
5591
+ #: methods/dropbox.php:453 methods/dropbox.php:454
5592
  msgid "Dropbox"
5593
  msgstr ""
5594
 
5920
  "%s Error: Failed to create bucket %s. Check your permissions and credentials."
5921
  msgstr ""
5922
 
5923
+ #: methods/s3.php:497 methods/s3.php:571 methods/s3.php:657
5924
  #, php-format
5925
  msgid ""
5926
  "%s Error: Failed to access bucket %s. Check your permissions and credentials."
5927
  msgstr ""
5928
 
5929
+ #: methods/s3.php:652
5930
  #, php-format
5931
  msgid ""
5932
  "%s Error: Failed to download %s. Check your permissions and credentials."
5933
  msgstr ""
5934
 
5935
+ #: methods/s3.php:680
5936
  msgid "Examples of S3-compatible storage providers:"
5937
  msgstr ""
5938
 
5939
+ #: methods/s3.php:687
5940
  msgid "... and many more!"
5941
  msgstr ""
5942
 
5943
+ #: methods/s3.php:701
5944
  #, php-format
5945
  msgid ""
5946
  "Your web server's PHP installation does not included a required module (%s). "
5948
  "enable it."
5949
  msgstr ""
5950
 
5951
+ #: methods/s3.php:716
5952
  #, php-format
5953
  msgid ""
5954
  "Get your access key and secret key <a href=\"%s\">from your %s console</a>, "
5957
  "created for you if it does not already exist."
5958
  msgstr ""
5959
 
5960
+ #: methods/s3.php:718
5961
  msgid "If you see errors about SSL certificates, then please go here for help."
5962
  msgstr ""
5963
 
5964
+ #: methods/s3.php:720
5965
  #, php-format
5966
  msgid "Other %s FAQs."
5967
  msgstr ""
5968
 
5969
+ #: methods/s3.php:725
5970
  #, php-format
5971
  msgid "%s end-point"
5972
  msgstr ""
5973
 
5974
+ #: methods/s3.php:734
5975
  msgid ""
5976
  "To create a new IAM sub-user and access key that has access only to this "
5977
  "bucket, use this add-on."
5978
  msgstr ""
5979
 
5980
+ #: methods/s3.php:739
5981
  #, php-format
5982
  msgid "%s access key"
5983
  msgstr ""
5984
 
5985
+ #: methods/s3.php:743
5986
  #, php-format
5987
  msgid "%s secret key"
5988
  msgstr ""
5989
 
5990
+ #: methods/s3.php:747
5991
  #, php-format
5992
  msgid "%s location"
5993
  msgstr ""
5994
 
5995
+ #: methods/s3.php:748
5996
  msgid ""
5997
  "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/"
5998
  "mypath"
5999
  msgstr ""
6000
 
6001
+ #: methods/s3.php:792
6002
  msgid "API secret"
6003
  msgstr ""
6004
 
6005
+ #: methods/s3.php:865
6006
  #, php-format
6007
  msgid ""
6008
  "Failure: We could not successfully access or create such a bucket. Please "
6010
  "bucket name (as another %s user may already have taken your name)."
6011
  msgstr ""
6012
 
6013
+ #: methods/s3.php:881
6014
  #, php-format
6015
  msgid "The communication with %s was encrypted."
6016
  msgstr ""
6017
 
6018
+ #: methods/s3.php:883
6019
  #, php-format
6020
  msgid "The communication with %s was not encrypted."
6021
  msgstr ""
6022
 
6023
+ #: methods/s3.php:888
6024
  msgid "Please check your access credentials."
6025
  msgstr ""
6026
 
6205
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
6206
  msgstr ""
6207
 
6208
+ #: methods/updraftvault.php:498 udaddons/updraftplus-addons.php:630
6209
  msgid "You need to supply both an email address and a password"
6210
  msgstr ""
6211
 
6212
+ #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:695
6213
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
6214
  msgstr ""
6215
 
6216
+ #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:695
6217
  #, php-format
6218
  msgid "It appears that your web server's IP Address (%s) is blocked."
6219
  msgstr ""
6220
 
6221
+ #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:695
6222
  msgid ""
6223
  "This most likely means that you share a webserver with a hacked website that "
6224
  "has been used in previous attacks."
6225
  msgstr ""
6226
 
6227
+ #: methods/updraftvault.php:522 udaddons/updraftplus-addons.php:695
6228
  msgid "To remove the block, please go here."
6229
  msgstr ""
6230
 
6231
+ #: methods/updraftvault.php:524 udaddons/updraftplus-addons.php:697
6232
  #, php-format
6233
  msgid ""
6234
  "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
6239
  msgstr ""
6240
 
6241
  #: methods/updraftvault.php:551 methods/updraftvault.php:569
6242
+ #: udaddons/updraftplus-addons.php:739
6243
  msgid "UpdraftPlus.Com returned a response, but we could not understand it"
6244
  msgstr ""
6245
 
6246
+ #: methods/updraftvault.php:558 udaddons/updraftplus-addons.php:729
6247
  msgid ""
6248
  "Your email address was valid, but your password was not recognised by "
6249
  "UpdraftPlus.Com."
6255
  "updraftplus.com."
6256
  msgstr ""
6257
 
6258
+ #: methods/updraftvault.php:561 udaddons/updraftplus-addons.php:733
6259
  msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
6260
  msgstr ""
6261
 
6262
+ #: methods/updraftvault.php:565 udaddons/updraftplus-addons.php:736
6263
  msgid "Your email address and password were not recognised by UpdraftPlus.Com"
6264
  msgstr ""
6265
 
6781
  msgid "An unknown response was received. Response was:"
6782
  msgstr ""
6783
 
6784
+ #: udaddons/options.php:370 udaddons/updraftplus-addons.php:258
6785
  msgid "UpdraftPlus Addons"
6786
  msgstr ""
6787
 
6869
  msgid "Manage Addons"
6870
  msgstr ""
6871
 
6872
+ #: udaddons/plugin-updates/github-checker.php:120
6873
+ msgid "There is no changelog available."
6874
+ msgstr ""
6875
+
6876
+ #: udaddons/plugin-updates/plugin-update-checker.php:648
6877
+ msgid "Check for updates"
6878
+ msgstr ""
6879
+
6880
+ #: udaddons/plugin-updates/plugin-update-checker.php:692
6881
+ msgid "This plugin is up to date."
6882
+ msgstr ""
6883
+
6884
+ #: udaddons/plugin-updates/plugin-update-checker.php:694
6885
+ msgid "A new version of this plugin is available."
6886
+ msgstr ""
6887
+
6888
+ #: udaddons/plugin-updates/plugin-update-checker.php:696
6889
+ #, php-format
6890
+ msgid "Unknown update checker status \"%s\""
6891
+ msgstr ""
6892
+
6893
+ #: udaddons/updraftplus-addons.php:182
6894
  #, php-format
6895
  msgid "Dismiss from main dashboard (for %s weeks)"
6896
  msgstr ""
6897
 
6898
+ #: udaddons/updraftplus-addons.php:210
6899
  #, php-format
6900
  msgid ""
6901
  "The installed version of UpdraftPlus Backup/Restore has not been tested on "
6902
  "your version of WordPress (%s)."
6903
  msgstr ""
6904
 
6905
+ #: udaddons/updraftplus-addons.php:210
6906
  #, php-format
6907
  msgid "It has been tested up to version %s."
6908
  msgstr ""
6909
 
6910
+ #: udaddons/updraftplus-addons.php:210
6911
  msgid ""
6912
  "You should update UpdraftPlus to make sure that you have a version that has "
6913
  "been tested for compatibility."
6914
  msgstr ""
6915
 
6916
+ #: udaddons/updraftplus-addons.php:217
6917
  msgid ""
6918
  "Your paid access to UpdraftPlus updates for this site has expired. You will "
6919
  "no longer receive updates to UpdraftPlus."
6920
  msgstr ""
6921
 
6922
+ #: udaddons/updraftplus-addons.php:217 udaddons/updraftplus-addons.php:219
6923
  msgid ""
6924
  "To regain access to updates (including future features and compatibility "
6925
  "with future WordPress releases) and support, please renew."
6926
  msgstr ""
6927
 
6928
+ #: udaddons/updraftplus-addons.php:219
6929
  #, php-format
6930
  msgid ""
6931
  "Your paid access to UpdraftPlus updates for %s add-ons on this site has "
6932
  "expired."
6933
  msgstr ""
6934
 
6935
+ #: udaddons/updraftplus-addons.php:223
6936
  #, php-format
6937
  msgid ""
6938
  "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this "
6939
  "site will soon expire."
6940
  msgstr ""
6941
 
6942
+ #: udaddons/updraftplus-addons.php:223 udaddons/updraftplus-addons.php:225
6943
  msgid ""
6944
  "To retain your access, and maintain access to updates (including future "
6945
  "features and compatibility with future WordPress releases) and support, "
6946
  "please renew."
6947
  msgstr ""
6948
 
6949
+ #: udaddons/updraftplus-addons.php:225
6950
  msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
6951
  msgstr ""
6952
 
6953
+ #: udaddons/updraftplus-addons.php:229
6954
  msgid "Your paid access to UpdraftPlus support has expired."
6955
  msgstr ""
6956
 
6957
+ #: udaddons/updraftplus-addons.php:229
6958
  msgid "To regain your access, please renew."
6959
  msgstr ""
6960
 
6961
+ #: udaddons/updraftplus-addons.php:231
6962
  msgid "Your paid access to UpdraftPlus support will soon expire."
6963
  msgstr ""
6964
 
6965
+ #: udaddons/updraftplus-addons.php:231
6966
  msgid "To maintain your access to support, please renew."
6967
  msgstr ""
6968
 
6969
+ #: udaddons/updraftplus-addons.php:382 udaddons/updraftplus-addons.php:385
6970
  msgid "Errors occurred:"
6971
  msgstr ""
6972
 
6973
+ #: udaddons/updraftplus-addons.php:655
6974
  msgid "We failed to successfully connect to UpdraftPlus.Com"
6975
  msgstr ""
6976
 
6977
+ #: udaddons/updraftplus-addons.php:657
6978
  msgid "UpdraftPlus.Com responded, but we did not understand the response"
6979
  msgstr ""
6980
 
6981
+ #: udaddons/updraftplus-addons.php:729
6982
  msgid "Go here to re-enter your password."
6983
  msgstr ""
6984
 
6985
+ #: udaddons/updraftplus-addons.php:730
6986
  msgid "If you have forgotten your password "
6987
  msgstr ""
6988
 
6989
+ #: udaddons/updraftplus-addons.php:730
6990
  msgid "go here to change your password on updraftplus.com."
6991
  msgstr ""
6992
 
methods/dropbox.php CHANGED
@@ -32,6 +32,8 @@ class UpdraftPlus_BackupModule_dropbox {
32
  private $current_file_hash;
33
  private $current_file_size;
34
  private $dropbox_object;
 
 
35
 
36
  public function chunked_callback($offset, $uploadid, $fullpath = false) {
37
  global $updraftplus;
@@ -40,11 +42,33 @@ class UpdraftPlus_BackupModule_dropbox {
40
  $updraftplus->jobdata_set('updraf_dbid_'.$this->current_file_hash, $uploadid);
41
  $updraftplus->jobdata_set('updraf_dbof_'.$this->current_file_hash, $offset);
42
 
43
- $this->upload_tick = time();
44
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  if ($this->current_file_size > 0) {
46
  $percent = round(100*($offset/$this->current_file_size),1);
47
- $updraftplus->record_uploaded_chunk($percent, "$uploadid, $offset", $fullpath);
48
  } else {
49
  $updraftplus->log("Dropbox: Chunked Upload: $offset bytes uploaded");
50
  // This act is done by record_uploaded_chunk, and helps prevent overlapping runs
@@ -83,12 +107,14 @@ class UpdraftPlus_BackupModule_dropbox {
83
  $updraftplus->log(__('You do not appear to be authenticated with Dropbox','updraftplus'), 'error');
84
  return false;
85
  }
 
 
86
 
87
  try {
88
  $dropbox = $this->bootstrap();
89
  if (false === $dropbox) throw new Exception(__('You do not appear to be authenticated with Dropbox', 'updraftplus'));
90
- $updraftplus->log("Dropbox: access gained");
91
- $dropbox->setChunkSize(1048576);
92
  } catch (Exception $e) {
93
  $updraftplus->log('Dropbox error when trying to gain access: '.$e->getMessage().' (line: '.$e->getLine().', file: '.$e->getFile().')');
94
  $updraftplus->log(sprintf(__('Dropbox error: %s (see log file for more)','updraftplus'), $e->getMessage()), 'error');
@@ -163,7 +189,8 @@ class UpdraftPlus_BackupModule_dropbox {
163
 
164
  $updraftplus->log("Dropbox: Attempt to upload: $file to: $ufile");
165
 
166
- $this->upload_tick = time();
 
167
 
168
  try {
169
  $response = $dropbox->chunkedUpload($updraft_dir.'/'.$file, '', $ufile, true, $offset, $upload_id, array($this, 'chunked_callback'));
@@ -182,11 +209,31 @@ class UpdraftPlus_BackupModule_dropbox {
182
  $we_tried = $matches[1];
183
  $dropbox_wanted = $matches[2];
184
  $updraftplus->log("Dropbox not yet aligned: tried=$we_tried, wanted=$dropbox_wanted; will attempt recovery");
 
185
  try {
186
  $dropbox->chunkedUpload($updraft_dir.'/'.$file, '', $ufile, true, $dropbox_wanted, $upload_id, array($this, 'chunked_callback'));
187
  } catch (Exception $e) {
188
  $msg = $e->getMessage();
189
- $updraftplus->log('Dropbox error: '.$msg.' (line: '.$e->getLine().', file: '.$e->getFile().')');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  $updraftplus->log('Dropbox '.sprintf(__('error: failed to upload file to %s (see log file for more)','updraftplus'), $ufile), 'error');
191
  $file_success = 0;
192
  if (strpos($msg, 'select/poll returned error') !== false && $this->upload_tick > 0 && time() - $this->upload_tick > 800) {
@@ -196,17 +243,6 @@ class UpdraftPlus_BackupModule_dropbox {
196
  die;
197
  }
198
  }
199
- } else {
200
- $msg = $e->getMessage();
201
- $updraftplus->log('Dropbox error: '.$msg);
202
- $updraftplus->log('Dropbox '.sprintf(__('error: failed to upload file to %s (see log file for more)','updraftplus'), $ufile), 'error');
203
- $file_success = 0;
204
- if (strpos($msg, 'select/poll returned error') !== false && $this->upload_tick > 0 && time() - $this->upload_tick > 800) {
205
- $updraftplus->reschedule(60);
206
- $updraftplus->log("Select/poll returned after a long time: scheduling a resumption and terminating for now");
207
- $updraftplus->record_still_alive();
208
- die;
209
- }
210
  }
211
  }
212
  if ($file_success) {
32
  private $current_file_hash;
33
  private $current_file_size;
34
  private $dropbox_object;
35
+ private $uploaded_offset;
36
+ private $upload_tick;
37
 
38
  public function chunked_callback($offset, $uploadid, $fullpath = false) {
39
  global $updraftplus;
42
  $updraftplus->jobdata_set('updraf_dbid_'.$this->current_file_hash, $uploadid);
43
  $updraftplus->jobdata_set('updraf_dbof_'.$this->current_file_hash, $offset);
44
 
45
+ $time_now = microtime(true);
46
+
47
+ $time_since_last_tick = $time_now - $this->upload_tick;
48
+ $data_since_last_tick = $offset - $this->uploaded_offset;
49
+
50
+ $this->upload_tick = $time_now;
51
+ $this->uploaded_offset = $offset;
52
+
53
+ $chunk_size = $updraftplus->jobdata_get('dropbox_chunk_size', 1048576);
54
+ // Don't go beyond 10MB, or change the chunk size after the last segment
55
+ if ($chunk_size < 10485760 && $this->current_file_size > 0 && $offset < $this->current_file_size) {
56
+ $job_run_time = $time_now - $updraftplus->job_time_ms;
57
+ if ($time_since_last_tick < 10) {
58
+ $upload_rate = $data_since_last_tick / max($time_since_last_tick, 1);
59
+ $upload_secs = min(floor($job_run_time), 10);
60
+ if ($job_run_time < 15) $upload_secs = max(6, $job_run_time*0.6);
61
+ $new_chunk = max(min($upload_secs * $upload_rate * 0.9, 10485760), 1048576);
62
+ $new_chunk = $new_chunk - ($new_chunk % 524288);
63
+ $chunk_size = (int)$new_chunk;
64
+ $this->dropbox_object->setChunkSize($chunk_size);
65
+ $updraftplus->jobdata_set('dropbox_chunk_size', $chunk_size);
66
+ }
67
+ }
68
+
69
  if ($this->current_file_size > 0) {
70
  $percent = round(100*($offset/$this->current_file_size),1);
71
+ $updraftplus->record_uploaded_chunk($percent, "$uploadid, $offset, ".round($chunk_size/1024, 1)." KB", $fullpath);
72
  } else {
73
  $updraftplus->log("Dropbox: Chunked Upload: $offset bytes uploaded");
74
  // This act is done by record_uploaded_chunk, and helps prevent overlapping runs
107
  $updraftplus->log(__('You do not appear to be authenticated with Dropbox','updraftplus'), 'error');
108
  return false;
109
  }
110
+
111
+ $chunk_size = $updraftplus->jobdata_get('dropbox_chunk_size', 1048576);
112
 
113
  try {
114
  $dropbox = $this->bootstrap();
115
  if (false === $dropbox) throw new Exception(__('You do not appear to be authenticated with Dropbox', 'updraftplus'));
116
+ $updraftplus->log("Dropbox: access gained; setting chunk size to: ".round($chunk_size/1024, 1)." KB");
117
+ $dropbox->setChunkSize($chunk_size);
118
  } catch (Exception $e) {
119
  $updraftplus->log('Dropbox error when trying to gain access: '.$e->getMessage().' (line: '.$e->getLine().', file: '.$e->getFile().')');
120
  $updraftplus->log(sprintf(__('Dropbox error: %s (see log file for more)','updraftplus'), $e->getMessage()), 'error');
189
 
190
  $updraftplus->log("Dropbox: Attempt to upload: $file to: $ufile");
191
 
192
+ $this->upload_tick = microtime(true);
193
+ $this->uploaded_offset = $offset;
194
 
195
  try {
196
  $response = $dropbox->chunkedUpload($updraft_dir.'/'.$file, '', $ufile, true, $offset, $upload_id, array($this, 'chunked_callback'));
209
  $we_tried = $matches[1];
210
  $dropbox_wanted = $matches[2];
211
  $updraftplus->log("Dropbox not yet aligned: tried=$we_tried, wanted=$dropbox_wanted; will attempt recovery");
212
+ $this->uploaded_offset = $dropbox_wanted;
213
  try {
214
  $dropbox->chunkedUpload($updraft_dir.'/'.$file, '', $ufile, true, $dropbox_wanted, $upload_id, array($this, 'chunked_callback'));
215
  } catch (Exception $e) {
216
  $msg = $e->getMessage();
217
+ if (preg_match('/Upload with upload_id .* already completed/', $msg)) {
218
+ $updraftplus->log('Dropbox returned an error, but apparently indicating previous success: '.$msg);
219
+ } else {
220
+ $updraftplus->log('Dropbox error: '.$msg.' (line: '.$e->getLine().', file: '.$e->getFile().')');
221
+ $updraftplus->log('Dropbox '.sprintf(__('error: failed to upload file to %s (see log file for more)','updraftplus'), $ufile), 'error');
222
+ $file_success = 0;
223
+ if (strpos($msg, 'select/poll returned error') !== false && $this->upload_tick > 0 && time() - $this->upload_tick > 800) {
224
+ $updraftplus->reschedule(60);
225
+ $updraftplus->log("Select/poll returned after a long time: scheduling a resumption and terminating for now");
226
+ $updraftplus->record_still_alive();
227
+ die;
228
+ }
229
+ }
230
+ }
231
+ } else {
232
+ $msg = $e->getMessage();
233
+ if (preg_match('/Upload with upload_id .* already completed/', $msg)) {
234
+ $updraftplus->log('Dropbox returned an error, but apparently indicating previous success: '.$msg);
235
+ } else {
236
+ $updraftplus->log('Dropbox error: '.$msg);
237
  $updraftplus->log('Dropbox '.sprintf(__('error: failed to upload file to %s (see log file for more)','updraftplus'), $ufile), 'error');
238
  $file_success = 0;
239
  if (strpos($msg, 'select/poll returned error') !== false && $this->upload_tick > 0 && time() - $this->upload_tick > 800) {
243
  die;
244
  }
245
  }
 
 
 
 
 
 
 
 
 
 
 
246
  }
247
  }
248
  if ($file_success) {
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Backup with UpdraftPlus, DavidAnderson, DNutbourne
3
  Tags: backup, backups, restore, amazon backup, s3 backup, dropbox backup, google drive backup, rackspace cloud files, rackspace backup, dreamhost, dreamobjects backup, ftp backup, webdav backup, google cloud storage, onedrive, microsoft one drive, microsoft azure, azure, back up, multisite, restoration, sftp backup, ftps, scp backup, migrate, duplicate, copy, mysql backup, database backup, db backups, website backup, wordpress backup, full backup, openstack backup, sicherung
4
  Requires at least: 3.2
5
  Tested up to: 4.5
6
- Stable tag: 1.12.2
7
  Author URI: https://updraftplus.com
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
@@ -24,6 +24,7 @@ Backup and restoration made easy. Complete backups; manual or scheduled (backup
24
  * Site duplicator/migrator: can copy sites, and (with add-on) duplicate them at new locations
25
  * Restores and migrates backup sets from other backup plugins (Premium) (currently supported: BackWPUp, BackupWordPress, Simple Backup, WordPress Backup To Dropbox)
26
  * Files and database backups can have separate schedules
 
27
  * Failed uploads are automatically resumed/retried
28
  * Large sites can be split into multiple archives
29
  * Select which files to backup (plugins, themes, content, other)
@@ -49,6 +50,13 @@ UpdraftPlus Backup/Restore is not crippled in any way - it is fully functional f
49
 
50
  If you need WordPress multisite backup compatibility (you'll know if you do), <a href="https://updraftplus.com/shop/">then you need UpdraftPlus Premium</a>.
51
 
 
 
 
 
 
 
 
52
  = Professional / Enterprise support agreements available =
53
 
54
  UpdraftPlus Backup/Restore is written by professional WordPress developers. If your site needs guaranteed support, then we are available. Just <a href="https://updraftplus.com/shop/">go to our shop.</a>
@@ -118,7 +126,25 @@ Thanks for asking; yes, we've got a few. Check out this profile page - https://p
118
 
119
  The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
120
 
121
- N.B. Paid versions of UpdraftPlus Backup / Restore have a version number which is 1 higher in the first digit, and has an extra component on the end, but the changelog below still applies. i.e. changes listed for 1.11.29 of the free version correspond to changes made in 2.11.29.x of the paid version.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
 
123
  = 1.12.2 - 30/Mar/2016 =
124
 
3
  Tags: backup, backups, restore, amazon backup, s3 backup, dropbox backup, google drive backup, rackspace cloud files, rackspace backup, dreamhost, dreamobjects backup, ftp backup, webdav backup, google cloud storage, onedrive, microsoft one drive, microsoft azure, azure, back up, multisite, restoration, sftp backup, ftps, scp backup, migrate, duplicate, copy, mysql backup, database backup, db backups, website backup, wordpress backup, full backup, openstack backup, sicherung
4
  Requires at least: 3.2
5
  Tested up to: 4.5
6
+ Stable tag: 1.12.4
7
  Author URI: https://updraftplus.com
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
24
  * Site duplicator/migrator: can copy sites, and (with add-on) duplicate them at new locations
25
  * Restores and migrates backup sets from other backup plugins (Premium) (currently supported: BackWPUp, BackupWordPress, Simple Backup, WordPress Backup To Dropbox)
26
  * Files and database backups can have separate schedules
27
+ * Remotely control your backups on every site from a single dashboard with UpdraftCentral - <a href="https://updraftcentral.com">hosted for you</a> or <a href="https://wordpress.org/plugins/updraftcentral/">self-hosted</a>
28
  * Failed uploads are automatically resumed/retried
29
  * Large sites can be split into multiple archives
30
  * Select which files to backup (plugins, themes, content, other)
50
 
51
  If you need WordPress multisite backup compatibility (you'll know if you do), <a href="https://updraftplus.com/shop/">then you need UpdraftPlus Premium</a>.
52
 
53
+ = UpdraftCentral - Remote control =
54
+
55
+ As well as controlling your backups from within WordPress, you can also control all your sites' backups from a single dashboard, with <a href="https://updraftcentral.com">UpdraftCentral</a>. UpdraftCentral can control both free and Premium versions of UpdraftPlus, and comes in two versions:
56
+
57
+ * Hosted dashboard: <a href="https://updraftplus.com/my-account/updraftcentral-remote-control/">a ready-to-go dashboard on updraftplus.com</a>, with 5 free licences for everyone (<a href="https://updraftcentral.com">read more here</a>).
58
+ * Host your own: Host the dashboard on your own WP install, with <a href="https://wordpress.org/plugins/updraftcentral/">the free self-install plugin</a>
59
+
60
  = Professional / Enterprise support agreements available =
61
 
62
  UpdraftPlus Backup/Restore is written by professional WordPress developers. If your site needs guaranteed support, then we are available. Just <a href="https://updraftplus.com/shop/">go to our shop.</a>
126
 
127
  The <a href="https://updraftplus.com/news/">UpdraftPlus backup blog</a> is the best place to learn in more detail about any important changes.
128
 
129
+ N.B. Paid versions of UpdraftPlus Backup / Restore have a version number which is 1 higher in the first digit, and has an extra component on the end, but the changelog below still applies. i.e. changes listed for 1.12.4 of the free version correspond to changes made in 2.12.4.x of the paid version.
130
+
131
+ = 1.12.4 - 07/Apr/2016 =
132
+
133
+ * FEATURE: Faster uploads to Dropbox, via adapting to network conditions: https://updraftplus.com/faster-dropbox-uploads/
134
+ * FEATURE: (Paid versions) Plugin now no longer bundles all translations - instead, WP's mechanism for downloading single translations, as/when needed, is used (reduces on-disk size by 12MB=36%)).
135
+ * FIX: Deal with some database encryption phrases with special characters that were incorrectly processed
136
+ * FIX: Deal with an error in the advanced retention rules processing code, that could lead to keeping the wrong backup set
137
+ * FIX: Fix an unescaped string which could cause a JavaScript notice on the UD settings page in some non-English translations
138
+ * FIX: The minimum allowed value for the split size was not previously taking effect when saving settings
139
+ * TWEAK: When connection to an updraftplus.com UpdraftCentral dashboard, allow use of the alternative connection method
140
+ * TWEAK: Suppress some known deprecation warnings on PHP 7
141
+ * TWEAK: Show OpenSSL/Mcrypt info in the log + debug info
142
+ * TWEAK: Detect a completed upload to Dropbox masked by a race event from the WP scheduler
143
+ * TWEAK: The drop-down in the 'Migrate' dialog will now update on a rescan without needing a page reload
144
+ * TWEAK: (Paid versions) Update bundled plugin updater class (Yahnis Elsts) to version 3.0
145
+ * TWEAK: Add woocommerce_sessions to the list of tables of transient data
146
+ * TWEAK: When saving settings, if invalid input is adjusted, this will be reflected back to the UI without a page load (not on all elements)
147
+ * TWEAK: When saving settings, the schedule was written twice on non-multisite installs
148
 
149
  = 1.12.2 - 30/Mar/2016 =
150
 
updraftplus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: UpdraftPlus - Backup/Restore
4
  Plugin URI: https://updraftplus.com
5
  Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
6
  Author: UpdraftPlus.Com, DavidAnderson
7
- Version: 1.12.2
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Text Domain: updraftplus
@@ -43,7 +43,7 @@ define('UPDRAFT_DEFAULT_UPLOADS_EXCLUDE','backup*,*backups,backwpup*,wp-clone');
43
 
44
  // The following can go in your wp-config.php
45
  // Tables whose data can be skipped without significant loss, if (and only if) the attempt to back them up fails (e.g. bwps_log, from WordPress Better Security, is log data; but individual entries can be huge and cause out-of-memory fatal errors on low-resource environments). Comma-separate the table names (without the WordPress table prefix).
46
- if (!defined('UPDRAFTPLUS_DATA_OPTIONAL_TABLES')) define('UPDRAFTPLUS_DATA_OPTIONAL_TABLES', 'bwps_log,statpress,slim_stats,redirection_logs,Counterize,Counterize_Referers,Counterize_UserAgents,wbz404_logs,wbz404_redirects,tts_trafficstats,tts_referrer_stats,wponlinebackup_generations,svisitor_stat,simple_feed_stats,itsec_log,relevanssi_log,blc_instances,wysija_email_user_stat');
47
  if (!defined('UPDRAFTPLUS_ZIP_EXECUTABLE')) define('UPDRAFTPLUS_ZIP_EXECUTABLE', "/usr/bin/zip,/bin/zip,/usr/local/bin/zip,/usr/sfw/bin/zip,/usr/xdg4/bin/zip,/opt/bin/zip");
48
  if (!defined('UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE')) define('UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE', "/usr/bin/mysqldump,/bin/mysqldump,/usr/local/bin/mysqldump,/usr/sfw/bin/mysqldump,/usr/xdg4/bin/mysqldump,/opt/bin/mysqldump");
49
  // If any individual file size is greater than this, then a warning is given
4
  Plugin URI: https://updraftplus.com
5
  Description: Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules.
6
  Author: UpdraftPlus.Com, DavidAnderson
7
+ Version: 1.12.4
8
  Donate link: http://david.dw-perspective.org.uk/donate
9
  License: GPLv3 or later
10
  Text Domain: updraftplus
43
 
44
  // The following can go in your wp-config.php
45
  // Tables whose data can be skipped without significant loss, if (and only if) the attempt to back them up fails (e.g. bwps_log, from WordPress Better Security, is log data; but individual entries can be huge and cause out-of-memory fatal errors on low-resource environments). Comma-separate the table names (without the WordPress table prefix).
46
+ if (!defined('UPDRAFTPLUS_DATA_OPTIONAL_TABLES')) define('UPDRAFTPLUS_DATA_OPTIONAL_TABLES', 'bwps_log,statpress,slim_stats,redirection_logs,Counterize,Counterize_Referers,Counterize_UserAgents,wbz404_logs,wbz404_redirects,tts_trafficstats,tts_referrer_stats,wponlinebackup_generations,svisitor_stat,simple_feed_stats,itsec_log,relevanssi_log,blc_instances,wysija_email_user_stat,woocommerce_sessions');
47
  if (!defined('UPDRAFTPLUS_ZIP_EXECUTABLE')) define('UPDRAFTPLUS_ZIP_EXECUTABLE', "/usr/bin/zip,/bin/zip,/usr/local/bin/zip,/usr/sfw/bin/zip,/usr/xdg4/bin/zip,/opt/bin/zip");
48
  if (!defined('UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE')) define('UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE', "/usr/bin/mysqldump,/bin/mysqldump,/usr/local/bin/mysqldump,/usr/sfw/bin/mysqldump,/usr/xdg4/bin/mysqldump,/opt/bin/mysqldump");
49
  // If any individual file size is greater than this, then a warning is given