UpdraftPlus WordPress Backup Plugin - Version 1.14.7

Version Description

  • 25/Apr/2018 =

  • FIX: Fix incompatibility with loading the dashboard on WP 4.6 and older. If you have this problem, then you cannot visit /wp-admin/ - you will need to update via another tool (e.g. if you have a multiple site management tool), or via FTP (download the https://downloads.wordpress.org/plugin/updraftplus.1.14.7.zip , unzip it on your PC, log in to your site via FTP into the folder wp-content/plugins, remove the existing folder 'updraftplus' and then upload the unzipped 'updraftplus' folder). Many apologies!

Download this release

Release Info

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

Code changes from version 1.14.5 to 1.14.7

admin.php CHANGED
@@ -380,7 +380,19 @@ class UpdraftPlus_Admin {
380
  // Moved out for use with Ajax saving
381
  $this->setup_all_admin_notices_global($service);
382
  }
383
-
 
 
 
 
 
 
 
 
 
 
 
 
384
  // Next, the actions that only come on the UpdraftPlus page
385
  if (UpdraftPlus_Options::admin_page() != $pagenow || empty($_REQUEST['page']) || 'updraftplus' != $_REQUEST['page']) return;
386
  $this->setup_all_admin_notices_udonly($service);
@@ -706,6 +718,7 @@ class UpdraftPlus_Admin {
706
  'cancel' => __('Cancel', 'updraftplus'),
707
  'deletebutton' => __('Delete', 'updraftplus'),
708
  'createbutton' => __('Create', 'updraftplus'),
 
709
  'youdidnotselectany' => __('You did not select any components to restore. Please select at least one, and then try again.', 'updraftplus'),
710
  'proceedwithupdate' => __('Proceed with update', 'updraftplus'),
711
  'close' => __('Close', 'updraftplus'),
@@ -782,6 +795,10 @@ class UpdraftPlus_Admin {
782
  'remote_storage_templates' => $remote_storage_options_and_templates['templates'],
783
  'instance_enabled' => __('Currently enabled', 'updraftplus'),
784
  'instance_disabled' => __('Currently disabled', 'updraftplus'),
 
 
 
 
785
  ));
786
  }
787
 
@@ -2633,6 +2650,7 @@ class UpdraftPlus_Admin {
2633
  $tmp_opts = array('include_opera_warning' => $is_opera);
2634
  $this->settings_downloading_and_restoring($backup_history, false, $tmp_opts);
2635
  $this->include_template('wp-admin/settings/delete-and-restore-modals.php');
 
2636
  ?>
2637
  </div>
2638
 
@@ -3978,6 +3996,89 @@ class UpdraftPlus_Admin {
3978
  return $ret;
3979
  }
3980
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3981
  /**
3982
  * Get HTML for the 'Delete' button for a particular backup in the 'Existing Backups' tab
3983
  *
@@ -4021,6 +4122,114 @@ ENDHERE;
4021
  }
4022
  }
4023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4024
  /**
4025
  * Carry out the restore process
4026
  *
@@ -4386,7 +4595,7 @@ ENDHERE;
4386
  $pdata = (is_string($data)) ? $data : serialize($data);
4387
  $updraftplus->log(__('Error data:', 'updraftplus').' '.$pdata, 'warning-restore');
4388
  if (false !== strpos($pdata, 'PCLZIP_ERR_BAD_FORMAT (-10)')) {
4389
- echo '<a href="'.apply_filters('updraftplus_com_link', "https://updraftplus.com/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/").'"><strong>'.__('Please consult this FAQ for help on what to do about it.', 'updraftplus').'</strong></a><br>';
4390
  }
4391
  }
4392
  }
380
  // Moved out for use with Ajax saving
381
  $this->setup_all_admin_notices_global($service);
382
  }
383
+
384
+ if (!class_exists('Updraft_Dashboard_News')) include_once(UPDRAFTPLUS_DIR.'/includes/class-updraft-dashboard-news.php');
385
+
386
+ $news_translations = array(
387
+ 'product_title' => 'UpdraftPlus',
388
+ 'item_prefix' => __('UpdraftPlus', 'updraftplus'),
389
+ 'item_description' => __('UpdraftPlus News', 'updraftplus'),
390
+ 'dismiss_tooltip' => __('Dismiss all UpdraftPlus news', 'updraftplus'),
391
+ 'dismiss_confirm' => __('Are you sure you want to dismiss all UpdraftPlus news forever?', 'updraftplus'),
392
+ );
393
+
394
+ $updraftplus_dashboard_news = new Updraft_Dashboard_News('https://feeds.feedburner.com/updraftplus/', 'https://updraftplus.com/news/', $news_translations);
395
+
396
  // Next, the actions that only come on the UpdraftPlus page
397
  if (UpdraftPlus_Options::admin_page() != $pagenow || empty($_REQUEST['page']) || 'updraftplus' != $_REQUEST['page']) return;
398
  $this->setup_all_admin_notices_udonly($service);
718
  'cancel' => __('Cancel', 'updraftplus'),
719
  'deletebutton' => __('Delete', 'updraftplus'),
720
  'createbutton' => __('Create', 'updraftplus'),
721
+ 'uploadbutton' => __('Upload', 'updraftplus'),
722
  'youdidnotselectany' => __('You did not select any components to restore. Please select at least one, and then try again.', 'updraftplus'),
723
  'proceedwithupdate' => __('Proceed with update', 'updraftplus'),
724
  'close' => __('Close', 'updraftplus'),
795
  'remote_storage_templates' => $remote_storage_options_and_templates['templates'],
796
  'instance_enabled' => __('Currently enabled', 'updraftplus'),
797
  'instance_disabled' => __('Currently disabled', 'updraftplus'),
798
+ 'local_upload_started' => __('Local backup upload has started; please check the current status tab to see the upload progress', 'updraftplus'),
799
+ 'local_upload_error' => __('You must select at least one remote storage destination to upload this backup set to.', 'updrafplus'),
800
+ 'already_uploaded' => __('(already uploaded)', 'updraftplus'),
801
+ 'onedrive_folder_url_warning' => __('Please specify the Microsoft OneDrive folder name, not the URL.', 'updraftplus')
802
  ));
803
  }
804
 
2650
  $tmp_opts = array('include_opera_warning' => $is_opera);
2651
  $this->settings_downloading_and_restoring($backup_history, false, $tmp_opts);
2652
  $this->include_template('wp-admin/settings/delete-and-restore-modals.php');
2653
+ $this->include_template('wp-admin/settings/upload-backups-modal.php');
2654
  ?>
2655
  </div>
2656
 
3996
  return $ret;
3997
  }
3998
 
3999
+ /**
4000
+ * Get HTML for the 'Upload' button for a particular backup in the 'Existing Backups' tab
4001
+ *
4002
+ * @param Integer $backup_time - backup timestamp (epoch time)
4003
+ * @param String $nonce - backup nonce
4004
+ * @param Array $backup - backup information array
4005
+ *
4006
+ * @return String - the resulting HTML
4007
+ */
4008
+ public function upload_button($backup_time, $nonce, $backup) {
4009
+ global $updraftplus;
4010
+
4011
+ // Check the job is not still running.
4012
+ $jobdata = $updraftplus->jobdata_getarray($nonce);
4013
+
4014
+ if (!empty($jobdata) && 'finished' != $jobdata['jobstatus']) return '';
4015
+
4016
+ // Check that the user has remote storage setup.
4017
+ $services = UpdraftPlus_Options::get_updraft_option('updraft_service');
4018
+ $service = $updraftplus->just_one($services);
4019
+ if (is_string($service)) $service = array($service);
4020
+ if (!is_array($service)) $service = array('none');
4021
+ if (empty($service) || array('none') == $service || array('') == $service || 'none' == $service) return '';
4022
+
4023
+ $show_upload = false;
4024
+ $not_uploaded = array();
4025
+
4026
+ // Check that the backup has not already been sent to remote storage before.
4027
+ if (empty($backup['service']) || array('none') == $backup['service'] || array('') == $backup['service'] || 'none' == $backup['service']) {
4028
+ $show_upload = true;
4029
+ // If it has been uploaded then check if there are any new remote storage options that it has not yet been sent to.
4030
+ } elseif (!empty($backup['service']) && array('none') != $backup['service'] && array('') != $backup['service'] && 'none' != $backup['service']) {
4031
+
4032
+ foreach ($services as $key => $value) {
4033
+ if (in_array($value, $backup['service'])) unset($services[$key]);
4034
+ }
4035
+
4036
+ if (!empty($services)) $show_upload = true;
4037
+ }
4038
+
4039
+ if ($show_upload) {
4040
+
4041
+ $missing_file = false;
4042
+ $entities = $updraftplus->get_backupable_file_entities(true);
4043
+ // Add the database to the entities array ready to loop over
4044
+ $entities['db'] = '';
4045
+ $updraft_dir = trailingslashit($updraftplus->backups_dir_location());
4046
+
4047
+ foreach ($entities as $type => $info) {
4048
+
4049
+ if (!isset($backup[$type])) continue;
4050
+
4051
+ // Cast this to an array so that a warning is not thrown when we encounter a Database.
4052
+ foreach ((array) $backup[$type] as $value) {
4053
+ if (!file_exists($updraft_dir . DIRECTORY_SEPARATOR . $value)) $missing_file = true;
4054
+ }
4055
+ }
4056
+
4057
+ if (!$missing_file) {
4058
+ $service_list = '';
4059
+ $service_list_display = '';
4060
+ $is_first_service = true;
4061
+
4062
+ foreach ($services as $key => $service) {
4063
+ if (!$is_first_service) {
4064
+ $service_list .= ',';
4065
+ $service_list_display .= ', ';
4066
+ }
4067
+ $service_list .= $service;
4068
+ $service_list_display .= $updraftplus->backup_methods[$service];
4069
+
4070
+ $is_first_service = false;
4071
+ }
4072
+
4073
+ return '<div class="updraftplus-upload">
4074
+ <button data-nonce="'.$nonce.'" data-key="'.$backup_time.'" data-services="'.$service_list.'" title="'.__('After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations', 'updraftplus').' ('.$service_list_display.')." type="button" class="button-primary updraft-upload-link">'.__('Upload', 'updraftplus').'</button>
4075
+ </div>';
4076
+ }
4077
+
4078
+ return '';
4079
+ }
4080
+ }
4081
+
4082
  /**
4083
  * Get HTML for the 'Delete' button for a particular backup in the 'Existing Backups' tab
4084
  *
4122
  }
4123
  }
4124
 
4125
+ /**
4126
+ * This function will set up the backup job data for when we are uploading a local backup to remote storage. It changes the initial jobdata so that UpdraftPlus knows about what files it's uploading and so that it skips directly to the upload stage.
4127
+ *
4128
+ * @param array $jobdata - the initial job data that we want to change
4129
+ * @param array $options - options sent from the front end includes backup timestamp and nonce
4130
+ *
4131
+ * @return array - the modified jobdata
4132
+ */
4133
+ public function upload_local_backup_jobdata($jobdata, $options) {
4134
+ global $updraftplus;
4135
+
4136
+ if (!is_array($jobdata)) return $jobdata;
4137
+
4138
+ $backup_history = UpdraftPlus_Backup_History::get_history();
4139
+ $services = !empty($options['services']) ? $options['services'] : array();
4140
+ $backup = $backup_history[$options['use_timestamp']];
4141
+ $backupable_entities = $updraftplus->get_backupable_file_entities(true);
4142
+
4143
+ /*
4144
+ The initial job data is not set up in a key value array instead it is set up so key "x" is the name of the key and then key "y" is the value.
4145
+ e.g array[0] = 'backup_name' array[1] = 'my_backup'
4146
+ */
4147
+ $jobstatus_key = array_search('jobstatus', $jobdata) + 1;
4148
+ $backup_time_key = array_search('backup_time', $jobdata) + 1;
4149
+ $backup_database_key = array_search('backup_database', $jobdata) + 1;
4150
+ $backup_files_key = array_search('backup_files', $jobdata) + 1;
4151
+ $service_key = array_search('service', $jobdata) + 1;
4152
+
4153
+ $db_backups = $jobdata[$backup_database_key];
4154
+ $file_backups = array();
4155
+
4156
+ // We need to construct the expected files array here, this gets added to the jobdata much later in the backup process but we need this before we start
4157
+ foreach ($backupable_entities as $entity => $path) {
4158
+ if (isset($backup[$entity])) $file_backups[$entity] = $backup[$entity];
4159
+ if (isset($backup[$entity.'-size'])) $file_backups[$entity.'-size'] = $backup[$entity.'-size'];
4160
+ }
4161
+
4162
+ $blog_name = '';
4163
+
4164
+ /*
4165
+ We need to tweak the database array here by setting each database entity to finished or encrypted if it's an encrypted archive.
4166
+ I also grab the backups blog name here ready to be used later, just in case this backup set is from another site.
4167
+ */
4168
+ foreach ($db_backups as $key => $db_info) {
4169
+ $status = 'finished';
4170
+ $db_index = ('wp' == $key) ? 0 : $key;
4171
+
4172
+ if (isset($backup['db'][$db_index])) {
4173
+ $db_backup_name = $backup['db'][$db_index];
4174
+
4175
+ if (preg_match('/^backup_([\-0-9]{15})_(.*)_([0-9a-f]{12})-[\-a-z]+([0-9]+)?+(\.(zip|gz|gz\.crypt))?$/i', $db_backup_name, $matches)) {
4176
+ $blog_name = $matches[2];
4177
+ }
4178
+
4179
+ if ($updraftplus->is_db_encrypted($db_backup_name)) $status = 'encrypted';
4180
+
4181
+ if (is_array($db_info) && isset($db_info['status'])) {
4182
+ $db_backups[$key]['status'] = $status;
4183
+ } else {
4184
+ $db_backups[$key] = $status;
4185
+ }
4186
+ } else {
4187
+ unset($db_backups[$key]);
4188
+ }
4189
+ }
4190
+
4191
+ // Next we need to build the services array using the remote storage destinations the user has selected to upload this backup set to
4192
+ $selected_services = array();
4193
+
4194
+ foreach ($services as $key => $storage_info) {
4195
+ $selected_services[] = $storage_info['value'];
4196
+ }
4197
+
4198
+ $jobdata[$jobstatus_key] = 'clouduploading';
4199
+ $jobdata[$backup_time_key] = $options['use_timestamp'];
4200
+ $jobdata[$backup_files_key] = 'finished';
4201
+ $jobdata[] = 'backup_files_array';
4202
+ $jobdata[] = $file_backups;
4203
+ $jobdata[] = 'blog_name';
4204
+ $jobdata[] = $blog_name;
4205
+ $jobdata[$backup_database_key] = $db_backups;
4206
+ if (!empty($selected_services)) $jobdata[$service_key] = $selected_services;
4207
+
4208
+
4209
+ return $jobdata;
4210
+ }
4211
+
4212
+ /**
4213
+ * This function allows us to change the backup name, this is needed when uploading a local database backup to remote storage when the backup has come from another site.
4214
+ *
4215
+ * @param string $backup_name - the current name of the backup file
4216
+ * @param string $use_time - the current timestamp we are using
4217
+ * @param string $blog_name - the blog name of the current site
4218
+ *
4219
+ * @return string - the new filename or the original if the blog name from the job data is not set
4220
+ */
4221
+ public function upload_local_backup_name($backup_name, $use_time, $blog_name) {
4222
+ global $updraftplus;
4223
+
4224
+ $backup_blog_name = $updraftplus->jobdata_get('blog_name', '');
4225
+
4226
+ if ('' != $blog_name && '' != $backup_blog_name) {
4227
+ return str_replace($blog_name, $backup_blog_name, $backup_name);
4228
+ }
4229
+
4230
+ return $backup_name;
4231
+ }
4232
+
4233
  /**
4234
  * Carry out the restore process
4235
  *
4595
  $pdata = (is_string($data)) ? $data : serialize($data);
4596
  $updraftplus->log(__('Error data:', 'updraftplus').' '.$pdata, 'warning-restore');
4597
  if (false !== strpos($pdata, 'PCLZIP_ERR_BAD_FORMAT (-10)')) {
4598
+ echo '<a href="'.apply_filters('updraftplus_com_link', "https://updraftplus.com/faqs/error-message-pclzip_err_bad_format-10-invalid-archive-structure-mean/").'"><strong>'.__('Follow this link for more information', 'updraftplus').'</strong></a><br>';
4599
  }
4600
  }
4601
  }
backup.php CHANGED
@@ -140,7 +140,7 @@ class UpdraftPlus_Backup {
140
  // In tests, PclZip was found to be 25% slower than ZipArchive
141
  if ('UpdraftPlus_PclZip' != $this->use_zip_object && empty($this->binzip) && ((defined('UPDRAFTPLUS_PREFERPCLZIP') && UPDRAFTPLUS_PREFERPCLZIP == true) || !class_exists('ZipArchive') || !class_exists('UpdraftPlus_ZipArchive') || (!extension_loaded('zip') && !method_exists('ZipArchive', 'AddFile')))) {
142
  global $updraftplus;
143
- $updraftplus->log("Zip engine: ZipArchive is not available or is disabled (will use PclZip if needed)");
144
  $this->use_zip_object = 'UpdraftPlus_PclZip';
145
  }
146
 
140
  // In tests, PclZip was found to be 25% slower than ZipArchive
141
  if ('UpdraftPlus_PclZip' != $this->use_zip_object && empty($this->binzip) && ((defined('UPDRAFTPLUS_PREFERPCLZIP') && UPDRAFTPLUS_PREFERPCLZIP == true) || !class_exists('ZipArchive') || !class_exists('UpdraftPlus_ZipArchive') || (!extension_loaded('zip') && !method_exists('ZipArchive', 'AddFile')))) {
142
  global $updraftplus;
143
+ $updraftplus->log("Zip engine: ZipArchive (a.k.a. php-zip) is not available or is disabled (will use PclZip (much slower) if needed)");
144
  $this->use_zip_object = 'UpdraftPlus_PclZip';
145
  }
146
 
central/bootstrap.php CHANGED
@@ -29,7 +29,8 @@ class UpdraftPlus_UpdraftCentral_Main {
29
  'users' => 'UpdraftCentral_Users_Commands',
30
  'comments' => 'UpdraftCentral_Comments_Commands',
31
  'analytics' => 'UpdraftCentral_Analytics_Commands',
32
- 'plugin' => 'UpdraftCentral_Plugin_Commands'
 
33
  ));
34
 
35
  // If nothing was sent, then there is no incoming message, so no need to set up a listener (or CORS request, etc.). This avoids a DB SELECT query on the option below in the case where it didn't get autoloaded, which is the case when there are no keys.
29
  'users' => 'UpdraftCentral_Users_Commands',
30
  'comments' => 'UpdraftCentral_Comments_Commands',
31
  'analytics' => 'UpdraftCentral_Analytics_Commands',
32
+ 'plugin' => 'UpdraftCentral_Plugin_Commands',
33
+ 'posts' => 'UpdraftCentral_Posts_Commands'
34
  ));
35
 
36
  // If nothing was sent, then there is no incoming message, so no need to set up a listener (or CORS request, etc.). This avoids a DB SELECT query on the option below in the case where it didn't get autoloaded, which is the case when there are no keys.
central/modules/posts.php ADDED
@@ -0,0 +1,728 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if (!defined('UPDRAFTCENTRAL_CLIENT_DIR')) die('No access.');
4
+
5
+ /**
6
+ * Handles Posts Commands
7
+ */
8
+ class UpdraftCentral_Posts_Commands extends UpdraftCentral_Commands {
9
+
10
+ private $switched = false;
11
+
12
+ /**
13
+ * Function that gets called before every action
14
+ *
15
+ * @param string $command a string that corresponds to UDC command to call a certain method for this class.
16
+ * @param array $data an array of data post or get fields
17
+ * @param array $extra_info extrainfo use in the udrpc_action, e.g. user_id
18
+ *
19
+ * link to udrpc_action main function in class UpdraftPlus_UpdraftCentral_Listener
20
+ */
21
+ public function _pre_action($command, $data, $extra_info) {
22
+ // Here we assign the current blog_id to a variable $blog_id
23
+ $blog_id = get_current_blog_id();
24
+ if (!empty($data['site_id'])) $blog_id = $data['site_id'];
25
+
26
+ if (function_exists('switch_to_blog') && is_multisite() && $blog_id) {
27
+ $this->switched = switch_to_blog($blog_id);
28
+ }
29
+ }
30
+
31
+ /**
32
+ * Function that gets called after every action
33
+ *
34
+ * @param string $command a string that corresponds to UDC command to call a certain method for this class.
35
+ * @param array $data an array of data post or get fields
36
+ * @param array $extra_info extrainfo use in the udrpc_action, e.g. user_id
37
+ *
38
+ * link to udrpc_action main function in class UpdraftPlus_UpdraftCentral_Listener
39
+ */
40
+ public function _post_action($command, $data, $extra_info) {
41
+ // Here, we're restoring to the current (default) blog before we switched
42
+ if ($this->switched) restore_current_blog();
43
+ }
44
+
45
+ /**
46
+ * Method to fetch all posts which depends on parameters passed in site_post.js, on success return posts object
47
+ *
48
+ * @param array $params An array containing the "site_id" and "paged" parameters needed to pull all posts
49
+ * @return array
50
+ *
51
+ * @link {https://developer.wordpress.org/reference/functions/get_posts/}
52
+ * @link {https://developer.wordpress.org/reference/functions/wp_count_posts}
53
+ * @link {https://developer.wordpress.org/reference/functions/get_the_author_meta/}
54
+ * @link {https://developer.wordpress.org/reference/functions/get_the_category}
55
+ */
56
+ public function get_requested_posts($params) {
57
+
58
+ // check paged parameter; if empty set to 1
59
+ $paged = get_query_var('paged') ? get_query_var('paged') : 1;
60
+
61
+
62
+ // Using default function get_posts to fetch all posts object from passed parameters
63
+ // Count all fetch posts objects
64
+ // get total fetch posts and divide to number of posts for pagination
65
+ $query = new WP_Query($params);
66
+ $result = $query->posts;
67
+
68
+ $count_posts = wp_count_posts();
69
+ $page_count = 0;
70
+ $postdata = array();
71
+
72
+ if ($count_posts->publish > 0) {
73
+ if (empty($params['numberposts'])) return $this->_generic_error_response('numberposts_parameter_missing', $params);
74
+ $page_count = absint($count_posts->publish / $params['numberposts']);
75
+ }
76
+
77
+ if (empty($result)) {
78
+ $error_data = array(
79
+ 'count' => $page_count,
80
+ 'paged' => $paged
81
+ );
82
+ return $this->_generic_error_response('post_not_found_with_keyword', $error_data);
83
+ } else {
84
+ foreach ($result as $post) {
85
+ // initialize our stdclass variable data
86
+ $data = new stdClass();
87
+
88
+ // get the author name
89
+ $author = get_the_author_meta('display_name', $post->post_author);
90
+
91
+ // get categories associated with the post
92
+ $categories = get_the_category($post->ID);
93
+
94
+ $cat_array = array();
95
+ foreach ($categories as $category) {
96
+ $cat_array[] = $category->name;
97
+ }
98
+
99
+ // Adding author name and category assigned to the post object
100
+ $data->author_name = $author;
101
+ $data->category_name = $cat_array;
102
+ $data->post_title = $post->post_title;
103
+ $data->post_status = $post->post_status;
104
+ $postdata[] = $data;
105
+ }
106
+
107
+ $cat_id = $params['category'][0];
108
+ if (0 != $cat_id) {
109
+ $count_category_posts = get_category($cat_id);
110
+ if (empty($params['numberposts'])) return $this->_generic_error_response('numberposts_parameter_missing', $params);
111
+ $page_count = absint($count_category_posts->category_count / $params['numberposts']);
112
+ }
113
+
114
+ $response = array(
115
+ 'posts' => $postdata,
116
+ 'count' => $page_count,
117
+ 'paged' => $paged,
118
+ 'categories' => $this->get_requested_categories(array('parent' => 0, 'return_object' => true)),
119
+ 'message' => "found_posts_count"
120
+ );
121
+ }
122
+
123
+ return $this->_response($response);
124
+
125
+ }
126
+
127
+ /**
128
+ * Method to fetch post object based on parameter ID, on success return post object
129
+ *
130
+ * @param array $params An array containing the "site_id" and "ID" parameters needed to pull a single post
131
+ * @return array
132
+ *
133
+ * @link {https://developer.wordpress.org/reference/functions/get_post/}
134
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
135
+ */
136
+ public function get_requested_post($params) {
137
+
138
+ // Check parameter ID if empty
139
+ if (empty($params['ID'])) {
140
+ return $this->_generic_error_response('post_id_not_set', array());
141
+ }
142
+
143
+ // initialize stdclass variable data
144
+ $data = new stdClass();
145
+
146
+ // assign parameter ID to a variable
147
+ $post_id = $params['ID'];
148
+
149
+ // using default get_post to get post object by its ID
150
+ $post = get_post($post_id);
151
+
152
+ // assign
153
+ $visibility = get_post_status($post_id);
154
+
155
+ // Get all associated category of the post
156
+
157
+ $categories = $this->get_requested_post_categories($post_id);
158
+
159
+ if (is_wp_error($post)) {
160
+ // Return the wp_error
161
+ $error_data = array(
162
+ 'visibility' => $visibility,
163
+ 'categories' => $categories,
164
+ );
165
+ return $this->_generic_error_response('posts_not_found', $error_data);
166
+
167
+ } else {
168
+
169
+ $data->ID = $post->ID;
170
+ $data->post_title = $post->post_title;
171
+ $data->post_content = $post->post_content;
172
+ $data->post_status = $post->post_status;
173
+ $data->guid = $post->guid;
174
+ $data->post_date = $post->post_date;
175
+
176
+ $response = array(
177
+ 'posts' => $data,
178
+ 'visibility' => $visibility,
179
+ 'categories' => $categories,
180
+ 'message' => "found_post"
181
+ );
182
+
183
+ return $this->_response($response);
184
+ }
185
+
186
+ }
187
+
188
+ /**
189
+ * Method to fetch array of categories loop through all children
190
+ *
191
+ * @param array $params An array containing the "site_id" and "parent" parameters needed to pull a collection of categories
192
+ * @return array
193
+ *
194
+ * @link {https://developer.wordpress.org/reference/functions/get_categories/}
195
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
196
+ */
197
+ public function get_requested_categories($params) {
198
+
199
+ $parent = $params['parent'];
200
+
201
+ $categories = $this->get_taxonomy_hierarchy('category', $parent);
202
+ $category = new stdClass();
203
+ $arrobj = array();
204
+
205
+ // Add to existing category list | parent->children
206
+ $category->children = $categories;
207
+ $category->default = get_option('default_category');
208
+ $arrobj[] = $category;
209
+
210
+ if (!empty($params['return_object'])) {
211
+ return $arrobj;
212
+ }
213
+
214
+ return $this->_response($arrobj);
215
+ }
216
+
217
+ /**
218
+ * Method to get category on assigned to a post
219
+ *
220
+ * @param int $post_id The ID of the post where the categories are to be retrieve from
221
+ * @return array - returns an array of category
222
+ *
223
+ * @link {https://developer.wordpress.org/reference/functions/get_categories/}
224
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
225
+ */
226
+ public function get_requested_post_categories($post_id) {
227
+
228
+ $categories = $this->get_taxonomy_hierarchy('category');
229
+ $category = new stdClass();
230
+ $arrobj = array();
231
+
232
+ // Add to existing category list | parent->children
233
+ $category->children = $categories;
234
+ $category->default = get_option('default_category');
235
+
236
+ $arrterms = array();
237
+ $post_terms = get_the_terms($post_id, 'category');
238
+
239
+ foreach ($category->children as $term) {
240
+ foreach ($post_terms as $post_term) {
241
+ $arrterms[] = $post_term->term_id;
242
+ if ($term->term_id == $post_term->term_id) {
243
+ $term->selected = 1;
244
+ }
245
+ }
246
+ }
247
+
248
+ $arrobj[] = $category;
249
+
250
+ return $arrobj;
251
+ }
252
+
253
+ /**
254
+ * Method used to insert post from UDC to remote site
255
+ * Using the default wp_insert_post function
256
+ *
257
+ * @param array $post_array Default post_type "post" and basic parameters post_title, post_content, category, post_status
258
+ * @return array - Containing information whether the process was successful or not.
259
+ * Post ID on success, custom error object on failure.
260
+ *
261
+ * @link {https://developer.wordpress.org/reference/functions/wp_insert_post/}
262
+ * @link {https://developer.wordpress.org/reference/functions/get_current_user_id/}
263
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
264
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
265
+ */
266
+ public function insert_requested_post($post_array) {
267
+
268
+ // Check if post_title parameter is not set
269
+ if (empty($post_array['post_title'])) {
270
+ return $this->_generic_error_response('post_title_not_set', array());
271
+ }
272
+
273
+ // Check if user has capability
274
+ if (!current_user_can('edit_posts')) {
275
+ return $this->_generic_error_response('user_no_permission_to_edit_post', array());
276
+ }
277
+
278
+ $author = get_current_user_id();
279
+ $category = get_option('default_category');
280
+ $post_category = empty($post_array['post_category']) ? array($category) : $post_array['post_category'];
281
+ $post_title = $post_array['post_title'];
282
+ $post_content = $post_array['post_content'];
283
+ $post_status = $post_array['post_status'];
284
+
285
+ // Create post array
286
+ $post = array(
287
+ 'post_title' => wp_strip_all_tags($post_title),
288
+ 'post_content' => $post_content,
289
+ 'post_author' => $author,
290
+ 'post_category' => $post_category,
291
+ 'post_status' => $post_status
292
+ );
293
+
294
+ // Insert the post array into the database, return post_id on success
295
+ $post_id = wp_insert_post($post);
296
+
297
+ // Check if result is false
298
+ if (is_wp_error($post_id)) {
299
+ $error_data = array(
300
+ 'message' => 'Error inserting post',
301
+ );
302
+
303
+ return $this->_generic_error_response('post_insert_error', $error_data);
304
+
305
+ } else {
306
+
307
+ $result = array(
308
+ 'ID' => $post_id,
309
+ 'message' => "post_save_success",
310
+ 'status' => $post_status
311
+ );
312
+ }
313
+
314
+ return $this->_response($result);
315
+
316
+ }
317
+
318
+ /**
319
+ * Method used to update post
320
+ * Using default wp_update_post
321
+ *
322
+ * @param array $params Post array to update specific post by ID
323
+ * @return array - Containing information whether the process was successful or not.
324
+ * Post ID on success, custom error object on failure.
325
+ *
326
+ * @link {https://developer.wordpress.org/reference/functions/wp_update_post/}
327
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
328
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
329
+ */
330
+ public function update_requested_post($params) {
331
+
332
+ // Check post_id parameter if set
333
+ if (empty($params['ID'])) {
334
+ return $this->_generic_error_response('post_id_not_set', array());
335
+ }
336
+
337
+ // Check if user has capability
338
+ if (!current_user_can('edit_posts') && !current_user_can('edit_other_posts')) {
339
+ return $this->_generic_error_response('user_no_permission_to_edit_post', array());
340
+ }
341
+
342
+ $category = get_option('default_category');
343
+ $post_category = empty($post_array['post_category']) ? array($category) : $post_array['post_category'];
344
+
345
+ // Assign post array values
346
+ $post = array(
347
+ 'post_title' => wp_strip_all_tags($params['post_title']),
348
+ 'post_content' => $params['post_content'],
349
+ 'ID' => (int) $params['ID'],
350
+ 'post_status' => $params['post_status'],
351
+ 'post_category' => $post_category
352
+ );
353
+
354
+ // Do post update
355
+ $response = wp_update_post($post);
356
+
357
+ $result = array();
358
+
359
+ // Check if response is false
360
+ if (is_wp_error($response)) {
361
+ $error_data = array(
362
+ 'message' => 'Error updating post',
363
+ );
364
+
365
+ return $this->_generic_error_response('post_update_error', $error_data);
366
+ }
367
+
368
+ $result = array(
369
+ 'ID' => $response,
370
+ 'message' => "post_update_success",
371
+ 'status' => $params['post_status']
372
+ );
373
+
374
+ return $this->_response($result);
375
+ }
376
+
377
+ /**
378
+ * Method used to move post to trash, default action trash
379
+ * If delete set to true will delete permanently following all wp process
380
+ * If force_delete is true bypass process and force delete post
381
+ *
382
+ * @param array $params An array containing the ID of the post to delete and a
383
+ * couple of flags ("delete" and "force_delete") that will determine whether
384
+ * the post will be moved to trash or permanently deleted.
385
+ * @return array - Containing information whether the process was successful or not. True on success, false on failure.
386
+ *
387
+ * @link {https://developer.wordpress.org/reference/functions/wp_trash_post/}
388
+ * @link {https://developer.wordpress.org/reference/functions/wp_delete_post/}
389
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
390
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
391
+ */
392
+ public function trash_requested_post($params) {
393
+
394
+ // Check if post_id is set
395
+ if (empty($params['ID'])) {
396
+ return $this->_generic_error_response('post_id_not_set', array());
397
+ }
398
+
399
+ // Check user capability
400
+ if (!current_user_can('delete_posts')) {
401
+ return $this->_generic_error_response('user_no_permission_to_delete_post', array());
402
+ }
403
+
404
+ $post_id = (int) $params['ID'];
405
+ $forcedelete = !empty($params['force_delete']);
406
+ $trash = false;
407
+
408
+ // Here check if force_delete is set from UDC. then permanently delete bypass wp_trash_post.
409
+ if ($forcedelete) {
410
+ $response = wp_delete_post($post_id, $forcedelete);
411
+ } else {
412
+ $response = wp_trash_post($post_id);
413
+ $trash = true;
414
+ }
415
+
416
+ $result = array();
417
+
418
+ // Check if response if false
419
+ if (is_wp_error($response)) {
420
+ $error_data = array(
421
+ 'message' => 'Error deleting post'
422
+ );
423
+ return $this->_generic_error_response('post_delete_error', $error_data);
424
+ }
425
+
426
+ $result = array(
427
+ 'posts' => $response,
428
+ 'error' => false,
429
+ );
430
+
431
+ if ($trash) {
432
+ $result["message"] = "post_has_been_moved_to_trash";
433
+ $status["status"] = "trash";
434
+ } else {
435
+ $result["message"] = "post_has_been_deleted_permanently";
436
+ $status["status"] = "delete";
437
+ }
438
+
439
+ return $this->_response($result);
440
+ }
441
+
442
+ /**
443
+ * Method used to insert/create a category
444
+ * Using default taxonomy "category"
445
+ * Will create slug based on cat_name parameter
446
+ *
447
+ * @param array $params cat_name parameter to insert category
448
+ * @return array - Containing the result of the process. Category ID, category object, etc.
449
+ *
450
+ * @link {https://developer.wordpress.org/reference/functions/wp_insert_category/}
451
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
452
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
453
+ */
454
+ public function insert_requested_category($params) {
455
+
456
+ /**
457
+ * Include admin taxonomy.php file to enable us to use all necessary functions for post category
458
+ */
459
+ $this->_admin_include('taxonomy.php');
460
+
461
+ $result = array();
462
+
463
+ // Check if parameter cat_name is set
464
+ if (empty($params['cat_name'])) {
465
+ return $this->_generic_error_response('category_name_not_set', array());
466
+ }
467
+
468
+ // Check user capability
469
+ if (!current_user_can('manage_categories')) {
470
+ return $this->_generic_error_response('user_no_permission_to_add_category', array());
471
+ }
472
+
473
+ // set category array
474
+ $args = array(
475
+ 'cat_name' => $params["cat_name"],
476
+ 'category_nicename' => sanitize_title($params["cat_name"])
477
+ );
478
+
479
+ // Do wp_insert_category
480
+ $term_id = wp_insert_category($args, true);
481
+
482
+ if (is_wp_error($response)) {
483
+ $error_data = array(
484
+ 'message' => 'Error inserting category'
485
+ );
486
+ return $this->_generic_error_response('category_insert_error', $error_data);
487
+ }
488
+
489
+ $category = array(
490
+ 'cat_name' => $params["cat_name"],
491
+ 'term_id' => $term_id,
492
+ 'parent' => 0
493
+ );
494
+
495
+ $result = array(
496
+ 'ID' => $term_id,
497
+ 'category' => $category,
498
+ 'error' => false,
499
+ 'message' => "category_added"
500
+ );
501
+
502
+ return $this->_response($result);
503
+ }
504
+
505
+ /**
506
+ * Method used to update/edit a category by its term_id
507
+ *
508
+ * @param array $param An array containing the "term_id" and "cat_name" parameters needed to edit the category
509
+ * @return array - Containing information as a result fo the process. True on success, false on failure.
510
+ *
511
+ * @link {https://developer.wordpress.org/reference/functions/wp_udpate_category/}
512
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
513
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
514
+ */
515
+ public function edit_requested_category($param) {
516
+ /**
517
+ * Include admin taxonomy.php file to enable us to use all necessary functions for post category
518
+ */
519
+ $this->_admin_include('taxonomy.php');
520
+
521
+ $result = array();
522
+
523
+ // Check if term_id is set
524
+ if (empty($param['term_id']) && empty($param['cat_name'])) {
525
+ return $this->_generic_error_response('term_id_or_category_not_set', array($params));
526
+ }
527
+
528
+ $term_id = $param['term_id'];
529
+ $cat_name = $param['cat_name'];
530
+
531
+ // Check user capability
532
+ if (!current_user_can('manage_categories')) {
533
+ return $this->_generic_error_response('user_no_permission_to_edit_category', array());
534
+ }
535
+
536
+ // Do term update
537
+ $response = wp_update_term($term_id, 'category', array('name' => $cat_name, 'slug' => sanitize_title($cat_name)));
538
+
539
+ // Check if response is false
540
+ if (is_wp_error($response)) {
541
+ $error_data = array(
542
+ 'message' => 'Error updating category'
543
+ );
544
+ return $this->_generic_error_response('category_update_error', $error_data);
545
+ }
546
+
547
+ $result = array(
548
+ 'category' => $cat_name,
549
+ 'message' => "category_updated_to"
550
+ );
551
+
552
+ return $this->_response($result);
553
+ }
554
+
555
+ /**
556
+ * Method used to delete a category by term_id
557
+ *
558
+ * @param array $param An array containing the "term_id" needed to delete the category
559
+ * @return array - Containing information as a result fo the process. True on success, false on failure.
560
+ *
561
+ * @link {https://developer.wordpress.org/reference/functions/wp_delete_category/}
562
+ * @link {https://developer.wordpress.org/reference/functions/current_user_can/}
563
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
564
+ */
565
+ public function delete_requested_category($param) {
566
+ /**
567
+ * Include admin taxonomy.php file to enable us to use all necessary functions for post category
568
+ */
569
+ $this->_admin_include('taxonomy.php');
570
+
571
+ $result = array();
572
+
573
+ // Check if term_id is set
574
+ if (empty($param['term_id'])) {
575
+ return $this->_generic_error_response('term_id_not_set', array($params));
576
+ }
577
+
578
+ $term_id = $param['term_id'];
579
+
580
+ // Check user capability
581
+ if (!current_user_can('manage_categories')) {
582
+ return $this->_generic_error_response('user_no_permission_to_delete_category', array());
583
+ }
584
+
585
+ // Do wp_delete_category
586
+ $response = wp_delete_category($term_id);
587
+
588
+ if (is_wp_error($response)) {
589
+ $error_data = array(
590
+ 'message' => 'Error deleting category'
591
+ );
592
+ return $this->_generic_error_response('user_no_permission_to_delete_category', $error_data);
593
+ }
594
+
595
+ $result = array(
596
+ 'error' => false,
597
+ 'message' => "category_deleted"
598
+ );
599
+
600
+ return $this->_response($result);
601
+ }
602
+
603
+ /**
604
+ * Method to fetch post search by post title
605
+ * Will return all posts if no match was found
606
+ *
607
+ * @param array $params An array containing the keyword to be used to search all available posts
608
+ * @return array - Containing the result of the process. Post object on success, a no matched message on failure.
609
+ *
610
+ * @link {https://developer.wordpress.org/reference/functions/get_post/}
611
+ * @link {https://developer.wordpress.org/reference/functions/switch_to_blog/}
612
+ */
613
+ public function find_post_by_title($params) {
614
+
615
+ // Check if keyword is empty or null
616
+ if (empty($params['s'])) {
617
+ return $this->_generic_error_response('search_generated_no_result', array());
618
+ }
619
+
620
+ // Set an array with post_type to search only post
621
+ $query_string = array('s' => $params['s'], 'post_type' => 'post');
622
+ $query = new WP_Query($query_string);
623
+ $published_posts = absint($query->post_count / 10);
624
+ $postdata = array();
625
+
626
+ $response = array();
627
+
628
+ if ($query->have_posts()) {
629
+
630
+ foreach ($query->posts as $post) {
631
+
632
+ // initialize stdclass variable data
633
+ $data = new stdClass();
634
+
635
+ // get the author name
636
+ $author = get_the_author_meta('display_name', $post->post_author);
637
+
638
+ // get categories associated with the post
639
+ $categories = get_the_category($post->ID);
640
+
641
+ $cat_array = array();
642
+ foreach ($categories as $category) {
643
+ $cat_array[] = $category->name;
644
+ }
645
+
646
+ // Adding author name and category assigned to the post object
647
+ $data->author_name = $author;
648
+ $data->category_name = $cat_array;
649
+ $data->post_title = $post->post_title;
650
+ $data->post_status = $post->post_status;
651
+ $postdata[] = $data;
652
+ }
653
+
654
+ $response = array(
655
+ 'categories' => $this->get_requested_categories(array('parent' => 0, 'return_object' => true)),
656
+ 'posts' => $postdata,
657
+ 'n' => $arr,
658
+ 'count' => $published_posts,
659
+ 'paged' => 1,
660
+ 'message' => "found_post"
661
+ );
662
+ } else {
663
+ $error_data = array(
664
+ 'count' => $published_posts,
665
+ 'paged' => 1
666
+ );
667
+ return $this->_generic_error_response('post_not_found_with_keyword', $error_data);
668
+ }
669
+
670
+ return $this->_response($response);
671
+ }
672
+
673
+ /**
674
+ * Recursively get taxonomy and its children
675
+ *
676
+ * @param string $taxonomy name e.g. category, post_tags
677
+ * @param int $parent id of the category to be fetch
678
+ * @return array Containing all the categories with children
679
+ *
680
+ * @link {https://developer.wordpress.org/reference/functions/get_terms/}
681
+ */
682
+ public function get_taxonomy_hierarchy($taxonomy, $parent = 0) {
683
+
684
+ // only 1 taxonomy
685
+ $taxonomy = is_array($taxonomy) ? array_shift($taxonomy) : $taxonomy;
686
+
687
+ // get all direct decendants of the $parent
688
+ $terms = get_terms($taxonomy, array( 'parent' => $parent, 'hide_empty' => false));
689
+
690
+ // prepare a new array. these are the children of $parent
691
+ // we'll ultimately copy all the $terms into this new array, but only after they
692
+ // find their own children
693
+ $children = array();
694
+
695
+ // go through all the direct decendants of $parent, and gather their children
696
+ foreach ($terms as $term) {
697
+ // recurse to get the direct decendants of "this" term
698
+ $term->children = $this->get_taxonomy_hierarchy($taxonomy, $term->term_id);
699
+ // add the term to our new array
700
+ $children[] = $term;
701
+ }
702
+
703
+ // send the results back to the caller
704
+ return $children;
705
+ }
706
+
707
+ /**
708
+ * Recursively get all taxonomies as complete hierarchies
709
+ *
710
+ * @param array $taxonomies array of taxonomy slugs
711
+ * @param int $parent starting id to fetch
712
+ *
713
+ * @return array Containing all the taxonomies
714
+ */
715
+ public function get_taxonomy_hierarchy_multiple($taxonomies, $parent = 0) {
716
+ if (!is_array($taxonomies)) {
717
+ $taxonomies = array($taxonomies);
718
+ }
719
+ $results = array();
720
+ foreach ($taxonomies as $taxonomy) {
721
+ $terms = $this->get_taxonomy_hierarchy($taxonomy, $parent);
722
+ if ($terms) {
723
+ $results[$taxonomy] = $terms;
724
+ }
725
+ }
726
+ return $results;
727
+ }
728
+ }
class-updraftplus.php CHANGED
@@ -288,6 +288,7 @@ class UpdraftPlus {
288
  if (!in_array($method_key, $settings_keys)) return new WP_Error('no_such_setting', 'Setting not found for this method', $method);
289
 
290
  $current_setting = UpdraftPlus_Options::get_updraft_option($method_key, array());
 
291
 
292
  if (!is_array($current_setting) && false !== $current_setting) return new WP_Error('format_unrecognised', 'Settings format not recognised', array('method' => $method, 'current_setting' => $current_setting));
293
 
@@ -754,10 +755,19 @@ class UpdraftPlus {
754
  }
755
  }
756
 
757
- public function backup_time_nonce($nonce = false) {
 
 
 
 
 
 
 
 
758
  $this->job_time_ms = microtime(true);
759
- $this->backup_time = time();
760
  if (false === $nonce) $nonce = substr(md5(time().rand()), 20);
 
761
  $this->file_nonce = apply_filters('updraftplus_incremental_backup_file_nonce', $nonce);
762
  $this->nonce = $nonce;
763
  return $nonce;
@@ -2125,7 +2135,7 @@ class UpdraftPlus {
2125
  if ($resumption_no >= 1 && 'finished' == $this->jobdata_get('jobstatus')) {
2126
  $this->log('Terminate: This backup job is already finished (1).');
2127
  die;
2128
- } elseif ('backup' == $job_type && !empty($this->backup_is_already_complete)) {
2129
  $this->jobdata_set('jobstatus', 'finished');
2130
  $this->log('Terminate: This backup job is already finished (2).');
2131
  die;
@@ -2633,7 +2643,8 @@ class UpdraftPlus {
2633
  if (false === $restrict_files_to_override && isset($options['restrict_files_to_override'])) $restrict_files_to_override = $options['restrict_files_to_override'];
2634
  // Generate backup information
2635
  $use_nonce = (empty($options['use_nonce'])) ? false : $options['use_nonce'];
2636
- $this->backup_time_nonce($use_nonce);
 
2637
  // The current_resumption is consulted within logfile_open()
2638
  $this->current_resumption = 0;
2639
  $this->logfile_open($this->nonce);
@@ -2874,6 +2885,26 @@ class UpdraftPlus {
2874
 
2875
  }
2876
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2877
  private function backup_finish($cancel_event, $do_cleanup, $allow_email, $resumption_no, $force_abort = false) {
2878
 
2879
  if (!empty($this->semaphore)) $this->semaphore->unlock();
@@ -4206,6 +4237,8 @@ class UpdraftPlus {
4206
  $info['migration'] = true;
4207
  // && !class_exists('UpdraftPlus_Addons_Migrator')
4208
  if ($this->normalise_url($old_siteurl) == $this->normalise_url(site_url())) {
 
 
4209
  $old_siteurl_parsed = parse_url($old_siteurl);
4210
  $actual_siteurl_parsed = parse_url(site_url());
4211
  if ((stripos($old_siteurl_parsed['host'], 'www.') === 0 && stripos($actual_siteurl_parsed['host'], 'www.') !== 0) || (stripos($old_siteurl_parsed['host'], 'www.') !== 0 && stripos($actual_siteurl_parsed['host'], 'www.') === 0)) {
@@ -4225,20 +4258,21 @@ class UpdraftPlus {
4225
  }
4226
  $warn[] = $powarn;
4227
  } else {
 
 
4228
  $warn[] = apply_filters('updraftplus_dbscan_urlchange', '<a href="https://updraftplus.com/shop/migrator/">'.__('This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work.', 'updraftplus').'</a>', $old_siteurl, $res);
4229
  }
4230
  if (!class_exists('UpdraftPlus_Addons_Migrator')) {
4231
  $warn[] .= '<strong><a href="'.apply_filters('updraftplus_com_link', "https://updraftplus.com/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/").'">'.__('You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information', 'updraftplus').'</a></strong>';
4232
  }
4233
  }
4234
- // Explicitly set it, allowing the consumer to detect when the result was unknown
4235
- $info['same_url'] = false;
4236
 
4237
  if ($this->mod_rewrite_unavailable(false)) {
4238
  $warn[] = sprintf(__('You are using the %s webserver, but do not seem to have the %s module loaded.', 'updraftplus'), 'Apache', 'mod_rewrite').' '.sprintf(__('You should enable %s to make any pretty permalinks (e.g. %s) work', 'updraftplus'), 'mod_rewrite', 'http://example.com/my-page/');
4239
  }
4240
 
4241
  } else {
 
4242
  $info['same_url'] = true;
4243
  }
4244
  } elseif ('' == $old_home && preg_match('/^\# Home URL: (http(.*))$/', $buffer, $matches)) {
288
  if (!in_array($method_key, $settings_keys)) return new WP_Error('no_such_setting', 'Setting not found for this method', $method);
289
 
290
  $current_setting = UpdraftPlus_Options::get_updraft_option($method_key, array());
291
+ if ('' == $current_setting) $current_setting = array();
292
 
293
  if (!is_array($current_setting) && false !== $current_setting) return new WP_Error('format_unrecognised', 'Settings format not recognised', array('method' => $method, 'current_setting' => $current_setting));
294
 
755
  }
756
  }
757
 
758
+ /**
759
+ * This function allows you to manually set the nonce and timestamp for the current backup job. If none are provided then it will create new ones.
760
+ *
761
+ * @param boolean|string $nonce - the nonce you want to set
762
+ * @param boolean|string $timestamp - the timestamp you want to set
763
+ *
764
+ * @return string - returns the backup nonce that has been set
765
+ */
766
+ public function backup_time_nonce($nonce = false, $timestamp = false) {
767
  $this->job_time_ms = microtime(true);
768
+ if (false === $timestamp) $timestamp = time();
769
  if (false === $nonce) $nonce = substr(md5(time().rand()), 20);
770
+ $this->backup_time = $timestamp;
771
  $this->file_nonce = apply_filters('updraftplus_incremental_backup_file_nonce', $nonce);
772
  $this->nonce = $nonce;
773
  return $nonce;
2135
  if ($resumption_no >= 1 && 'finished' == $this->jobdata_get('jobstatus')) {
2136
  $this->log('Terminate: This backup job is already finished (1).');
2137
  die;
2138
+ } elseif ('clouduploading' != $this->jobdata_get('jobstatus') && 'backup' == $job_type && !empty($this->backup_is_already_complete)) {
2139
  $this->jobdata_set('jobstatus', 'finished');
2140
  $this->log('Terminate: This backup job is already finished (2).');
2141
  die;
2643
  if (false === $restrict_files_to_override && isset($options['restrict_files_to_override'])) $restrict_files_to_override = $options['restrict_files_to_override'];
2644
  // Generate backup information
2645
  $use_nonce = (empty($options['use_nonce'])) ? false : $options['use_nonce'];
2646
+ $use_timestamp = (empty($options['use_timestamp'])) ? false : $options['use_timestamp'];
2647
+ $this->backup_time_nonce($use_nonce, $use_timestamp);
2648
  // The current_resumption is consulted within logfile_open()
2649
  $this->current_resumption = 0;
2650
  $this->logfile_open($this->nonce);
2885
 
2886
  }
2887
 
2888
+ /**
2889
+ * The purpose of this function is to abstract away historical discrepancies in service lists, by returning in a single, logical form (in particular, no 'none' or '' entries, and always an array)
2890
+ *
2891
+ * @param Array|String|Boolean|Null $services - a list of services to canonicalize, or a string indicating a single service. If null is parsed, then the saved settings will be read.
2892
+ *
2893
+ * @return Array - an array of service names. All service names will be non-empty strings, and 'none' will not feature. If there are no services, then the array will be empty.
2894
+ */
2895
+ public function get_canonical_service_list($services = null) {
2896
+
2897
+ if (null === $services) $services = UpdraftPlus_Options::get_updraft_option('updraft_service');
2898
+
2899
+ $services = (array) $services;
2900
+
2901
+ foreach ($services as $key => $service) {
2902
+ if ('' === $service || 'none' === $service || false === $service) unset($services[$key]);
2903
+ }
2904
+
2905
+ return $services;
2906
+ }
2907
+
2908
  private function backup_finish($cancel_event, $do_cleanup, $allow_email, $resumption_no, $force_abort = false) {
2909
 
2910
  if (!empty($this->semaphore)) $this->semaphore->unlock();
4237
  $info['migration'] = true;
4238
  // && !class_exists('UpdraftPlus_Addons_Migrator')
4239
  if ($this->normalise_url($old_siteurl) == $this->normalise_url(site_url())) {
4240
+ // Same site migration with only http/https difference
4241
+ $info['same_url'] = false;
4242
  $old_siteurl_parsed = parse_url($old_siteurl);
4243
  $actual_siteurl_parsed = parse_url(site_url());
4244
  if ((stripos($old_siteurl_parsed['host'], 'www.') === 0 && stripos($actual_siteurl_parsed['host'], 'www.') !== 0) || (stripos($old_siteurl_parsed['host'], 'www.') !== 0 && stripos($actual_siteurl_parsed['host'], 'www.') === 0)) {
4258
  }
4259
  $warn[] = $powarn;
4260
  } else {
4261
+ // For completely different site migration
4262
+ $info['same_url'] = false;
4263
  $warn[] = apply_filters('updraftplus_dbscan_urlchange', '<a href="https://updraftplus.com/shop/migrator/">'.__('This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work.', 'updraftplus').'</a>', $old_siteurl, $res);
4264
  }
4265
  if (!class_exists('UpdraftPlus_Addons_Migrator')) {
4266
  $warn[] .= '<strong><a href="'.apply_filters('updraftplus_com_link', "https://updraftplus.com/faqs/tell-me-more-about-the-search-and-replace-site-location-in-the-database-option/").'">'.__('You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information', 'updraftplus').'</a></strong>';
4267
  }
4268
  }
 
 
4269
 
4270
  if ($this->mod_rewrite_unavailable(false)) {
4271
  $warn[] = sprintf(__('You are using the %s webserver, but do not seem to have the %s module loaded.', 'updraftplus'), 'Apache', 'mod_rewrite').' '.sprintf(__('You should enable %s to make any pretty permalinks (e.g. %s) work', 'updraftplus'), 'mod_rewrite', 'http://example.com/my-page/');
4272
  }
4273
 
4274
  } else {
4275
+ // For exactly same URL site restoration
4276
  $info['same_url'] = true;
4277
  }
4278
  } elseif ('' == $old_home && preg_match('/^\# Home URL: (http(.*))$/', $buffer, $matches)) {
css/updraftplus-admin.css CHANGED
@@ -395,7 +395,7 @@ tr[class*="_updraft_remote_storage_border"] {
395
  vertical-align: bottom;
396
  }
397
 
398
- #updraft_webdav_host_error {
399
  color: red;
400
  }
401
 
@@ -1166,6 +1166,16 @@ tr.updraftplusmethod h3 {
1166
  clear: none;
1167
  }
1168
 
 
 
 
 
 
 
 
 
 
 
1169
  .updraftplus-remove {
1170
  font-size: 16px;
1171
  text-align: center;
395
  vertical-align: bottom;
396
  }
397
 
398
+ #updraft_webdav_host_error, .onedrive_folder_error {
399
  color: red;
400
  }
401
 
1166
  clear: none;
1167
  }
1168
 
1169
+ .updraftplus-upload {
1170
+ margin-right: 6px;
1171
+ float: left;
1172
+ clear: none;
1173
+ }
1174
+
1175
+ .updraft-upload-link {
1176
+ font-size: 16px !important;
1177
+ }
1178
+
1179
  .updraftplus-remove {
1180
  font-size: 16px;
1181
  text-align: center;
css/updraftplus-admin.min.css CHANGED
@@ -1,2 +1,2 @@
1
- .max-width-600{max-width:600px}.width-900{width:900px}.width-80{width:80%}.no-decoration{text-decoration:none}.bold{font-weight:bold}.center-align-td{text-align:center}.remove-padding{padding:0 !important}.updraft-text-center{text-align:center}.autobackup{padding:6px;margin:8px 0}ul .disc{list-style:disc inside}.dashicons-log-fix{display:inherit}input{border-radius:4px;line-height:1.42;border:1px solid #CCC;height:27px;padding:2px 6px;color:#555}input[type="text"]{font-size:14px}input[type="number"]{height:31px}select{border-radius:4px}.main-dashboard-buttons{border-width:4px;border-radius:12px;letter-spacing:0;font-size:17px;font-weight:bold;padding-left:.7em;padding-right:2em;padding:.3em 1em;line-height:1.7em;background:transparent;position:relative;border:2px solid;transition:all .2s;vertical-align:baseline;box-sizing:border-box;text-align:center;line-height:1.3em;margin-left:.3em;text-transform:none;line-height:1;text-decoration:none}.button-restore{border-color:#629ec0;color:#629ec0}.dashboard-main-sizing{border-width:4px;width:190px;line-height:1.7em}.button-restore:hover,.button-migrate:hover,.button-backup:hover,.button-view-log:hover,.button-mass-selectors:hover,.button-delete:hover,.button-entity-backup:hover,.udp-button-primary:hover{border-color:#df6926;color:#df6926}.button-migrate{color:#eea920;border-color:#eea920}.updraft_migrate_widget_module{margin:8px 4px;padding:5px 8px;border:1px dotted}.updraft_migrate_widget_reset{display:none;margin-left:4px}.updraft_migrate_widget_module_title{cursor:pointer}.updraft_migrate_widget_module_title>p{line-height:1em;margin:8px 0 4px 0;padding:4px 0}.updraft_migrate_widget_module_title>p>span{font-size:30px !important;padding-right:15px}.updraft_migrate_widget_module_content{display:none}.button-backup{border-color:#84ca1b;color:#84ca1b}.existing-backups-buttons{font-size:11px;line-height:1.4em;border-width:3px}.existing-backups-restore-buttons{font-size:11px;line-height:1.4em;border-width:3px}.button-delete{color:#e23900;border-color:#e23900;font-size:14px;line-height:1.4em;border-width:2px;margin-right:10px}.button-view-log,.button-mass-selectors{color:darkgrey;border-color:darkgrey;font-size:14px;line-height:1.4em;border-width:2px;margin-top:-1px}.button-view-log{width:120px}.button-existing-restore{font-size:14px;line-height:1.4em;border-width:2px;width:110px}.main-restore{margin-right:3%;margin-left:3%}.button-entity-backup{color:#555;border-color:#555;font-size:11px;line-height:1.4em;border-width:2px;margin-right:5px}.button-select-all{width:122px}.button-deselect{width:92px}#ud_massactions>.display-flex>.mass-selectors-margins{margin-right:-4px}.udp-button-primary{border-width:4px;color:#0073aa;border-color:#0073aa;font-size:14px;height:40px}#ud_massactions .button-delete{margin-right:0}.stored_local{border-radius:5px;background-color:#007fe7;padding:3px 5px 5px 5px;color:#FFF;font-size:75%}.form-table td.updraft_existingbackup_date{padding-bottom:5px}span#updraft_lastlogcontainer{word-break:break-all}.stored_icon{height:1.3em;position:relative;top:.2em}.backup_date_label .clear-right{clear:right}.udp-logo-70{width:70px;height:70px;float:left;padding-right:25px}h3 .thank-you{margin-top:0}.ws_advert{max-width:800px;font-size:140%;line-height:140%;padding:14px;clear:left}.dismiss-dash-notice{float:right;position:relative;top:-20px}#updraft_report_cell .updraft_reportbox{padding:8px;margin:8px 0;border:1px dotted;clear:left;float:left}#updraft_report_cell button.updraft_reportbox_delete{font-size:50%;float:right;padding:0 3px;position:relative;top:-4px;left:4px}.updraft_report_dbbackup.updraft_report_disabled{color:#CCC}#updraft-navtab-settings-content .updraft-test-button{font-size:18px !important}#updraft_report_cell .updraft_report_checkbox{margin-top:4px}#updraft_report_cell .updraft_report_email{width:300px}#updraft_report_cell .updraft_report_another_p{clear:left}#updraft-navtab-settings-content table.form-table p{max-width:700px}#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected{background-color:#CCC}.updraft_settings_sectionheading{display:none}.updraft-backupentitybutton-disabled{background-color:transparent;border:0;color:#0074a2;text-decoration:underline;cursor:pointer;clear:none;float:left}.updraft-backupentitybutton{margin-left:8px}.updraft-bigbutton{padding:2px 0 !important;margin-right:14px !important;font-size:22px !important;min-height:32px;min-width:180px}tr[class*="_updraft_remote_storage_border"]{border-top:1px solid #CCC}.updraft_multi_storage_options{float:right;clear:right;margin-bottom:5px !important}.updraft_toggle_instance_label{vertical-align:top !important}.updraft_debugrow th{float:right;text-align:right;font-weight:bold;padding-right:8px;min-width:140px}.updraft_debugrow td{min-width:300px;vertical-align:bottom}#updraft_webdav_host_error{color:red}#updraft_zip_files_jstree .jstree-container-ul>.jstree-node,#updraft_more_files_jstree .jstree-container-ul>.jstree-node{background:transparent}#updraft_zip_files_jstree .jstree-container-ul>.jstree-open>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-open>.jstree-ocl{background-position:-36px -4px}#updraft_zip_files_jstree .jstree-container-ul>.jstree-closed>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-closed>.jstree-ocl{background-position:-4px -4px}#updraft_zip_files_jstree .jstree-container-ul>.jstree-leaf>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-leaf>.jstree-ocl{background:transparent}#updraft_zip_files_container{position:relative;height:450px;overflow:none}#updraft_zip_info_container{position:relative;height:auto;width:100%;border:1px dotted;margin-bottom:5px}#updraft_zip_info_container p{margin:1px;padding-left:10px;font-size:14px}#updraft_zip_download_item{display:none;color:#0073aa;padding-left:10px}#updraft_zip_download_notice{padding-left:10px}#updraft_zip_files_jstree_container{position:relative;border:1px dotted;height:80%;width:100%;overflow:auto}#updraft_more_files_container{position:relative;display:none;height:300px;width:100%;border:1px dotted;margin-bottom:5px}#updraft_jstree_buttons{position:absolute;top:0;right:0}#updraft_jstree_container{height:100%;width:100%;overflow:auto}#updraft_more_files_container button{height:22px;line-height:20px}#updraft_jstree_confirm,#updraft_jstree_cancel{display:none}.updraftplus-morefiles-row-delete{cursor:pointer;color:red;font-size:23px !important}.updraftplus-morefiles-row-edit{cursor:pointer;font-size:24px !important}#updraft-wrap .form-table th{width:230px}.updraftplus-remove{background-color:#c00000;border:1px solid #c00000;height:22px;padding:4px 3px 0 3px;margin-right:6px}.updraft-viewlogdiv form{margin:0;padding:0}.updraft-viewlogdiv{background-color:#FFF;color:#000;border:1px solid #000;height:26px;padding:0;margin:0 4px 0 0;border-radius:3px;float:left}.updraft-viewlogdiv input,.updraft-viewlogdiv a{border:0;background-color:transparent;color:#000;margin:0;padding:3px 4px;font-size:16px;line-height:26px}.updraft-viewlogdiv:hover{background-color:#000;color:#FFF;border:1px solid #FFF;cursor:pointer}.updraft-viewlogdiv input:hover,.updraft-viewlogdiv a:hover{color:#FFF;cursor:pointer}.updraftplus-remove a{color:white;padding:4px 4px 0 4px}.updraftplus-remove:hover{background-color:white;border:1px solid #c00000}.updraftplus-remove a:hover{color:#c00000}.drag-drop #drag-drop-area2{border:4px dashed #DDD;height:200px}#drag-drop-area2 .drag-drop-inside{margin:36px auto 0;width:350px}#filelist,#filelist2{width:100%}#filelist .file,#filelist2 .file,.ud_downloadstatus .file,#ud_downloadstatus2 .file{padding:5px;background:#ececec;border:solid 1px #CCC;margin:4px 0}ul.updraft_premium_description_list,ul#updraft_restore_warnings{list-style:disc inside}ul.updraft_premium_description_list li{display:inline}ul.updraft_premium_description_list li::after{content:" | "}ul.updraft_premium_description_list li.last::after{content:""}.updraft_feature_cell{background-color:#f7d9c9 !important;padding:5px 10px}.updraftplus_com_login_status{display:none;border-left-color:#dc3232 !important;background:#FFF;border-left:4px solid #FFF;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 15px 0;padding:5px 12px}.updraft_feat_table,.updraft_feat_th,.updraft_feat_table td{border:1px solid black;border-collapse:collapse;font-size:120%;background-color:white;text-align:center}.updraft_feat_table p{padding:0 10px;margin:5px 0;font-size:16px}.updraft_feat_table h4{margin:5px 0}.updraft_feat_table .dashicons{width:25px;height:25px;font-size:25px;line-height:1}.updraft_feat_table .dashicons-yes,.updraft_feat_table .updraft-yes{color:green}.updraft_feat_table .dashicons-no-alt,.updraft_feat_table .updraft-no{color:red}.updraft_tick_cell{text-align:center}.updraft_tick_cell img{margin:4px 0;height:24px}#filelist .fileprogress,#filelist2 .fileprogress,.ud_downloadstatus .dlfileprogress,#ud_downloadstatus2 .dlfileprogress{width:0;background:#f6a828;height:5px}.ud_downloadstatus .raw,#ud_downloadstatus2 .raw{margin-top:8px;clear:left}.ud_downloadstatus .file,#ud_downloadstatus2 .file{margin-top:8px}tr.updraftplusmethod h3{margin:0}#updraft_retain_db_rules .updraft_retain_rules_delete,#updraft_retain_files_rules .updraft_retain_rules_delete{cursor:pointer;color:red;font-size:120%;font-weight:bold;border:0;border-radius:3px;padding:2px;margin:0 6px}#updraft_retain_db_rules .updraft_retain_rules_delete:hover,#updraft_retain_files_rules .updraft_retain_rules_delete:hover{cursor:pointer;color:white;background:red}#updraft_backup_started{max-width:800px;font-size:140%;line-height:140%;padding:14px;clear:left}.udp-premium-image{display:none}@media screen and (min-width:720px){.udp-premium-image{display:block;float:left;padding-right:5px}}#plupload-upload-ui2{width:80%}.backup-restored{padding:8px}.backup-restored span{font-size:120%}.memory-limit{padding:8px}.updraft_list_errors{padding:8px}.nav-tab-wrapper{margin:14px 0}#updraft-poplog-content{white-space:pre-wrap}.next-backup{border:0;padding:0;margin:0 10px 0 0}.not-scheduled{vertical-align:top !important;margin:0 !important;padding:0 !important}.next-backup .updraft_scheduled{margin:0;padding:2px 4px 2px 0}#next-backup-table-inner td{vertical-align:top}.next-backup .updraft_all-files{color:blue;margin:0;padding:2px 0 0 0}.multisite-advert-width{width:800px}.updraft_settings_sectionheading{margin-top:6px}.premium-upgrade-prompt{font-size:115%}.updraft_feat_table{margin-top:30px}.show_admin_restore_in_progress_notice{padding:8px}.show_admin_restore_in_progress_notice .unfinished-restoration{font-size:120%}#backupnow_includefiles_moreoptions,#backupnow_database_moreoptions{margin:4px 16px 6px 16px;border:1px dotted;padding:6px 10px}#backupnow_database_moreoptions{max-height:250px;overflow:auto}.form-table #updraft_activejobsrow .minimum-height{min-height:100px}#updraft_lastlogmessagerow .last-message{padding-top:20px;display:block}.updraft_simplepie{vertical-align:top}.download-backups{margin-top:8px}.download-backups .updraft_download_button{margin-right:6px;margin-top:4px}.download-backups .choose-components-button{font-size:16px}.download-backups .ud-whitespace-warning{background-color:pink;padding:8px;margin:4px;border:1px dotted}.download-backups .ul{list-style:none inside;max-width:800px;margin-top:6px;margin-bottom:12px}#updraft-plupload-modal{width:75%;margin:16px;margin-left:100px}.download-backups .upload{max-width:610px}.download-backups #plupload-upload-ui{width:70%}.ud_downloadstatus{padding:10px;background:#f1f1f1}#ud_massactions{padding:14px;position:fixed;right:25%;top:25%;border:2px solid;border-radius:4px;background:#f1f1f1;float:right}#ud_massactions .updraftplus-remove{clear:left;font-size:16px;text-align:center;border-radius:4px;margin-top:4px}#ud_massactions .updraftplus-remove a{text-decoration:none}#ud_massactions .updraft-viewlogdiv{font-size:16px;text-align:center;border-radius:4px;margin-top:4px}#ud_massactions .updraft-viewlogdiv a{text-decoration:none;position:relative;top:3px}#ud_massactions .updraft-viewlogdiv a{text-decoration:none;position:relative;top:3px}#updraft-navtab-backups-content .updraft_existing_backups{margin-bottom:12px}#updraft-message-modal-innards{padding:4px}#updraft-authenticate-modal{text-align:center;font-size:16px !important}#updraft-authenticate-modal p{font-size:16px}#updraft_delete_form p{margin-top:3px;padding-top:0}#updraft_restore_form .cannot-restore{margin:8px 0}#updraft_restorer_dboptions{padding:12px;margin:8px 0 4px 0;border:dashed 1px}#updraft_restorer_dboptions h4{margin:0 0 6px 0;padding:0}.updraft_debugrow th{vertical-align:top;padding-top:6px}.expertmode p{font-size:125%}.expertmode .call-wp-action{width:300px;height:22px}.updraftplus-lock-advert{clear:left;max-width:600px}.uncompressed-data{clear:left;max-width:600px}.delete-old-directories{padding:8px;padding-bottom:12px}.active-jobs{min-width:480px;min-height:48px;text-align:center;margin-top:4px;padding:8px;border:1px solid;float:left;clear:left}.job-id{min-width:480px;margin-top:4px;padding:8px;border:1px solid;clear:left;float:left}.next-resumption{font-weight:bold}.updraft_percentage{z-index:-1;position:absolute;left:0;top:0;text-align:center;background-color:#f6a828}.curstage{border-radius:4px;margin-top:8px;padding-top:4px;border:1px solid #AAA;width:100%;height:22px;position:relative;text-align:center;font-style:italic}.retain-files{width:48px}.backup-interval-description tr td div{max-width:670px}#updraft-manualdecrypt-modal{width:85%;margin:6px;margin-left:100px}.directory-permissions{font-size:110%;font-weight:bold}.double-warning{border:1px solid;padding:6px}.raw-backup-info{font-style:italic;font-weight:bold;font-size:120%}.updraft_existingbackup_date{width:22%;max-width:140px}.existing-backups-table{margin-top:20px;margin-left:20px;width:80%}.tr-bottom-4{margin-bottom:4px}.form-table .backup-date{width:172px;padding:0;padding-left:15px}.form-table .backup-data{width:426px;padding:0;padding-left:15px}.form-table .updraft_backup_actions{width:272px;padding:0 0 10px 15px}.existing-date{box-sizing:border-box;max-width:140px;width:25%}.line-break-tr{height:2px;padding:1px;margin:0}.line-break-td{margin:0;padding:0}.td-line-color{height:2px;background-color:#888}.raw-backup{max-width:140px}.existing-backups-actions{padding:1px;margin:0}.existing-backups-border{height:2px;padding:1px;margin:0}.existing-backups-border>td{margin:0;padding:0}.existing-backups-border>div{height:2px;background-color:#AAA}.updraft_existing_backup_date{max-width:140px}.restore-button{margin-right:6px;float:left;clear:none}.updraftplus-remove{font-size:16px;text-align:center;border-radius:4px}.before-restore-button{padding:1px;margin:0}.table-separator-tr{height:2px;padding:1px;margin:0}.table-separator-td{margin:0;padding:0}.end-of-table-div{height:2px;background-color:#AAA}.last-backup-job{padding-top:3% !important}.line-height-03{line-height:.3 !important}.line-height-13{line-height:1.3 !important}.line-height-23{line-height:2.3 !important}#updraft_diskspaceused{color:#df6926}.updraft_premium_description_list{text-align:left}#updraft_delete_old_dirs_pagediv{padding-bottom:10px}.job-id{margin:0 auto;width:20%}.updraft_all-files{color:#df6926}.fix-time{width:70px}.retain-files{width:70px}.number-input{min-width:50px;max-width:70px}.additional-rule-width{min-width:60px;max-width:70px}.dashicons{line-height:inherit;font-size:inherit}.addon-logo-150{margin-left:30px;margin-top:33px;height:125px;width:150px}.margin-bottom-50{margin-bottom:50px}.premium-container{width:80%}.main-header{background-color:#df6926;height:200px;width:100%}.button-add-to-cart{color:white;border-color:white;float:none;margin-right:17px}.button-add-to-cart:hover,.button-add-to-cart:focus,.button-add-to-cart:active{border-color:#a0a5aa;color:#a0a5aa}.addon-title{margin-top:25px}.addon-text{margin-top:75px}.image-main-div{width:25%;float:left}.text-main-div{width:60%;float:left;text-align:center;color:white;margin-top:16px}.text-main-div-title{font-weight:bold !important;color:white;text-align:center}.text-main-div-paragraph{color:white}.updraftplus-vault-cta{width:100%;text-align:center;margin-bottom:50px}.updraftplus-vault-cta h1{font-weight:bold}.updraftvault-buy{width:225px;height:225px;border:2px solid #777;display:inline-table;margin:0 auto;margin-right:50px;position:relative}.updraftplus-vault-cta>.vault-options>.center-vault{width:275px;height:275px}.updraftplus-vault-cta>.vault-options>.center-vault>a{right:21%;font-size:16px;border-width:4px !important}.updraftplus-vault-cta>.vault-options>.center-vault>p{font-size:16px}.updraftvault-buy .button-purchase{right:24%;margin-left:0;line-height:1.7em}.updraftvault-buy hr{height:2px;background-color:#777;margin-top:18px}.right{margin-right:0}.updraftvault-buy .addon-logo-100{height:100px;width:125px;margin-top:7px}.updraftvault-buy .addon-logo-large{margin-top:7px}.updraftvault-buy .button-buy-vault{font-size:12px;color:#df6926;border-color:#df6926;border-width:2px !important;position:absolute;right:29%;bottom:2%}.premium-addon-div .button-purchase{line-height:1.7em}.updraftvault-buy .button-buy-vault:hover{border-color:darkgrey;color:darkgrey}.premium-addons{margin-top:80px;width:100%;margin:0 auto;display:table}.addon-list{display:table;text-align:center}.premium-addons h1{text-align:center;font-weight:bold}.premium-addons p{text-align:center}.premium-addons .premium-addon-div{width:200px;height:250px;border:2px solid #777;display:inline-table;margin:0 auto;margin-right:25px;margin-top:25px;text-align:center;position:relative}.premium-addons .premium-addon-div p{margin-left:2px;margin-right:2px}.premium-addons .premium-addon-div img{width:auto;height:50px;margin-top:7px}.premium-addons .premium-addon-div .hr-alignment{margin-top:44px}.premium-addons .premium-addon-div .dropbox-logo{height:39px;width:150px}.premium-addons .premium-addon-div .azure-logo,.premium-addons .premium-addon-div .onedrive-logo{width:75%;height:24px}.button-purchase{font-size:12px;color:#df6926;border-color:#df6926;border-width:2px !important;position:absolute;right:25%;bottom:2%}.button-purchase:hover{color:darkgrey;border-color:darkgrey}.premium-addons .premium-addon-div hr{height:2px;background-color:#777;margin-top:18px}.premium-addon-div p{font-style:italic}.addon-list>.premium-addon-div>.onedrive-fix,.addon-list>.premium-addon-div>.azure-logo{margin-top:33px}.addon-list>.premium-addon-div>.dropbox-fix{margin-top:18px}.premium-forgotton-something{margin-top:5%}.premium-forgotton-something h1{text-align:center;font-weight:bold}.premium-forgotton-something p{text-align:center;font-weight:normal}.premium-forgotton-something .button-faq{color:#df6926;border-color:#df6926;margin:0 auto;display:table}.premium-forgotton-something .button-faq:hover{color:#777;border-color:#777}.updraftplusmethod.updraftvault #vaultlogo{padding-left:40px}.updraftplusmethod.updraftvault .vault_primary_option{float:left;width:50%;text-align:center;padding-bottom:20px}.updraftplusmethod.updraftvault .vault_primary_option div{clear:right;padding-top:20px}.updraftplusmethod.updraftvault .clear-left{clear:left}.updraftplusmethod.updraftvault .padding-top-20px{padding-top:20px}.updraftplusmethod.updraftvault .padding-top-14px{padding-top:14px}.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary,.updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary{font-size:18px !important;padding-bottom:20px}.updraftplusmethod.updraftvault #updraftvault_showoptions,.updraftplusmethod.updraftvault #updraftvault_connect{margin-top:8px}.updraftplusmethod.updraftvault #updraftvault_settings_connect input{margin-right:10px}.updraftplusmethod.updraftvault #updraftvault_email{width:280px}.updraftplusmethod.updraftvault #updraftvault_pass{width:200px}.updraftplusmethod.updraftvault #vault-is-connected{margin:0;padding:0}.updraftplusmethod.updraftvault #updraftvault_settings_default p{clear:left}.updraftplusmethod.updraftvault .vault-purchase-option{float:left;width:33%;text-align:center;padding-top:20px}.updraftplusmethod.updraftvault .vault-purchase-option-size{font-size:200%;font-weight:bold}.updraftplusmethod.updraftvault .vault-purchase-option-link{clear:both;font-size:150%}.updraftplusmethod.updraftvault .vault-purchase-option-or{clear:both;font-size:115%;font-style:italic}.autobackup-image{clear:left;float:left;width:110px;height:110px}.autobackup-description{width:100%}.advert-description{float:left;clear:right;padding:4px 10px 8px 10px;width:70%;clear:right;vertical-align:top}.advert-btn{display:inline-block;min-width:10%;vertical-align:top;margin-bottom:8px}.advert-btn:first-of-type{margin-top:25px}.advert-btn a{display:block;cursor:pointer}a.btn-get-started{background:#FFF;border:2px solid #df6926;border-radius:4px;color:#df6926;display:inline-block;margin-left:10px !important;margin-bottom:7px !important;font-size:18px !important;line-height:20px;min-height:28px;padding:11px 10px 5px 10px;text-transform:uppercase;text-decoration:none}.circle-dblarrow{border:1px solid #df6926;border-radius:100%;display:inline-block;font-size:17px;line-height:17px;margin-left:5px;width:20px;height:20px;text-align:center}.expertmode .advanced_settings_container{height:auto;overflow:hidden}.expertmode .advanced_settings_container .advanced_settings_menu{float:none;border-bottom:1px solid #ccc}.expertmode .advanced_settings_container .advanced_settings_content{padding-top:5px;float:none;width:auto;overflow:auto}.expertmode .advanced_settings_container .advanced_settings_content h3{margin-top:5px !important}.expertmode .advanced_settings_container .advanced_settings_content .advanced_tools{display:none}.expertmode .advanced_settings_container .advanced_settings_content .site_info{display:block}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button{display:inline-block;cursor:pointer;padding:5px;color:#000}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_text{font-size:16px}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover{background-color:#eaeaea}.expertmode .advanced_settings_container .advanced_settings_menu .active{background-color:#3498db;color:#FFF}.expertmode .advanced_settings_container .advanced_settings_menu .active:hover{background-color:#72c5fd;color:#FFF}.expertmode .advanced_settings_container .advanced_settings_content input#import_settings{height:auto !important}div#updraft-wrap a{cursor:pointer !important}.updraftcentral_wizard_option{width:45%;float:left;text-align:center}.updraftcentral_wizard_option label{margin-bottom:8px}#updraftcentral_keys_table{display:none}.create_key_container{border:1px solid;border-radius:4px;padding:0 0 6px 6px;margin-bottom:8px}@media only screen and (min-width:768px){.addon-activation-notice{left:20em}}@media screen and (min-width:670px){.expertmode .advanced_settings_container .advanced_settings_menu{float:left;width:215px;border-right:1px solid #ccc;border-bottom:0}.expertmode .advanced_settings_container .advanced_settings_content{padding-left:10px;padding-top:0}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button{display:block}}
2
  /*# sourceMappingURL=updraftplus-admin.min.css.map */
1
+ .max-width-600{max-width:600px}.width-900{width:900px}.width-80{width:80%}.no-decoration{text-decoration:none}.bold{font-weight:bold}.center-align-td{text-align:center}.remove-padding{padding:0 !important}.updraft-text-center{text-align:center}.autobackup{padding:6px;margin:8px 0}ul .disc{list-style:disc inside}.dashicons-log-fix{display:inherit}input{border-radius:4px;line-height:1.42;border:1px solid #CCC;height:27px;padding:2px 6px;color:#555}input[type="text"]{font-size:14px}input[type="number"]{height:31px}select{border-radius:4px}.main-dashboard-buttons{border-width:4px;border-radius:12px;letter-spacing:0;font-size:17px;font-weight:bold;padding-left:.7em;padding-right:2em;padding:.3em 1em;line-height:1.7em;background:transparent;position:relative;border:2px solid;transition:all .2s;vertical-align:baseline;box-sizing:border-box;text-align:center;line-height:1.3em;margin-left:.3em;text-transform:none;line-height:1;text-decoration:none}.button-restore{border-color:#629ec0;color:#629ec0}.dashboard-main-sizing{border-width:4px;width:190px;line-height:1.7em}.button-restore:hover,.button-migrate:hover,.button-backup:hover,.button-view-log:hover,.button-mass-selectors:hover,.button-delete:hover,.button-entity-backup:hover,.udp-button-primary:hover{border-color:#df6926;color:#df6926}.button-migrate{color:#eea920;border-color:#eea920}.updraft_migrate_widget_module{margin:8px 4px;padding:5px 8px;border:1px dotted}.updraft_migrate_widget_reset{display:none;margin-left:4px}.updraft_migrate_widget_module_title{cursor:pointer}.updraft_migrate_widget_module_title>p{line-height:1em;margin:8px 0 4px 0;padding:4px 0}.updraft_migrate_widget_module_title>p>span{font-size:30px !important;padding-right:15px}.updraft_migrate_widget_module_content{display:none}.button-backup{border-color:#84ca1b;color:#84ca1b}.existing-backups-buttons{font-size:11px;line-height:1.4em;border-width:3px}.existing-backups-restore-buttons{font-size:11px;line-height:1.4em;border-width:3px}.button-delete{color:#e23900;border-color:#e23900;font-size:14px;line-height:1.4em;border-width:2px;margin-right:10px}.button-view-log,.button-mass-selectors{color:darkgrey;border-color:darkgrey;font-size:14px;line-height:1.4em;border-width:2px;margin-top:-1px}.button-view-log{width:120px}.button-existing-restore{font-size:14px;line-height:1.4em;border-width:2px;width:110px}.main-restore{margin-right:3%;margin-left:3%}.button-entity-backup{color:#555;border-color:#555;font-size:11px;line-height:1.4em;border-width:2px;margin-right:5px}.button-select-all{width:122px}.button-deselect{width:92px}#ud_massactions>.display-flex>.mass-selectors-margins{margin-right:-4px}.udp-button-primary{border-width:4px;color:#0073aa;border-color:#0073aa;font-size:14px;height:40px}#ud_massactions .button-delete{margin-right:0}.stored_local{border-radius:5px;background-color:#007fe7;padding:3px 5px 5px 5px;color:#FFF;font-size:75%}.form-table td.updraft_existingbackup_date{padding-bottom:5px}span#updraft_lastlogcontainer{word-break:break-all}.stored_icon{height:1.3em;position:relative;top:.2em}.backup_date_label .clear-right{clear:right}.udp-logo-70{width:70px;height:70px;float:left;padding-right:25px}h3 .thank-you{margin-top:0}.ws_advert{max-width:800px;font-size:140%;line-height:140%;padding:14px;clear:left}.dismiss-dash-notice{float:right;position:relative;top:-20px}#updraft_report_cell .updraft_reportbox{padding:8px;margin:8px 0;border:1px dotted;clear:left;float:left}#updraft_report_cell button.updraft_reportbox_delete{font-size:50%;float:right;padding:0 3px;position:relative;top:-4px;left:4px}.updraft_report_dbbackup.updraft_report_disabled{color:#CCC}#updraft-navtab-settings-content .updraft-test-button{font-size:18px !important}#updraft_report_cell .updraft_report_checkbox{margin-top:4px}#updraft_report_cell .updraft_report_email{width:300px}#updraft_report_cell .updraft_report_another_p{clear:left}#updraft-navtab-settings-content table.form-table p{max-width:700px}#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected{background-color:#CCC}.updraft_settings_sectionheading{display:none}.updraft-backupentitybutton-disabled{background-color:transparent;border:0;color:#0074a2;text-decoration:underline;cursor:pointer;clear:none;float:left}.updraft-backupentitybutton{margin-left:8px}.updraft-bigbutton{padding:2px 0 !important;margin-right:14px !important;font-size:22px !important;min-height:32px;min-width:180px}tr[class*="_updraft_remote_storage_border"]{border-top:1px solid #CCC}.updraft_multi_storage_options{float:right;clear:right;margin-bottom:5px !important}.updraft_toggle_instance_label{vertical-align:top !important}.updraft_debugrow th{float:right;text-align:right;font-weight:bold;padding-right:8px;min-width:140px}.updraft_debugrow td{min-width:300px;vertical-align:bottom}#updraft_webdav_host_error,.onedrive_folder_error{color:red}#updraft_zip_files_jstree .jstree-container-ul>.jstree-node,#updraft_more_files_jstree .jstree-container-ul>.jstree-node{background:transparent}#updraft_zip_files_jstree .jstree-container-ul>.jstree-open>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-open>.jstree-ocl{background-position:-36px -4px}#updraft_zip_files_jstree .jstree-container-ul>.jstree-closed>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-closed>.jstree-ocl{background-position:-4px -4px}#updraft_zip_files_jstree .jstree-container-ul>.jstree-leaf>.jstree-ocl,#updraft_more_files_jstree .jstree-container-ul>.jstree-leaf>.jstree-ocl{background:transparent}#updraft_zip_files_container{position:relative;height:450px;overflow:none}#updraft_zip_info_container{position:relative;height:auto;width:100%;border:1px dotted;margin-bottom:5px}#updraft_zip_info_container p{margin:1px;padding-left:10px;font-size:14px}#updraft_zip_download_item{display:none;color:#0073aa;padding-left:10px}#updraft_zip_download_notice{padding-left:10px}#updraft_zip_files_jstree_container{position:relative;border:1px dotted;height:80%;width:100%;overflow:auto}#updraft_more_files_container{position:relative;display:none;height:300px;width:100%;border:1px dotted;margin-bottom:5px}#updraft_jstree_buttons{position:absolute;top:0;right:0}#updraft_jstree_container{height:100%;width:100%;overflow:auto}#updraft_more_files_container button{height:22px;line-height:20px}#updraft_jstree_confirm,#updraft_jstree_cancel{display:none}.updraftplus-morefiles-row-delete{cursor:pointer;color:red;font-size:23px !important}.updraftplus-morefiles-row-edit{cursor:pointer;font-size:24px !important}#updraft-wrap .form-table th{width:230px}.updraftplus-remove{background-color:#c00000;border:1px solid #c00000;height:22px;padding:4px 3px 0 3px;margin-right:6px}.updraft-viewlogdiv form{margin:0;padding:0}.updraft-viewlogdiv{background-color:#FFF;color:#000;border:1px solid #000;height:26px;padding:0;margin:0 4px 0 0;border-radius:3px;float:left}.updraft-viewlogdiv input,.updraft-viewlogdiv a{border:0;background-color:transparent;color:#000;margin:0;padding:3px 4px;font-size:16px;line-height:26px}.updraft-viewlogdiv:hover{background-color:#000;color:#FFF;border:1px solid #FFF;cursor:pointer}.updraft-viewlogdiv input:hover,.updraft-viewlogdiv a:hover{color:#FFF;cursor:pointer}.updraftplus-remove a{color:white;padding:4px 4px 0 4px}.updraftplus-remove:hover{background-color:white;border:1px solid #c00000}.updraftplus-remove a:hover{color:#c00000}.drag-drop #drag-drop-area2{border:4px dashed #DDD;height:200px}#drag-drop-area2 .drag-drop-inside{margin:36px auto 0;width:350px}#filelist,#filelist2{width:100%}#filelist .file,#filelist2 .file,.ud_downloadstatus .file,#ud_downloadstatus2 .file{padding:5px;background:#ececec;border:solid 1px #CCC;margin:4px 0}ul.updraft_premium_description_list,ul#updraft_restore_warnings{list-style:disc inside}ul.updraft_premium_description_list li{display:inline}ul.updraft_premium_description_list li::after{content:" | "}ul.updraft_premium_description_list li.last::after{content:""}.updraft_feature_cell{background-color:#f7d9c9 !important;padding:5px 10px}.updraftplus_com_login_status{display:none;border-left-color:#dc3232 !important;background:#FFF;border-left:4px solid #FFF;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:5px 0 15px 0;padding:5px 12px}.updraft_feat_table,.updraft_feat_th,.updraft_feat_table td{border:1px solid black;border-collapse:collapse;font-size:120%;background-color:white;text-align:center}.updraft_feat_table p{padding:0 10px;margin:5px 0;font-size:16px}.updraft_feat_table h4{margin:5px 0}.updraft_feat_table .dashicons{width:25px;height:25px;font-size:25px;line-height:1}.updraft_feat_table .dashicons-yes,.updraft_feat_table .updraft-yes{color:green}.updraft_feat_table .dashicons-no-alt,.updraft_feat_table .updraft-no{color:red}.updraft_tick_cell{text-align:center}.updraft_tick_cell img{margin:4px 0;height:24px}#filelist .fileprogress,#filelist2 .fileprogress,.ud_downloadstatus .dlfileprogress,#ud_downloadstatus2 .dlfileprogress{width:0;background:#f6a828;height:5px}.ud_downloadstatus .raw,#ud_downloadstatus2 .raw{margin-top:8px;clear:left}.ud_downloadstatus .file,#ud_downloadstatus2 .file{margin-top:8px}tr.updraftplusmethod h3{margin:0}#updraft_retain_db_rules .updraft_retain_rules_delete,#updraft_retain_files_rules .updraft_retain_rules_delete{cursor:pointer;color:red;font-size:120%;font-weight:bold;border:0;border-radius:3px;padding:2px;margin:0 6px}#updraft_retain_db_rules .updraft_retain_rules_delete:hover,#updraft_retain_files_rules .updraft_retain_rules_delete:hover{cursor:pointer;color:white;background:red}#updraft_backup_started{max-width:800px;font-size:140%;line-height:140%;padding:14px;clear:left}.udp-premium-image{display:none}@media screen and (min-width:720px){.udp-premium-image{display:block;float:left;padding-right:5px}}#plupload-upload-ui2{width:80%}.backup-restored{padding:8px}.backup-restored span{font-size:120%}.memory-limit{padding:8px}.updraft_list_errors{padding:8px}.nav-tab-wrapper{margin:14px 0}#updraft-poplog-content{white-space:pre-wrap}.next-backup{border:0;padding:0;margin:0 10px 0 0}.not-scheduled{vertical-align:top !important;margin:0 !important;padding:0 !important}.next-backup .updraft_scheduled{margin:0;padding:2px 4px 2px 0}#next-backup-table-inner td{vertical-align:top}.next-backup .updraft_all-files{color:blue;margin:0;padding:2px 0 0 0}.multisite-advert-width{width:800px}.updraft_settings_sectionheading{margin-top:6px}.premium-upgrade-prompt{font-size:115%}.updraft_feat_table{margin-top:30px}.show_admin_restore_in_progress_notice{padding:8px}.show_admin_restore_in_progress_notice .unfinished-restoration{font-size:120%}#backupnow_includefiles_moreoptions,#backupnow_database_moreoptions{margin:4px 16px 6px 16px;border:1px dotted;padding:6px 10px}#backupnow_database_moreoptions{max-height:250px;overflow:auto}.form-table #updraft_activejobsrow .minimum-height{min-height:100px}#updraft_lastlogmessagerow .last-message{padding-top:20px;display:block}.updraft_simplepie{vertical-align:top}.download-backups{margin-top:8px}.download-backups .updraft_download_button{margin-right:6px;margin-top:4px}.download-backups .choose-components-button{font-size:16px}.download-backups .ud-whitespace-warning{background-color:pink;padding:8px;margin:4px;border:1px dotted}.download-backups .ul{list-style:none inside;max-width:800px;margin-top:6px;margin-bottom:12px}#updraft-plupload-modal{width:75%;margin:16px;margin-left:100px}.download-backups .upload{max-width:610px}.download-backups #plupload-upload-ui{width:70%}.ud_downloadstatus{padding:10px;background:#f1f1f1}#ud_massactions{padding:14px;position:fixed;right:25%;top:25%;border:2px solid;border-radius:4px;background:#f1f1f1;float:right}#ud_massactions .updraftplus-remove{clear:left;font-size:16px;text-align:center;border-radius:4px;margin-top:4px}#ud_massactions .updraftplus-remove a{text-decoration:none}#ud_massactions .updraft-viewlogdiv{font-size:16px;text-align:center;border-radius:4px;margin-top:4px}#ud_massactions .updraft-viewlogdiv a{text-decoration:none;position:relative;top:3px}#ud_massactions .updraft-viewlogdiv a{text-decoration:none;position:relative;top:3px}#updraft-navtab-backups-content .updraft_existing_backups{margin-bottom:12px}#updraft-message-modal-innards{padding:4px}#updraft-authenticate-modal{text-align:center;font-size:16px !important}#updraft-authenticate-modal p{font-size:16px}#updraft_delete_form p{margin-top:3px;padding-top:0}#updraft_restore_form .cannot-restore{margin:8px 0}#updraft_restorer_dboptions{padding:12px;margin:8px 0 4px 0;border:dashed 1px}#updraft_restorer_dboptions h4{margin:0 0 6px 0;padding:0}.updraft_debugrow th{vertical-align:top;padding-top:6px}.expertmode p{font-size:125%}.expertmode .call-wp-action{width:300px;height:22px}.updraftplus-lock-advert{clear:left;max-width:600px}.uncompressed-data{clear:left;max-width:600px}.delete-old-directories{padding:8px;padding-bottom:12px}.active-jobs{min-width:480px;min-height:48px;text-align:center;margin-top:4px;padding:8px;border:1px solid;float:left;clear:left}.job-id{min-width:480px;margin-top:4px;padding:8px;border:1px solid;clear:left;float:left}.next-resumption{font-weight:bold}.updraft_percentage{z-index:-1;position:absolute;left:0;top:0;text-align:center;background-color:#f6a828}.curstage{border-radius:4px;margin-top:8px;padding-top:4px;border:1px solid #AAA;width:100%;height:22px;position:relative;text-align:center;font-style:italic}.retain-files{width:48px}.backup-interval-description tr td div{max-width:670px}#updraft-manualdecrypt-modal{width:85%;margin:6px;margin-left:100px}.directory-permissions{font-size:110%;font-weight:bold}.double-warning{border:1px solid;padding:6px}.raw-backup-info{font-style:italic;font-weight:bold;font-size:120%}.updraft_existingbackup_date{width:22%;max-width:140px}.existing-backups-table{margin-top:20px;margin-left:20px;width:80%}.tr-bottom-4{margin-bottom:4px}.form-table .backup-date{width:172px;padding:0;padding-left:15px}.form-table .backup-data{width:426px;padding:0;padding-left:15px}.form-table .updraft_backup_actions{width:272px;padding:0 0 10px 15px}.existing-date{box-sizing:border-box;max-width:140px;width:25%}.line-break-tr{height:2px;padding:1px;margin:0}.line-break-td{margin:0;padding:0}.td-line-color{height:2px;background-color:#888}.raw-backup{max-width:140px}.existing-backups-actions{padding:1px;margin:0}.existing-backups-border{height:2px;padding:1px;margin:0}.existing-backups-border>td{margin:0;padding:0}.existing-backups-border>div{height:2px;background-color:#AAA}.updraft_existing_backup_date{max-width:140px}.restore-button{margin-right:6px;float:left;clear:none}.updraftplus-upload{margin-right:6px;float:left;clear:none}.updraft-upload-link{font-size:16px !important}.updraftplus-remove{font-size:16px;text-align:center;border-radius:4px}.before-restore-button{padding:1px;margin:0}.table-separator-tr{height:2px;padding:1px;margin:0}.table-separator-td{margin:0;padding:0}.end-of-table-div{height:2px;background-color:#AAA}.last-backup-job{padding-top:3% !important}.line-height-03{line-height:.3 !important}.line-height-13{line-height:1.3 !important}.line-height-23{line-height:2.3 !important}#updraft_diskspaceused{color:#df6926}.updraft_premium_description_list{text-align:left}#updraft_delete_old_dirs_pagediv{padding-bottom:10px}.job-id{margin:0 auto;width:20%}.updraft_all-files{color:#df6926}.fix-time{width:70px}.retain-files{width:70px}.number-input{min-width:50px;max-width:70px}.additional-rule-width{min-width:60px;max-width:70px}.dashicons{line-height:inherit;font-size:inherit}.addon-logo-150{margin-left:30px;margin-top:33px;height:125px;width:150px}.margin-bottom-50{margin-bottom:50px}.premium-container{width:80%}.main-header{background-color:#df6926;height:200px;width:100%}.button-add-to-cart{color:white;border-color:white;float:none;margin-right:17px}.button-add-to-cart:hover,.button-add-to-cart:focus,.button-add-to-cart:active{border-color:#a0a5aa;color:#a0a5aa}.addon-title{margin-top:25px}.addon-text{margin-top:75px}.image-main-div{width:25%;float:left}.text-main-div{width:60%;float:left;text-align:center;color:white;margin-top:16px}.text-main-div-title{font-weight:bold !important;color:white;text-align:center}.text-main-div-paragraph{color:white}.updraftplus-vault-cta{width:100%;text-align:center;margin-bottom:50px}.updraftplus-vault-cta h1{font-weight:bold}.updraftvault-buy{width:225px;height:225px;border:2px solid #777;display:inline-table;margin:0 auto;margin-right:50px;position:relative}.updraftplus-vault-cta>.vault-options>.center-vault{width:275px;height:275px}.updraftplus-vault-cta>.vault-options>.center-vault>a{right:21%;font-size:16px;border-width:4px !important}.updraftplus-vault-cta>.vault-options>.center-vault>p{font-size:16px}.updraftvault-buy .button-purchase{right:24%;margin-left:0;line-height:1.7em}.updraftvault-buy hr{height:2px;background-color:#777;margin-top:18px}.right{margin-right:0}.updraftvault-buy .addon-logo-100{height:100px;width:125px;margin-top:7px}.updraftvault-buy .addon-logo-large{margin-top:7px}.updraftvault-buy .button-buy-vault{font-size:12px;color:#df6926;border-color:#df6926;border-width:2px !important;position:absolute;right:29%;bottom:2%}.premium-addon-div .button-purchase{line-height:1.7em}.updraftvault-buy .button-buy-vault:hover{border-color:darkgrey;color:darkgrey}.premium-addons{margin-top:80px;width:100%;margin:0 auto;display:table}.addon-list{display:table;text-align:center}.premium-addons h1{text-align:center;font-weight:bold}.premium-addons p{text-align:center}.premium-addons .premium-addon-div{width:200px;height:250px;border:2px solid #777;display:inline-table;margin:0 auto;margin-right:25px;margin-top:25px;text-align:center;position:relative}.premium-addons .premium-addon-div p{margin-left:2px;margin-right:2px}.premium-addons .premium-addon-div img{width:auto;height:50px;margin-top:7px}.premium-addons .premium-addon-div .hr-alignment{margin-top:44px}.premium-addons .premium-addon-div .dropbox-logo{height:39px;width:150px}.premium-addons .premium-addon-div .azure-logo,.premium-addons .premium-addon-div .onedrive-logo{width:75%;height:24px}.button-purchase{font-size:12px;color:#df6926;border-color:#df6926;border-width:2px !important;position:absolute;right:25%;bottom:2%}.button-purchase:hover{color:darkgrey;border-color:darkgrey}.premium-addons .premium-addon-div hr{height:2px;background-color:#777;margin-top:18px}.premium-addon-div p{font-style:italic}.addon-list>.premium-addon-div>.onedrive-fix,.addon-list>.premium-addon-div>.azure-logo{margin-top:33px}.addon-list>.premium-addon-div>.dropbox-fix{margin-top:18px}.premium-forgotton-something{margin-top:5%}.premium-forgotton-something h1{text-align:center;font-weight:bold}.premium-forgotton-something p{text-align:center;font-weight:normal}.premium-forgotton-something .button-faq{color:#df6926;border-color:#df6926;margin:0 auto;display:table}.premium-forgotton-something .button-faq:hover{color:#777;border-color:#777}.updraftplusmethod.updraftvault #vaultlogo{padding-left:40px}.updraftplusmethod.updraftvault .vault_primary_option{float:left;width:50%;text-align:center;padding-bottom:20px}.updraftplusmethod.updraftvault .vault_primary_option div{clear:right;padding-top:20px}.updraftplusmethod.updraftvault .clear-left{clear:left}.updraftplusmethod.updraftvault .padding-top-20px{padding-top:20px}.updraftplusmethod.updraftvault .padding-top-14px{padding-top:14px}.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary,.updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary{font-size:18px !important;padding-bottom:20px}.updraftplusmethod.updraftvault #updraftvault_showoptions,.updraftplusmethod.updraftvault #updraftvault_connect{margin-top:8px}.updraftplusmethod.updraftvault #updraftvault_settings_connect input{margin-right:10px}.updraftplusmethod.updraftvault #updraftvault_email{width:280px}.updraftplusmethod.updraftvault #updraftvault_pass{width:200px}.updraftplusmethod.updraftvault #vault-is-connected{margin:0;padding:0}.updraftplusmethod.updraftvault #updraftvault_settings_default p{clear:left}.updraftplusmethod.updraftvault .vault-purchase-option{float:left;width:33%;text-align:center;padding-top:20px}.updraftplusmethod.updraftvault .vault-purchase-option-size{font-size:200%;font-weight:bold}.updraftplusmethod.updraftvault .vault-purchase-option-link{clear:both;font-size:150%}.updraftplusmethod.updraftvault .vault-purchase-option-or{clear:both;font-size:115%;font-style:italic}.autobackup-image{clear:left;float:left;width:110px;height:110px}.autobackup-description{width:100%}.advert-description{float:left;clear:right;padding:4px 10px 8px 10px;width:70%;clear:right;vertical-align:top}.advert-btn{display:inline-block;min-width:10%;vertical-align:top;margin-bottom:8px}.advert-btn:first-of-type{margin-top:25px}.advert-btn a{display:block;cursor:pointer}a.btn-get-started{background:#FFF;border:2px solid #df6926;border-radius:4px;color:#df6926;display:inline-block;margin-left:10px !important;margin-bottom:7px !important;font-size:18px !important;line-height:20px;min-height:28px;padding:11px 10px 5px 10px;text-transform:uppercase;text-decoration:none}.circle-dblarrow{border:1px solid #df6926;border-radius:100%;display:inline-block;font-size:17px;line-height:17px;margin-left:5px;width:20px;height:20px;text-align:center}.expertmode .advanced_settings_container{height:auto;overflow:hidden}.expertmode .advanced_settings_container .advanced_settings_menu{float:none;border-bottom:1px solid #ccc}.expertmode .advanced_settings_container .advanced_settings_content{padding-top:5px;float:none;width:auto;overflow:auto}.expertmode .advanced_settings_container .advanced_settings_content h3{margin-top:5px !important}.expertmode .advanced_settings_container .advanced_settings_content .advanced_tools{display:none}.expertmode .advanced_settings_container .advanced_settings_content .site_info{display:block}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button{display:inline-block;cursor:pointer;padding:5px;color:#000}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_text{font-size:16px}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover{background-color:#eaeaea}.expertmode .advanced_settings_container .advanced_settings_menu .active{background-color:#3498db;color:#FFF}.expertmode .advanced_settings_container .advanced_settings_menu .active:hover{background-color:#72c5fd;color:#FFF}.expertmode .advanced_settings_container .advanced_settings_content input#import_settings{height:auto !important}div#updraft-wrap a{cursor:pointer !important}.updraftcentral_wizard_option{width:45%;float:left;text-align:center}.updraftcentral_wizard_option label{margin-bottom:8px}#updraftcentral_keys_table{display:none}.create_key_container{border:1px solid;border-radius:4px;padding:0 0 6px 6px;margin-bottom:8px}@media only screen and (min-width:768px){.addon-activation-notice{left:20em}}@media screen and (min-width:670px){.expertmode .advanced_settings_container .advanced_settings_menu{float:left;width:215px;border-right:1px solid #ccc;border-bottom:0}.expertmode .advanced_settings_container .advanced_settings_content{padding-left:10px;padding-top:0}.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button{display:block}}
2
  /*# sourceMappingURL=updraftplus-admin.min.css.map */
css/updraftplus-admin.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["css/updraftplus-admin.css"],"names":[],"mappings":"AAAA,uBAAuB;AACvB;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,WAAW;CACX;;AAED,2BAA2B;;AAE3B,kBAAkB;AAClB;CACC,sBAAsB;CACtB;;AAED;CACC,kBAAkB;CAClB;;AAED,sBAAsB;AACtB,eAAe;AACf;CACC,mBAAmB;CACnB;;AAED,sBAAsB;AACtB,aAAa;AACb;CACC,sBAAsB;CACtB;;AAED,oBAAoB;;AAEpB;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,iBAAiB;CACjB;;AAED,iBAAiB;;AAEjB;CACC,mBAAmB;CACnB,kBAAkB;CAClB,uBAAuB;CACvB,aAAa;CACb,iBAAiB;CACjB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB;;AAED,qBAAqB;;AAErB,kBAAkB;AAClB;CACC,kBAAkB;CAClB,oBAAoB;CACpB,oBAAoB;CACpB,gBAAgB;CAChB,kBAAkB;CAClB,oBAAoB;CACpB,mBAAmB;CACnB,mBAAmB;CACnB,mBAAmB;CACnB,wBAAwB;CACxB,mBAAmB;CACnB,kBAAkB;CAClB,qBAAqB;CACrB,yBAAyB;CACzB,uBAAuB;CACvB,mBAAmB;CACnB,mBAAmB;CACnB,kBAAkB;CAClB,qBAAqB;CACrB,eAAe;CACf,sBAAsB;CACtB;;AAED;CACC,gCAAgC;CAChC,yBAAyB;CACzB;;AAED;CACC,kBAAkB;CAClB,aAAa;CACb,mBAAmB;CACnB;;AAED;;;CAGC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,yBAAyB;CACzB,gCAAgC;CAChC;;AAED;CACC,gBAAgB;CAChB,iBAAiB;CACjB,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,wBAAwB;CACxB,iBAAiB;CACjB;;AAED;CACC,2BAA2B;CAC3B,oBAAoB;CACpB;;AAED;CACC,cAAc;CACd;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,eAAe;CACf,sBAAsB;CACtB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,mBAAmB;CACnB;;AAED;CACC,gBAAgB;CAChB,uBAAuB;CACvB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,aAAa;CACb;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,kBAAkB;CAClB;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf,sBAAsB;CACtB,gBAAgB;CAChB,aAAa;CACb;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB,0BAA0B;CAC1B,yBAAyB;CACzB,YAAY;CACZ,eAAe;CACf;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,cAAc;CACd,mBAAmB;CACnB,WAAW;CACX;;AAED;CACC,aAAa;CACb;;AAED,sBAAsB;;AAEtB,4BAA4B;;AAE5B;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,cAAc;CACd,YAAY;CACZ;;AAED;CACC,aAAa;CACb,mBAAmB;CACnB,WAAW;CACX;;AAED;CACC,aAAa;CACb,cAAc;CACd,mBAAmB;CACnB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,eAAe;CACf,aAAa;CACb,eAAe;CACf,mBAAmB;CACnB,UAAU;CACV,UAAU;CACV;;AAED;CACC,YAAY;CACZ;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED,mCAAmC;;AAEnC;CACC,iBAAiB;CACjB;;AAED;CACC,uBAAuB;CACvB;;AAED;CACC,cAAc;CACd;;AAED;CACC,8BAA8B;CAC9B,aAAa;CACb,eAAe;CACf,2BAA2B;CAC3B,gBAAgB;CAChB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,4BAA4B;CAC5B,8BAA8B;CAC9B,2BAA2B;CAC3B,iBAAiB;CACjB,iBAAiB;CACjB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,aAAa;CACb,aAAa;CACb,8BAA8B;CAC9B;;AAED;CACC,+BAA+B;CAC/B;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB,kBAAkB;CAClB,mBAAmB;CACnB,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,uBAAuB;CACvB;;AAED;CACC,WAAW;CACX;;AAED,mBAAmB;;AAEnB,oEAAoE;AACpE;;CAEC,wBAAwB;CACxB;;AAED;;CAEC,gCAAgC;CAChC;;AAED;;CAEC,+BAA+B;CAC/B;;AAED;;CAEC,wBAAwB;CACxB;;AAED,+BAA+B;AAC/B;CACC,mBAAmB;CACnB,cAAc;CACd,eAAe;CACf;;AAED;CACC,mBAAmB;CACnB,aAAa;CACb,YAAY;CACZ,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,cAAc;CACd,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,mBAAmB;CACnB,YAAY;CACZ,YAAY;CACZ,eAAe;CACf;;AAED,8BAA8B;AAC9B;CACC,mBAAmB;CACnB,cAAc;CACd,cAAc;CACd,YAAY;CACZ,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,OAAO;CACP,SAAS;CACT;;AAED;CACC,aAAa;CACb,YAAY;CACZ,eAAe;CACf;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd;;AAED;CACC,gBAAgB;CAChB,WAAW;CACX,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB,2BAA2B;CAC3B;;AAED;CACC,aAAa;CACb;;AAED;CACC,0BAA0B;CAC1B,0BAA0B;CAC1B,aAAa;CACb,uBAAuB;CACvB,kBAAkB;CAClB;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,uBAAuB;CACvB,YAAY;CACZ,uBAAuB;CACvB,aAAa;CACb,aAAa;CACb,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ;;AAED;CACC,aAAa;CACb,8BAA8B;CAC9B,YAAY;CACZ,YAAY;CACZ,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,uBAAuB;CACvB,YAAY;CACZ,uBAAuB;CACvB,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb,yBAAyB;CACzB;;AAED;CACC,wBAAwB;CACxB,0BAA0B;CAC1B;;AAED;CACC,eAAe;CACf;;AAED;CACC,wBAAwB;CACxB,cAAc;CACd;;AAED;CACC,oBAAoB;CACpB,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED;CACC,aAAa;CACb,oBAAoB;CACpB,uBAAuB;CACvB,cAAc;CACd;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,eAAe;CACf;;AAED;CACC,YAAY;CACZ;;AAED;CACC,qCAAqC;CACrC,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd,sCAAsC;CACtC,iBAAiB;CACjB,4BAA4B;CAC5B,uCAAuC;CACvC,qBAAqB;CACrB,kBAAkB;CAClB;;AAED;CACC,wBAAwB;CACxB,0BAA0B;CAC1B,gBAAgB;CAChB,wBAAwB;CACxB,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,gBAAgB;CAChB,eAAe;CACf;;AAED;CACC,aAAa;CACb;;AAED;CACC,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd,aAAa;CACb;;AAED;CACC,UAAU;CACV,oBAAoB;CACpB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,WAAW;CACX,gBAAgB;CAChB,kBAAkB;CAClB,YAAY;CACZ,mBAAmB;CACnB,aAAa;CACb,cAAc;CACd;;AAED;CACC,gBAAgB;CAChB,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,cAAc;CACd,YAAY;CACZ;;AAED;CACC,cAAc;CACd;;AAED;;CAEC;EACC,eAAe;EACf,YAAY;EACZ,mBAAmB;EACnB;;CAED;;AAED,oCAAoC;AACpC;CACC,WAAW;CACX;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,aAAa;CACb;;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;;AAEH;CACC,iBAAiB;CACjB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,+BAA+B;CAC/B,uBAAuB;CACvB,wBAAwB;CACxB;;AAED;CACC,kBAAkB;CAClB,YAAY;CACZ,yBAAyB;CACzB;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,YAAY;CACZ,YAAY;CACZ,yBAAyB;CACzB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,0BAA0B;CAC1B,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,uBAAuB;CACvB,aAAa;CACb,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,wBAAwB;CACxB,iBAAiB;CACjB,gBAAgB;CAChB,oBAAoB;CACpB;;AAED;CACC,WAAW;CACX,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX;;AAED;CACC,cAAc;CACd,oBAAoB;CACpB;;AAED;CACC,cAAc;CACd,gBAAgB;CAChB,WAAW;CACX,SAAS;CACT,kBAAkB;CAClB,mBAAmB;CACnB,+BAA+B;CAC/B,aAAa;CACb;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,sBAAsB;CACtB,mBAAmB;CACnB,SAAS;CACT;;AAED;CACC,sBAAsB;CACtB,mBAAmB;CACnB,SAAS;CACT;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf;;AAED;CACC,cAAc;CACd;;AAED;CACC,cAAc;CACd,oBAAoB;CACpB,mBAAmB;CACnB;;AAED;CACC,wBAAwB;CACxB,aAAa;CACb;;AAED;CACC,oBAAoB;CACpB,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb,aAAa;CACb;;AAED;CACC,YAAY;CACZ,iBAAiB;CACjB;;AAED;CACC,YAAY;CACZ,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,qBAAqB;CACrB;;AAED;CACC,iBAAiB;CACjB,iBAAiB;CACjB,mBAAmB;CACnB,gBAAgB;CAChB,aAAa;CACb,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,aAAa;CACb,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,UAAU;CACV,SAAS;CACT,mBAAmB;CACnB,0BAA0B;CAC1B;;AAED;CACC,mBAAmB;CACnB,gBAAgB;CAChB,iBAAiB;CACjB,uBAAuB;CACvB,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB,gBAAgB;CAChB;;AAED;CACC,WAAW;CACX,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,kBAAkB;CAClB,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,WAAW;CACX,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,WAAW;CACX,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,uBAAuB;CACvB;;AAED;CAGC,uBAAuB;CACvB,iBAAiB;CACjB,WAAW;CACX;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,qBAAqB;CACrB;;AAED;;GAEG;;AAEH;CACC,eAAe;CACf,WAAW;CACX;;AAED;CACC,eAAe;CACf;;AAED,6BAA6B;AAC7B;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,gBAAgB;CAChB;;AAED,aAAa;AACb,oHAAoH;;AAEpH;CACC,qBAAqB;CACrB,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,iBAAiB;CACjB,cAAc;CACd,aAAa;CACb;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,WAAW;CACX;;AAED,iBAAiB;;AAEjB;CACC,0BAA0B;CAC1B,cAAc;CACd,YAAY;CACZ;;AAED;CACC,aAAa;CACb,oBAAoB;CACpB,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX,YAAY;CACZ;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB,aAAa;CACb,iBAAiB;CACjB;;AAED;CACC,6BAA6B;CAC7B,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb;;AAED,qBAAqB;;AAErB,iBAAiB;;AAEjB;CACC,YAAY;CACZ,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,aAAa;CACb,cAAc;CACd,uBAAuB;CACvB,sBAAsB;CACtB,eAAe;CACf,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,cAAc;CACd;;AAED;CACC,WAAW;CACX,gBAAgB;CAChB,6BAA6B;CAC7B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,WAAW;CACX,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,mBAAmB;CACnB,WAAW;CACX,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,uBAAuB;CACvB,gBAAgB;CAChB;;AAED,qBAAqB;;AAErB,oBAAoB;;AAEpB;CACC,iBAAiB;CACjB,YAAY;CACZ,eAAe;CACf,eAAe;CACf;;AAED;CACC,wBAAwB;CACxB,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,cAAc;CACd,uBAAuB;CACvB,sBAAsB;CACtB,eAAe;CACf,mBAAmB;CACnB,iBAAiB;CACjB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,aAAa;CACb;;AAED;CACC,WAAW;CACX,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,mBAAmB;CACnB,WAAW;CACX,WAAW;CACX;;AAED;CACC,gBAAgB;CAChB,uBAAuB;CACvB;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB,iBAAiB;CACjB;;AAED;CACC,mBAAmB;CACnB;;AAED;;CAEC,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB;;AAED,wBAAwB;;;AAGxB,mFAAmF;;AAEnF;CACC,eAAe;CACf;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,eAAe;CACf,sBAAsB;CACtB,eAAe;CACf,eAAe;CACf;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB;;AAED,gCAAgC;;AAEhC;CACC,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,WAAW;CACX,mBAAmB;CACnB,qBAAqB;CACrB;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,2BAA2B;CAC3B,qBAAqB;CACrB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb;;AAED;CACC,aAAa;CACb;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,WAAW;CACX,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB,mBAAmB;CACnB;;AAED,mCAAmC;AACnC;AACA,6BAA6B;AAC7B;iBACiB;AACjB,iBAAiB;CAChB,YAAY;CACZ,YAAY;CACZ,aAAa;CACb,cAAc;CACd;;AAED;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,2BAA2B;CAC3B,WAAW;CACX,aAAa;CACb,oBAAoB;CACpB;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf,oBAAoB;CACpB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,eAAe;CACf,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,0BAA0B;CAC1B,mBAAmB;CACnB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,8BAA8B;CAC9B,2BAA2B;CAC3B,kBAAkB;CAClB,iBAAiB;CACjB,4BAA4B;CAC5B,0BAA0B;CAC1B,sBAAsB;CACtB;;AAED;CACC,0BAA0B;CAC1B,oBAAoB;CACpB,sBAAsB;CACtB,gBAAgB;CAChB,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB;;AAED;AACA;;;;;;;;;IASI;CACH;;AAED,uCAAuC;AACvC,6CAA6C;AAC7C;CACC,aAAa;CACb,iBAAiB;CACjB;;AAED;CACC,YAAY;CACZ,4CAA4C;CAC5C;;AAED;CACC,iBAAiB;CACjB,YAAY;CACZ,YAAY;CACZ,eAAe;CACf;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,cAAc;CACd;;AAED;CACC,eAAe;CACf;;AAED;CACC,sBAAsB;CACtB,gBAAgB;CAChB,aAAa;CACb,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,0BAA0B;CAC1B;;AAED;CACC,0BAA0B;CAC1B,YAAY;CACZ;;AAED;CACC,0BAA0B;CAC1B,YAAY;CACZ;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd;;AAED;CACC,kBAAkB;CAClB,mBAAmB;CACnB,qBAAqB;CACrB,mBAAmB;CACnB;;AAED;;CAEC;EACC,WAAW;EACX;;CAED;;AAED;;CAEC;EACC,YAAY;EACZ,aAAa;EACb,2CAA2C;EAC3C,oBAAoB;EACpB;;CAED;EACC,mBAAmB;EACnB,iBAAiB;EACjB;;CAED;EACC,eAAe;EACf;;CAED","file":"updraftplus-admin.min.css","sourcesContent":["/* Widths and sizing */\n.max-width-600 {\n\tmax-width: 600px;\n}\n\n.width-900 {\n\twidth: 900px;\n}\n\n.width-80 {\n\twidth: 80%;\n}\n\n/* End widths and sizing */\n\n/* Font styling */\n.no-decoration {\n\ttext-decoration: none;\n}\n\n.bold {\n\tfont-weight: bold;\n}\n\n/* End font styling */\n/* Alignment */\n.center-align-td {\n\ttext-align: center;\n}\n\n/* End of Alignment */\n/* Padding */\n.remove-padding {\n\tpadding: 0 !important;\n}\n\n/* End of padding */\n\n.updraft-text-center {\n\ttext-align: center;\n}\n\n.autobackup {\n\tpadding: 6px;\n\tmargin: 8px 0px;\n}\n\nul .disc {\n\tlist-style: disc inside;\n}\n\n.dashicons-log-fix {\n\tdisplay: inherit;\n}\n\n/* Input boxes */\n\ninput {\n\tborder-radius: 4px;\n\tline-height: 1.42;\n\tborder: 1px solid #CCC;\n\theight: 27px;\n\tpadding: 2px 6px;\n\tcolor: #555;\n}\n\ninput[type=\"text\"] {\n\tfont-size: 14px;\n}\n\ninput[type=\"number\"] {\n\theight: 31px;\n}\n\nselect {\n\tborder-radius: 4px;\n}\n\n/* End input boxes */\n\n/* Main Buttons */\n.main-dashboard-buttons {\n\tborder-width: 4px;\n\tborder-radius: 12px;\n\tletter-spacing: 0px;\n\tfont-size: 17px;\n\tfont-weight: bold;\n\tpadding-left: 0.7em;\n\tpadding-right: 2em;\n\tpadding: 0.3em 1em;\n\tline-height: 1.7em;\n\tbackground: transparent;\n\tposition: relative;\n\tborder: 2px solid;\n\ttransition: all 0.2s;\n\tvertical-align: baseline;\n\tbox-sizing: border-box;\n\ttext-align: center;\n\tline-height: 1.3em;\n\tmargin-left: .3em;\n\ttext-transform: none;\n\tline-height: 1;\n\ttext-decoration: none;\n}\n\n.button-restore {\n\tborder-color: rgb(98, 158, 192);\n\tcolor: rgb(98, 158, 192);\n}\n\n.dashboard-main-sizing {\n\tborder-width: 4px;\n\twidth: 190px;\n\tline-height: 1.7em;\n}\n\n.button-restore:hover, .button-migrate:hover, .button-backup:hover,\n.button-view-log:hover, .button-mass-selectors:hover,\n.button-delete:hover, .button-entity-backup:hover, .udp-button-primary:hover {\n\tborder-color: #DF6926;\n\tcolor: #DF6926;\n}\n\n.button-migrate {\n\tcolor: rgb(238, 169, 32);\n\tborder-color: rgb(238, 169, 32);\n}\n\n.updraft_migrate_widget_module {\n\tmargin: 8px 4px;\n\tpadding: 5px 8px;\n\tborder: 1px dotted;\n}\n\n.updraft_migrate_widget_reset {\n\tdisplay: none;\n\tmargin-left: 4px;\n}\n\n.updraft_migrate_widget_module_title {\n\tcursor: pointer;\n}\n\n.updraft_migrate_widget_module_title > p {\n\tline-height: 1em;\n\tmargin: 8px 0px 4px 0px;\n\tpadding: 4px 0px;\n}\n\n.updraft_migrate_widget_module_title > p > span {\n\tfont-size: 30px !important;\n\tpadding-right: 15px;\n}\n\n.updraft_migrate_widget_module_content {\n\tdisplay: none;\n}\n\n.button-backup {\n\tborder-color: #84CA1B;\n\tcolor: #84CA1B;\n}\n\n.existing-backups-buttons {\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 3px;\n}\n\n.existing-backups-restore-buttons {\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 3px;\n}\n\n.button-delete {\n\tcolor: #E23900;\n\tborder-color: #E23900;\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-right: 10px;\n}\n\n.button-view-log, .button-mass-selectors {\n\tcolor: darkgrey;\n\tborder-color: darkgrey;\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-top: -1px;\n}\n\n.button-view-log {\n\twidth: 120px;\n}\n\n.button-existing-restore {\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\twidth: 110px;\n}\n\n.main-restore {\n\tmargin-right: 3%;\n\tmargin-left: 3%;\n}\n\n.button-entity-backup {\n\tcolor: #555;\n\tborder-color: #555;\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-right: 5px;\n}\n\n.button-select-all {\n\twidth: 122px;\n}\n\n.button-deselect {\n\twidth: 92px;\n}\n\n#ud_massactions > .display-flex > .mass-selectors-margins {\n\tmargin-right: -4px;\n}\n\n.udp-button-primary {\n\tborder-width: 4px;\n\tcolor: #0073AA;\n\tborder-color: #0073AA;\n\tfont-size: 14px;\n\theight: 40px;\n}\n\n#ud_massactions .button-delete {\n\tmargin-right: 0px;\n}\n\n.stored_local {\n\tborder-radius: 5px;\n\tbackground-color: #007FE7;\n\tpadding: 3px 5px 5px 5px;\n\tcolor: #FFF;\n\tfont-size: 75%;\n}\n\n.form-table td.updraft_existingbackup_date {\n\tpadding-bottom: 5px;\n}\n\nspan#updraft_lastlogcontainer {\n\tword-break: break-all;\n}\n\n.stored_icon {\n\theight: 1.3em;\n\tposition: relative;\n\ttop: 0.2em;\n}\n\n.backup_date_label .clear-right {\n\tclear: right;\n}\n\n/* End Main Buttons */\n\n/* End of common elements */\n\n.udp-logo-70 {\n\twidth: 70px;\n\theight: 70px;\n\tfloat: left;\n\tpadding-right: 25px;\n}\n\nh3 .thank-you {\n\tmargin-top: 0px;\n}\n\n.ws_advert {\n\tmax-width: 800px;\n\tfont-size: 140%;\n\tline-height: 140%;\n\tpadding: 14px;\n\tclear: left;\n}\n\n.dismiss-dash-notice {\n\tfloat: right;\n\tposition: relative;\n\ttop: -20px;\n}\n\n#updraft_report_cell .updraft_reportbox {\n\tpadding: 8px;\n\tmargin: 8px 0;\n\tborder: 1px dotted;\n\tclear: left;\n\tfloat: left;\n}\n\n#updraft_report_cell button.updraft_reportbox_delete {\n\tfont-size: 50%;\n\tfloat: right;\n\tpadding: 0 3px;\n\tposition: relative;\n\ttop: -4px;\n\tleft: 4px;\n}\n\n.updraft_report_dbbackup.updraft_report_disabled {\n\tcolor: #CCC;\n}\n\n#updraft-navtab-settings-content .updraft-test-button {\n\tfont-size: 18px !important;\n}\n\n#updraft_report_cell .updraft_report_checkbox {\n\tmargin-top: 4px;\n}\n\n#updraft_report_cell .updraft_report_email {\n\twidth: 300px;\n}\n\n#updraft_report_cell .updraft_report_another_p {\n\tclear: left;\n}\n\n/* Taken straight from admin.php */\n\n#updraft-navtab-settings-content table.form-table p {\n\tmax-width: 700px;\n}\n\n#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected {\n\tbackground-color: #CCC;\n}\n\n.updraft_settings_sectionheading {\n\tdisplay: none;\n}\n\n.updraft-backupentitybutton-disabled {\n\tbackground-color: transparent;\n\tborder: none;\n\tcolor: #0074A2;\n\ttext-decoration: underline;\n\tcursor: pointer;\n\tclear: none;\n\tfloat: left;\n}\n\n.updraft-backupentitybutton {\n\tmargin-left: 8px;\n}\n\n.updraft-bigbutton {\n\tpadding: 2px 0px !important;\n\tmargin-right: 14px !important;\n\tfont-size: 22px !important;\n\tmin-height: 32px;\n\tmin-width: 180px;\n}\n\ntr[class*=\"_updraft_remote_storage_border\"] {\n\tborder-top: 1px solid #CCC;\n}\n\n.updraft_multi_storage_options {\n\tfloat: right;\n\tclear: right;\n\tmargin-bottom: 5px !important;\n}\n\n.updraft_toggle_instance_label {\n\tvertical-align: top !important;\n}\n\n.updraft_debugrow th {\n\tfloat: right;\n\ttext-align: right;\n\tfont-weight: bold;\n\tpadding-right: 8px;\n\tmin-width: 140px;\n}\n\n.updraft_debugrow td {\n\tmin-width: 300px;\n\tvertical-align: bottom;\n}\n\n#updraft_webdav_host_error {\n\tcolor: red;\n}\n\n/* jstree styles */\n\n/* these styles hide the dots from the parent but keep the arrows */\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-node,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-node {\n\tbackground: transparent;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-open > .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-open > .jstree-ocl {\n\tbackground-position: -36px -4px;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-closed> .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-closed> .jstree-ocl {\n\tbackground-position: -4px -4px;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-leaf> .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-leaf> .jstree-ocl {\n\tbackground: transparent;\n}\n\n/* zip browser jstree styles */\n#updraft_zip_files_container {\n\tposition: relative;\n\theight: 450px;\n\toverflow: none;\n}\n\n#updraft_zip_info_container {\n\tposition: relative;\n\theight: auto;\n\twidth: 100%;\n\tborder: 1px dotted;\n\tmargin-bottom: 5px;\n}\n\n#updraft_zip_info_container p {\n\tmargin: 1px;\n\tpadding-left: 10px;\n\tfont-size: 14px;\n}\n\n#updraft_zip_download_item {\n\tdisplay: none;\n\tcolor: #0073AA;\n\tpadding-left: 10px;\n}\n\n#updraft_zip_download_notice {\n\tpadding-left: 10px;\n}\n\n#updraft_zip_files_jstree_container {\n\tposition: relative;\n\tborder: 1px dotted;\n\theight: 80%;\n\twidth: 100%;\n\toverflow: auto;\n}\n\n/* More files jstree styles */\n#updraft_more_files_container {\n\tposition: relative;\n\tdisplay: none;\n\theight: 300px;\n\twidth: 100%;\n\tborder: 1px dotted;\n\tmargin-bottom: 5px;\n}\n\n#updraft_jstree_buttons {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n}\n\n#updraft_jstree_container {\n\theight: 100%;\n\twidth: 100%;\n\toverflow: auto;\n}\n\n#updraft_more_files_container button {\n\theight: 22px;\n\tline-height: 20px;\n}\n\n#updraft_jstree_confirm, #updraft_jstree_cancel {\n\tdisplay: none;\n}\n\n.updraftplus-morefiles-row-delete {\n\tcursor: pointer;\n\tcolor: red;\n\tfont-size: 23px !important;\n}\n\n.updraftplus-morefiles-row-edit {\n\tcursor: pointer;\n\tfont-size: 24px !important;\n}\n\n#updraft-wrap .form-table th {\n\twidth: 230px;\n}\n\n.updraftplus-remove {\n\tbackground-color: #C00000;\n\tborder: 1px solid #C00000;\n\theight: 22px;\n\tpadding: 4px 3px 0 3px;\n\tmargin-right: 6px;\n}\n\n.updraft-viewlogdiv form {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.updraft-viewlogdiv {\n\tbackground-color: #FFF;\n\tcolor: #000;\n\tborder: 1px solid #000;\n\theight: 26px;\n\tpadding: 0px;\n\tmargin: 0 4px 0 0;\n\tborder-radius: 3px;\n\tfloat: left;\n}\n\n.updraft-viewlogdiv input, .updraft-viewlogdiv a {\n\tborder: none;\n\tbackground-color: transparent;\n\tcolor: #000;\n\tmargin: 0px;\n\tpadding: 3px 4px;\n\tfont-size: 16px;\n\tline-height: 26px;\n}\n\n.updraft-viewlogdiv:hover {\n\tbackground-color: #000;\n\tcolor: #FFF;\n\tborder: 1px solid #FFF;\n\tcursor: pointer;\n}\n\n.updraft-viewlogdiv input:hover, .updraft-viewlogdiv a:hover {\n\tcolor: #FFF;\n\tcursor: pointer;\n}\n\n.updraftplus-remove a {\n\tcolor: white;\n\tpadding: 4px 4px 0px 4px;\n}\n\n.updraftplus-remove:hover {\n\tbackground-color: white;\n\tborder: 1px solid #C00000;\n}\n\n.updraftplus-remove a:hover {\n\tcolor: #C00000;\n}\n\n.drag-drop #drag-drop-area2 {\n\tborder: 4px dashed #DDD;\n\theight: 200px;\n}\n\n#drag-drop-area2 .drag-drop-inside {\n\tmargin: 36px auto 0;\n\twidth: 350px;\n}\n\n#filelist, #filelist2 {\n\twidth: 100%;\n}\n\n#filelist .file, #filelist2 .file, .ud_downloadstatus .file, #ud_downloadstatus2 .file {\n\tpadding: 5px;\n\tbackground: #ECECEC;\n\tborder: solid 1px #CCC;\n\tmargin: 4px 0;\n}\n\nul.updraft_premium_description_list, ul#updraft_restore_warnings {\n\tlist-style: disc inside;\n}\n\nul.updraft_premium_description_list li {\n\tdisplay: inline;\n}\n\nul.updraft_premium_description_list li::after {\n\tcontent: \" | \";\n}\n\nul.updraft_premium_description_list li.last::after {\n\tcontent: \"\";\n}\n\n.updraft_feature_cell {\n\tbackground-color: #F7D9C9 !important;\n\tpadding: 5px 10px;\n}\n\n.updraftplus_com_login_status {\n\tdisplay: none;\n\tborder-left-color: #DC3232 !important;\n\tbackground: #FFF;\n\tborder-left: 4px solid #FFF;\n\tbox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n\tmargin: 5px 0 15px 0;\n\tpadding: 5px 12px;\n}\n\n.updraft_feat_table, .updraft_feat_th, .updraft_feat_table td {\n\tborder: 1px solid black;\n\tborder-collapse: collapse;\n\tfont-size: 120%;\n\tbackground-color: white;\n\ttext-align: center;\n}\n\n.updraft_feat_table p {\n\tpadding: 0px 10px;\n\tmargin: 5px 0px;\n\tfont-size: 16px;\n}\n\n.updraft_feat_table h4 {\n\tmargin: 5px 0px;\n}\n\n.updraft_feat_table .dashicons {\n\twidth: 25px;\n\theight: 25px;\n\tfont-size: 25px;\n\tline-height: 1;\n}\n\n.updraft_feat_table .dashicons-yes, .updraft_feat_table .updraft-yes {\n\tcolor: green;\n}\n\n.updraft_feat_table .dashicons-no-alt, .updraft_feat_table .updraft-no {\n\tcolor: red;\n}\n\n.updraft_tick_cell {\n\ttext-align: center;\n}\n\n.updraft_tick_cell img {\n\tmargin: 4px 0;\n\theight: 24px;\n}\n\n#filelist .fileprogress, #filelist2 .fileprogress, .ud_downloadstatus .dlfileprogress, #ud_downloadstatus2 .dlfileprogress {\n\twidth: 0%;\n\tbackground: #F6A828;\n\theight: 5px;\n}\n\n.ud_downloadstatus .raw, #ud_downloadstatus2 .raw {\n\tmargin-top: 8px;\n\tclear: left;\n}\n\n.ud_downloadstatus .file, #ud_downloadstatus2 .file {\n\tmargin-top: 8px;\n}\n\ntr.updraftplusmethod h3 {\n\tmargin: 0px;\n}\n\n#updraft_retain_db_rules .updraft_retain_rules_delete, #updraft_retain_files_rules .updraft_retain_rules_delete {\n\tcursor: pointer;\n\tcolor: red;\n\tfont-size: 120%;\n\tfont-weight: bold;\n\tborder: 0px;\n\tborder-radius: 3px;\n\tpadding: 2px;\n\tmargin: 0 6px;\n}\n\n#updraft_retain_db_rules .updraft_retain_rules_delete:hover, #updraft_retain_files_rules .updraft_retain_rules_delete:hover {\n\tcursor: pointer;\n\tcolor: white;\n\tbackground: red;\n}\n\n#updraft_backup_started {\n\tmax-width: 800px;\n\tfont-size: 140%;\n\tline-height: 140%;\n\tpadding: 14px;\n\tclear: left;\n}\n\n.udp-premium-image {\n\tdisplay: none;\n}\n\n@media screen and (min-width: 720px) {\n\n\t.udp-premium-image {\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\tpadding-right: 5px;\n\t}\n\n}\n\n/* End stuff already in admin.php */\n#plupload-upload-ui2 {\n\twidth: 80%;\n}\n\n.backup-restored {\n\tpadding: 8px;\n}\n\n.backup-restored span {\n\tfont-size: 120%;\n}\n\n.memory-limit {\n\tpadding: 8px;\n}\n\n.updraft_list_errors {\n\tpadding: 8px;\n}\n\n/*.nav-tab {\n\tborder-radius: 20px 20px 0 0;\n\tborder-color: grey;\n\tborder-width: 2px;\n\tmargin-top: 34px;\n}\n\n.nav-tab:hover {\n\tborder-bottom: 0;\n}\n\n.nav-tab-active, .nav-tab-active:active {\n\tcolor: #df6926;\n\tborder-color: #D3D3D3;\n\tborder-width: 1px;\n\tborder-bottom: 0;\n}\n\n.nav-tab-active:focus {\n\tcolor: #df6926;\n}*/\n\n.nav-tab-wrapper {\n\tmargin: 14px 0px;\n}\n\n#updraft-poplog-content {\n\twhite-space: pre-wrap;\n}\n\n.next-backup {\n\tborder: 0px;\n\tpadding: 0px;\n\tmargin: 0 10px 0 0;\n}\n\n.not-scheduled {\n\tvertical-align: top !important;\n\tmargin: 0px !important;\n\tpadding: 0px !important;\n}\n\n.next-backup .updraft_scheduled {\n\t/* width: 124px;*/\n\tmargin: 0px;\n\tpadding: 2px 4px 2px 0px;\n}\n\n#next-backup-table-inner td {\n\tvertical-align: top;\n}\n\n.next-backup .updraft_all-files {\n\tcolor: blue;\n\tmargin: 0px;\n\tpadding: 2px 0px 0px 0px;\n}\n\n.multisite-advert-width {\n\twidth: 800px;\n}\n\n.updraft_settings_sectionheading {\n\tmargin-top: 6px;\n}\n\n.premium-upgrade-prompt {\n\tfont-size: 115%;\n}\n\n.updraft_feat_table {\n\tmargin-top: 30px;\n}\n\n.show_admin_restore_in_progress_notice {\n\tpadding: 8px;\n}\n\n.show_admin_restore_in_progress_notice .unfinished-restoration {\n\tfont-size: 120%;\n}\n\n#backupnow_includefiles_moreoptions, #backupnow_database_moreoptions {\n\tmargin: 4px 16px 6px 16px;\n\tborder: 1px dotted;\n\tpadding: 6px 10px;\n}\n\n#backupnow_database_moreoptions {\n\tmax-height: 250px;\n\toverflow: auto;\n}\n\n.form-table #updraft_activejobsrow .minimum-height {\n\tmin-height: 100px;\n}\n\n#updraft_lastlogmessagerow .last-message {\n\tpadding-top: 20px;\n\tdisplay: block;\n}\n\n.updraft_simplepie {\n\tvertical-align: top;\n}\n\n.download-backups {\n\tmargin-top: 8px;\n}\n\n.download-backups .updraft_download_button {\n\tmargin-right: 6px;\n\tmargin-top: 4px;\n}\n\n.download-backups .choose-components-button {\n\tfont-size: 16px;\n}\n\n.download-backups .ud-whitespace-warning {\n\tbackground-color: pink;\n\tpadding: 8px;\n\tmargin: 4px;\n\tborder: 1px dotted;\n}\n\n.download-backups .ul {\n\tlist-style: none inside;\n\tmax-width: 800px;\n\tmargin-top: 6px;\n\tmargin-bottom: 12px;\n}\n\n#updraft-plupload-modal {\n\twidth: 75%;\n\tmargin: 16px;\n\tmargin-left: 100px;\n}\n\n.download-backups .upload {\n\tmax-width: 610px;\n}\n\n.download-backups #plupload-upload-ui {\n\twidth: 70%;\n}\n\n.ud_downloadstatus {\n\tpadding: 10px;\n\tbackground: #F1F1F1;\n}\n\n#ud_massactions {\n\tpadding: 14px;\n\tposition: fixed;\n\tright: 25%;\n\ttop: 25%;\n\tborder: 2px solid;\n\tborder-radius: 4px;\n\tbackground: rgb(241, 241, 241);\n\tfloat: right;\n}\n\n#ud_massactions .updraftplus-remove {\n\tclear: left;\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n\tmargin-top: 4px;\n}\n\n#ud_massactions .updraftplus-remove a {\n\ttext-decoration: none;\n}\n\n#ud_massactions .updraft-viewlogdiv {\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n\tmargin-top: 4px;\n}\n\n#ud_massactions .updraft-viewlogdiv a {\n\ttext-decoration: none;\n\tposition: relative;\n\ttop: 3px;\n}\n\n#ud_massactions .updraft-viewlogdiv a {\n\ttext-decoration: none;\n\tposition: relative;\n\ttop: 3px;\n}\n\n#updraft-navtab-backups-content .updraft_existing_backups {\n\tmargin-bottom: 12px;\n}\n\n#updraft-message-modal-innards {\n\tpadding: 4px;\n}\n\n#updraft-authenticate-modal {\n\ttext-align: center;\n\tfont-size: 16px !important;\n}\n\n#updraft-authenticate-modal p {\n\tfont-size: 16px;\n}\n\n#updraft_delete_form p {\n\tmargin-top: 3px;\n\tpadding-top: 0;\n}\n\n#updraft_restore_form .cannot-restore {\n\tmargin: 8px 0;\n}\n\n#updraft_restorer_dboptions {\n\tpadding: 12px;\n\tmargin: 8px 0 4px 0;\n\tborder: dashed 1px;\n}\n\n#updraft_restorer_dboptions h4 {\n\tmargin: 0px 0px 6px 0px;\n\tpadding: 0px;\n}\n\n.updraft_debugrow th {\n\tvertical-align: top;\n\tpadding-top: 6px;\n}\n\n.expertmode p {\n\tfont-size: 125%;\n}\n\n.expertmode .call-wp-action {\n\twidth: 300px;\n\theight: 22px;\n}\n\n.updraftplus-lock-advert {\n\tclear: left;\n\tmax-width: 600px;\n}\n\n.uncompressed-data {\n\tclear: left;\n\tmax-width: 600px;\n}\n\n.delete-old-directories {\n\tpadding: 8px;\n\tpadding-bottom: 12px;\n}\n\n.active-jobs {\n\tmin-width: 480px;\n\tmin-height: 48px;\n\ttext-align: center;\n\tmargin-top: 4px;\n\tpadding: 8px;\n\tborder: 1px solid;\n\tfloat: left;\n\tclear: left;\n}\n\n.job-id {\n\tmin-width: 480px;\n\tmargin-top: 4px;\n\tpadding: 8px;\n\tborder: 1px solid;\n\tclear: left;\n\tfloat: left;\n}\n\n.next-resumption {\n\tfont-weight: bold;\n}\n\n.updraft_percentage {\n\tz-index: -1;\n\tposition: absolute;\n\tleft: 0px;\n\ttop: 0px;\n\ttext-align: center;\n\tbackground-color: #F6A828;\n}\n\n.curstage {\n\tborder-radius: 4px;\n\tmargin-top: 8px;\n\tpadding-top: 4px;\n\tborder: 1px solid #AAA;\n\twidth: 100%;\n\theight: 22px;\n\tposition: relative;\n\ttext-align: center;\n\tfont-style: italic;\n}\n\n.retain-files {\n\twidth: 48px;\n}\n\n.backup-interval-description tr td div {\n\tmax-width: 670px;\n}\n\n#updraft-manualdecrypt-modal {\n\twidth: 85%;\n\tmargin: 6px;\n\tmargin-left: 100px;\n}\n\n.directory-permissions {\n\tfont-size: 110%;\n\tfont-weight: bold;\n}\n\n.double-warning {\n\tborder: 1px solid;\n\tpadding: 6px;\n}\n\n.raw-backup-info {\n\tfont-style: italic;\n\tfont-weight: bold;\n\tfont-size: 120%;\n}\n\n.updraft_existingbackup_date {\n\twidth: 22%;\n\tmax-width: 140px;\n}\n\n.existing-backups-table {\n\tmargin-top: 20px;\n\tmargin-left: 20px;\n\twidth: 80%;\n}\n\n.tr-bottom-4 {\n\tmargin-bottom: 4px;\n}\n\n.form-table .backup-date {\n\twidth: 172px;\n\tpadding: 0;\n\tpadding-left: 15px;\n}\n\n.form-table .backup-data {\n\twidth: 426px;\n\tpadding: 0;\n\tpadding-left: 15px;\n}\n\n.form-table .updraft_backup_actions {\n\twidth: 272px;\n\tpadding: 0 0 10px 15px;\n}\n\n.existing-date {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tmax-width: 140px;\n\twidth: 25%;\n}\n\n.line-break-tr {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.line-break-td {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.td-line-color {\n\theight: 2px;\n\tbackground-color: #888;\n}\n\n.raw-backup {\n\tmax-width: 140px;\n}\n\n.existing-backups-actions {\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.existing-backups-border {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.existing-backups-border > td {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.existing-backups-border > div {\n\theight: 2px;\n\tbackground-color: #AAA;\n}\n\n.updraft_existing_backup_date {\n\tmax-width: 140px;\n}\n\n.restore-button {\n\tmargin-right: 6px;\n\tfloat: left;\n\tclear: none;\n}\n\n.updraftplus-remove {\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n}\n\n.before-restore-button {\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.table-separator-tr {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.table-separator-td {\n\tmargin: 0px;\n\tpadding: 0px;\n}\n\n.end-of-table-div {\n\theight: 2px;\n\tbackground-color: #AAA;\n}\n\n.last-backup-job {\n\tpadding-top: 3% !important;\n}\n\n.line-height-03 {\n\tline-height: 0.3 !important;\n}\n\n.line-height-13 {\n\tline-height: 1.3 !important;\n}\n\n.line-height-23 {\n\tline-height: 2.3 !important;\n}\n\n#updraft_diskspaceused {\n\tcolor: #DF6926;\n}\n\n.updraft_premium_description_list {\n\ttext-align: left;\n}\n\n#updraft_delete_old_dirs_pagediv {\n\tpadding-bottom: 10px;\n}\n\n/*#updraft_lastlogmessagerow > td, #updraft_last_backup > td {\n\tpadding: 0;\n}*/\n\n.job-id {\n\tmargin: 0 auto;\n\twidth: 20%;\n}\n\n.updraft_all-files {\n\tcolor: #DF6926;\n}\n\n/* Time + scheduling add-on*/\n.fix-time {\n\twidth: 70px;\n}\n\n.retain-files {\n\twidth: 70px;\n}\n\n.number-input {\n\tmin-width: 50px;\n\tmax-width: 70px;\n}\n\n.additional-rule-width {\n\tmin-width: 60px;\n\tmax-width: 70px;\n}\n\n/* Add-ons */\n/* Want to fix the WordPress icons so that they fit inline with the text, and don't push everything out of place. */\n\n.dashicons {\n\tline-height: inherit;\n\tfont-size: inherit;\n}\n\n.addon-logo-150 {\n\tmargin-left: 30px;\n\tmargin-top: 33px;\n\theight: 125px;\n\twidth: 150px;\n}\n\n.margin-bottom-50 {\n\tmargin-bottom: 50px;\n}\n\n.premium-container {\n\twidth: 80%;\n}\n\n/* Main Header */\n\n.main-header {\n\tbackground-color: #DF6926;\n\theight: 200px;\n\twidth: 100%;\n}\n\n.button-add-to-cart {\n\tcolor: white;\n\tborder-color: white;\n\tfloat: none;\n\tmargin-right: 17px;\n}\n\n.button-add-to-cart:hover, .button-add-to-cart:focus, .button-add-to-cart:active {\n\tborder-color: #A0A5AA;\n\tcolor: #A0A5AA;\n}\n\n.addon-title {\n\tmargin-top: 25px;\n}\n\n.addon-text {\n\tmargin-top: 75px;\n}\n\n.image-main-div {\n\twidth: 25%;\n\tfloat: left;\n}\n\n.text-main-div {\n\twidth: 60%;\n\tfloat: left;\n\ttext-align: center;\n\tcolor: white;\n\tmargin-top: 16px;\n}\n\n.text-main-div-title {\n\tfont-weight: bold !important;\n\tcolor: white;\n\ttext-align: center;\n}\n\n.text-main-div-paragraph {\n\tcolor: white;\n}\n\n/* End main header */\n\n/* Vault icons */\n\n.updraftplus-vault-cta {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin-bottom: 50px;\n}\n\n.updraftplus-vault-cta h1 {\n\tfont-weight: bold;\n}\n\n.updraftvault-buy {\n\twidth: 225px;\n\theight: 225px;\n\tborder: 2px solid #777;\n\tdisplay: inline-table;\n\tmargin: 0 auto;\n\tmargin-right: 50px;\n\tposition: relative;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault {\n\twidth: 275px;\n\theight: 275px;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault > a {\n\tright: 21%;\n\tfont-size: 16px;\n\tborder-width: 4px !important;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault > p {\n\tfont-size: 16px;\n}\n\n.updraftvault-buy .button-purchase {\n\tright: 24%;\n\tmargin-left: 0;\n\tline-height: 1.7em;\n}\n\n.updraftvault-buy hr {\n\theight: 2px;\n\tbackground-color: #777;\n\tmargin-top: 18px;\n}\n\n.right {\n\tmargin-right: 0px;\n}\n\n.updraftvault-buy .addon-logo-100 {\n\theight: 100px;\n\twidth: 125px;\n\tmargin-top: 7px;\n}\n\n.updraftvault-buy .addon-logo-large {\n\tmargin-top: 7px;\n}\n\n.updraftvault-buy .button-buy-vault {\n\tfont-size: 12px;\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tborder-width: 2px !important;\n\tposition: absolute;\n\tright: 29%;\n\tbottom: 2%;\n}\n\n.premium-addon-div .button-purchase {\n\tline-height: 1.7em;\n}\n\n.updraftvault-buy .button-buy-vault:hover {\n\tborder-color: darkgrey;\n\tcolor: darkgrey;\n}\n\n/* End Vault icons */\n\n/* Premium addons */\n\n.premium-addons {\n\tmargin-top: 80px;\n\twidth: 100%;\n\tmargin: 0 auto;\n\tdisplay: table;\n}\n\n.addon-list {\n\t/* margin-left: 32px; */\n\tdisplay: table;\n\ttext-align: center;\n}\n\n.premium-addons h1 {\n\ttext-align: center;\n\tfont-weight: bold;\n}\n\n.premium-addons p {\n\ttext-align: center;\n}\n\n.premium-addons .premium-addon-div {\n\twidth: 200px;\n\theight: 250px;\n\tborder: 2px solid #777;\n\tdisplay: inline-table;\n\tmargin: 0 auto;\n\tmargin-right: 25px;\n\tmargin-top: 25px;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.premium-addons .premium-addon-div p {\n\tmargin-left: 2px;\n\tmargin-right: 2px;\n}\n\n.premium-addons .premium-addon-div img {\n\twidth: auto;\n\theight: 50px;\n\tmargin-top: 7px;\n}\n\n.premium-addons .premium-addon-div .hr-alignment {\n\tmargin-top: 44px;\n}\n\n.premium-addons .premium-addon-div .dropbox-logo {\n\theight: 39px;\n\twidth: 150px;\n}\n\n.premium-addons .premium-addon-div .azure-logo, .premium-addons .premium-addon-div .onedrive-logo {\n\twidth: 75%;\n\theight: 24px;\n}\n\n.button-purchase {\n\tfont-size: 12px;\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tborder-width: 2px !important;\n\tposition: absolute;\n\tright: 25%;\n\tbottom: 2%;\n}\n\n.button-purchase:hover {\n\tcolor: darkgrey;\n\tborder-color: darkgrey;\n}\n\n.premium-addons .premium-addon-div hr {\n\theight: 2px;\n\tbackground-color: #777;\n\tmargin-top: 18px;\n}\n\n.premium-addon-div p {\n\tfont-style: italic;\n}\n\n.addon-list > .premium-addon-div > .onedrive-fix,\n.addon-list > .premium-addon-div > .azure-logo {\n\tmargin-top: 33px;\n}\n\n.addon-list > .premium-addon-div > .dropbox-fix {\n\tmargin-top: 18px;\n}\n\n/* End premium addons */\n\n\n/* Forgotton something (that is the name of the div rather than a mental note!) */\n\n.premium-forgotton-something {\n\tmargin-top: 5%;\n}\n\n.premium-forgotton-something h1 {\n\ttext-align: center;\n\tfont-weight: bold;\n}\n\n.premium-forgotton-something p {\n\ttext-align: center;\n\tfont-weight: normal;\n}\n\n.premium-forgotton-something .button-faq {\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tmargin: 0 auto;\n\tdisplay: table;\n}\n\n.premium-forgotton-something .button-faq:hover {\n\tcolor: #777;\n\tborder-color: #777;\n}\n\n/* End of forgotton something */\n\n.updraftplusmethod.updraftvault #vaultlogo {\n\tpadding-left: 40px;\n}\n\n.updraftplusmethod.updraftvault .vault_primary_option {\n\tfloat: left;\n\twidth: 50%;\n\ttext-align: center;\n\tpadding-bottom: 20px;\n}\n\n.updraftplusmethod.updraftvault .vault_primary_option div {\n\tclear: right;\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .clear-left {\n\tclear: left;\n}\n\n.updraftplusmethod.updraftvault .padding-top-20px {\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .padding-top-14px {\n\tpadding-top: 14px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary, .updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary {\n\tfont-size: 18px !important;\n\tpadding-bottom: 20px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_showoptions, .updraftplusmethod.updraftvault #updraftvault_connect {\n\tmargin-top: 8px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_connect input {\n\tmargin-right: 10px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_email {\n\twidth: 280px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_pass {\n\twidth: 200px;\n}\n\n.updraftplusmethod.updraftvault #vault-is-connected {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_default p {\n\tclear: left;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option {\n\tfloat: left;\n\twidth: 33%;\n\ttext-align: center;\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-size {\n\tfont-size: 200%;\n\tfont-weight: bold;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-link {\n\tclear: both;\n\tfont-size: 150%;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-or {\n\tclear: both;\n\tfont-size: 115%;\n\tfont-style: italic;\n}\n\n/* Automation Backup Advert by B */\n.autobackup-image {\n/* \tdisplay: inline-block; */\n/*\tmin-width: 10%;\n\tmax-width:25%;*/\n/*\tfloat: left;*/\n\tclear: left;\n\tfloat: left;\n\twidth: 110px;\n\theight: 110px;\n}\n\n.autobackup-description {\n\twidth: 100%;\n}\n\n.advert-description {\n\tfloat: left;\n\tclear: right;\n\tpadding: 4px 10px 8px 10px;\n\twidth: 70%;\n\tclear: right;\n\tvertical-align: top;\n}\n\n.advert-btn {\n\tdisplay: inline-block;\n\tmin-width: 10%;\n\tvertical-align: top;\n\tmargin-bottom: 8px;\n}\n\n.advert-btn:first-of-type {\n\tmargin-top: 25px;\n}\n\n.advert-btn a {\n\tdisplay: block;\n\tcursor: pointer;\n}\n\na.btn-get-started {\n\tbackground: #FFF;\n\tborder: 2px solid #DF6926;\n\tborder-radius: 4px;\n\tcolor: #DF6926;\n\tdisplay: inline-block;\n\tmargin-left: 10px !important;\n\tmargin-bottom: 7px !important;\n\tfont-size: 18px !important;\n\tline-height: 20px;\n\tmin-height: 28px;\n\tpadding: 11px 10px 5px 10px;\n\ttext-transform: uppercase;\n\ttext-decoration: none;\n}\n\n.circle-dblarrow {\n\tborder: 1px solid #DF6926;\n\tborder-radius: 100%;\n\tdisplay: inline-block;\n\tfont-size: 17px;\n\tline-height: 17px;\n\tmargin-left: 5px;\n\twidth: 20px;\n\theight: 20px;\n\ttext-align: center;\n}\n\n@media screen and (max-width: 782px) {\n/*\t.advert-description {\n\t\tmin-width: 75%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t.advert-btn {\n\t\tmargin-top: 15px;\n\t\tmargin-left:86px;\n\t\tmin-width: 100%;\n\t}*/\n}\n\n/* End Automation Backup Advert by B */\n/* New Responsive Pretty Advanced Settings */\n.expertmode .advanced_settings_container {\n\theight: auto;\n\toverflow: hidden;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu {\n\tfloat: none;\n\tborder-bottom: 1px solid rgb(204, 204, 204);\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content {\n\tpadding-top: 5px;\n\tfloat: none;\n\twidth: auto;\n\toverflow: auto;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content h3 {\n\tmargin-top: 5px !important;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content .advanced_tools {\n\tdisplay: none;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content .site_info {\n\tdisplay: block;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button {\n\tdisplay: inline-block;\n\tcursor: pointer;\n\tpadding: 5px;\n\tcolor: #000;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_text {\n\tfont-size: 16px;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover {\n\tbackground-color: #EAEAEA;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .active {\n\tbackground-color: #3498DB;\n\tcolor: #FFF;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .active:hover {\n\tbackground-color: #72C5FD;\n\tcolor: #FFF;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content input#import_settings {\n\theight: auto !important;\n}\n\ndiv#updraft-wrap a {\n\tcursor: pointer !important;\n}\n\n.updraftcentral_wizard_option {\n\twidth: 45%;\n\tfloat: left;\n\ttext-align: center;\n}\n\n.updraftcentral_wizard_option label {\n\tmargin-bottom: 8px;\n}\n\n#updraftcentral_keys_table {\n\tdisplay: none;\n}\n\n.create_key_container {\n\tborder: 1px solid;\n\tborder-radius: 4px;\n\tpadding: 0 0 6px 6px;\n\tmargin-bottom: 8px;\n}\n\n@media only screen and (min-width: 768px) {\n\n\t.addon-activation-notice {\n\t\tleft: 20em;\n\t}\n\n}\n\n@media screen and (min-width: 670px) {\n\n\t.expertmode .advanced_settings_container .advanced_settings_menu {\n\t\tfloat: left;\n\t\twidth: 215px;\n\t\tborder-right: 1px solid rgb(204, 204, 204);\n\t\tborder-bottom: none;\n\t}\n\n\t.expertmode .advanced_settings_container .advanced_settings_content {\n\t\tpadding-left: 10px;\n\t\tpadding-top: 0px;\n\t}\n\n\t.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button {\n\t\tdisplay: block;\n\t}\n\n}\n"]}
1
+ {"version":3,"sources":["css/updraftplus-admin.css"],"names":[],"mappings":"AAAA,uBAAuB;AACvB;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,WAAW;CACX;;AAED,2BAA2B;;AAE3B,kBAAkB;AAClB;CACC,sBAAsB;CACtB;;AAED;CACC,kBAAkB;CAClB;;AAED,sBAAsB;AACtB,eAAe;AACf;CACC,mBAAmB;CACnB;;AAED,sBAAsB;AACtB,aAAa;AACb;CACC,sBAAsB;CACtB;;AAED,oBAAoB;;AAEpB;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,iBAAiB;CACjB;;AAED,iBAAiB;;AAEjB;CACC,mBAAmB;CACnB,kBAAkB;CAClB,uBAAuB;CACvB,aAAa;CACb,iBAAiB;CACjB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB;;AAED,qBAAqB;;AAErB,kBAAkB;AAClB;CACC,kBAAkB;CAClB,oBAAoB;CACpB,oBAAoB;CACpB,gBAAgB;CAChB,kBAAkB;CAClB,oBAAoB;CACpB,mBAAmB;CACnB,mBAAmB;CACnB,mBAAmB;CACnB,wBAAwB;CACxB,mBAAmB;CACnB,kBAAkB;CAClB,qBAAqB;CACrB,yBAAyB;CACzB,uBAAuB;CACvB,mBAAmB;CACnB,mBAAmB;CACnB,kBAAkB;CAClB,qBAAqB;CACrB,eAAe;CACf,sBAAsB;CACtB;;AAED;CACC,gCAAgC;CAChC,yBAAyB;CACzB;;AAED;CACC,kBAAkB;CAClB,aAAa;CACb,mBAAmB;CACnB;;AAED;;;CAGC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,yBAAyB;CACzB,gCAAgC;CAChC;;AAED;CACC,gBAAgB;CAChB,iBAAiB;CACjB,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,wBAAwB;CACxB,iBAAiB;CACjB;;AAED;CACC,2BAA2B;CAC3B,oBAAoB;CACpB;;AAED;CACC,cAAc;CACd;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,eAAe;CACf,sBAAsB;CACtB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,mBAAmB;CACnB;;AAED;CACC,gBAAgB;CAChB,uBAAuB;CACvB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,aAAa;CACb;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,gBAAgB;CAChB,mBAAmB;CACnB,kBAAkB;CAClB,kBAAkB;CAClB;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf,sBAAsB;CACtB,gBAAgB;CAChB,aAAa;CACb;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB,0BAA0B;CAC1B,yBAAyB;CACzB,YAAY;CACZ,eAAe;CACf;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,cAAc;CACd,mBAAmB;CACnB,WAAW;CACX;;AAED;CACC,aAAa;CACb;;AAED,sBAAsB;;AAEtB,4BAA4B;;AAE5B;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,cAAc;CACd,YAAY;CACZ;;AAED;CACC,aAAa;CACb,mBAAmB;CACnB,WAAW;CACX;;AAED;CACC,aAAa;CACb,cAAc;CACd,mBAAmB;CACnB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,eAAe;CACf,aAAa;CACb,eAAe;CACf,mBAAmB;CACnB,UAAU;CACV,UAAU;CACV;;AAED;CACC,YAAY;CACZ;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED,mCAAmC;;AAEnC;CACC,iBAAiB;CACjB;;AAED;CACC,uBAAuB;CACvB;;AAED;CACC,cAAc;CACd;;AAED;CACC,8BAA8B;CAC9B,aAAa;CACb,eAAe;CACf,2BAA2B;CAC3B,gBAAgB;CAChB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,4BAA4B;CAC5B,8BAA8B;CAC9B,2BAA2B;CAC3B,iBAAiB;CACjB,iBAAiB;CACjB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,aAAa;CACb,aAAa;CACb,8BAA8B;CAC9B;;AAED;CACC,+BAA+B;CAC/B;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB,kBAAkB;CAClB,mBAAmB;CACnB,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,uBAAuB;CACvB;;AAED;CACC,WAAW;CACX;;AAED,mBAAmB;;AAEnB,oEAAoE;AACpE;;CAEC,wBAAwB;CACxB;;AAED;;CAEC,gCAAgC;CAChC;;AAED;;CAEC,+BAA+B;CAC/B;;AAED;;CAEC,wBAAwB;CACxB;;AAED,+BAA+B;AAC/B;CACC,mBAAmB;CACnB,cAAc;CACd,eAAe;CACf;;AAED;CACC,mBAAmB;CACnB,aAAa;CACb,YAAY;CACZ,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,cAAc;CACd,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,mBAAmB;CACnB,YAAY;CACZ,YAAY;CACZ,eAAe;CACf;;AAED,8BAA8B;AAC9B;CACC,mBAAmB;CACnB,cAAc;CACd,cAAc;CACd,YAAY;CACZ,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,OAAO;CACP,SAAS;CACT;;AAED;CACC,aAAa;CACb,YAAY;CACZ,eAAe;CACf;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd;;AAED;CACC,gBAAgB;CAChB,WAAW;CACX,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB,2BAA2B;CAC3B;;AAED;CACC,aAAa;CACb;;AAED;CACC,0BAA0B;CAC1B,0BAA0B;CAC1B,aAAa;CACb,uBAAuB;CACvB,kBAAkB;CAClB;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,uBAAuB;CACvB,YAAY;CACZ,uBAAuB;CACvB,aAAa;CACb,aAAa;CACb,kBAAkB;CAClB,mBAAmB;CACnB,YAAY;CACZ;;AAED;CACC,aAAa;CACb,8BAA8B;CAC9B,YAAY;CACZ,YAAY;CACZ,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,uBAAuB;CACvB,YAAY;CACZ,uBAAuB;CACvB,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb,yBAAyB;CACzB;;AAED;CACC,wBAAwB;CACxB,0BAA0B;CAC1B;;AAED;CACC,eAAe;CACf;;AAED;CACC,wBAAwB;CACxB,cAAc;CACd;;AAED;CACC,oBAAoB;CACpB,aAAa;CACb;;AAED;CACC,YAAY;CACZ;;AAED;CACC,aAAa;CACb,oBAAoB;CACpB,uBAAuB;CACvB,cAAc;CACd;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,eAAe;CACf;;AAED;CACC,YAAY;CACZ;;AAED;CACC,qCAAqC;CACrC,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd,sCAAsC;CACtC,iBAAiB;CACjB,4BAA4B;CAC5B,uCAAuC;CACvC,qBAAqB;CACrB,kBAAkB;CAClB;;AAED;CACC,wBAAwB;CACxB,0BAA0B;CAC1B,gBAAgB;CAChB,wBAAwB;CACxB,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,gBAAgB;CAChB,eAAe;CACf;;AAED;CACC,aAAa;CACb;;AAED;CACC,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd,aAAa;CACb;;AAED;CACC,UAAU;CACV,oBAAoB;CACpB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,WAAW;CACX,gBAAgB;CAChB,kBAAkB;CAClB,YAAY;CACZ,mBAAmB;CACnB,aAAa;CACb,cAAc;CACd;;AAED;CACC,gBAAgB;CAChB,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,cAAc;CACd,YAAY;CACZ;;AAED;CACC,cAAc;CACd;;AAED;;CAEC;EACC,eAAe;EACf,YAAY;EACZ,mBAAmB;EACnB;;CAED;;AAED,oCAAoC;AACpC;CACC,WAAW;CACX;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb;;AAED;CACC,aAAa;CACb;;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;;AAEH;CACC,iBAAiB;CACjB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,+BAA+B;CAC/B,uBAAuB;CACvB,wBAAwB;CACxB;;AAED;CACC,kBAAkB;CAClB,YAAY;CACZ,yBAAyB;CACzB;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,YAAY;CACZ,YAAY;CACZ,yBAAyB;CACzB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,0BAA0B;CAC1B,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,eAAe;CACf;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,kBAAkB;CAClB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,uBAAuB;CACvB,aAAa;CACb,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,wBAAwB;CACxB,iBAAiB;CACjB,gBAAgB;CAChB,oBAAoB;CACpB;;AAED;CACC,WAAW;CACX,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX;;AAED;CACC,cAAc;CACd,oBAAoB;CACpB;;AAED;CACC,cAAc;CACd,gBAAgB;CAChB,WAAW;CACX,SAAS;CACT,kBAAkB;CAClB,mBAAmB;CACnB,+BAA+B;CAC/B,aAAa;CACb;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,sBAAsB;CACtB;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB,gBAAgB;CAChB;;AAED;CACC,sBAAsB;CACtB,mBAAmB;CACnB,SAAS;CACT;;AAED;CACC,sBAAsB;CACtB,mBAAmB;CACnB,SAAS;CACT;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf;;AAED;CACC,cAAc;CACd;;AAED;CACC,cAAc;CACd,oBAAoB;CACpB,mBAAmB;CACnB;;AAED;CACC,wBAAwB;CACxB,aAAa;CACb;;AAED;CACC,oBAAoB;CACpB,iBAAiB;CACjB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,aAAa;CACb,aAAa;CACb;;AAED;CACC,YAAY;CACZ,iBAAiB;CACjB;;AAED;CACC,YAAY;CACZ,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,qBAAqB;CACrB;;AAED;CACC,iBAAiB;CACjB,iBAAiB;CACjB,mBAAmB;CACnB,gBAAgB;CAChB,aAAa;CACb,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB,gBAAgB;CAChB,aAAa;CACb,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB,UAAU;CACV,SAAS;CACT,mBAAmB;CACnB,0BAA0B;CAC1B;;AAED;CACC,mBAAmB;CACnB,gBAAgB;CAChB,iBAAiB;CACjB,uBAAuB;CACvB,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB,aAAa;CACb;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB,gBAAgB;CAChB;;AAED;CACC,WAAW;CACX,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB,kBAAkB;CAClB,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,WAAW;CACX,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,WAAW;CACX,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,uBAAuB;CACvB;;AAED;CAGC,uBAAuB;CACvB,iBAAiB;CACjB,WAAW;CACX;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,kBAAkB;CAClB,YAAY;CACZ,YAAY;CACZ;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,gBAAgB;CAChB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,4BAA4B;CAC5B;;AAED;CACC,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,qBAAqB;CACrB;;AAED;;GAEG;;AAEH;CACC,eAAe;CACf,WAAW;CACX;;AAED;CACC,eAAe;CACf;;AAED,6BAA6B;AAC7B;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,gBAAgB;CAChB;;AAED,aAAa;AACb,oHAAoH;;AAEpH;CACC,qBAAqB;CACrB,mBAAmB;CACnB;;AAED;CACC,kBAAkB;CAClB,iBAAiB;CACjB,cAAc;CACd,aAAa;CACb;;AAED;CACC,oBAAoB;CACpB;;AAED;CACC,WAAW;CACX;;AAED,iBAAiB;;AAEjB;CACC,0BAA0B;CAC1B,cAAc;CACd,YAAY;CACZ;;AAED;CACC,aAAa;CACb,oBAAoB;CACpB,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,WAAW;CACX,YAAY;CACZ;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB,aAAa;CACb,iBAAiB;CACjB;;AAED;CACC,6BAA6B;CAC7B,aAAa;CACb,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb;;AAED,qBAAqB;;AAErB,iBAAiB;;AAEjB;CACC,YAAY;CACZ,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,aAAa;CACb,cAAc;CACd,uBAAuB;CACvB,sBAAsB;CACtB,eAAe;CACf,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,cAAc;CACd;;AAED;CACC,WAAW;CACX,gBAAgB;CAChB,6BAA6B;CAC7B;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,WAAW;CACX,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB,iBAAiB;CACjB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,cAAc;CACd,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,mBAAmB;CACnB,WAAW;CACX,WAAW;CACX;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,uBAAuB;CACvB,gBAAgB;CAChB;;AAED,qBAAqB;;AAErB,oBAAoB;;AAEpB;CACC,iBAAiB;CACjB,YAAY;CACZ,eAAe;CACf,eAAe;CACf;;AAED;CACC,wBAAwB;CACxB,eAAe;CACf,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb,cAAc;CACd,uBAAuB;CACvB,sBAAsB;CACtB,eAAe;CACf,mBAAmB;CACnB,iBAAiB;CACjB,mBAAmB;CACnB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,aAAa;CACb,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,aAAa;CACb,aAAa;CACb;;AAED;CACC,WAAW;CACX,aAAa;CACb;;AAED;CACC,gBAAgB;CAChB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,mBAAmB;CACnB,WAAW;CACX,WAAW;CACX;;AAED;CACC,gBAAgB;CAChB,uBAAuB;CACvB;;AAED;CACC,YAAY;CACZ,uBAAuB;CACvB,iBAAiB;CACjB;;AAED;CACC,mBAAmB;CACnB;;AAED;;CAEC,iBAAiB;CACjB;;AAED;CACC,iBAAiB;CACjB;;AAED,wBAAwB;;;AAGxB,mFAAmF;;AAEnF;CACC,eAAe;CACf;;AAED;CACC,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,eAAe;CACf,sBAAsB;CACtB,eAAe;CACf,eAAe;CACf;;AAED;CACC,YAAY;CACZ,mBAAmB;CACnB;;AAED,gCAAgC;;AAEhC;CACC,mBAAmB;CACnB;;AAED;CACC,YAAY;CACZ,WAAW;CACX,mBAAmB;CACnB,qBAAqB;CACrB;;AAED;CACC,aAAa;CACb,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,kBAAkB;CAClB;;AAED;CACC,2BAA2B;CAC3B,qBAAqB;CACrB;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,aAAa;CACb;;AAED;CACC,aAAa;CACb;;AAED;CACC,UAAU;CACV,WAAW;CACX;;AAED;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,WAAW;CACX,mBAAmB;CACnB,kBAAkB;CAClB;;AAED;CACC,gBAAgB;CAChB,kBAAkB;CAClB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB;;AAED;CACC,YAAY;CACZ,gBAAgB;CAChB,mBAAmB;CACnB;;AAED,mCAAmC;AACnC;AACA,6BAA6B;AAC7B;iBACiB;AACjB,iBAAiB;CAChB,YAAY;CACZ,YAAY;CACZ,aAAa;CACb,cAAc;CACd;;AAED;CACC,YAAY;CACZ;;AAED;CACC,YAAY;CACZ,aAAa;CACb,2BAA2B;CAC3B,WAAW;CACX,aAAa;CACb,oBAAoB;CACpB;;AAED;CACC,sBAAsB;CACtB,eAAe;CACf,oBAAoB;CACpB,mBAAmB;CACnB;;AAED;CACC,iBAAiB;CACjB;;AAED;CACC,eAAe;CACf,gBAAgB;CAChB;;AAED;CACC,iBAAiB;CACjB,0BAA0B;CAC1B,mBAAmB;CACnB,eAAe;CACf,sBAAsB;CACtB,6BAA6B;CAC7B,8BAA8B;CAC9B,2BAA2B;CAC3B,kBAAkB;CAClB,iBAAiB;CACjB,4BAA4B;CAC5B,0BAA0B;CAC1B,sBAAsB;CACtB;;AAED;CACC,0BAA0B;CAC1B,oBAAoB;CACpB,sBAAsB;CACtB,gBAAgB;CAChB,kBAAkB;CAClB,iBAAiB;CACjB,YAAY;CACZ,aAAa;CACb,mBAAmB;CACnB;;AAED;AACA;;;;;;;;;IASI;CACH;;AAED,uCAAuC;AACvC,6CAA6C;AAC7C;CACC,aAAa;CACb,iBAAiB;CACjB;;AAED;CACC,YAAY;CACZ,4CAA4C;CAC5C;;AAED;CACC,iBAAiB;CACjB,YAAY;CACZ,YAAY;CACZ,eAAe;CACf;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,cAAc;CACd;;AAED;CACC,eAAe;CACf;;AAED;CACC,sBAAsB;CACtB,gBAAgB;CAChB,aAAa;CACb,YAAY;CACZ;;AAED;CACC,gBAAgB;CAChB;;AAED;CACC,0BAA0B;CAC1B;;AAED;CACC,0BAA0B;CAC1B,YAAY;CACZ;;AAED;CACC,0BAA0B;CAC1B,YAAY;CACZ;;AAED;CACC,wBAAwB;CACxB;;AAED;CACC,2BAA2B;CAC3B;;AAED;CACC,WAAW;CACX,YAAY;CACZ,mBAAmB;CACnB;;AAED;CACC,mBAAmB;CACnB;;AAED;CACC,cAAc;CACd;;AAED;CACC,kBAAkB;CAClB,mBAAmB;CACnB,qBAAqB;CACrB,mBAAmB;CACnB;;AAED;;CAEC;EACC,WAAW;EACX;;CAED;;AAED;;CAEC;EACC,YAAY;EACZ,aAAa;EACb,2CAA2C;EAC3C,oBAAoB;EACpB;;CAED;EACC,mBAAmB;EACnB,iBAAiB;EACjB;;CAED;EACC,eAAe;EACf;;CAED","file":"updraftplus-admin.min.css","sourcesContent":["/* Widths and sizing */\n.max-width-600 {\n\tmax-width: 600px;\n}\n\n.width-900 {\n\twidth: 900px;\n}\n\n.width-80 {\n\twidth: 80%;\n}\n\n/* End widths and sizing */\n\n/* Font styling */\n.no-decoration {\n\ttext-decoration: none;\n}\n\n.bold {\n\tfont-weight: bold;\n}\n\n/* End font styling */\n/* Alignment */\n.center-align-td {\n\ttext-align: center;\n}\n\n/* End of Alignment */\n/* Padding */\n.remove-padding {\n\tpadding: 0 !important;\n}\n\n/* End of padding */\n\n.updraft-text-center {\n\ttext-align: center;\n}\n\n.autobackup {\n\tpadding: 6px;\n\tmargin: 8px 0px;\n}\n\nul .disc {\n\tlist-style: disc inside;\n}\n\n.dashicons-log-fix {\n\tdisplay: inherit;\n}\n\n/* Input boxes */\n\ninput {\n\tborder-radius: 4px;\n\tline-height: 1.42;\n\tborder: 1px solid #CCC;\n\theight: 27px;\n\tpadding: 2px 6px;\n\tcolor: #555;\n}\n\ninput[type=\"text\"] {\n\tfont-size: 14px;\n}\n\ninput[type=\"number\"] {\n\theight: 31px;\n}\n\nselect {\n\tborder-radius: 4px;\n}\n\n/* End input boxes */\n\n/* Main Buttons */\n.main-dashboard-buttons {\n\tborder-width: 4px;\n\tborder-radius: 12px;\n\tletter-spacing: 0px;\n\tfont-size: 17px;\n\tfont-weight: bold;\n\tpadding-left: 0.7em;\n\tpadding-right: 2em;\n\tpadding: 0.3em 1em;\n\tline-height: 1.7em;\n\tbackground: transparent;\n\tposition: relative;\n\tborder: 2px solid;\n\ttransition: all 0.2s;\n\tvertical-align: baseline;\n\tbox-sizing: border-box;\n\ttext-align: center;\n\tline-height: 1.3em;\n\tmargin-left: .3em;\n\ttext-transform: none;\n\tline-height: 1;\n\ttext-decoration: none;\n}\n\n.button-restore {\n\tborder-color: rgb(98, 158, 192);\n\tcolor: rgb(98, 158, 192);\n}\n\n.dashboard-main-sizing {\n\tborder-width: 4px;\n\twidth: 190px;\n\tline-height: 1.7em;\n}\n\n.button-restore:hover, .button-migrate:hover, .button-backup:hover,\n.button-view-log:hover, .button-mass-selectors:hover,\n.button-delete:hover, .button-entity-backup:hover, .udp-button-primary:hover {\n\tborder-color: #DF6926;\n\tcolor: #DF6926;\n}\n\n.button-migrate {\n\tcolor: rgb(238, 169, 32);\n\tborder-color: rgb(238, 169, 32);\n}\n\n.updraft_migrate_widget_module {\n\tmargin: 8px 4px;\n\tpadding: 5px 8px;\n\tborder: 1px dotted;\n}\n\n.updraft_migrate_widget_reset {\n\tdisplay: none;\n\tmargin-left: 4px;\n}\n\n.updraft_migrate_widget_module_title {\n\tcursor: pointer;\n}\n\n.updraft_migrate_widget_module_title > p {\n\tline-height: 1em;\n\tmargin: 8px 0px 4px 0px;\n\tpadding: 4px 0px;\n}\n\n.updraft_migrate_widget_module_title > p > span {\n\tfont-size: 30px !important;\n\tpadding-right: 15px;\n}\n\n.updraft_migrate_widget_module_content {\n\tdisplay: none;\n}\n\n.button-backup {\n\tborder-color: #84CA1B;\n\tcolor: #84CA1B;\n}\n\n.existing-backups-buttons {\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 3px;\n}\n\n.existing-backups-restore-buttons {\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 3px;\n}\n\n.button-delete {\n\tcolor: #E23900;\n\tborder-color: #E23900;\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-right: 10px;\n}\n\n.button-view-log, .button-mass-selectors {\n\tcolor: darkgrey;\n\tborder-color: darkgrey;\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-top: -1px;\n}\n\n.button-view-log {\n\twidth: 120px;\n}\n\n.button-existing-restore {\n\tfont-size: 14px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\twidth: 110px;\n}\n\n.main-restore {\n\tmargin-right: 3%;\n\tmargin-left: 3%;\n}\n\n.button-entity-backup {\n\tcolor: #555;\n\tborder-color: #555;\n\tfont-size: 11px;\n\tline-height: 1.4em;\n\tborder-width: 2px;\n\tmargin-right: 5px;\n}\n\n.button-select-all {\n\twidth: 122px;\n}\n\n.button-deselect {\n\twidth: 92px;\n}\n\n#ud_massactions > .display-flex > .mass-selectors-margins {\n\tmargin-right: -4px;\n}\n\n.udp-button-primary {\n\tborder-width: 4px;\n\tcolor: #0073AA;\n\tborder-color: #0073AA;\n\tfont-size: 14px;\n\theight: 40px;\n}\n\n#ud_massactions .button-delete {\n\tmargin-right: 0px;\n}\n\n.stored_local {\n\tborder-radius: 5px;\n\tbackground-color: #007FE7;\n\tpadding: 3px 5px 5px 5px;\n\tcolor: #FFF;\n\tfont-size: 75%;\n}\n\n.form-table td.updraft_existingbackup_date {\n\tpadding-bottom: 5px;\n}\n\nspan#updraft_lastlogcontainer {\n\tword-break: break-all;\n}\n\n.stored_icon {\n\theight: 1.3em;\n\tposition: relative;\n\ttop: 0.2em;\n}\n\n.backup_date_label .clear-right {\n\tclear: right;\n}\n\n/* End Main Buttons */\n\n/* End of common elements */\n\n.udp-logo-70 {\n\twidth: 70px;\n\theight: 70px;\n\tfloat: left;\n\tpadding-right: 25px;\n}\n\nh3 .thank-you {\n\tmargin-top: 0px;\n}\n\n.ws_advert {\n\tmax-width: 800px;\n\tfont-size: 140%;\n\tline-height: 140%;\n\tpadding: 14px;\n\tclear: left;\n}\n\n.dismiss-dash-notice {\n\tfloat: right;\n\tposition: relative;\n\ttop: -20px;\n}\n\n#updraft_report_cell .updraft_reportbox {\n\tpadding: 8px;\n\tmargin: 8px 0;\n\tborder: 1px dotted;\n\tclear: left;\n\tfloat: left;\n}\n\n#updraft_report_cell button.updraft_reportbox_delete {\n\tfont-size: 50%;\n\tfloat: right;\n\tpadding: 0 3px;\n\tposition: relative;\n\ttop: -4px;\n\tleft: 4px;\n}\n\n.updraft_report_dbbackup.updraft_report_disabled {\n\tcolor: #CCC;\n}\n\n#updraft-navtab-settings-content .updraft-test-button {\n\tfont-size: 18px !important;\n}\n\n#updraft_report_cell .updraft_report_checkbox {\n\tmargin-top: 4px;\n}\n\n#updraft_report_cell .updraft_report_email {\n\twidth: 300px;\n}\n\n#updraft_report_cell .updraft_report_another_p {\n\tclear: left;\n}\n\n/* Taken straight from admin.php */\n\n#updraft-navtab-settings-content table.form-table p {\n\tmax-width: 700px;\n}\n\n#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected {\n\tbackground-color: #CCC;\n}\n\n.updraft_settings_sectionheading {\n\tdisplay: none;\n}\n\n.updraft-backupentitybutton-disabled {\n\tbackground-color: transparent;\n\tborder: none;\n\tcolor: #0074A2;\n\ttext-decoration: underline;\n\tcursor: pointer;\n\tclear: none;\n\tfloat: left;\n}\n\n.updraft-backupentitybutton {\n\tmargin-left: 8px;\n}\n\n.updraft-bigbutton {\n\tpadding: 2px 0px !important;\n\tmargin-right: 14px !important;\n\tfont-size: 22px !important;\n\tmin-height: 32px;\n\tmin-width: 180px;\n}\n\ntr[class*=\"_updraft_remote_storage_border\"] {\n\tborder-top: 1px solid #CCC;\n}\n\n.updraft_multi_storage_options {\n\tfloat: right;\n\tclear: right;\n\tmargin-bottom: 5px !important;\n}\n\n.updraft_toggle_instance_label {\n\tvertical-align: top !important;\n}\n\n.updraft_debugrow th {\n\tfloat: right;\n\ttext-align: right;\n\tfont-weight: bold;\n\tpadding-right: 8px;\n\tmin-width: 140px;\n}\n\n.updraft_debugrow td {\n\tmin-width: 300px;\n\tvertical-align: bottom;\n}\n\n#updraft_webdav_host_error, .onedrive_folder_error {\n\tcolor: red;\n}\n\n/* jstree styles */\n\n/* these styles hide the dots from the parent but keep the arrows */\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-node,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-node {\n\tbackground: transparent;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-open > .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-open > .jstree-ocl {\n\tbackground-position: -36px -4px;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-closed> .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-closed> .jstree-ocl {\n\tbackground-position: -4px -4px;\n}\n\n#updraft_zip_files_jstree .jstree-container-ul > .jstree-leaf> .jstree-ocl,\n#updraft_more_files_jstree .jstree-container-ul > .jstree-leaf> .jstree-ocl {\n\tbackground: transparent;\n}\n\n/* zip browser jstree styles */\n#updraft_zip_files_container {\n\tposition: relative;\n\theight: 450px;\n\toverflow: none;\n}\n\n#updraft_zip_info_container {\n\tposition: relative;\n\theight: auto;\n\twidth: 100%;\n\tborder: 1px dotted;\n\tmargin-bottom: 5px;\n}\n\n#updraft_zip_info_container p {\n\tmargin: 1px;\n\tpadding-left: 10px;\n\tfont-size: 14px;\n}\n\n#updraft_zip_download_item {\n\tdisplay: none;\n\tcolor: #0073AA;\n\tpadding-left: 10px;\n}\n\n#updraft_zip_download_notice {\n\tpadding-left: 10px;\n}\n\n#updraft_zip_files_jstree_container {\n\tposition: relative;\n\tborder: 1px dotted;\n\theight: 80%;\n\twidth: 100%;\n\toverflow: auto;\n}\n\n/* More files jstree styles */\n#updraft_more_files_container {\n\tposition: relative;\n\tdisplay: none;\n\theight: 300px;\n\twidth: 100%;\n\tborder: 1px dotted;\n\tmargin-bottom: 5px;\n}\n\n#updraft_jstree_buttons {\n\tposition: absolute;\n\ttop: 0;\n\tright: 0;\n}\n\n#updraft_jstree_container {\n\theight: 100%;\n\twidth: 100%;\n\toverflow: auto;\n}\n\n#updraft_more_files_container button {\n\theight: 22px;\n\tline-height: 20px;\n}\n\n#updraft_jstree_confirm, #updraft_jstree_cancel {\n\tdisplay: none;\n}\n\n.updraftplus-morefiles-row-delete {\n\tcursor: pointer;\n\tcolor: red;\n\tfont-size: 23px !important;\n}\n\n.updraftplus-morefiles-row-edit {\n\tcursor: pointer;\n\tfont-size: 24px !important;\n}\n\n#updraft-wrap .form-table th {\n\twidth: 230px;\n}\n\n.updraftplus-remove {\n\tbackground-color: #C00000;\n\tborder: 1px solid #C00000;\n\theight: 22px;\n\tpadding: 4px 3px 0 3px;\n\tmargin-right: 6px;\n}\n\n.updraft-viewlogdiv form {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.updraft-viewlogdiv {\n\tbackground-color: #FFF;\n\tcolor: #000;\n\tborder: 1px solid #000;\n\theight: 26px;\n\tpadding: 0px;\n\tmargin: 0 4px 0 0;\n\tborder-radius: 3px;\n\tfloat: left;\n}\n\n.updraft-viewlogdiv input, .updraft-viewlogdiv a {\n\tborder: none;\n\tbackground-color: transparent;\n\tcolor: #000;\n\tmargin: 0px;\n\tpadding: 3px 4px;\n\tfont-size: 16px;\n\tline-height: 26px;\n}\n\n.updraft-viewlogdiv:hover {\n\tbackground-color: #000;\n\tcolor: #FFF;\n\tborder: 1px solid #FFF;\n\tcursor: pointer;\n}\n\n.updraft-viewlogdiv input:hover, .updraft-viewlogdiv a:hover {\n\tcolor: #FFF;\n\tcursor: pointer;\n}\n\n.updraftplus-remove a {\n\tcolor: white;\n\tpadding: 4px 4px 0px 4px;\n}\n\n.updraftplus-remove:hover {\n\tbackground-color: white;\n\tborder: 1px solid #C00000;\n}\n\n.updraftplus-remove a:hover {\n\tcolor: #C00000;\n}\n\n.drag-drop #drag-drop-area2 {\n\tborder: 4px dashed #DDD;\n\theight: 200px;\n}\n\n#drag-drop-area2 .drag-drop-inside {\n\tmargin: 36px auto 0;\n\twidth: 350px;\n}\n\n#filelist, #filelist2 {\n\twidth: 100%;\n}\n\n#filelist .file, #filelist2 .file, .ud_downloadstatus .file, #ud_downloadstatus2 .file {\n\tpadding: 5px;\n\tbackground: #ECECEC;\n\tborder: solid 1px #CCC;\n\tmargin: 4px 0;\n}\n\nul.updraft_premium_description_list, ul#updraft_restore_warnings {\n\tlist-style: disc inside;\n}\n\nul.updraft_premium_description_list li {\n\tdisplay: inline;\n}\n\nul.updraft_premium_description_list li::after {\n\tcontent: \" | \";\n}\n\nul.updraft_premium_description_list li.last::after {\n\tcontent: \"\";\n}\n\n.updraft_feature_cell {\n\tbackground-color: #F7D9C9 !important;\n\tpadding: 5px 10px;\n}\n\n.updraftplus_com_login_status {\n\tdisplay: none;\n\tborder-left-color: #DC3232 !important;\n\tbackground: #FFF;\n\tborder-left: 4px solid #FFF;\n\tbox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n\tmargin: 5px 0 15px 0;\n\tpadding: 5px 12px;\n}\n\n.updraft_feat_table, .updraft_feat_th, .updraft_feat_table td {\n\tborder: 1px solid black;\n\tborder-collapse: collapse;\n\tfont-size: 120%;\n\tbackground-color: white;\n\ttext-align: center;\n}\n\n.updraft_feat_table p {\n\tpadding: 0px 10px;\n\tmargin: 5px 0px;\n\tfont-size: 16px;\n}\n\n.updraft_feat_table h4 {\n\tmargin: 5px 0px;\n}\n\n.updraft_feat_table .dashicons {\n\twidth: 25px;\n\theight: 25px;\n\tfont-size: 25px;\n\tline-height: 1;\n}\n\n.updraft_feat_table .dashicons-yes, .updraft_feat_table .updraft-yes {\n\tcolor: green;\n}\n\n.updraft_feat_table .dashicons-no-alt, .updraft_feat_table .updraft-no {\n\tcolor: red;\n}\n\n.updraft_tick_cell {\n\ttext-align: center;\n}\n\n.updraft_tick_cell img {\n\tmargin: 4px 0;\n\theight: 24px;\n}\n\n#filelist .fileprogress, #filelist2 .fileprogress, .ud_downloadstatus .dlfileprogress, #ud_downloadstatus2 .dlfileprogress {\n\twidth: 0%;\n\tbackground: #F6A828;\n\theight: 5px;\n}\n\n.ud_downloadstatus .raw, #ud_downloadstatus2 .raw {\n\tmargin-top: 8px;\n\tclear: left;\n}\n\n.ud_downloadstatus .file, #ud_downloadstatus2 .file {\n\tmargin-top: 8px;\n}\n\ntr.updraftplusmethod h3 {\n\tmargin: 0px;\n}\n\n#updraft_retain_db_rules .updraft_retain_rules_delete, #updraft_retain_files_rules .updraft_retain_rules_delete {\n\tcursor: pointer;\n\tcolor: red;\n\tfont-size: 120%;\n\tfont-weight: bold;\n\tborder: 0px;\n\tborder-radius: 3px;\n\tpadding: 2px;\n\tmargin: 0 6px;\n}\n\n#updraft_retain_db_rules .updraft_retain_rules_delete:hover, #updraft_retain_files_rules .updraft_retain_rules_delete:hover {\n\tcursor: pointer;\n\tcolor: white;\n\tbackground: red;\n}\n\n#updraft_backup_started {\n\tmax-width: 800px;\n\tfont-size: 140%;\n\tline-height: 140%;\n\tpadding: 14px;\n\tclear: left;\n}\n\n.udp-premium-image {\n\tdisplay: none;\n}\n\n@media screen and (min-width: 720px) {\n\n\t.udp-premium-image {\n\t\tdisplay: block;\n\t\tfloat: left;\n\t\tpadding-right: 5px;\n\t}\n\n}\n\n/* End stuff already in admin.php */\n#plupload-upload-ui2 {\n\twidth: 80%;\n}\n\n.backup-restored {\n\tpadding: 8px;\n}\n\n.backup-restored span {\n\tfont-size: 120%;\n}\n\n.memory-limit {\n\tpadding: 8px;\n}\n\n.updraft_list_errors {\n\tpadding: 8px;\n}\n\n/*.nav-tab {\n\tborder-radius: 20px 20px 0 0;\n\tborder-color: grey;\n\tborder-width: 2px;\n\tmargin-top: 34px;\n}\n\n.nav-tab:hover {\n\tborder-bottom: 0;\n}\n\n.nav-tab-active, .nav-tab-active:active {\n\tcolor: #df6926;\n\tborder-color: #D3D3D3;\n\tborder-width: 1px;\n\tborder-bottom: 0;\n}\n\n.nav-tab-active:focus {\n\tcolor: #df6926;\n}*/\n\n.nav-tab-wrapper {\n\tmargin: 14px 0px;\n}\n\n#updraft-poplog-content {\n\twhite-space: pre-wrap;\n}\n\n.next-backup {\n\tborder: 0px;\n\tpadding: 0px;\n\tmargin: 0 10px 0 0;\n}\n\n.not-scheduled {\n\tvertical-align: top !important;\n\tmargin: 0px !important;\n\tpadding: 0px !important;\n}\n\n.next-backup .updraft_scheduled {\n\t/* width: 124px;*/\n\tmargin: 0px;\n\tpadding: 2px 4px 2px 0px;\n}\n\n#next-backup-table-inner td {\n\tvertical-align: top;\n}\n\n.next-backup .updraft_all-files {\n\tcolor: blue;\n\tmargin: 0px;\n\tpadding: 2px 0px 0px 0px;\n}\n\n.multisite-advert-width {\n\twidth: 800px;\n}\n\n.updraft_settings_sectionheading {\n\tmargin-top: 6px;\n}\n\n.premium-upgrade-prompt {\n\tfont-size: 115%;\n}\n\n.updraft_feat_table {\n\tmargin-top: 30px;\n}\n\n.show_admin_restore_in_progress_notice {\n\tpadding: 8px;\n}\n\n.show_admin_restore_in_progress_notice .unfinished-restoration {\n\tfont-size: 120%;\n}\n\n#backupnow_includefiles_moreoptions, #backupnow_database_moreoptions {\n\tmargin: 4px 16px 6px 16px;\n\tborder: 1px dotted;\n\tpadding: 6px 10px;\n}\n\n#backupnow_database_moreoptions {\n\tmax-height: 250px;\n\toverflow: auto;\n}\n\n.form-table #updraft_activejobsrow .minimum-height {\n\tmin-height: 100px;\n}\n\n#updraft_lastlogmessagerow .last-message {\n\tpadding-top: 20px;\n\tdisplay: block;\n}\n\n.updraft_simplepie {\n\tvertical-align: top;\n}\n\n.download-backups {\n\tmargin-top: 8px;\n}\n\n.download-backups .updraft_download_button {\n\tmargin-right: 6px;\n\tmargin-top: 4px;\n}\n\n.download-backups .choose-components-button {\n\tfont-size: 16px;\n}\n\n.download-backups .ud-whitespace-warning {\n\tbackground-color: pink;\n\tpadding: 8px;\n\tmargin: 4px;\n\tborder: 1px dotted;\n}\n\n.download-backups .ul {\n\tlist-style: none inside;\n\tmax-width: 800px;\n\tmargin-top: 6px;\n\tmargin-bottom: 12px;\n}\n\n#updraft-plupload-modal {\n\twidth: 75%;\n\tmargin: 16px;\n\tmargin-left: 100px;\n}\n\n.download-backups .upload {\n\tmax-width: 610px;\n}\n\n.download-backups #plupload-upload-ui {\n\twidth: 70%;\n}\n\n.ud_downloadstatus {\n\tpadding: 10px;\n\tbackground: #F1F1F1;\n}\n\n#ud_massactions {\n\tpadding: 14px;\n\tposition: fixed;\n\tright: 25%;\n\ttop: 25%;\n\tborder: 2px solid;\n\tborder-radius: 4px;\n\tbackground: rgb(241, 241, 241);\n\tfloat: right;\n}\n\n#ud_massactions .updraftplus-remove {\n\tclear: left;\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n\tmargin-top: 4px;\n}\n\n#ud_massactions .updraftplus-remove a {\n\ttext-decoration: none;\n}\n\n#ud_massactions .updraft-viewlogdiv {\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n\tmargin-top: 4px;\n}\n\n#ud_massactions .updraft-viewlogdiv a {\n\ttext-decoration: none;\n\tposition: relative;\n\ttop: 3px;\n}\n\n#ud_massactions .updraft-viewlogdiv a {\n\ttext-decoration: none;\n\tposition: relative;\n\ttop: 3px;\n}\n\n#updraft-navtab-backups-content .updraft_existing_backups {\n\tmargin-bottom: 12px;\n}\n\n#updraft-message-modal-innards {\n\tpadding: 4px;\n}\n\n#updraft-authenticate-modal {\n\ttext-align: center;\n\tfont-size: 16px !important;\n}\n\n#updraft-authenticate-modal p {\n\tfont-size: 16px;\n}\n\n#updraft_delete_form p {\n\tmargin-top: 3px;\n\tpadding-top: 0;\n}\n\n#updraft_restore_form .cannot-restore {\n\tmargin: 8px 0;\n}\n\n#updraft_restorer_dboptions {\n\tpadding: 12px;\n\tmargin: 8px 0 4px 0;\n\tborder: dashed 1px;\n}\n\n#updraft_restorer_dboptions h4 {\n\tmargin: 0px 0px 6px 0px;\n\tpadding: 0px;\n}\n\n.updraft_debugrow th {\n\tvertical-align: top;\n\tpadding-top: 6px;\n}\n\n.expertmode p {\n\tfont-size: 125%;\n}\n\n.expertmode .call-wp-action {\n\twidth: 300px;\n\theight: 22px;\n}\n\n.updraftplus-lock-advert {\n\tclear: left;\n\tmax-width: 600px;\n}\n\n.uncompressed-data {\n\tclear: left;\n\tmax-width: 600px;\n}\n\n.delete-old-directories {\n\tpadding: 8px;\n\tpadding-bottom: 12px;\n}\n\n.active-jobs {\n\tmin-width: 480px;\n\tmin-height: 48px;\n\ttext-align: center;\n\tmargin-top: 4px;\n\tpadding: 8px;\n\tborder: 1px solid;\n\tfloat: left;\n\tclear: left;\n}\n\n.job-id {\n\tmin-width: 480px;\n\tmargin-top: 4px;\n\tpadding: 8px;\n\tborder: 1px solid;\n\tclear: left;\n\tfloat: left;\n}\n\n.next-resumption {\n\tfont-weight: bold;\n}\n\n.updraft_percentage {\n\tz-index: -1;\n\tposition: absolute;\n\tleft: 0px;\n\ttop: 0px;\n\ttext-align: center;\n\tbackground-color: #F6A828;\n}\n\n.curstage {\n\tborder-radius: 4px;\n\tmargin-top: 8px;\n\tpadding-top: 4px;\n\tborder: 1px solid #AAA;\n\twidth: 100%;\n\theight: 22px;\n\tposition: relative;\n\ttext-align: center;\n\tfont-style: italic;\n}\n\n.retain-files {\n\twidth: 48px;\n}\n\n.backup-interval-description tr td div {\n\tmax-width: 670px;\n}\n\n#updraft-manualdecrypt-modal {\n\twidth: 85%;\n\tmargin: 6px;\n\tmargin-left: 100px;\n}\n\n.directory-permissions {\n\tfont-size: 110%;\n\tfont-weight: bold;\n}\n\n.double-warning {\n\tborder: 1px solid;\n\tpadding: 6px;\n}\n\n.raw-backup-info {\n\tfont-style: italic;\n\tfont-weight: bold;\n\tfont-size: 120%;\n}\n\n.updraft_existingbackup_date {\n\twidth: 22%;\n\tmax-width: 140px;\n}\n\n.existing-backups-table {\n\tmargin-top: 20px;\n\tmargin-left: 20px;\n\twidth: 80%;\n}\n\n.tr-bottom-4 {\n\tmargin-bottom: 4px;\n}\n\n.form-table .backup-date {\n\twidth: 172px;\n\tpadding: 0;\n\tpadding-left: 15px;\n}\n\n.form-table .backup-data {\n\twidth: 426px;\n\tpadding: 0;\n\tpadding-left: 15px;\n}\n\n.form-table .updraft_backup_actions {\n\twidth: 272px;\n\tpadding: 0 0 10px 15px;\n}\n\n.existing-date {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n\tmax-width: 140px;\n\twidth: 25%;\n}\n\n.line-break-tr {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.line-break-td {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.td-line-color {\n\theight: 2px;\n\tbackground-color: #888;\n}\n\n.raw-backup {\n\tmax-width: 140px;\n}\n\n.existing-backups-actions {\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.existing-backups-border {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.existing-backups-border > td {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.existing-backups-border > div {\n\theight: 2px;\n\tbackground-color: #AAA;\n}\n\n.updraft_existing_backup_date {\n\tmax-width: 140px;\n}\n\n.restore-button {\n\tmargin-right: 6px;\n\tfloat: left;\n\tclear: none;\n}\n\n.updraftplus-upload {\n\tmargin-right: 6px;\n\tfloat: left;\n\tclear: none;\n}\n\n.updraft-upload-link {\n\tfont-size: 16px !important;\n}\n\n.updraftplus-remove {\n\tfont-size: 16px;\n\ttext-align: center;\n\tborder-radius: 4px;\n}\n\n.before-restore-button {\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.table-separator-tr {\n\theight: 2px;\n\tpadding: 1px;\n\tmargin: 0px;\n}\n\n.table-separator-td {\n\tmargin: 0px;\n\tpadding: 0px;\n}\n\n.end-of-table-div {\n\theight: 2px;\n\tbackground-color: #AAA;\n}\n\n.last-backup-job {\n\tpadding-top: 3% !important;\n}\n\n.line-height-03 {\n\tline-height: 0.3 !important;\n}\n\n.line-height-13 {\n\tline-height: 1.3 !important;\n}\n\n.line-height-23 {\n\tline-height: 2.3 !important;\n}\n\n#updraft_diskspaceused {\n\tcolor: #DF6926;\n}\n\n.updraft_premium_description_list {\n\ttext-align: left;\n}\n\n#updraft_delete_old_dirs_pagediv {\n\tpadding-bottom: 10px;\n}\n\n/*#updraft_lastlogmessagerow > td, #updraft_last_backup > td {\n\tpadding: 0;\n}*/\n\n.job-id {\n\tmargin: 0 auto;\n\twidth: 20%;\n}\n\n.updraft_all-files {\n\tcolor: #DF6926;\n}\n\n/* Time + scheduling add-on*/\n.fix-time {\n\twidth: 70px;\n}\n\n.retain-files {\n\twidth: 70px;\n}\n\n.number-input {\n\tmin-width: 50px;\n\tmax-width: 70px;\n}\n\n.additional-rule-width {\n\tmin-width: 60px;\n\tmax-width: 70px;\n}\n\n/* Add-ons */\n/* Want to fix the WordPress icons so that they fit inline with the text, and don't push everything out of place. */\n\n.dashicons {\n\tline-height: inherit;\n\tfont-size: inherit;\n}\n\n.addon-logo-150 {\n\tmargin-left: 30px;\n\tmargin-top: 33px;\n\theight: 125px;\n\twidth: 150px;\n}\n\n.margin-bottom-50 {\n\tmargin-bottom: 50px;\n}\n\n.premium-container {\n\twidth: 80%;\n}\n\n/* Main Header */\n\n.main-header {\n\tbackground-color: #DF6926;\n\theight: 200px;\n\twidth: 100%;\n}\n\n.button-add-to-cart {\n\tcolor: white;\n\tborder-color: white;\n\tfloat: none;\n\tmargin-right: 17px;\n}\n\n.button-add-to-cart:hover, .button-add-to-cart:focus, .button-add-to-cart:active {\n\tborder-color: #A0A5AA;\n\tcolor: #A0A5AA;\n}\n\n.addon-title {\n\tmargin-top: 25px;\n}\n\n.addon-text {\n\tmargin-top: 75px;\n}\n\n.image-main-div {\n\twidth: 25%;\n\tfloat: left;\n}\n\n.text-main-div {\n\twidth: 60%;\n\tfloat: left;\n\ttext-align: center;\n\tcolor: white;\n\tmargin-top: 16px;\n}\n\n.text-main-div-title {\n\tfont-weight: bold !important;\n\tcolor: white;\n\ttext-align: center;\n}\n\n.text-main-div-paragraph {\n\tcolor: white;\n}\n\n/* End main header */\n\n/* Vault icons */\n\n.updraftplus-vault-cta {\n\twidth: 100%;\n\ttext-align: center;\n\tmargin-bottom: 50px;\n}\n\n.updraftplus-vault-cta h1 {\n\tfont-weight: bold;\n}\n\n.updraftvault-buy {\n\twidth: 225px;\n\theight: 225px;\n\tborder: 2px solid #777;\n\tdisplay: inline-table;\n\tmargin: 0 auto;\n\tmargin-right: 50px;\n\tposition: relative;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault {\n\twidth: 275px;\n\theight: 275px;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault > a {\n\tright: 21%;\n\tfont-size: 16px;\n\tborder-width: 4px !important;\n}\n\n.updraftplus-vault-cta > .vault-options > .center-vault > p {\n\tfont-size: 16px;\n}\n\n.updraftvault-buy .button-purchase {\n\tright: 24%;\n\tmargin-left: 0;\n\tline-height: 1.7em;\n}\n\n.updraftvault-buy hr {\n\theight: 2px;\n\tbackground-color: #777;\n\tmargin-top: 18px;\n}\n\n.right {\n\tmargin-right: 0px;\n}\n\n.updraftvault-buy .addon-logo-100 {\n\theight: 100px;\n\twidth: 125px;\n\tmargin-top: 7px;\n}\n\n.updraftvault-buy .addon-logo-large {\n\tmargin-top: 7px;\n}\n\n.updraftvault-buy .button-buy-vault {\n\tfont-size: 12px;\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tborder-width: 2px !important;\n\tposition: absolute;\n\tright: 29%;\n\tbottom: 2%;\n}\n\n.premium-addon-div .button-purchase {\n\tline-height: 1.7em;\n}\n\n.updraftvault-buy .button-buy-vault:hover {\n\tborder-color: darkgrey;\n\tcolor: darkgrey;\n}\n\n/* End Vault icons */\n\n/* Premium addons */\n\n.premium-addons {\n\tmargin-top: 80px;\n\twidth: 100%;\n\tmargin: 0 auto;\n\tdisplay: table;\n}\n\n.addon-list {\n\t/* margin-left: 32px; */\n\tdisplay: table;\n\ttext-align: center;\n}\n\n.premium-addons h1 {\n\ttext-align: center;\n\tfont-weight: bold;\n}\n\n.premium-addons p {\n\ttext-align: center;\n}\n\n.premium-addons .premium-addon-div {\n\twidth: 200px;\n\theight: 250px;\n\tborder: 2px solid #777;\n\tdisplay: inline-table;\n\tmargin: 0 auto;\n\tmargin-right: 25px;\n\tmargin-top: 25px;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.premium-addons .premium-addon-div p {\n\tmargin-left: 2px;\n\tmargin-right: 2px;\n}\n\n.premium-addons .premium-addon-div img {\n\twidth: auto;\n\theight: 50px;\n\tmargin-top: 7px;\n}\n\n.premium-addons .premium-addon-div .hr-alignment {\n\tmargin-top: 44px;\n}\n\n.premium-addons .premium-addon-div .dropbox-logo {\n\theight: 39px;\n\twidth: 150px;\n}\n\n.premium-addons .premium-addon-div .azure-logo, .premium-addons .premium-addon-div .onedrive-logo {\n\twidth: 75%;\n\theight: 24px;\n}\n\n.button-purchase {\n\tfont-size: 12px;\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tborder-width: 2px !important;\n\tposition: absolute;\n\tright: 25%;\n\tbottom: 2%;\n}\n\n.button-purchase:hover {\n\tcolor: darkgrey;\n\tborder-color: darkgrey;\n}\n\n.premium-addons .premium-addon-div hr {\n\theight: 2px;\n\tbackground-color: #777;\n\tmargin-top: 18px;\n}\n\n.premium-addon-div p {\n\tfont-style: italic;\n}\n\n.addon-list > .premium-addon-div > .onedrive-fix,\n.addon-list > .premium-addon-div > .azure-logo {\n\tmargin-top: 33px;\n}\n\n.addon-list > .premium-addon-div > .dropbox-fix {\n\tmargin-top: 18px;\n}\n\n/* End premium addons */\n\n\n/* Forgotton something (that is the name of the div rather than a mental note!) */\n\n.premium-forgotton-something {\n\tmargin-top: 5%;\n}\n\n.premium-forgotton-something h1 {\n\ttext-align: center;\n\tfont-weight: bold;\n}\n\n.premium-forgotton-something p {\n\ttext-align: center;\n\tfont-weight: normal;\n}\n\n.premium-forgotton-something .button-faq {\n\tcolor: #DF6926;\n\tborder-color: #DF6926;\n\tmargin: 0 auto;\n\tdisplay: table;\n}\n\n.premium-forgotton-something .button-faq:hover {\n\tcolor: #777;\n\tborder-color: #777;\n}\n\n/* End of forgotton something */\n\n.updraftplusmethod.updraftvault #vaultlogo {\n\tpadding-left: 40px;\n}\n\n.updraftplusmethod.updraftvault .vault_primary_option {\n\tfloat: left;\n\twidth: 50%;\n\ttext-align: center;\n\tpadding-bottom: 20px;\n}\n\n.updraftplusmethod.updraftvault .vault_primary_option div {\n\tclear: right;\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .clear-left {\n\tclear: left;\n}\n\n.updraftplusmethod.updraftvault .padding-top-20px {\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .padding-top-14px {\n\tpadding-top: 14px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary, .updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary {\n\tfont-size: 18px !important;\n\tpadding-bottom: 20px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_showoptions, .updraftplusmethod.updraftvault #updraftvault_connect {\n\tmargin-top: 8px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_connect input {\n\tmargin-right: 10px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_email {\n\twidth: 280px;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_pass {\n\twidth: 200px;\n}\n\n.updraftplusmethod.updraftvault #vault-is-connected {\n\tmargin: 0;\n\tpadding: 0;\n}\n\n.updraftplusmethod.updraftvault #updraftvault_settings_default p {\n\tclear: left;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option {\n\tfloat: left;\n\twidth: 33%;\n\ttext-align: center;\n\tpadding-top: 20px;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-size {\n\tfont-size: 200%;\n\tfont-weight: bold;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-link {\n\tclear: both;\n\tfont-size: 150%;\n}\n\n.updraftplusmethod.updraftvault .vault-purchase-option-or {\n\tclear: both;\n\tfont-size: 115%;\n\tfont-style: italic;\n}\n\n/* Automation Backup Advert by B */\n.autobackup-image {\n/* \tdisplay: inline-block; */\n/*\tmin-width: 10%;\n\tmax-width:25%;*/\n/*\tfloat: left;*/\n\tclear: left;\n\tfloat: left;\n\twidth: 110px;\n\theight: 110px;\n}\n\n.autobackup-description {\n\twidth: 100%;\n}\n\n.advert-description {\n\tfloat: left;\n\tclear: right;\n\tpadding: 4px 10px 8px 10px;\n\twidth: 70%;\n\tclear: right;\n\tvertical-align: top;\n}\n\n.advert-btn {\n\tdisplay: inline-block;\n\tmin-width: 10%;\n\tvertical-align: top;\n\tmargin-bottom: 8px;\n}\n\n.advert-btn:first-of-type {\n\tmargin-top: 25px;\n}\n\n.advert-btn a {\n\tdisplay: block;\n\tcursor: pointer;\n}\n\na.btn-get-started {\n\tbackground: #FFF;\n\tborder: 2px solid #DF6926;\n\tborder-radius: 4px;\n\tcolor: #DF6926;\n\tdisplay: inline-block;\n\tmargin-left: 10px !important;\n\tmargin-bottom: 7px !important;\n\tfont-size: 18px !important;\n\tline-height: 20px;\n\tmin-height: 28px;\n\tpadding: 11px 10px 5px 10px;\n\ttext-transform: uppercase;\n\ttext-decoration: none;\n}\n\n.circle-dblarrow {\n\tborder: 1px solid #DF6926;\n\tborder-radius: 100%;\n\tdisplay: inline-block;\n\tfont-size: 17px;\n\tline-height: 17px;\n\tmargin-left: 5px;\n\twidth: 20px;\n\theight: 20px;\n\ttext-align: center;\n}\n\n@media screen and (max-width: 782px) {\n/*\t.advert-description {\n\t\tmin-width: 75%;\n\t\tmargin-bottom: 5px;\n\t}\n\n\t.advert-btn {\n\t\tmargin-top: 15px;\n\t\tmargin-left:86px;\n\t\tmin-width: 100%;\n\t}*/\n}\n\n/* End Automation Backup Advert by B */\n/* New Responsive Pretty Advanced Settings */\n.expertmode .advanced_settings_container {\n\theight: auto;\n\toverflow: hidden;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu {\n\tfloat: none;\n\tborder-bottom: 1px solid rgb(204, 204, 204);\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content {\n\tpadding-top: 5px;\n\tfloat: none;\n\twidth: auto;\n\toverflow: auto;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content h3 {\n\tmargin-top: 5px !important;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content .advanced_tools {\n\tdisplay: none;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content .site_info {\n\tdisplay: block;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button {\n\tdisplay: inline-block;\n\tcursor: pointer;\n\tpadding: 5px;\n\tcolor: #000;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_text {\n\tfont-size: 16px;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button:hover {\n\tbackground-color: #EAEAEA;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .active {\n\tbackground-color: #3498DB;\n\tcolor: #FFF;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_menu .active:hover {\n\tbackground-color: #72C5FD;\n\tcolor: #FFF;\n}\n\n.expertmode .advanced_settings_container .advanced_settings_content input#import_settings {\n\theight: auto !important;\n}\n\ndiv#updraft-wrap a {\n\tcursor: pointer !important;\n}\n\n.updraftcentral_wizard_option {\n\twidth: 45%;\n\tfloat: left;\n\ttext-align: center;\n}\n\n.updraftcentral_wizard_option label {\n\tmargin-bottom: 8px;\n}\n\n#updraftcentral_keys_table {\n\tdisplay: none;\n}\n\n.create_key_container {\n\tborder: 1px solid;\n\tborder-radius: 4px;\n\tpadding: 0 0 6px 6px;\n\tmargin-bottom: 8px;\n}\n\n@media only screen and (min-width: 768px) {\n\n\t.addon-activation-notice {\n\t\tleft: 20em;\n\t}\n\n}\n\n@media screen and (min-width: 670px) {\n\n\t.expertmode .advanced_settings_container .advanced_settings_menu {\n\t\tfloat: left;\n\t\twidth: 215px;\n\t\tborder-right: 1px solid rgb(204, 204, 204);\n\t\tborder-bottom: none;\n\t}\n\n\t.expertmode .advanced_settings_container .advanced_settings_content {\n\t\tpadding-left: 10px;\n\t\tpadding-top: 0px;\n\t}\n\n\t.expertmode .advanced_settings_container .advanced_settings_menu .advanced_tools_button {\n\t\tdisplay: block;\n\t}\n\n}\n"]}
includes/S3.php CHANGED
@@ -1075,12 +1075,12 @@ class UpdraftPlus_S3 {
1075
  if (false === $rest->error && 200 !== $rest->code) {
1076
  $rest->error = array('code' => $rest->code, 'message' => 'Unexpected HTTP status');
1077
  }
1078
-
1079
  if (false !== $rest->error) {
1080
  $this->__triggerError(sprintf("UpdraftPlus_S3::getBucketLocation({$bucket}): [%s] %s",
1081
  $rest->error['code'], $rest->error['message']), __FILE__, __LINE__);
1082
  return false;
1083
  }
 
1084
  return (isset($rest->body[0]) && (string)$rest->body[0] !== '') ? (string)$rest->body[0] : 'US';
1085
  }
1086
 
@@ -2310,17 +2310,17 @@ final class UpdraftPlus_S3Request {
2310
  @curl_close($curl);
2311
 
2312
  // Parse body into XML
2313
- if (false === $this->response->error && isset($this->response->headers['type']) &&
2314
- 'application/xml' == $this->response->headers['type'] && isset($this->response->body)) {
2315
  $this->response->body = simplexml_load_string($this->response->body);
2316
 
2317
  // Grab S3 errors
2318
  if (!in_array($this->response->code, array(200, 204, 206)) &&
2319
- isset($this->response->body->Code, $this->response->body->Message)) {
2320
  $this->response->error = array(
2321
  'code' => (string)$this->response->body->Code,
2322
- 'message' => (string)$this->response->body->Message
2323
  );
 
2324
  if (isset($this->response->body->Resource))
2325
  $this->response->error['resource'] = (string)$this->response->body->Resource;
2326
  unset($this->response->body);
1075
  if (false === $rest->error && 200 !== $rest->code) {
1076
  $rest->error = array('code' => $rest->code, 'message' => 'Unexpected HTTP status');
1077
  }
 
1078
  if (false !== $rest->error) {
1079
  $this->__triggerError(sprintf("UpdraftPlus_S3::getBucketLocation({$bucket}): [%s] %s",
1080
  $rest->error['code'], $rest->error['message']), __FILE__, __LINE__);
1081
  return false;
1082
  }
1083
+
1084
  return (isset($rest->body[0]) && (string)$rest->body[0] !== '') ? (string)$rest->body[0] : 'US';
1085
  }
1086
 
2310
  @curl_close($curl);
2311
 
2312
  // Parse body into XML
2313
+ // The case in which there is not application/xml content-type header is to support a DreamObjects case seen, April 2018
2314
+ if (false === $this->response->error && isset($this->response->body) && ((isset($this->response->headers['type']) && 'application/xml' == $this->response->headers['type']) || (!isset($this->response->headers['type']) && 0 === strpos($this->response->body, '<?xml')))) {
2315
  $this->response->body = simplexml_load_string($this->response->body);
2316
 
2317
  // Grab S3 errors
2318
  if (!in_array($this->response->code, array(200, 204, 206)) &&
2319
+ isset($this->response->body->Code)) {
2320
  $this->response->error = array(
2321
  'code' => (string)$this->response->body->Code,
 
2322
  );
2323
+ $this->response->error['message'] = isset($this->response->body->Message) ? $this->response->body->Message : '';
2324
  if (isset($this->response->body->Resource))
2325
  $this->response->error['resource'] = (string)$this->response->body->Resource;
2326
  unset($this->response->body);
includes/class-commands.php CHANGED
@@ -741,4 +741,38 @@ class UpdraftPlus_Commands {
741
  );
742
  }
743
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
  }
741
  );
742
  }
743
  }
744
+
745
+ /**
746
+ * This function will add some needed filters in order to be able to send a local backup to remote storage it will then boot the backup process.
747
+ *
748
+ * @param array $data - data sent from the front end, it includes the backup timestamp and nonce
749
+ *
750
+ * @return array - the response to be sent back to the front end
751
+ */
752
+ public function upload_local_backup($data) {
753
+ if (false === ($updraftplus_admin = $this->_load_ud_admin()) || false === ($updraftplus = $this->_load_ud())) return new WP_Error('no_updraftplus');
754
+
755
+ add_filter('updraftplus_initial_jobdata', array($updraftplus_admin, 'upload_local_backup_jobdata'), 10, 3);
756
+ add_filter('updraftplus_get_backup_file_basename_from_time', array($updraftplus_admin, 'upload_local_backup_name'), 10, 3);
757
+
758
+ $background_operation_started_method_name = empty($data['background_operation_started_method_name']) ? '_updraftplus_background_operation_started' : $data['background_operation_started_method_name'];
759
+
760
+ $msg = array(
761
+ 'nonce' => $data['use_nonce'],
762
+ 'm' => apply_filters('updraftplus_backupnow_start_message', '<strong>'.__('Start backup', 'updraftplus').':</strong> '.htmlspecialchars(__('OK. You should soon see activity in the "Last log message" field below.', 'updraftplus')), $data['use_nonce'])
763
+ );
764
+
765
+ $close_connection_callable = array($this->_uc_helper, $background_operation_started_method_name);
766
+
767
+ if (is_callable($close_connection_callable)) {
768
+ call_user_func($close_connection_callable, $msg);
769
+ } else {
770
+ $updraftplus->close_browser_connection(json_encode($msg));
771
+ }
772
+
773
+ do_action('updraft_backupnow_backup_all', apply_filters('updraft_backupnow_options', $data, array()));
774
+
775
+ // Control returns when the backup finished; but, the browser connection should have been closed before
776
+ die;
777
+ }
778
  }
includes/class-updraft-dashboard-news.php ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (!defined('ABSPATH')) die('No direct access allowed');
3
+
4
+ if (!class_exists('Updraft_Dashboard_News')) :
5
+ /**
6
+ * Handles all stuffs related to Dashboard News
7
+ */
8
+ class Updraft_Dashboard_News {
9
+
10
+ /**
11
+ * dashboard news feed URL
12
+ *
13
+ * @var String
14
+ */
15
+ private $feed_url;
16
+
17
+ /**
18
+ * news page URL
19
+ *
20
+ * @var String
21
+ */
22
+ private $link;
23
+
24
+ /**
25
+ * various translations to use in the UI
26
+ *
27
+ * @var Array
28
+ */
29
+ private $translations;
30
+
31
+ /**
32
+ * slug to use, where needed
33
+ *
34
+ * @var String
35
+ */
36
+ private $slug;
37
+
38
+ /**
39
+ * constructor of class Updraft_Dashboard_News
40
+ *
41
+ * @param String $feed_url - dashboard news feed URL
42
+ * @param String $link - web page URL
43
+ * @param Array $translations - an array of translations, with keys: product_title, item_prefix, item_description, dismiss_confirm
44
+ */
45
+ public function __construct($feed_url, $link, $translations) {
46
+
47
+ $this->feed_url = $feed_url;
48
+ $this->link = $link;
49
+ $this->translations = $translations;
50
+ $this->slug = sanitize_title($translations['product_title']);
51
+
52
+ $dashboard_news_transient_name = $this->get_transient_name();
53
+ add_filter('pre_set_transient_'.$dashboard_news_transient_name, array($this, 'pre_set_transient_for_dashboard_news'), 10);
54
+ add_filter('transient_'.$dashboard_news_transient_name, array($this, 'transient_for_dashboard_news'), 10);
55
+
56
+ add_action('wp_ajax_'.$this->slug.'_ajax_dismiss_dashboard_news', array($this, 'dismiss_dashboard_news'));
57
+
58
+ if ('index.php' == $GLOBALS['pagenow'] && !get_user_meta(get_current_user_id(), $this->slug.'_dismiss_dashboard_news', true)) {
59
+ add_action('admin_print_footer_scripts', array($this, 'admin_print_footer_scripts'));
60
+ }
61
+ }
62
+
63
+ /**
64
+ * Get the transient name
65
+ *
66
+ * @return String
67
+ */
68
+ private function get_transient_name() {
69
+ $locale = function_exists('get_user_locale') ? get_user_locale() : get_locale();
70
+ include(ABSPATH.WPINC.'/version.php');
71
+ $dash_prefix = version_compare($wp_version, '4.8', '>=') ? 'dash_v2_' : 'dash_';
72
+ return version_compare($wp_version, '4.3', '>=') ? $dash_prefix.md5('dashboard_primary_'.$locale) : 'dash_'.md5('dashboard_primary');
73
+ }
74
+
75
+ /**
76
+ * Filters a transient for dashboard news before its value is set
77
+ *
78
+ * @param String $value - New value of transient
79
+ * @return String HTML of Wordpress News & Events same as $transient param
80
+ */
81
+ public function pre_set_transient_for_dashboard_news($value) {
82
+ if (!function_exists('wp_dashboard_primary_output')) return $value;
83
+ // Not needed first if condition, because filter hook name have already transient name. It is for better checking
84
+ if (!get_user_meta(get_current_user_id(), $this->slug.'_dismiss_dashboard_news', true)) {
85
+ // Gets the news, when fetching WP news first time (transient cache does not exist)
86
+ $this->get_dashboard_news_html();
87
+ }
88
+ return $value;
89
+ }
90
+
91
+ /**
92
+ * Filters a transient for dashboard news when getting transient value
93
+ *
94
+ * @param String $value - New value of transient
95
+ * @return String - HTML of Wordpress News & Events
96
+ */
97
+ public function transient_for_dashboard_news($value) {
98
+ if (!function_exists('wp_dashboard_primary_output')) return $value;
99
+ $dashboard_news_transient_name = $this->get_transient_name();
100
+ // Not needed first if condition, because filter hook name have already transient name. It is for better checking
101
+ if (!get_user_meta(get_current_user_id(), $this->slug.'_dismiss_dashboard_news', true) && !empty($value)) {
102
+ return $value.$this->get_dashboard_news_html();
103
+ }
104
+ return $value;
105
+ }
106
+
107
+ /**
108
+ * get dashboard news html
109
+ *
110
+ * @return String - the resulting message
111
+ */
112
+ private function get_dashboard_news_html() {
113
+
114
+ $cache_key = $this->slug.'_dashboard_news';
115
+ if (false !== ($output = get_transient($cache_key))) return $output;
116
+
117
+ $feeds = array(
118
+ $this->slug => array(
119
+ 'link' => $this->link,
120
+ 'url' => $this->feed_url,
121
+ 'title' => $this->translations['product_title'],
122
+ 'items' => apply_filters($this->slug.'_dashboard_news_items_count', 2),
123
+ 'show_summary' => 0,
124
+ 'show_author' => 0,
125
+ 'show_date' => 0,
126
+ )
127
+ );
128
+ ob_start();
129
+ wp_dashboard_primary_output('dashboard_primary', $feeds);
130
+ $original_formatted_news = ob_get_clean();
131
+ $formatted_news = preg_replace('/<a(.+?)>(.+?)<\/a>/i', "<a$1>".$this->translations['item_prefix'].": $2</a>", $original_formatted_news);
132
+ $formatted_news = str_replace('<li>', '<li class="'.$this->slug.'_dashboard_news_item">', $formatted_news);
133
+ $formatted_news = str_replace('</li>', '<a href="#" class="dashicons dashicons-no-alt" title="'.esc_attr($this->translations['dismiss_tooltip']).'" onClick="'.$this->slug.'_dismiss_dashboard_news(); return false;" style="float: right; box-shadow: none;"></li></a>', $formatted_news);
134
+ set_transient($this->slug.'_dashboard_news', $formatted_news, 43200); // 12 hours
135
+
136
+ return $formatted_news;
137
+ }
138
+
139
+ /**
140
+ * Prints javascripts in admin footer
141
+ */
142
+ public function admin_print_footer_scripts() {
143
+ ?>
144
+ <script>
145
+ function <?php echo $this->slug; ?>_dismiss_dashboard_news() {
146
+ if (confirm("<?php echo esc_js($this->translations['dismiss_confirm']); ?>")) {
147
+ jQuery.ajax({
148
+ url: '<?php echo admin_url('admin-ajax.php');?>',
149
+ data : {
150
+ action: '<?php echo $this->slug; ?>_ajax_dismiss_dashboard_news',
151
+ nonce : '<?php echo wp_create_nonce($this->slug.'-dismiss-news-nonce');?>'
152
+ },
153
+ success: function(response) {
154
+ jQuery('.<?php echo $this->slug; ?>_dashboard_news_item').slideUp('slow');
155
+ },
156
+ error: function(response, status, error_code) {
157
+ console.log("<?php echo $this->slug; ?>_dismiss_dashboard_news: error: "+status+" ("+error_code+")");
158
+ console.log(response);
159
+ }
160
+ });
161
+ }
162
+ }
163
+ </script>
164
+ <?php
165
+ }
166
+
167
+ /**
168
+ * Dismiss dashboard news
169
+ */
170
+ public function dismiss_dashboard_news() {
171
+ $nonce = empty($_REQUEST['nonce']) ? '' : $_REQUEST['nonce'];
172
+ if (!wp_verify_nonce($nonce, $this->slug.'-dismiss-news-nonce')) die('Security check.');
173
+
174
+ update_user_meta(get_current_user_id(), $this->slug.'_dismiss_dashboard_news', true);
175
+ die();
176
+ }
177
+ }
178
+ endif;
includes/updraftplus-admin.js CHANGED
@@ -2675,6 +2675,83 @@ jQuery('#setting-error-settings_updated').slideUp();}, 5000);
2675
  var show_data = get_parameter_by_name('showdata');
2676
  updraft_restore_setup(entities, backup_timestamp, show_data);
2677
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2678
 
2679
  jQuery('#updraft-navtab-backups-content .updraft_existing_backups').on('click', '.updraft-delete-link', function(e) {
2680
  e.preventDefault();
@@ -2809,6 +2886,20 @@ jQuery(document).ready(function($) {
2809
  $(settings_css_prefix+'#updraftvault_settings_showoptions').slideDown();
2810
  });
2811
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2812
  $(settings_css_prefix+'#remote-storage-holder').on('click', '#updraftvault_connect_go', function(e) {
2813
  $(settings_css_prefix+'#updraftvault_connect_go').html(updraftlion.connecting);
2814
  updraft_send_command('vault_connect', {
@@ -2993,6 +3084,8 @@ jQuery(document).ready(function($) {
2993
  $('#remote-storage-holder').append(html).ready(function () {
2994
  $('.updraftplusmethod').not('.none').hide();
2995
  updraft_remote_storage_tabs_setup();
 
 
2996
  });
2997
  }
2998
 
2675
  var show_data = get_parameter_by_name('showdata');
2676
  updraft_restore_setup(entities, backup_timestamp, show_data);
2677
  }
2678
+
2679
+ var updraft_upload_modal_buttons = {};
2680
+
2681
+ updraft_upload_modal_buttons[updraftlion.uploadbutton] = function () {
2682
+ var key = jQuery('#updraft_upload_timestamp').val();
2683
+ var nonce = jQuery('#updraft_upload_nonce').val();
2684
+ var services = '';
2685
+ var send_list = false;
2686
+
2687
+ jQuery('.updraft_remote_storage_destination').each(function (index) {
2688
+ if (jQuery(this).is(':checked')) { send_list = true; }
2689
+ });
2690
+
2691
+ if (!send_list) {
2692
+ jQuery('#updraft-upload-modal-error').html(updraftlion.local_upload_error);
2693
+ return;
2694
+ } else {
2695
+ services = jQuery("input[name^='updraft_remote_storage_destination_']").serializeArray();
2696
+ }
2697
+
2698
+ jQuery(this).dialog("close");
2699
+ alert(updraftlion.local_upload_started);
2700
+ jQuery('#updraft-navtab-backups-content').hide();
2701
+ jQuery('#updraft-navtab-status-content').show();
2702
+ jQuery('#updraft-navtab-backups').removeClass('nav-tab-active');
2703
+ jQuery('#updraft-navtab-status').addClass('nav-tab-active');
2704
+ updraft_send_command('upload_local_backup', {
2705
+ use_nonce: nonce,
2706
+ use_timestamp: key,
2707
+ services: services
2708
+ }, function (response) {});
2709
+
2710
+ };
2711
+
2712
+ updraft_upload_modal_buttons[updraftlion.cancel] = function () {
2713
+ jQuery(this).dialog("close");
2714
+ };
2715
+
2716
+ jQuery("#updraft-upload-modal").dialog({
2717
+ autoOpen: false, height: 322, width: 430, modal: true,
2718
+ buttons: updraft_upload_modal_buttons
2719
+ });
2720
+
2721
+ jQuery('#updraft-navtab-backups-content .updraft_existing_backups').on('click', 'button.updraft-upload-link', function (e) {
2722
+ e.preventDefault();
2723
+ var nonce = jQuery(this).data('nonce').toString();
2724
+ var key = jQuery(this).data('key').toString();
2725
+ var services = jQuery(this).data('services').toString();
2726
+ if (nonce) {
2727
+ updraft_upload(key, nonce, services);
2728
+ } else {
2729
+ console.log("UpdraftPlus: A upload link was clicked, but the Job ID could not be found");
2730
+ }
2731
+ });
2732
+
2733
+ /**
2734
+ * Opens the dialog box for confirmation of where to upload the backup
2735
+ *
2736
+ * @param {string} key - The UNIX timestamp of the backup
2737
+ * @param {string} nonce - The backup job ID
2738
+ * @param {string} services - A list of services that have not been uploaded to yet
2739
+ */
2740
+ function updraft_upload(key, nonce, services) {
2741
+ jQuery('#updraft_upload_timestamp').val(key);
2742
+ jQuery('#updraft_upload_nonce').val(nonce);
2743
+ var services_array = services.split(",");
2744
+ jQuery('.updraft_remote_storage_destination').each(function (index) {
2745
+ var name = jQuery(this).val();
2746
+ if (jQuery.inArray(name, services_array) == -1) {
2747
+ jQuery(this).prop('checked', false);
2748
+ jQuery(this).prop('disabled', true);
2749
+ var label = $(this).prop("labels");
2750
+ jQuery(label).append(' ' + updraftlion.already_uploaded);
2751
+ }
2752
+ });
2753
+ jQuery('#updraft-upload-modal').dialog('open');
2754
+ }
2755
 
2756
  jQuery('#updraft-navtab-backups-content .updraft_existing_backups').on('click', '.updraft-delete-link', function(e) {
2757
  e.preventDefault();
2886
  $(settings_css_prefix+'#updraftvault_settings_showoptions').slideDown();
2887
  });
2888
 
2889
+ $('#remote-storage-holder').on('keyup', '.updraftplus_onedrive_folder_input', function(e) {
2890
+ var folder = $(this).val();
2891
+ var td_container = $(this).closest('td')
2892
+ if (0 == folder.indexOf('https:') || 0 == folder.indexOf('http:')) {
2893
+ if (!td_container.find('.onedrive_folder_error').length) {
2894
+ td_container.append('<div class="onedrive_folder_error">'+updraftlion.onedrive_folder_url_warning+'</div>');
2895
+ }
2896
+ } else {
2897
+ td_container.find('.onedrive_folder_error').slideUp('slow', function() {
2898
+ td_container.find('.onedrive_folder_error').remove();
2899
+ });
2900
+ }
2901
+ });
2902
+
2903
  $(settings_css_prefix+'#remote-storage-holder').on('click', '#updraftvault_connect_go', function(e) {
2904
  $(settings_css_prefix+'#updraftvault_connect_go').html(updraftlion.connecting);
2905
  updraft_send_command('vault_connect', {
3084
  $('#remote-storage-holder').append(html).ready(function () {
3085
  $('.updraftplusmethod').not('.none').hide();
3086
  updraft_remote_storage_tabs_setup();
3087
+ // Displays warning to the user of their mistake if they try to enter a URL in the OneDrive settings and saved
3088
+ $('#remote-storage-holder .updraftplus_onedrive_folder_input').trigger('keyup');
3089
  });
3090
  }
3091
 
includes/updraftplus-admin.min.js CHANGED
@@ -1,3 +1,3 @@
1
  function updraft_send_command(t,e,a,r){default_options={json_parse:!0,alert_on_error:!0,action:"updraft_ajax",nonce:updraft_credentialtest_nonce,nonce_key:"nonce",timeout:null,async:!0,type:"POST"},"undefined"==typeof r&&(r={});for(var o in default_options)r.hasOwnProperty(o)||(r[o]=default_options[o]);var n={action:r.action,subaction:t};if(n[r.nonce_key]=r.nonce,"object"==typeof e)for(var u in e)n[u]=e[u];else n.action_data=e;var d={type:r.type,url:ajaxurl,data:n,success:function(t,e){if(r.json_parse){try{var o=ud_parse_json(t)}catch(n){return"function"==typeof r.error_callback?r.error_callback(t,n,502,o):(console.log(n),console.log(t),void(r.alert_on_error&&alert(updraftlion.unexpectedresponse+" "+t)))}if(o.hasOwnProperty("fatal_error"))return"function"==typeof r.error_callback?r.error_callback(t,e,500,o):(console.error(o.fatal_error_message),r.alert_on_error&&alert(o.fatal_error_message),!1);"function"==typeof a&&a(o,e,t)}else"function"==typeof a&&a(t,e)},error:function(t,e,a){"function"==typeof r.error_callback?r.error_callback(t,e,a):(console.log("updraft_send_command: error: "+e+" ("+a+")"),console.log(t))},dataType:"text",async:r.async};null!=r.timeout&&(d.timeout=r.timeout),jQuery.ajax(d)}function updraft_delete(t,e,a){jQuery("#updraft_delete_timestamp").val(t),jQuery("#updraft_delete_nonce").val(e),a?jQuery("#updraft-delete-remote-section, #updraft_delete_remote").removeAttr("disabled").show():jQuery("#updraft-delete-remote-section, #updraft_delete_remote").hide().attr("disabled","disabled"),t.indexOf(",")>-1?(jQuery("#updraft_delete_question_singular").hide(),jQuery("#updraft_delete_question_plural").show()):(jQuery("#updraft_delete_question_plural").hide(),jQuery("#updraft_delete_question_singular").show()),jQuery("#updraft-delete-modal").dialog("open")}function updraft_remote_storage_tab_activation(t){jQuery(".updraftplusmethod").hide(),jQuery(".remote-tab").data("active",!1),jQuery(".remote-tab").removeClass("nav-tab-active"),jQuery(".updraftplusmethod."+t).show(),jQuery(".remote-tab-"+t).data("active",!0),jQuery(".remote-tab-"+t).addClass("nav-tab-active")}function updraft_check_overduecrons(){updraft_send_command("check_overdue_crons",null,function(t){t&&t.hasOwnProperty("m")&&jQuery("#updraft-insert-admin-warning").html(t.m)},{alert_on_error:!1})}function updraft_remote_storage_tabs_setup(){var t=0,e=jQuery(".updraft_servicecheckbox:checked");jQuery(e).each(function(a,r){var o=jQuery(r).val();"updraft_servicecheckbox_none"!=jQuery(r).attr("id")&&t++,jQuery(".remote-tab-"+o).show(),a==jQuery(e).length-1&&updraft_remote_storage_tab_activation(o)}),t>0&&jQuery(".updraftplusmethod.none").hide(),jQuery(document).keyup(function(t){if((32===t.keyCode||13===t.keyCode)&&jQuery(document.activeElement).is("input.labelauty + label")){var e=jQuery(document.activeElement).attr("for");e&&jQuery("#"+e).change()}}),jQuery(".updraft_servicecheckbox").change(function(){var e=jQuery(this).attr("id");if("updraft_servicecheckbox_"==e.substring(0,24)){var a=e.substring(24);null!=a&&""!=a&&(jQuery(this).is(":checked")?(t++,jQuery(".remote-tab-"+a).fadeIn(),updraft_remote_storage_tab_activation(a)):(t--,jQuery(".remote-tab-"+a).hide(),1==jQuery(".remote-tab-"+a).data("active")&&updraft_remote_storage_tab_activation(jQuery(".remote-tab:visible").last().attr("name"))))}t<=0?jQuery(".updraftplusmethod.none").fadeIn():jQuery(".updraftplusmethod.none").hide()}),jQuery(".updraft_servicecheckbox:not(.multi)").change(function(){var t=jQuery(this).attr("value");jQuery(this).is(":not(:checked)")?(jQuery(".updraftplusmethod."+t).hide(),jQuery(".updraftplusmethod.none").fadeIn()):jQuery(".updraft_servicecheckbox").not(this).prop("checked",!1)});var a=jQuery(".updraft_servicecheckbox");"function"==typeof a.labelauty&&a.labelauty()}function updraft_remote_storage_test(t,e,a){var r,o;a?(r=jQuery("#updraft-"+t+"-test-"+a),o=".updraftplusmethod."+t+"-"+a):(r=jQuery("#updraft-"+t+"-test"),o=".updraftplusmethod."+t);var n=r.data("method_label");r.html(updraftlion.testing_settings.replace("%s",n));var u={method:t};jQuery("#updraft-navtab-settings-content "+o+" input[data-updraft_settings_test], #updraft-navtab-settings-content .expertmode input[data-updraft_settings_test]").each(function(t,e){var a=jQuery(e).data("updraft_settings_test"),r=jQuery(e).attr("type");if(a){r||(console.log("UpdraftPlus: settings test input item with no type found"),console.log(e),r="text");var o=null;"checkbox"==r?o=jQuery(e).is(":checked")?1:0:"text"==r||"password"==r?o=jQuery(e).val():(console.log("UpdraftPlus: settings test input item with unrecognised type ("+r+") found"),console.log(e)),u[a]=o}}),jQuery("#updraft-navtab-settings-content "+o+" textarea[data-updraft_settings_test], #updraft-navtab-settings-content "+o+" select[data-updraft_settings_test]").each(function(t,e){var a=jQuery(e).data("updraft_settings_test");u[a]=jQuery(e).val()}),updraft_send_command("test_storage_settings",u,function(t,a){r.html(updraftlion.test_settings.replace("%s",n)),"undefined"!=typeof e&&0!=e&&(e=e.call(this,t,a,u)),"undefined"!=typeof e&&!1===e&&(alert(updraftlion.settings_test_result.replace("%s",n)+" "+t.output),t.hasOwnProperty("data")&&console.log(t.data))},{error_callback:function(t,e,a,o){if(r.html(updraftlion.test_settings.replace("%s",n)),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var u="updraft_send_command: error: "+e+" ("+a+")";console.log(u),alert(u),console.log(t)}}})}function backupnow_whichfiles_checked(t){return jQuery('#backupnow_includefiles_moreoptions input[type="checkbox"]').each(function(e){if(jQuery(this).is(":checked")){var a=jQuery(this).attr("name");if("updraft_include_"==a.substring(0,16)){var r=a.substring(16);""!=t&&(t+=","),t+=r}}}),t}function backupnow_whichtables_checked(t){var e=!1;return jQuery('#backupnow_database_moreoptions input[type="checkbox"]').each(function(t){if(!jQuery(this).is(":checked"))return void(e=!0)}),t=jQuery("input[name^='updraft_include_tables_']").serializeArray(),!e||t}function updraft_deleteallselected(){var t=0,e="",a="",r="";jQuery("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").each(function(o){t++;var n=jQuery(this).data("nonce");a&&(a+=","),a+=n;var u=jQuery(this).data("key");e&&(e+=","),e+=u;var d=jQuery(this).find(".updraftplus-remove").data("hasremote");r&&(r+=","),r+=d}),updraft_delete(e,a,r)}function updraft_openrestorepanel(t){updraft_console_focussed_tab=2,updraft_historytimertoggle(t),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-backups-content").show(),jQuery("#updraft-navtab-backups").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active")}function updraft_delete_old_dirs(){return!0}function updraft_initiate_restore(t){jQuery("#updraft-migrate-modal").dialog("close"),jQuery('#updraft-navtab-backups-content .updraft_existing_backups button[data-backup_timestamp="'+t+'"]').click()}function updraft_restore_setoptions(t){var e=0;jQuery('input[name="updraft_restore[]"]').each(function(a,r){var o=jQuery(r).val(),n=o+"=([0-9,]+)",u=new RegExp(n),d=t.match(u);d?(jQuery(r).removeAttr("disabled").data("howmany",d[1]).parent().show(),e++,"db"==o&&(e+=4.5),jQuery(r).is(":checked")&&jQuery("#updraft_restorer_"+o+"options").show()):jQuery(r).attr("disabled","disabled").parent().hide()});var a=t.match(/dbcrypted=1/);a?(jQuery("#updraft_restore_db").data("encrypted",1),jQuery(".updraft_restore_crypteddb").show()):(jQuery("#updraft_restore_db").data("encrypted",0),jQuery(".updraft_restore_crypteddb").hide()),jQuery("#updraft_restore_db").trigger("change");var r=t.match(/meta_foreign=([12])/);r?jQuery("#updraft_restore_meta_foreign").val(r[1]):jQuery("#updraft_restore_meta_foreign").val("0");var o=336+20*e;jQuery("#updraft-restore-modal").dialog("option","height",o)}function updraft_backup_dialog_open(){jQuery("#backupnow_includefiles_moreoptions").hide(),updraft_settings_form_changed?window.confirm(updraftlion.unsavedsettingsbackup)&&(jQuery("#backupnow_label").val(""),jQuery("#updraft-backupnow-modal").dialog("open")):(jQuery("#backupnow_label").val(""),jQuery("#updraft-backupnow-modal").dialog("open"))}function updraft_migrate_dialog_open(){jQuery("#updraft_migrate_modal_alt").hide(),updraft_migrate_modal_default_buttons={},updraft_migrate_modal_default_buttons[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-migrate-modal").dialog("option","buttons",updraft_migrate_modal_default_buttons),"function"==typeof updraft_migrate_widget_reset&&updraft_migrate_widget_reset(),jQuery("#updraft-migrate-modal").dialog("open"),jQuery("#updraft_migrate_modal_main").show()}function updraft_check_page_visibility(t){"hidden"==document.visibilityState?updraft_page_is_visible=0:(updraft_page_is_visible=1,1!==t&&updraft_activejobs_update(!0))}function updraft_backupnow_inpage_go(t,e,a,r,o,n,u){r="undefined"==typeof r?0:r,o="undefined"==typeof o?0:o,n="undefined"==typeof n?0:n,u="undefined"==typeof u?updraftlion.automaticbackupbeforeupdate:u,updraft_console_focussed_tab=1,updraft_inpage_success_callback=t;var d={},s=jQuery("#updraft-backupnow-inpage-modal").length;s&&jQuery("#updraft-backupnow-inpage-modal").dialog("option","buttons",d),jQuery("#updraft_inpage_prebackup").hide(),s&&jQuery("#updraft-backupnow-inpage-modal").dialog("open"),jQuery("#updraft_inpage_backup").show(),updraft_activejobslist_backupnownonce_only=1,updraft_inpage_hasbegun=0,updraft_backupnow_go(r,o,n,e,a,u,"")}function updraft_activejobs_update(t){var e=(new Date).getTime();if(!(0==t&&e<updraft_activejobs_nextupdate)){updraft_activejobs_nextupdate=e+5500;var a="";jQuery(".ud_downloadstatus .updraftplus_downloader, #ud_downloadstatus2 .updraftplus_downloader").each(function(t,e){var r=jQuery(e).data("downloaderfor");"object"==typeof r&&(""!=a&&(a+=":"),a=a+r.base+","+r.nonce+","+r.what+","+r.index)});var r={downloaders:a};try{jQuery("#updraft-poplog").dialog("isOpen")&&(r.log_fetch=1,r.log_nonce=updraft_poplog_log_nonce,r.log_pointer=updraft_poplog_log_pointer)}catch(o){console.log(o)}updraft_activejobslist_backupnownonce_only&&"undefined"!=typeof updraft_backupnow_nonce&&""!=updraft_backupnow_nonce&&(r.thisjobonly=updraft_backupnow_nonce),updraft_send_command("activejobs_list",r,function(t,o,n){try{t.hasOwnProperty("l")&&(t.l?(jQuery("#updraft_lastlogmessagerow").show(),jQuery("#updraft_lastlogcontainer").html(t.l)):(jQuery("#updraft_lastlogmessagerow").hide(),jQuery("#updraft_lastlogcontainer").html("("+updraftlion.nothing_yet_logged+")")));var u=-1;if(jQuery("#updraft_activejobs").html(t.j),jQuery("#updraft_activejobs .updraft_jobtimings").each(function(t,a){var r=jQuery(a);if(r.data("lastactivity")&&r.data("jobid")){var o=r.data("jobid"),n=r.data("lastactivity");(u==-1||n<u)&&(u=n);var d=r.data("nextresumptionafter"),s=r.data("nextresumption");e=(new Date).getTime(),n>50&&s>0&&d<-30&&e>updraft_last_forced_when+1e5&&(updraft_last_forced_jobid!=o||s!=updraft_last_forced_resumption)&&(updraft_last_forced_resumption=s,updraft_last_forced_jobid=o,updraft_last_forced_when=e,console.log("UpdraftPlus: force resumption: job_id="+o+", resumption="+s),updraft_send_command("forcescheduledresumption",{resumption:s,job_id:o},function(t){console.log(t)},{json_parse:!1,alert_on_error:!1}))}}),e=(new Date).getTime(),updraft_activejobs_nextupdate=e+18e4,1==updraft_page_is_visible&&(1==updraft_console_focussed_tab||2==updraft_console_focussed_tab&&""!=a)&&(updraft_activejobs_nextupdate=u>-1?u<5?e+1750:e+5e3:lastlog_lastdata==n?e+7500:e+1750),lastlog_lastdata=n,null!=t.j&&""!=t.j?(jQuery("#updraft_activejobsrow").show(),r.hasOwnProperty("thisjobonly")&&!updraft_inpage_hasbegun&&jQuery("#updraft-jobid-"+r.thisjobonly).length?(updraft_inpage_hasbegun=1,console.log("UpdraftPlus: the start of the requested backup job has been detected")):!updraft_inpage_hasbegun&&updraft_activejobslist_backupnownonce_only&&jQuery(".updraft_jobtimings.isautobackup").length?(autobackup_nonce=jQuery(".updraft_jobtimings.isautobackup").first().data("jobid"),autobackup_nonce&&(updraft_inpage_hasbegun=1,updraft_backupnow_nonce=autobackup_nonce,r.thisjobonly=autobackup_nonce,console.log("UpdraftPlus: the start of the requested backup job has been detected; id: "+autobackup_nonce))):1==updraft_inpage_hasbegun&&jQuery("#updraft-jobid-"+r.thisjobonly+".updraft_finished").length&&(updraft_inpage_hasbegun=2,console.log("UpdraftPlus: the end of the requested backup job has been detected"),"undefined"!=typeof updraft_inpage_success_callback&&""!=updraft_inpage_success_callback?updraft_inpage_success_callback.call(!1):jQuery("#updraft-backupnow-inpage-modal").dialog("close")),""==lastlog_jobs&&setTimeout(function(){jQuery("#updraft_backup_started").slideUp()},3500)):jQuery("#updraft_activejobsrow").is(":hidden")||("undefined"!=typeof lastbackup_laststatus&&updraft_showlastbackup(),jQuery("#updraft_activejobsrow").hide()),lastlog_jobs=t.j,null!=t.ds&&""!=t.ds&&jQuery(t.ds).each(function(t,e){""!=e.base&&updraft_downloader_status_update(e.base,e.timestamp,e.what,e.findex,e,n)}),null!=t.u&&""!=t.u&&jQuery("#updraft-poplog").dialog("isOpen")){var d=t.u;if(d.nonce==updraft_poplog_log_nonce&&(updraft_poplog_log_pointer=d.pointer,null!=d.log&&""!=d.log)){var s=jQuery("#updraft-poplog").scrollTop();jQuery("#updraft-poplog-content").append(d.log),updraft_poplog_lastscroll!=s&&updraft_poplog_lastscroll!=-1||(jQuery("#updraft-poplog").scrollTop(jQuery("#updraft-poplog-content").prop("scrollHeight")),updraft_poplog_lastscroll=jQuery("#updraft-poplog").scrollTop())}}}catch(i){console.log(updraftlion.unexpectedresponse+" "+n),console.log(i)}},{type:"GET",error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),!0===updraftplus_activejobs_list_fatal_error_alert&&(updraftplus_activejobs_list_fatal_error_alert=!1,alert(this.alert_done+" "+r.fatal_error_message));else{var o=e==a?a:a+" ("+e+")";console.error(o),console.log(t)}return!1}})}}function updraft_popuplog(t){var e=updraftlion.loading_log_file;t&&(e+=" (log."+t+".txt)"),jQuery("#updraft-poplog").dialog("option","title",e),jQuery("#updraft-poplog-content").html("<em>"+e+" ...</em> "),jQuery("#updraft-poplog").dialog("open"),updraft_send_command("get_log",t,function(t){updraft_poplog_log_pointer=t.pointer,updraft_poplog_log_nonce=t.nonce;var e="?page=updraftplus&action=downloadlog&force_download=1&updraftplus_backup_nonce="+t.nonce;jQuery("#updraft-poplog-content").html(t.log);var a={};a[updraftlion.downloadlogfile]=function(){window.location.href=e},a[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-poplog").dialog("option","buttons",a),jQuery("#updraft-poplog").dialog("option","title","log."+t.nonce+".txt"),updraft_poplog_lastscroll=-1},{type:"GET",timeout:6e4,error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-poplog-content").append(r.fatal_error_message);else{var o=e==a?a:a+" ("+e+")";jQuery("#updraft-poplog-content").append(o),console.log(t)}}})}function updraft_showlastbackup(){updraft_send_command("get_fragment","last_backup_html",function(t){response=t.output,lastbackup_laststatus==response?setTimeout(function(){updraft_showlastbackup()},7e3):jQuery("#updraft_last_backup").html(response),lastbackup_laststatus=response},{type:"GET"})}function updraft_historytimertoggle(t){updraft_historytimer&&1!=t?(clearTimeout(updraft_historytimer),updraft_historytimer=0):(updraft_updatehistory(0,0),updraft_historytimer=setInterval(function(){updraft_updatehistory(0,0)},3e4),calculated_diskspace||(updraftplus_diskspace(),calculated_diskspace=1))}function updraft_updatehistory(t,e){var a=Math.round((new Date).getTime()/1e3);if(1==t||1==e)updraft_historytimer_notbefore=a+30;else if(a<updraft_historytimer_notbefore)return void console.log("Update history skipped: "+a.toString()+" < "+updraft_historytimer_notbefore.toString());1==t&&(1==e?(updraft_history_lastchecksum=!1,jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html('<p style="text-align:center;"><em>'+updraftlion.rescanningremote+"</em></p>")):(updraft_history_lastchecksum=!1,jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html('<p style="text-align:center;"><em>'+updraftlion.rescanning+"</em></p>")));var r=e?"remotescan":!!t&&"rescan";updraft_send_command("rescan",r,function(t){if(t.hasOwnProperty("logs_exist")&&t.logs_exist&&jQuery("#updraft_lastlogmessagerow .updraft-log-link").show(),t.hasOwnProperty("migrate_modal")&&t.migrate_modal&&jQuery("#updraft_migrate_modal_main").replaceWith(t.migrate_modal),null!=t.n&&jQuery("#updraft-navtab-backups").html(t.n),null!=t.t){if(null!=t.cksum){if(t.cksum==updraft_history_lastchecksum)return;updraft_history_lastchecksum=t.cksum}jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html(t.t),t.data&&console.log(t.data)}})}function updraft_intervals_monthly_or_not(t,e){var a="#updraft-navtab-settings-content #"+t,r=jQuery(a+" option").length,o="monthly"==e,n=!1;if(r>10&&(n=!0),o||n){if(o&&n)return void("monthly"==e&&(jQuery(".updraft_monthly_extra_words_"+t).remove(),jQuery(a).before('<span class="updraft_monthly_extra_words_'+t+'">'+updraftlion.day+" </span>").after('<span class="updraft_monthly_extra_words_'+t+'"> '+updraftlion.inthemonth+" </span>")));if(jQuery(".updraft_monthly_extra_words_"+t).remove(),o){updraft_interval_week_val=jQuery(a+" option:selected").val(),jQuery(a).html(updraftlion.mdayselector).before('<span class="updraft_monthly_extra_words_'+t+'">'+updraftlion.day+" </span>").after('<span class="updraft_monthly_extra_words_'+t+'"> '+updraftlion.inthemonth+" </span>");var u=updraft_interval_month_val===!1?1:updraft_interval_month_val;u-=1,jQuery(a+" option:eq("+u+")").prop("selected",!0)}else{updraft_interval_month_val=jQuery(a+" option:selected").val(),jQuery(a).html(updraftlion.dayselector);var d=updraft_interval_week_val===!1?1:updraft_interval_week_val;jQuery(a+" option:eq("+d+")").prop("selected",!0)}}}function updraft_check_same_times(){var t=0,e=jQuery("#updraft-navtab-settings-content .updraft_interval").val();"manual"==e?jQuery("#updraft-navtab-settings-content .updraft_files_timings").hide():jQuery("#updraft-navtab-settings-content .updraft_files_timings").show(),"weekly"==e||"fortnightly"==e||"monthly"==e?(updraft_intervals_monthly_or_not("updraft_startday_files",e),jQuery("#updraft-navtab-settings-content #updraft_startday_files").show()):(jQuery(".updraft_monthly_extra_words_updraft_startday_files").remove(),jQuery("#updraft-navtab-settings-content #updraft_startday_files").hide());var a=jQuery("#updraft-navtab-settings-content .updraft_interval_database").val();"manual"==a&&(t=1,jQuery("#updraft-navtab-settings-content .updraft_db_timings").hide()),"weekly"==a||"fortnightly"==a||"monthly"==a?(updraft_intervals_monthly_or_not("updraft_startday_db",a),jQuery("#updraft-navtab-settings-content #updraft_startday_db").show()):(jQuery(".updraft_monthly_extra_words_updraft_startday_db").remove(),jQuery("#updraft-navtab-settings-content #updraft_startday_db").hide()),a==e?(jQuery("#updraft-navtab-settings-content .updraft_db_timings").hide(),0==t?jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").show():jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").hide()):(jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").hide(),0==t&&jQuery("#updraft-navtab-settings-content .updraft_db_timings").show())}function updraft_activejobs_delete(t){updraft_send_command("activejobs_delete",t,function(e){"Y"==e.ok?jQuery("#updraft-jobid-"+t).html(e.m).fadeOut("slow").remove():"N"==e.ok?alert(e.m):(alert(updraftlion.unexpectedresponse),console.log(e))})}function updraftplus_diskspace_entity(t){jQuery("#updraft_diskspaceused_"+t).html("<em>"+updraftlion.calculating+"</em>"),updraft_send_command("get_fragment",{fragment:"disk_usage",data:t},function(e){jQuery("#updraft_diskspaceused_"+t).html(e.output)},{type:"GET"})}function updraft_iframe_modal(t,e){var a=780,r=500;jQuery("#updraft-iframe-modal-innards").html('<iframe width="100%" height="430px" src="'+ajaxurl+"?action=updraft_ajax&subaction="+t+"&nonce="+updraft_credentialtest_nonce+'"></iframe>'),jQuery("#updraft-iframe-modal").dialog("option","title",e).dialog("option","width",a).dialog("option","height",r).dialog("open")}function updraft_html_modal(t,e,a,r){jQuery("#updraft-iframe-modal-innards").html(t);var o={};a<450&&(o[updraftlion.close]=function(){jQuery(this).dialog("close")}),jQuery("#updraft-iframe-modal").dialog("option","title",e).dialog("option","width",a).dialog("option","height",r).dialog("option","buttons",o).dialog("open")}function updraftplus_diskspace(){jQuery("#updraft-navtab-backups-content .updraft_diskspaceused").html("<em>"+updraftlion.calculating+"</em>"),updraft_send_command("get_fragment",{fragment:"disk_usage",data:"updraft"},function(t){jQuery("#updraft-navtab-backups-content .updraft_diskspaceused").html(t.output)},{type:"GET"})}function updraftplus_deletefromserver(t,e,a){a||(a=0);var r={stage:"delete",timestamp:t,type:e,findex:a};updraft_send_command("updraft_download_backup",r,null,{action:"updraft_download_backup",nonce:updraft_download_nonce,nonce_key:"_wpnonce"})}function updraftplus_downloadstage2(t,e,a){location.href=ajaxurl+"?_wpnonce="+updraft_download_nonce+"&timestamp="+t+"&type="+e+"&stage=2&findex="+a+"&action=updraft_download_backup"}function updraftplus_show_contents(t,e,a){var r='<div id="updraft_zip_files_container" class="hidden-in-updraftcentral" style="clear:left;"><div id="updraft_zip_info_container"><p><span id="updraft_zip_path_text">'+updraftlion.zip_file_contents_info+'</span> - <span id="updraft_zip_size_text"></span></p>'+updraftlion.browse_download_link+'</div><div id="updraft_zip_files_jstree_container"><input type="search" id="zip_files_jstree_search" name="zip_files_jstree_search" placeholder="'+updraftlion.search+'"><div id="updraft_zip_files_jstree"></div></div></div>';updraft_html_modal(r,updraftlion.zip_file_contents,780,500),zip_files_jstree("zipbrowser",t,e,a)}function zip_files_jstree(t,e,a,r){jQuery("#updraft_zip_files_jstree").jstree({core:{multiple:!1,data:function(o,n){updraft_send_command("get_jstree_directory_nodes",{entity:t,node:o,timestamp:e,type:a,findex:r},function(t){t.hasOwnProperty("error")?alert(t.error):n.call(this,t.nodes)},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft_zip_files_jstree").html('<p style="color:red; margin: 5px;">'+r.fatal_error_message+"</p>"),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft_zip_files_jstree").html('<p style="color:red; margin: 5px;">'+o+"</p>"),console.log(o),alert(o),console.log(t)}}})},error:function(t){alert(t),console.log(t)}},search:{show_only_matches:!0},plugins:["search","sort"]}),jQuery("#updraft_zip_files_jstree").on("ready.jstree",function(t,e){jQuery("#updraft-iframe-modal").dialog("option","title",updraftlion.zip_file_contents+": "+e.instance.get_node("#").children[0])});var o=!1;jQuery("#zip_files_jstree_search").keyup(function(){o&&clearTimeout(o),o=setTimeout(function(){var t=jQuery("#zip_files_jstree_search").val();jQuery("#updraft_zip_files_jstree").jstree(!0).search(t)},250)}),jQuery("#updraft_zip_files_jstree").on("changed.jstree",function(t,e){jQuery("#updraft_zip_path_text").text(e.node.li_attr.path),e.node.li_attr.size?(jQuery("#updraft_zip_size_text").text(e.node.li_attr.size),jQuery("#updraft_zip_download_item").show()):(jQuery("#updraft_zip_size_text").text(""),jQuery("#updraft_zip_download_item").hide())}),jQuery("#updraft_zip_download_item").click(function(t){t.preventDefault();var o=jQuery("#updraft_zip_path_text").text();updraft_send_command("get_zipfile_download",{path:o,timestamp:e,type:a,findex:r},function(t){t.hasOwnProperty("error")?alert(t.error):t.hasOwnProperty("path")?location.href=ajaxurl+"?_wpnonce="+updraft_download_nonce+"&timestamp="+e+"&type="+a+"&stage=2&findex="+r+"&filepath="+t.path+"&action=updraft_download_backup":alert(updraftlion.download_timeout)},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})})}function updraft_downloader(t,e,a,r,o,n,u){"string"!=typeof o&&(o=o.toString());for(var o=o.split(","),d=0;d<o.length;d++){var s=t+e+"_"+a+"_"+o[d],i="."+s,l=parseInt(o[d]);l++;var p=0==o[d]?"":" ("+l+")";if(!jQuery(i).length){var c=n?n:e;jQuery(r).append('<div style="clear:left; border: 1px solid; padding: 8px; margin-top: 4px; max-width:840px;" class="'+s+' updraftplus_downloader"><button onclick="jQuery(this).parent().fadeOut().remove();" type="button" style="float:right; margin-bottom: 8px;">X</button><strong>'+updraftlion.download+" "+a+p+" ("+c+')</strong>:<div class="raw">'+updraftlion.begunlooking+'</div><div class="file '+s+'_st"><div class="dlfileprogress" style="width: 0;"></div></div></div>'),jQuery(i).data("downloaderfor",{base:t,nonce:e,what:a,index:o[d]}),setTimeout(function(){updraft_activejobs_update(!0)},1500)}jQuery(i).data("lasttimebegan",(new Date).getTime()),u=!!u;var f=jQuery("#updraft-navtab-backups-content .uddownloadform_"+a+"_"+e+"_"+o[d]).data("wp_nonce").toString(),_={type:a,timestamp:e,findex:o[d]},g={action:"updraft_download_backup",nonce_key:"_wpnonce",nonce:f,timeout:1e4,async:u};updraft_send_command("updraft_download_backup",_,function(t){},g)}return!1}function ud_parse_json(t){t.charAt(0),t.charAt(t.length-1);try{var e=JSON.parse(t);return e}catch(a){console.log("UpdraftPlus: Exception when trying to parse JSON (1) - will attempt to fix/re-parse"),console.log(t)}var r=t.indexOf("{"),o=t.lastIndexOf("}");if(r>-1&&o>-1){var n=t.slice(r,o+1);try{var u=JSON.parse(n);return console.log("UpdraftPlus: JSON re-parse successful"),u}catch(a){throw console.log("UpdraftPlus: Exception when trying to parse JSON (2)"),a}}throw"UpdraftPlus: could not parse the JSON"}function updraft_restorer_checkstage2(t){var e=jQuery("#ud_downloadstatus2 .file").length;return e>0?void(t&&alert(updraftlion.stilldownloading)):(jQuery("#updraft-restore-modal-stage2a").html(updraftlion.processing),void updraft_send_command("restore_alldownloaded",{timestamp:jQuery("#updraft_restore_timestamp").val(),restoreopts:jQuery("#updraft_restore_form").serialize()},function(t,e,a){var r=null;jQuery("#updraft_restorer_restore_options").val("");try{if(null==t)return void jQuery("#updraft-restore-modal-stage2a").html(updraftlion.emptyresponse);var o=t.m;if(""!=t.w&&(o=o+"<p><strong>"+updraftlion.warnings+"</strong><br>"+t.w+"</p>"),""!=t.e?o=o+"<p><strong>"+updraftlion.errors+"</strong><br>"+t.e+"</p>":updraft_restore_stage=3,t.hasOwnProperty("i")){try{if(r=ud_parse_json(t.i),r.hasOwnProperty("addui")){console.log("Further UI options are being displayed");var n=r.addui;o+='<div id="updraft_restoreoptions_ui" style="clear:left; padding-top:10px;">'+n+"</div>","object"==typeof JSON&&"function"==typeof JSON.stringify&&(delete r.addui,t.i=JSON.stringify(r))}}catch(u){console.log(u),console.log(t)}jQuery("#updraft_restorer_backup_info").val(t.i)}else jQuery("#updraft_restorer_backup_info").val();jQuery("#updraft-restore-modal-stage2a").html(o),jQuery("#updraft-restore-modal-stage2a .updraft_select2").length>0&&jQuery("#updraft-restore-modal-stage2a .updraft_select2").select2()}catch(u){console.log(a),console.log(u),jQuery("#updraft-restore-modal-stage2a").text(updraftlion.jsonnotunderstood+" "+updraftlion.errordata+": "+a).html()}},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-restore-modal-stage2a").html('<p style="color: red;">'+r.fatal_error_message+"</p>"),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft-restore-modal-stage2a").html('<p style="color: red;">'+o+"</p>"),console.log(o),alert(o),console.log(t)}}}))}function updraft_downloader_status(t,e,a,r){}function updraft_downloader_status_update(t,e,a,r,o,n){var u=t+e+"_"+a+"_"+r,d="."+u,s=0;if(null!=o.e)jQuery(d+" .raw").html("<strong>"+updraftlion.error+"</strong> "+o.e),console.log(o);else if(null!=o.p){if(jQuery(d+"_st .dlfileprogress").width(o.p+"%"),null!=o.a&&o.a>0){var i=(new Date).getTime(),l=jQuery(d).data("lasttimebegan"),p=i-l;if(o.a>90&&p>6e4){console.log(e+" "+a+" "+r+": restarting download: file_age="+o.a+", sincelastrestart_ms="+p),jQuery(d).data("lasttimebegan",(new Date).getTime());var c=jQuery("#updraft-navtab-backups-content .uddownloadform_"+a+"_"+e+"_"+r),f={type:a,timestamp:e,findex:r},_={action:"updraft_download_backup",nonce_key:"_wpnonce",nonce:c.data("wp_nonce").toString(),timeout:1e4};updraft_send_command("updraft_download_backup",f,function(t){},_),jQuery(d).data("lasttimebegan",(new Date).getTime())}}if(null!=o.m)if(o.p>=100&&"udrestoredlstatus_"==t)jQuery(d+" .raw").html(o.m),jQuery(d).fadeOut("slow",function(){jQuery(this).remove(),updraft_restorer_checkstage2(0)});else if(o.p<100||"uddlstatus_"!=t)jQuery(d+" .raw").html(o.m);else{var g=updraftlion.fileready+" "+updraftlion.actions+': \t\t\t\t<button type="button" onclick="updraftplus_downloadstage2(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.downloadtocomputer+'</button> \t\t\t\t<button id="uddownloaddelete_'+e+"_"+a+'" type="button" onclick="updraftplus_deletefromserver(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.deletefromserver+"</button>";o.hasOwnProperty("can_show_contents")&&o.can_show_contents&&(g+=' <button type="button" onclick="updraftplus_show_contents(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.browse_contents+"</button>"),jQuery(d+" .raw").html(g)}}else null!=o.m?jQuery(d+" .raw").html(o.m):(jQuery(d+" .raw").html(updraftlion.jsonnotunderstood+" ("+n+")"),s=1);return s}function updraft_backupnow_go(t,e,a,r,o,n,u){jQuery("#updraft_backup_started").html("<em>"+updraftlion.requeststart+"</em>").slideDown(""),setTimeout(function(){jQuery("#updraft_backup_started").fadeOut("slow")},75e3);var d={backupnow_nodb:t,backupnow_nofiles:e,backupnow_nocloud:a,backupnow_label:n,extradata:o};""!=r&&(d.onlythisfileentity=r),""!=u&&(d.onlythesetableentities=u),updraft_send_command("backupnow",d,function(t){jQuery("#updraft_backup_started").html(t.m),t.hasOwnProperty("nonce")&&(updraft_backupnow_nonce=t.nonce,console.log("UpdraftPlus: ID of started job: "+updraft_backupnow_nonce)),setTimeout(function(){updraft_activejobs_update(!0)},500)})}var onlythesefileentities=backupnow_whichfiles_checked("");""==onlythesefileentities?jQuery("#backupnow_includefiles_moreoptions").show():jQuery("#backupnow_includefiles_moreoptions").hide();var updraft_restore_stage=1,lastlog_lastmessage="",lastlog_lastdata="",lastlog_jobs="",updraft_activejobs_nextupdate=(new Date).getTime()+1e3,updraft_page_is_visible=1,updraft_console_focussed_tab=1,updraft_settings_form_changed=!1;window.onbeforeunload=function(t){if(updraft_settings_form_changed)return updraftlion.unsavedsettings},"undefined"!=typeof document.hidden&&document.addEventListener("visibilitychange",function(){updraft_check_page_visibility(0)},!1),updraft_check_page_visibility(1);var updraft_poplog_log_nonce,updraft_poplog_log_pointer=0,updraft_poplog_lastscroll=-1,updraft_last_forced_jobid=-1,updraft_last_forced_resumption=-1,updraft_last_forced_when=-1,updraft_backupnow_nonce="",updraft_activejobslist_backupnownonce_only=0,updraft_inpage_hasbegun=0,updraftplus_activejobs_list_fatal_error_alert=!0,updraft_historytimer=0,calculated_diskspace=0,updraft_historytimer_notbefore=0,updraft_history_lastchecksum=!1,updraft_interval_week_val=!1,updraft_interval_month_val=!1;
2
- "undefined"!=typeof updraft_siteurl&&setInterval(function(){jQuery.get(updraft_siteurl+"/wp-cron.php")},21e4);var lastlog_lastmessage="";jQuery(document).ajaxError(function(t,e,a,r){if(null!=r&&""!=r&&null!=e.responseText&&""!=e.responseText&&(console.log("Error caught by UpdraftPlus ajaxError handler (follows) for "+a.url),console.log(r),0==a.url.search(ajaxurl)))if(a.url.search("subaction=downloadstatus")>=0){var o=a.url.match(/timestamp=\d+/),n=a.url.match(/type=[a-z]+/),u=a.url.match(/findex=\d+/),d=a.url.match(/base=[a-z_]+/);if(u=u instanceof Array?parseInt(u[0].substr(7)):0,n=n instanceof Array?n[0].substr(5):"",d=d instanceof Array?d[0].substr(5):"",o=o instanceof Array?parseInt(o[0].substr(10)):0,""!=d&&""!=n&&o>0){var s=d+o+"_"+n+"_"+u;jQuery("."+s+" .raw").html("<strong>"+updraftlion.error+"</strong> "+updraftlion.servererrorcode)}}else a.url.search("subaction=restore_alldownloaded")>=0&&jQuery("#updraft-restore-modal-stage2a").append("<br><strong>"+updraftlion.error+"</strong> "+updraftlion.servererrorcode+": "+r)}),jQuery(document).ready(function(t){function e(e){t('.expertmode .advanced_settings_container .advanced_tools:not(".'+e+'")').hide(),t(".expertmode .advanced_settings_container .advanced_tools."+e).fadeIn("slow"),t(".expertmode .advanced_settings_container .advanced_tools_button:not(#"+e+")").removeClass("active"),t(".expertmode .advanced_settings_container .advanced_tools_button#"+e).addClass("active")}function a(e){t("#updraft-navtab-addons-content .wrap .updraftplus_com_login_status").html("").hide(),updraft_send_command("updraftplus_com_login_submit",{data:e},function(e){e.hasOwnProperty("success")?t("#updraft-navtab-addons-content .wrap .updraftplus_com_login").submit():e.hasOwnProperty("error")&&t("#updraft-navtab-addons-content .wrap .updraftplus_com_login_status").html(e.message).show()})}function r(t){var e=Handlebars.compile(updraftlion.remote_storage_templates[t]),a=updraftlion.remote_storage_options[t]["default"];a.instance_id="s-"+o(32),a.instance_enabled=1;var r=e(a);jQuery(r).hide().insertAfter("."+t+"_add_instance_container:first").show("slow")}function o(t){for(var e="",a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=0;r<t;r++)e+=a.charAt(Math.floor(Math.random()*a.length));return e}function n(t){var e=!!jQuery("#updraftcentral_mothership_other").is(":checked");e?(jQuery("#updraftcentral_keycreate_mothership").prop("disabled",!1),t?jQuery("#updraftcentral_keycreate_mothership_firewalled_container").show():(jQuery(".updraftcentral_wizard_self_hosted_stage2").show(),jQuery("#updraftcentral_keycreate_mothership_firewalled_container").slideDown(),jQuery("#updraftcentral_keycreate_mothership").focus())):(jQuery("#updraftcentral_keycreate_mothership").prop("disabled",!0),t||(jQuery(".updraftcentral_wizard_self_hosted_stage2").hide(),u()))}function u(){jQuery("#updraftcentral_wizard_stage1_error").text("");var t="";if(jQuery("#updraftcentral_mothership_updraftpluscom").is(":checked"))jQuery(".updraftcentral_keycreate_description").hide(),t="updraftplus.com";else if(jQuery("#updraftcentral_mothership_other").is(":checked")){jQuery(".updraftcentral_keycreate_description").show();var e=jQuery("#updraftcentral_keycreate_mothership").val();if(""==e)return void jQuery("#updraftcentral_wizard_stage1_error").text(updraftlion.updraftcentral_wizard_empty_url);try{var a=new URL(e);t=a.hostname}catch(r){if("undefined"==typeof URL&&(t=jQuery("<a>").prop("href",e).prop("hostname")),!t||"undefined"!=typeof URL)return void jQuery("#updraftcentral_wizard_stage1_error").text(updraftlion.updraftcentral_wizard_invalid_url)}}jQuery("#updraftcentral_keycreate_description").val(t),jQuery(".updraftcentral_wizard_stage1").hide(),jQuery(".updraftcentral_wizard_stage2").show()}function d(e,a,r,o){jQuery("#updraft-delete-waitwarning").slideDown();var n=e,u=a,s=r,i=o,l=jQuery("#updraft_delete_timestamp").val().split(","),p=jQuery("#updraft_delete_form").serializeArray(),c={};t.each(p,function(){void 0!==c[this.name]?(c[this.name].push||(c[this.name]=[c[this.name]]),c[this.name].push(this.value||"")):c[this.name]=this.value||""}),c.remote_delete_limit=updraftlion.remote_delete_limit,delete c.action,delete c.subaction,delete c.nonce,updraft_send_command("deleteset",c,function(t){if(t.hasOwnProperty("result")&&null!=t.result)if("error"==t.result)alert(updraftlion.error+" "+t.message);else if("continue"==t.result)n=n+t.backup_local+t.backup_remote,u+=t.backup_local,s+=t.backup_remote,i+=t.backup_sets,jQuery("#updraft-deleted-files-total").text(n+" "+updraftlion.remote_files_deleted),d(n,u,s,i);else if("success"==t.result){jQuery("#updraft-deleted-files-total").text(""),jQuery("#updraft-delete-waitwarning").slideUp(),t.hasOwnProperty("count_backups")&&jQuery("#updraft-navtab-backups").html(updraftlion.existing_backups+" ("+t.count_backups+")");for(var e=0;e<l.length;e++){var a=l[e];jQuery("#updraft-navtab-backups-content .updraft_existing_backups_row_"+a).slideUp().remove()}jQuery("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").length<1&&jQuery("#ud_massactions").hide(),updraft_history_lastchecksum=!1,jQuery("#updraft-delete-modal").dialog("close"),u+=t.backup_local,s+=t.backup_remote,i+=t.backup_sets,alert(t.set_message+" "+i+"\n"+t.local_message+" "+u+"\n"+t.remote_message+" "+s)}})}function s(t,e){jQuery("#updraft-navtab-settings-content #updraft_include_"+t).is(":checked")?e?jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").show():jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").slideDown():e?jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").hide():jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").slideUp()}function i(){var t=new plupload.Uploader(updraft_plupload_config);t.bind("Init",function(t){var e=jQuery("#plupload-upload-ui");t.features.dragdrop?(e.addClass("drag-drop"),jQuery("#drag-drop-area").bind("dragover.wp-uploader",function(){e.addClass("drag-over")}).bind("dragleave.wp-uploader, drop.wp-uploader",function(){e.removeClass("drag-over")})):(e.removeClass("drag-drop"),jQuery("#drag-drop-area").unbind(".wp-uploader"))}),t.init(),t.bind("FilesAdded",function(e,a){plupload.each(a,function(e){if(!/^backup_([\-0-9]{15})_.*_([0-9a-f]{12})-[\-a-z]+([0-9]+?)?(\.(zip|gz|gz\.crypt))?$/i.test(e.name)&&!/^log\.([0-9a-f]{12})\.txt$/.test(e.name)){for(var a=!1,r=0;r<updraft_accept_archivename.length;r++)if(updraft_accept_archivename[r].test(e.name))var a=!0;if(!a)return/\.(zip|tar|tar\.gz|tar\.bz2)$/i.test(e.name)||/\.sql(\.gz)?$/i.test(e.name)?(jQuery("#updraft-message-modal-innards").html("<p><strong>"+e.name+"</strong></p> "+updraftlion.notarchive2),jQuery("#updraft-message-modal").dialog("open")):alert(e.name+": "+updraftlion.notarchive),void t.removeFile(e)}jQuery("#filelist").append('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(0)+"</span>/"+plupload.formatSize(e.size)+') <div class="fileprogress"></div></div>')}),e.refresh(),e.start()}),t.bind("UploadProgress",function(t,e){jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"),jQuery("#"+e.id+" span").html(plupload.formatSize(parseInt(e.size*e.percent/100))),e.size==e.loaded&&(jQuery("#"+e.id).html('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(parseInt(e.size*e.percent/100))+"</span>/"+plupload.formatSize(e.size)+") - "+updraftlion.complete+"</div>"),jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"))}),t.bind("Error",function(t,e){console.log(e);var a;a="-200"==e.code?"\n"+updraftlion.makesure2:updraftlion.makesure;var r=updraftlion.uploaderr+" (code "+e.code+") : "+e.message;e.hasOwnProperty("status")&&e.status&&(r+=" ("+updraftlion.http_code+" "+e.status+")"),e.hasOwnProperty("response")&&(console.log("UpdraftPlus: plupload error: "+e.response),e.response.length<100&&(r+=" "+updraftlion.error+" "+e.response+"\n")),r+=" "+a,alert(r)}),t.bind("FileUploaded",function(t,e,a){if("200"==a.status)try{resp=ud_parse_json(a.response),resp.e?alert(updraftlion.uploaderror+" "+resp.e):resp.dm?(alert(resp.dm),updraft_updatehistory(1,0)):resp.m?updraft_updatehistory(1,0):alert("Unknown server response: "+a.response)}catch(r){console.log(a),alert(updraftlion.jsonnotunderstood)}else alert("Unknown server response status: "+a.code),console.log(a)})}function l(t){params={uri:jQuery("#updraftplus_httpget_uri").val()},params.curl=t,updraft_send_command("httpget",params,function(t){t.e&&alert(t.e),t.r?jQuery("#updraftplus_httpget_results").html("<pre>"+t.r+"</pre>"):console.log(t)},{type:"GET"})}function p(t,e,a){updraft_restore_setoptions(t),jQuery("#updraft_restore_timestamp").val(e),jQuery(".updraft_restore_date").html(a),updraft_restore_stage=1,jQuery("#updraft-migrate-modal").dialog("close"),jQuery("#updraft-restore-modal").dialog("open"),jQuery("#updraft-restore-modal-stage1").show(),jQuery("#updraft-restore-modal-stage2").hide(),jQuery("#updraft-restore-modal-stage2a").html(""),updraft_activejobs_update(!0)}function c(t){t=t.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var e="[\\?&]"+t+"=([^&#]*)",a=new RegExp(e),r=a.exec(window.location.href);return null==r?"":decodeURIComponent(r[1].replace(/\+/g," "))}if(t(".expertmode .advanced_settings_container .advanced_tools_button").click(function(){e(t(this).attr("id"))}),jQuery.ui&&jQuery.ui.dialog&&jQuery.ui.dialog.prototype._allowInteraction){var f=jQuery.ui.dialog.prototype._allowInteraction;jQuery.ui.dialog.prototype._allowInteraction=function(t){return!!jQuery(t.target).closest(".select2-dropdown").length||f.apply(this,arguments)}}t("#updraftcentral_keys").on("click","a.updraftcentral_keys_show",function(e){e.preventDefault(),t(this).remove(),t("#updraftcentral_keys_table").slideDown()}),t("#updraftcentral_keycreate_altmethod_moreinfo_get").click(function(e){e.preventDefault(),t(this).remove(),t("#updraftcentral_keycreate_altmethod_moreinfo").slideDown()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("change keyup paste",".updraft_webdav_settings",function(){var e=[];t(".updraft_webdav_settings").each(function(a,r){var o=t(r).attr("id");if(o&&"updraft_webdav_"==o.substring(0,15)){var n=o.substring(15);id_split=n.split("_"),n=id_split[0];var u=id_split[1];"undefined"==typeof e[u]&&(e[u]=[]),e[u][n]=this.value}});var a="",r="@",o="/",n=":",u=":";for(var d in e)(e[d].host.indexOf("@")>=0||""===e[d].host)&&(r=""),e[d].host.indexOf("/")>=0?t("#updraft_webdav_host_error").show():t("#updraft_webdav_host_error").hide(),0!=e[d].path.indexOf("/")&&""!==e[d].path||(o=""),""!==e[d].user&&""!==e[d].pass||(n=""),""!==e[d].host&&""!==e[d].port||(u=""),a=e[d].webdav+e[d].user+n+e[d].pass+r+encodeURIComponent(e[d].host)+u+e[d].port+o+e[d].path,t("#updraft_webdav_url_"+d).val(a)}),t("#updraft-navtab-backups-content").on("click",".updraft_existing_backups .updraft_existing_backups_row",function(e){(e.ctrlKey||e.metaKey)&&(t(this).toggleClass("backuprowselected"),t("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").length>0?t("#ud_massactions").show():t("#ud_massactions").hide())}),t("#updraft-navtab-addons-content .wrap").on("click",".updraftplus_com_login #ud_connectsubmit",function(e){e.preventDefault();var r=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_email").val(),o=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_password").val(),n={email:r,password:o};a(n)}),t("#updraft-navtab-addons-content .wrap").on("keydown",".updraftplus_com_login input",function(e){if(13==e.which){e.preventDefault();var r=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_email").val(),o=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_password").val(),n={email:r,password:o};a(n)}}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod a.updraft_add_instance",function(e){e.preventDefault(),updraft_settings_form_changed=!0;var a=t(this).data("method");r(a)}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod a.updraft_delete_instance",function(e){e.preventDefault(),updraft_settings_form_changed=!0;var a=t(this).data("method"),o=t(this).data("instance_id");1===t("."+a+"_updraft_remote_storage_border").length&&r(a),t("."+a+"-"+o).hide("slow",function(){t(this).remove()})}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod .updraft_edit_label_instance",function(e){t(this).find("span").hide(),t(this).attr("contentEditable",!0).focus()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("keyup",".updraftplusmethod .updraft_edit_label_instance",function(e){var a=jQuery(this).data("method"),r=jQuery(this).data("instance_id"),o=jQuery(this).text();t("#updraft_"+a+"_instance_label_"+r).val(o)}),t("#updraft-navtab-settings-content #remote-storage-holder").on("blur",".updraftplusmethod .updraft_edit_label_instance",function(e){t(this).attr("contentEditable",!1),t(this).find("span").show()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("keypress",".updraftplusmethod .updraft_edit_label_instance",function(e){13===e.which&&(t(this).attr("contentEditable",!1),t(this).find("span").show(),t(this).blur())}),jQuery("#updraft-navtab-settings-content #remote-storage-holder").on("change","input[class='updraft_instance_toggle']",function(){updraft_settings_form_changed=!0,jQuery(this).is(":checked")?jQuery(this).siblings("label").html(updraftlion.instance_enabled):jQuery(this).siblings("label").html(updraftlion.instance_disabled)}),jQuery("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod button.updraft-test-button",function(){var t=jQuery(this).data("method"),e=jQuery(this).data("instance_id");updraft_remote_storage_test(t,function(e,a,r){return"sftp"==t&&(r.hasOwnProperty("scp")&&r.scp?alert(updraftlion.settings_test_result.replace("%s","SCP")+" "+e.output):alert(updraftlion.settings_test_result.replace("%s","SFTP")+" "+e.output),e.hasOwnProperty("data")&&console.log(e.data),!0)},e)}),t("#updraft-navtab-settings-content select.updraft_interval, #updraft-navtab-settings-content select.updraft_interval_database").change(function(){updraft_check_same_times()}),t("#backupnow_includefiles_showmoreoptions").click(function(e){e.preventDefault(),t("#backupnow_includefiles_moreoptions").toggle()}),t("#backupnow_database_showmoreoptions").click(function(e){e.preventDefault(),t("#backupnow_database_moreoptions").toggle()}),t("#updraft-navtab-backups-content a.updraft_diskspaceused_update").click(function(t){t.preventDefault(),updraftplus_diskspace()}),t("#updraft-navtab-backups-content a.updraft_uploader_toggle").click(function(e){e.preventDefault(),t("#updraft-plupload-modal").slideToggle()}),t("#updraft-navtab-backups-content a.updraft_rescan_local").click(function(t){t.preventDefault(),updraft_updatehistory(1,0)}),t("#updraft-navtab-backups-content a.updraft_rescan_remote").click(function(t){t.preventDefault(),updraft_updatehistory(1,1)}),jQuery("#updraftcentral_keys").on("click",'input[type="radio"]',function(){n(!1)}),n(!0),jQuery("#updraftcentral_keys").on("click","#updraftcentral_view_log",function(t){t.preventDefault(),jQuery("#updraftcentral_view_log_container").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.fetching+"</div>"});try{updraft_send_command("updraftcentral_get_log",null,function(t){jQuery("#updraftcentral_view_log_container").unblock(),t.hasOwnProperty("log_contents")?jQuery("#updraftcentral_view_log_contents").html('<div style="border:1px solid;padding: 2px;max-height: 400px; overflow-y:scroll;">'+t.log_contents+"</div>"):console.response(resp)},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_view_log_container").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})}catch(e){jQuery("#updraft_central_key").html(),console.log(e)}}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_wizard_go",function(t){jQuery("#updraftcentral_wizard_go").hide(),jQuery(".updraftcentral_wizard_success").remove(),jQuery(".create_key_container").show()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_stage1_go",function(t){t.preventDefault(),jQuery(".updraftcentral_wizard_stage2").hide(),jQuery(".updraftcentral_wizard_stage1").show()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_stage2_go",function(t){t.preventDefault(),u()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_keycreate_go",function(t){t.preventDefault();var e=!!jQuery("#updraftcentral_mothership_other").is(":checked"),a=jQuery("#updraftcentral_keycreate_description").val(),r=jQuery("#updraftcentral_keycreate_keysize").val(),o="__updraftpluscom";if(data={key_description:a,key_size:r},e&&(o=jQuery("#updraftcentral_keycreate_mothership").val(),"http"!=o.substring(0,4)))return void alert(updraftlion.enter_mothership_url);data.mothership_firewalled=jQuery("#updraftcentral_keycreate_mothership_firewalled").is(":checked")?1:0,data.where_send=o,jQuery(".create_key_container").hide(),jQuery(".updraftcentral_wizard_stage1").show(),jQuery(".updraftcentral_wizard_stage2").hide(),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_please_allow+"</div>"});try{updraft_send_command("updraftcentral_create_key",data,function(t){jQuery("#updraftcentral_keys").unblock();try{if(t.hasOwnProperty("error"))return alert(t.error),void console.log(t);alert(t.r),t.hasOwnProperty("bundle")&&t.hasOwnProperty("keys_guide")?(jQuery("#updraftcentral_keys_content").html(t.keys_guide),jQuery("#updraftcentral_keys_content").append('<div class="updraftcentral_wizard_success">'+t.r+'<br><textarea onclick="this.select();" style="width:620px; height:165px; word-wrap:break-word; border: 1px solid #aaa; border-radius: 3px; padding:4px;">'+t.bundle+"</textarea></div>")):console.log(t),t.hasOwnProperty("keys_table")&&jQuery("#updraftcentral_keys_content").append(t.keys_table),jQuery("#updraftcentral_wizard_go").show()}catch(e){alert(updraftlion.unexpectedresponse+" "+response),console.log(e)}},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_keys").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})}catch(n){jQuery("#updraft_central_key").html(),console.log(n)}}),jQuery("#updraftcentral_keys").on("click",".updraftcentral_key_delete",function(t){t.preventDefault();var e=jQuery(this).data("key_id");return"undefined"==typeof e?void console.log("UpdraftPlus: .updraftcentral_key_delete clicked, but no key ID found"):(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.deleting+"</div>"}),void updraft_send_command("updraftcentral_delete_key",{key_id:e},function(t){jQuery("#updraftcentral_keys").unblock(),t.hasOwnProperty("keys_table")&&jQuery("#updraftcentral_keys_content").html(t.keys_table)},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_keys").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}}))}),jQuery("#updraft_reset_sid").click(function(t){t.preventDefault(),updraft_send_command("reset_site_id",null,function(t){jQuery("#updraft_show_sid").html(t)},{json_parse:!1})}),jQuery("#updraft-navtab-settings-content form input:not('.udignorechange'), #updraft-navtab-settings-content form select").change(function(t){updraft_settings_form_changed=!0}),jQuery("#updraft-navtab-settings-content form input[type='submit']").click(function(t){updraft_settings_form_changed=!1});var _=180;jQuery(".updraft-bigbutton").each(function(t,e){var a=jQuery(e).width();a>_&&(_=a)}),_>180&&jQuery(".updraft-bigbutton").width(_),setInterval(function(){updraft_activejobs_update(!1)},1250),setTimeout(function(){jQuery("#setting-error-settings_updated").slideUp()},5e3),jQuery("#updraft_restore_db").change(function(){jQuery("#updraft_restore_db").is(":checked")&&1==jQuery(this).data("encrypted")?jQuery("#updraft_restorer_dboptions").slideDown():jQuery("#updraft_restorer_dboptions").slideUp()}),updraft_check_same_times();var g={};g[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-message-modal").dialog({autoOpen:!1,height:350,width:520,modal:!0,buttons:g});var m={};m[updraftlion.deletebutton]=function(){d(0,0,0,0)},m[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-delete-modal").dialog({autoOpen:!1,height:322,width:430,modal:!0,buttons:m});var y={};y[updraftlion.restore]=function(){var t=0,e=[],a=0,r=jQuery("#updraft_restore_meta_foreign").val();if(jQuery('input[name="updraft_restore[]"]').each(function(o,n){if(jQuery(n).is(":checked")&&!jQuery(n).is(":disabled")){t=1;var u=jQuery(n).data("howmany"),d=jQuery(n).val();if((1==r||2==r&&"db"!=d)&&("wpcore"!=d&&(u=jQuery("#updraft_restore_form #updraft_restore_wpcore").data("howmany")),d="wpcore"),"wpcore"!=d||0==a){var s=[d,u];e.push(s),"wpcore"==d&&(a=1)}}}),1==t){if(1==updraft_restore_stage){jQuery("#updraft-restore-modal-stage1").slideUp("slow"),jQuery("#updraft-restore-modal-stage2").show(),updraft_restore_stage=2;var o=jQuery(".updraft_restore_date").first().text(),n=e,u=jQuery("#updraft_restore_timestamp").val();try{updraft_send_command("whichdownloadsneeded",{downloads:e,timestamp:u},function(t){if(t.hasOwnProperty("downloads")&&(console.log("UpdraftPlus: items which still require downloading follow"),n=t.downloads,console.log(n)),0==n.length)updraft_restorer_checkstage2(0);else for(var e=0;e<n.length;e++)updraft_downloader("udrestoredlstatus_",u,n[e][0],"#ud_downloadstatus2",n[e][1],o,!1)},{alert_on_error:!1,error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-restore-modal-stage2a").html('<p style="color:red;">'+r.fatal_error_message+"</p>");else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft-restore-modal-stage2a").html('<p style="color:red; margin: 5px;">'+o+"</p>"),console.log(o),console.log(t)}}})}catch(d){console.log("UpdraftPlus: error (follows) when looking for items needing downloading"),console.log(d),alert(updraftlion.jsonnotunderstood)}}else if(2==updraft_restore_stage)updraft_restorer_checkstage2(1);else if(3==updraft_restore_stage){var s=1;if(jQuery("#updraft_restoreoptions_ui input.required").each(function(t){if(0!=s){var e=jQuery(this).val();if(""==e)alert(updraftlion.pleasefillinrequired),s=0;else if(""!=jQuery(this).attr("pattern")){var a=jQuery(this).attr("pattern"),r=new RegExp(a,"g");r.test(e)||(alert(jQuery(this).data("invalidpattern")),s=0)}}}),!s)return;var i=jQuery("#updraft_restoreoptions_ui select, #updraft_restoreoptions_ui input").serialize();console.log("Restore options: "+i),jQuery("#updraft_restorer_restore_options").val(i),jQuery("#updraft-restore-modal-stage2a").html(updraftlion.restore_proceeding),jQuery("#updraft_restore_form").submit(),updraft_restore_stage=4}}else alert(updraftlion.youdidnotselectany)},y[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-restore-modal").dialog({autoOpen:!1,height:505,width:590,modal:!0,buttons:y}),jQuery("#updraft-iframe-modal").dialog({autoOpen:!1,height:500,width:780,modal:!0}),jQuery("#updraft-backupnow-inpage-modal").dialog({autoOpen:!1,height:345,width:580,modal:!0});var h={};h[updraftlion.backupnow]=function(){var t=jQuery("#backupnow_includedb").is(":checked")?0:1,e=jQuery("#backupnow_includefiles").is(":checked")?0:1,a=jQuery("#backupnow_includecloud").is(":checked")?0:1,r=backupnow_whichtables_checked("");if(""==r&&0==t)return alert(updraftlion.notableschosen),void jQuery("#backupnow_includefiles_moreoptions").show();"boolean"==typeof r&&(r=null);var o=backupnow_whichfiles_checked("");return""==o&&0==e?(alert(updraftlion.nofileschosen),void jQuery("#backupnow_includefiles_moreoptions").show()):t&&e?void alert(updraftlion.excludedeverything):(jQuery(this).dialog("close"),setTimeout(function(){jQuery("#updraft_lastlogmessagerow").fadeOut("slow",function(){jQuery(this).fadeIn("slow")})},1700),void updraft_backupnow_go(t,e,a,o,"",jQuery("#backupnow_label").val(),r))},h[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-backupnow-modal").dialog({autoOpen:!1,height:472,width:610,modal:!0,buttons:h}),jQuery("#updraft-migrate-modal").dialog({autoOpen:!1,height:updraftlion.migratemodalheight,width:updraftlion.migratemodalwidth,modal:!0}),jQuery("#updraft-poplog").dialog({autoOpen:!1,height:600,width:"75%",modal:!0}),jQuery("#updraft-navtab-settings-content .enableexpertmode").click(function(){return jQuery("#updraft-navtab-settings-content .expertmode").fadeIn(),jQuery("#updraft-navtab-settings-content .enableexpertmode").off("click"),!1}),jQuery("#updraft-navtab-settings-content .backupdirrow").on("click","a.updraft_backup_dir_reset",function(){return jQuery("#updraft_dir").val("updraft"),!1}),jQuery("#updraft-navtab-settings-content .updraft_include_entity").click(function(){var t=jQuery(this).data("toggle_exclude_field");t&&s(t,!1)}),jQuery("#updraft-navtab-settings-content .updraft-service").change(function(){var t=jQuery(this).val();jQuery("#updraft-navtab-settings-content .updraftplusmethod").hide(),jQuery("#updraft-navtab-settings-content ."+t).show()}),jQuery("#updraft-navtab-settings-content a.updraft_show_decryption_widget").click(function(t){t.preventDefault(),jQuery("#updraftplus_db_decrypt").val(jQuery("#updraft_encryptionphrase").val()),jQuery("#updraft-manualdecrypt-modal").slideToggle()}),jQuery("#updraftplus-phpinfo").click(function(t){t.preventDefault(),updraft_iframe_modal("phpinfo",updraftlion.phpinfo)}),jQuery("#updraftplus-rawbackuphistory").click(function(t){t.preventDefault(),updraft_iframe_modal("rawbackuphistory",updraftlion.raw)}),jQuery("#updraft-navtab-status").click(function(t){t.preventDefault(),jQuery(this).addClass("nav-tab-active"),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-status-content").show(),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=1,updraft_activejobs_update(!0)}),jQuery("#updraft-navtab-expert").click(function(t){t.preventDefault(),jQuery(this).addClass("nav-tab-active"),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-expert-content").show(),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=4}),jQuery("#updraft-navtab-settings, #updraft-navtab-settings2, #updraft_backupnow_gotosettings").click(function(t){t.preventDefault(),jQuery(this).parents(".updraftmessage").remove(),jQuery("#updraft-backupnow-modal").dialog("close"),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-settings-content").show(),jQuery("#updraft-navtab-settings").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=3}),jQuery("#updraft-navtab-addons").click(function(t){t.preventDefault(),jQuery(this).addClass("b#nav-tab-active"),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-addons-content").show(),jQuery("#updraft-navtab-addons").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=5}),jQuery("#updraft-navtab-backups").click(function(t){t.preventDefault(),updraft_openrestorepanel(1)}),updraft_send_command("ping",null,function(t,e){"success"==e&&"pong"!=t&&t.indexOf("pong")>=0&&(jQuery("#updraft-navtab-backups-content .ud-whitespace-warning").show(),console.log("UpdraftPlus: Extra output warning: response (which should be just (string)'pong') follows."),console.log(t))},{json_parse:!1,type:"GET"});try{"undefined"!=typeof updraft_plupload_config&&i()}catch(b){console.log(b)}if(jQuery("#updraftplus_httpget_go").click(function(t){t.preventDefault(),l(0)}),jQuery("#updraftplus_httpget_gocurl").click(function(t){t.preventDefault(),l(1)}),jQuery("#updraftplus_callwpaction_go").click(function(t){t.preventDefault(),params={wpaction:jQuery("#updraftplus_callwpaction").val()},updraft_send_command("call_wordpress_action",params,function(t){t.e?alert(t.e):t.s||(t.r?jQuery("#updraftplus_callwpaction_results").html(t.r):(console.log(t),alert(updraftlion.jsonnotunderstood)))})}),jQuery("#updraft_activejobs_table").on("click",".updraft_jobinfo_delete",function(t){t.preventDefault();var e=jQuery(this).data("jobid");e?updraft_activejobs_delete(e):console.log("UpdraftPlus: A stop job link was clicked, but the Job ID could not be found")}),jQuery("#updraft_activejobs_table, #updraft-navtab-backups-content .updraft_existing_backups, #updraft-backupnow-inpage-modal").on("click",".updraft-log-link",function(t){t.preventDefault();var e=jQuery(this).data("jobid");e?updraft_popuplog(e):console.log("UpdraftPlus: A log link was clicked, but the Job ID could not be found")}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click","button.choose-components-button",function(t){var e=jQuery(this).data("entities"),a=jQuery(this).data("backup_timestamp"),r=jQuery(this).data("showdata");p(e,a,r)}),"initiate_restore"==c("udaction")){var v=c("entities"),j=c("backup_timestamp"),w=c("showdata");p(v,j,w)}jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click",".updraft-delete-link",function(t){t.preventDefault();var e=jQuery(this).data("hasremote"),a=jQuery(this).data("nonce").toString(),r=jQuery(this).data("key").toString();a?updraft_delete(r,a,e):console.log("UpdraftPlus: A delete link was clicked, but the Job ID could not be found");
3
- }),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click","button.updraft_download_button",function(t){t.preventDefault();var e="uddlstatus_",a=jQuery(this).data("backup_timestamp"),r=jQuery(this).data("what"),o=".ud_downloadstatus",n=jQuery(this).data("set_contents"),u=jQuery(this).data("prettydate"),d=!0;updraft_downloader(e,a,r,o,n,u,d)}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("dblclick",".updraft_existingbackup_date",function(t){t.preventDefault();var e=jQuery(this).data("rawbackup");null!=e&&""!=e&&updraft_html_modal(e,updraftlion.raw,780,500)})}),jQuery(document).ready(function(t){var e="#updraft-navtab-settings-content ";t(e+"#remote-storage-holder").on("click",".updraftvault_backtostart",function(a){a.preventDefault(),t(e+"#updraftvault_settings_showoptions").slideUp(),t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_connected").slideUp(),t(e+"#updraftvault_settings_default").slideDown()}),t(e).on("keypress","#updraftvault_settings_connect input",function(a){if(13==a.which)return t(e+"#updraftvault_connect_go").click(),!1}),t(e+"#remote-storage-holder").on("click","#updraftvault_recountquota",function(a){a.preventDefault(),t(e+"#updraftvault_recountquota").html(updraftlion.counting);try{updraft_send_command("vault_recountquota",{instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a){t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),a.hasOwnProperty("html")&&(t(e+"#updraftvault_settings_connected").html(a.html),a.hasOwnProperty("connected")&&(a.connected?(t(e+"#updraftvault_settings_default").hide(),t(e+"#updraftvault_settings_connected").show()):(t(e+"#updraftvault_settings_connected").hide(),t(e+"#updraftvault_settings_default").show())))},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}})}catch(r){t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),console.log(r)}}),t(e+"#remote-storage-holder").on("click","#updraftvault_disconnect",function(a){a.preventDefault(),t(e+"#updraftvault_disconnect").html(updraftlion.disconnecting);try{updraft_send_command("vault_disconnect",{immediate_echo:!0,instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a){t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),a.hasOwnProperty("html")&&(t(e+"#updraftvault_settings_connected").html(a.html).slideUp(),t(e+"#updraftvault_settings_default").slideDown())},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}})}catch(r){t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),console.log(r)}}),t(e+"#remote-storage-holder").on("click","#updraftvault_connect",function(a){a.preventDefault(),t(e+"#updraftvault_settings_default").slideUp(),t(e+"#updraftvault_settings_connect").slideDown()}),t(e+"#remote-storage-holder").on("click","#updraftvault_showoptions",function(a){a.preventDefault(),t(e+"#updraftvault_settings_default").slideUp(),t(e+"#updraftvault_settings_showoptions").slideDown()}),t(e+"#remote-storage-holder").on("click","#updraftvault_connect_go",function(a){return t(e+"#updraftvault_connect_go").html(updraftlion.connecting),updraft_send_command("vault_connect",{email:t("#updraftvault_email").val(),pass:t("#updraftvault_pass").val(),instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a,r,o){t(e+"#updraftvault_connect_go").html(updraftlion.connect),a.hasOwnProperty("e")?(updraft_html_modal('<h4 style="margin-top:0px; padding-top:0px;">'+updraftlion.errornocolon+"</h4><p>"+a.e+"</p>",updraftlion.disconnect,400,250),a.hasOwnProperty("code")&&"no_quota"==a.code&&(t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_default").slideDown())):a.hasOwnProperty("connected")&&a.connected&&a.hasOwnProperty("html")?(t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_connected").html(a.html).slideDown()):(console.log(a),alert(updraftlion.unexpectedresponse+" "+o))},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_connect_go").html(updraftlion.connect),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}}),!1})}),jQuery(document).ready(function(t){function e(){var t=new plupload.Uploader(updraft_plupload_config2);t.bind("Init",function(t){var e=jQuery("#plupload-upload-ui2");t.features.dragdrop?(e.addClass("drag-drop"),jQuery("#drag-drop-area2").bind("dragover.wp-uploader",function(){e.addClass("drag-over")}).bind("dragleave.wp-uploader, drop.wp-uploader",function(){e.removeClass("drag-over")})):(e.removeClass("drag-drop"),jQuery("#drag-drop-area2").unbind(".wp-uploader"))}),t.init(),t.bind("FilesAdded",function(e,a){plupload.each(a,function(e){return/^backup_([\-0-9]{15})_.*_([0-9a-f]{12})-db([0-9]+)?\.(gz\.crypt)$/i.test(e.name)?void jQuery("#filelist2").append('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(0)+"</span>/"+plupload.formatSize(e.size)+') <div class="fileprogress"></div></div>'):(alert(e.name+": "+updraftlion.notdba),void t.removeFile(e))}),e.refresh(),e.start()}),t.bind("UploadProgress",function(t,e){jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"),jQuery("#"+e.id+" span").html(plupload.formatSize(parseInt(e.size*e.percent/100)))}),t.bind("Error",function(t,e){"-200"==e.code?err_makesure="\n"+updraftlion.makesure2:err_makesure=updraftlion.makesure,alert(updraftlion.uploaderr+" (code "+e.code+") : "+e.message+" "+err_makesure)}),t.bind("FileUploaded",function(t,e,a){"200"==a.status?"ERROR:"==a.response.substring(0,6)?alert(updraftlion.uploaderror+" "+a.response.substring(6)):"OK:"==a.response.substring(0,3)?(bkey=a.response.substring(3),jQuery("#"+e.id+" .fileprogress").hide(),jQuery("#"+e.id).append(updraftlion.uploaded+' <a href="?page=updraftplus&action=downloadfile&updraftplus_file='+bkey+"&decrypt_key="+encodeURIComponent(jQuery("#updraftplus_db_decrypt").val())+'">'+updraftlion.followlink+"</a> "+updraftlion.thiskey+" "+jQuery("#updraftplus_db_decrypt").val().replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"))):alert(updraftlion.unknownresp+" "+a.response):alert(updraftlion.ukrespstatus+" "+a.code)})}try{"undefined"!=typeof updraft_plupload_config2&&e()}catch(a){console.log(a)}if(jQuery("#updraft-hidethis").remove(),Handlebars.registerHelper("ifeq",function(t,e,a){return"string"!=typeof t&&"undefined"!=typeof t&&null!==t&&(t=t.toString()),"string"!=typeof e&&"undefined"!=typeof e&&null!==e&&(e=e.toString()),t===e?a.fn(this):a.inverse(this)}),t("#remote-storage-holder").length){var r="";for(var o in updraftlion.remote_storage_templates)if("undefined"!=typeof updraftlion.remote_storage_options[o]){var n=Handlebars.compile(updraftlion.remote_storage_templates[o]),u=!0;for(var d in updraftlion.remote_storage_options[o])if("default"!==d){var s=updraftlion.remote_storage_options[o][d];s.first_instance=u,"undefined"==typeof s.instance_enabled&&(s.instance_enabled=1),r+=n(s),u=!1}}else r+=updraftlion.remote_storage_templates[o];t("#remote-storage-holder").append(r).ready(function(){t(".updraftplusmethod").not(".none").hide(),updraft_remote_storage_tabs_setup()})}}),jQuery(document).ready(function(t){function e(){var t=r("object"),e=new Date;t=JSON.stringify({version:"1.12.40",epoch_date:e.getTime(),local_date:e.toLocaleString(),network_site_url:updraftlion.network_site_url,data:t});var a=document.body.appendChild(document.createElement("a"));a.setAttribute("download",updraftlion.export_settings_file_name),a.setAttribute("style","display:none;"),a.setAttribute("href","data:text/json;charset=UTF-8,"+encodeURIComponent(t)),a.click()}function a(e){var a,r=decodeURIComponent(e);try{a=ud_parse_json(r)}catch(n){return t.unblockUI(),jQuery("#import_settings").val(""),console.log(r),console.log(n),void alert(updraftlion.import_invalid_json_file)}if(window.confirm(updraftlion.importing_data_from+" "+r.network_site_url+"\n"+updraftlion.exported_on+" "+r.local_date+"\n"+updraftlion.continue_import)){var u=JSON.stringify(a.data);updraft_send_command("importsettings",{settings:u,updraftplus_version:updraftlion.updraftplus_version},function(e,a,r){var n=o(e);!n.hasOwnProperty("saved")||n.saved?(updraft_settings_form_changed=!1,location.replace(updraftlion.updraft_settings_url)):(t.unblockUI(),n.hasOwnProperty("error_message")&&n.error_message&&alert(n.error_message))},{action:"updraft_importsettings",nonce:updraftplus_settings_nonce,error_callback:function(e,a,r,o){if(t.unblockUI(),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var n="updraft_send_command: error: "+a+" ("+r+")";console.log(n),console.log(e),alert(n)}}})}else t.unblockUI()}function r(e){var a="",e="undefined"==typeof e?"string":e;return"object"==e?a=t("#updraft-navtab-settings-content form input[name!='action'][name!='option_page'][name!='_wpnonce'][name!='_wp_http_referer'], #updraft-navtab-settings-content form textarea, #updraft-navtab-settings-content form select, #updraft-navtab-settings-content form input[type=checkbox]").serializeJSON({checkboxUncheckedValue:"0",useIntKeysAsArrayIndex:!0}):(a=t("#updraft-navtab-settings-content form input[name!='action'], #updraft-navtab-settings-content form textarea, #updraft-navtab-settings-content form select").serialize(),t.each(t("#updraft-navtab-settings-content form input[type=checkbox]").filter(function(e){return 0==t(this).prop("checked")}),function(e,r){var o="0";a+="&"+t(r).attr("name")+"="+o})),a}function o(e,a){try{var r=(e.messages,e.backup_dir.writable),o=e.backup_dir.message,n=e.backup_dir.button_title}catch(u){return console.log(u),console.log(a),alert(updraftlion.jsonnotunderstood),t.unblockUI(),{}}if(e.hasOwnProperty("changed")){console.log("UpdraftPlus: savesettings: some values were changed after being filtered"),console.log(e.changed);for(prop in e.changed)if("object"==typeof e.changed[prop])for(innerprop in e.changed[prop])t("[name='"+innerprop+"']").is(":checkbox")||t("[name='"+prop+"["+innerprop+"]']").val(e.changed[prop][innerprop]);else t("[name='"+prop+"']").is(":checkbox")||t("[name='"+prop+"']").val(e.changed[prop])}return t("#updraft_writable_mess").html(o),0==r?(t("#updraft-backupnow-button").attr("disabled","disabled"),t("#updraft-backupnow-button").attr("title",n),t(".backupdirrow").css("display","table-row")):(t("#updraft-backupnow-button").removeAttr("disabled"),t("#updraft-backupnow-button").removeAttr("title")),e.hasOwnProperty("updraft_include_more_path")&&t("#backupnow_includefiles_moreoptions").html(e.updraft_include_more_path),e.hasOwnProperty("backup_now_message")&&t("#backupnow_remote_container").html(e.backup_now_message),t(".updraftmessage").remove(),t("#updraft_backup_started").before(e.messages),t("#next-backup-table-inner").html(e.scheduled),e}function n(){var t=!1;if(jQuery("#updraft-authenticate-modal-innards").html(""),jQuery("div[class*=updraft_authenticate_] a.updraft_authlink").each(function(){jQuery("#updraft-authenticate-modal-innards").append('<p><a href="'+jQuery(this).attr("href")+'">'+jQuery(this).html()+"</a></p>"),t=!0}),t){var e={};e[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-authenticate-modal").dialog({autoOpen:!0,modal:!0,resizable:!1,draggable:!1,buttons:e,width:"auto"}).dialog("open")}}var u=new Image;u.src=updraftlion.ud_url+"/images/udlogo-rotating.gif",t("#updraft-navtab-settings-content input.updraft_include_entity").change(function(e){var a=t(this).attr("id"),r=t(this).is(":checked"),o="#backupnow_files_"+a;t(o).prop("checked",r)}),t("#updraftplus-settings-save").click(function(e){e.preventDefault(),t.blockUI({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.saving+"</div>"});var a=r("string");updraft_send_command("savesettings",{settings:a,updraftplus_version:updraftlion.updraftplus_version},function(e,a,r){o(e,r),t("#updraft-wrap .fade").delay(6e3).fadeOut(2e3),t("html, body").animate({scrollTop:t("#updraft-wrap").offset().top},1e3,function(){n()}),t.unblockUI()},{action:"updraft_savesettings",error_callback:function(e,a,r,o){if(t.unblockUI(),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var n="updraft_send_command: error: "+a+" ("+r+")";console.log(n),alert(n),console.log(e)}},nonce:updraftplus_settings_nonce})}),t("#updraftplus-settings-export").click(function(){updraft_settings_form_changed&&alert(updraftlion.unsaved_settings_export),e()}),t("#updraftplus-settings-import").click(function(){t.blockUI({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.importing+"</div>"});var e=document.getElementById("import_settings");if(0==e.files.length)return alert(updraftlion.import_select_file),void t.unblockUI();var r=e.files[0],o=new FileReader;o.onload=function(){a(this.result)},o.readAsText(r)})}),jQuery(document).ready(function(t){jQuery("#updraft-restore-modal").on("change","#updraft_restorer_charset",function(e){if(t("#updraft_restorer_charset").length&&t("#updraft_restorer_collate").length&&t("#collate_change_on_charset_selection_data").length){var a=t("#updraft_restorer_charset").val();t("#updraft_restorer_collate option").show(),t("#updraft_restorer_collate option[data-charset!="+a+"]").hide(),updraft_send_command("collate_change_on_charset_selection",{collate_change_on_charset_selection_data:t("#collate_change_on_charset_selection_data").val(),updraft_restorer_charset:a,updraft_restorer_collate:t("#updraft_restorer_collate").val()},function(e){e.hasOwnProperty("is_action_required")&&1==e.is_action_required&&e.hasOwnProperty("similar_type_collate")&&t("#updraft_restorer_collate").val(e.similar_type_collate)})}})});
1
  function updraft_send_command(t,e,a,r){default_options={json_parse:!0,alert_on_error:!0,action:"updraft_ajax",nonce:updraft_credentialtest_nonce,nonce_key:"nonce",timeout:null,async:!0,type:"POST"},"undefined"==typeof r&&(r={});for(var o in default_options)r.hasOwnProperty(o)||(r[o]=default_options[o]);var n={action:r.action,subaction:t};if(n[r.nonce_key]=r.nonce,"object"==typeof e)for(var u in e)n[u]=e[u];else n.action_data=e;var d={type:r.type,url:ajaxurl,data:n,success:function(t,e){if(r.json_parse){try{var o=ud_parse_json(t)}catch(n){return"function"==typeof r.error_callback?r.error_callback(t,n,502,o):(console.log(n),console.log(t),void(r.alert_on_error&&alert(updraftlion.unexpectedresponse+" "+t)))}if(o.hasOwnProperty("fatal_error"))return"function"==typeof r.error_callback?r.error_callback(t,e,500,o):(console.error(o.fatal_error_message),r.alert_on_error&&alert(o.fatal_error_message),!1);"function"==typeof a&&a(o,e,t)}else"function"==typeof a&&a(t,e)},error:function(t,e,a){"function"==typeof r.error_callback?r.error_callback(t,e,a):(console.log("updraft_send_command: error: "+e+" ("+a+")"),console.log(t))},dataType:"text",async:r.async};null!=r.timeout&&(d.timeout=r.timeout),jQuery.ajax(d)}function updraft_delete(t,e,a){jQuery("#updraft_delete_timestamp").val(t),jQuery("#updraft_delete_nonce").val(e),a?jQuery("#updraft-delete-remote-section, #updraft_delete_remote").removeAttr("disabled").show():jQuery("#updraft-delete-remote-section, #updraft_delete_remote").hide().attr("disabled","disabled"),t.indexOf(",")>-1?(jQuery("#updraft_delete_question_singular").hide(),jQuery("#updraft_delete_question_plural").show()):(jQuery("#updraft_delete_question_plural").hide(),jQuery("#updraft_delete_question_singular").show()),jQuery("#updraft-delete-modal").dialog("open")}function updraft_remote_storage_tab_activation(t){jQuery(".updraftplusmethod").hide(),jQuery(".remote-tab").data("active",!1),jQuery(".remote-tab").removeClass("nav-tab-active"),jQuery(".updraftplusmethod."+t).show(),jQuery(".remote-tab-"+t).data("active",!0),jQuery(".remote-tab-"+t).addClass("nav-tab-active")}function updraft_check_overduecrons(){updraft_send_command("check_overdue_crons",null,function(t){t&&t.hasOwnProperty("m")&&jQuery("#updraft-insert-admin-warning").html(t.m)},{alert_on_error:!1})}function updraft_remote_storage_tabs_setup(){var t=0,e=jQuery(".updraft_servicecheckbox:checked");jQuery(e).each(function(a,r){var o=jQuery(r).val();"updraft_servicecheckbox_none"!=jQuery(r).attr("id")&&t++,jQuery(".remote-tab-"+o).show(),a==jQuery(e).length-1&&updraft_remote_storage_tab_activation(o)}),t>0&&jQuery(".updraftplusmethod.none").hide(),jQuery(document).keyup(function(t){if((32===t.keyCode||13===t.keyCode)&&jQuery(document.activeElement).is("input.labelauty + label")){var e=jQuery(document.activeElement).attr("for");e&&jQuery("#"+e).change()}}),jQuery(".updraft_servicecheckbox").change(function(){var e=jQuery(this).attr("id");if("updraft_servicecheckbox_"==e.substring(0,24)){var a=e.substring(24);null!=a&&""!=a&&(jQuery(this).is(":checked")?(t++,jQuery(".remote-tab-"+a).fadeIn(),updraft_remote_storage_tab_activation(a)):(t--,jQuery(".remote-tab-"+a).hide(),1==jQuery(".remote-tab-"+a).data("active")&&updraft_remote_storage_tab_activation(jQuery(".remote-tab:visible").last().attr("name"))))}t<=0?jQuery(".updraftplusmethod.none").fadeIn():jQuery(".updraftplusmethod.none").hide()}),jQuery(".updraft_servicecheckbox:not(.multi)").change(function(){var t=jQuery(this).attr("value");jQuery(this).is(":not(:checked)")?(jQuery(".updraftplusmethod."+t).hide(),jQuery(".updraftplusmethod.none").fadeIn()):jQuery(".updraft_servicecheckbox").not(this).prop("checked",!1)});var a=jQuery(".updraft_servicecheckbox");"function"==typeof a.labelauty&&a.labelauty()}function updraft_remote_storage_test(t,e,a){var r,o;a?(r=jQuery("#updraft-"+t+"-test-"+a),o=".updraftplusmethod."+t+"-"+a):(r=jQuery("#updraft-"+t+"-test"),o=".updraftplusmethod."+t);var n=r.data("method_label");r.html(updraftlion.testing_settings.replace("%s",n));var u={method:t};jQuery("#updraft-navtab-settings-content "+o+" input[data-updraft_settings_test], #updraft-navtab-settings-content .expertmode input[data-updraft_settings_test]").each(function(t,e){var a=jQuery(e).data("updraft_settings_test"),r=jQuery(e).attr("type");if(a){r||(console.log("UpdraftPlus: settings test input item with no type found"),console.log(e),r="text");var o=null;"checkbox"==r?o=jQuery(e).is(":checked")?1:0:"text"==r||"password"==r?o=jQuery(e).val():(console.log("UpdraftPlus: settings test input item with unrecognised type ("+r+") found"),console.log(e)),u[a]=o}}),jQuery("#updraft-navtab-settings-content "+o+" textarea[data-updraft_settings_test], #updraft-navtab-settings-content "+o+" select[data-updraft_settings_test]").each(function(t,e){var a=jQuery(e).data("updraft_settings_test");u[a]=jQuery(e).val()}),updraft_send_command("test_storage_settings",u,function(t,a){r.html(updraftlion.test_settings.replace("%s",n)),"undefined"!=typeof e&&0!=e&&(e=e.call(this,t,a,u)),"undefined"!=typeof e&&!1===e&&(alert(updraftlion.settings_test_result.replace("%s",n)+" "+t.output),t.hasOwnProperty("data")&&console.log(t.data))},{error_callback:function(t,e,a,o){if(r.html(updraftlion.test_settings.replace("%s",n)),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var u="updraft_send_command: error: "+e+" ("+a+")";console.log(u),alert(u),console.log(t)}}})}function backupnow_whichfiles_checked(t){return jQuery('#backupnow_includefiles_moreoptions input[type="checkbox"]').each(function(e){if(jQuery(this).is(":checked")){var a=jQuery(this).attr("name");if("updraft_include_"==a.substring(0,16)){var r=a.substring(16);""!=t&&(t+=","),t+=r}}}),t}function backupnow_whichtables_checked(t){var e=!1;return jQuery('#backupnow_database_moreoptions input[type="checkbox"]').each(function(t){if(!jQuery(this).is(":checked"))return void(e=!0)}),t=jQuery("input[name^='updraft_include_tables_']").serializeArray(),!e||t}function updraft_deleteallselected(){var t=0,e="",a="",r="";jQuery("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").each(function(o){t++;var n=jQuery(this).data("nonce");a&&(a+=","),a+=n;var u=jQuery(this).data("key");e&&(e+=","),e+=u;var d=jQuery(this).find(".updraftplus-remove").data("hasremote");r&&(r+=","),r+=d}),updraft_delete(e,a,r)}function updraft_openrestorepanel(t){updraft_console_focussed_tab=2,updraft_historytimertoggle(t),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-backups-content").show(),jQuery("#updraft-navtab-backups").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active")}function updraft_delete_old_dirs(){return!0}function updraft_initiate_restore(t){jQuery("#updraft-migrate-modal").dialog("close"),jQuery('#updraft-navtab-backups-content .updraft_existing_backups button[data-backup_timestamp="'+t+'"]').click()}function updraft_restore_setoptions(t){var e=0;jQuery('input[name="updraft_restore[]"]').each(function(a,r){var o=jQuery(r).val(),n=o+"=([0-9,]+)",u=new RegExp(n),d=t.match(u);d?(jQuery(r).removeAttr("disabled").data("howmany",d[1]).parent().show(),e++,"db"==o&&(e+=4.5),jQuery(r).is(":checked")&&jQuery("#updraft_restorer_"+o+"options").show()):jQuery(r).attr("disabled","disabled").parent().hide()});var a=t.match(/dbcrypted=1/);a?(jQuery("#updraft_restore_db").data("encrypted",1),jQuery(".updraft_restore_crypteddb").show()):(jQuery("#updraft_restore_db").data("encrypted",0),jQuery(".updraft_restore_crypteddb").hide()),jQuery("#updraft_restore_db").trigger("change");var r=t.match(/meta_foreign=([12])/);r?jQuery("#updraft_restore_meta_foreign").val(r[1]):jQuery("#updraft_restore_meta_foreign").val("0");var o=336+20*e;jQuery("#updraft-restore-modal").dialog("option","height",o)}function updraft_backup_dialog_open(){jQuery("#backupnow_includefiles_moreoptions").hide(),updraft_settings_form_changed?window.confirm(updraftlion.unsavedsettingsbackup)&&(jQuery("#backupnow_label").val(""),jQuery("#updraft-backupnow-modal").dialog("open")):(jQuery("#backupnow_label").val(""),jQuery("#updraft-backupnow-modal").dialog("open"))}function updraft_migrate_dialog_open(){jQuery("#updraft_migrate_modal_alt").hide(),updraft_migrate_modal_default_buttons={},updraft_migrate_modal_default_buttons[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-migrate-modal").dialog("option","buttons",updraft_migrate_modal_default_buttons),"function"==typeof updraft_migrate_widget_reset&&updraft_migrate_widget_reset(),jQuery("#updraft-migrate-modal").dialog("open"),jQuery("#updraft_migrate_modal_main").show()}function updraft_check_page_visibility(t){"hidden"==document.visibilityState?updraft_page_is_visible=0:(updraft_page_is_visible=1,1!==t&&updraft_activejobs_update(!0))}function updraft_backupnow_inpage_go(t,e,a,r,o,n,u){r="undefined"==typeof r?0:r,o="undefined"==typeof o?0:o,n="undefined"==typeof n?0:n,u="undefined"==typeof u?updraftlion.automaticbackupbeforeupdate:u,updraft_console_focussed_tab=1,updraft_inpage_success_callback=t;var d={},s=jQuery("#updraft-backupnow-inpage-modal").length;s&&jQuery("#updraft-backupnow-inpage-modal").dialog("option","buttons",d),jQuery("#updraft_inpage_prebackup").hide(),s&&jQuery("#updraft-backupnow-inpage-modal").dialog("open"),jQuery("#updraft_inpage_backup").show(),updraft_activejobslist_backupnownonce_only=1,updraft_inpage_hasbegun=0,updraft_backupnow_go(r,o,n,e,a,u,"")}function updraft_activejobs_update(t){var e=(new Date).getTime();if(!(0==t&&e<updraft_activejobs_nextupdate)){updraft_activejobs_nextupdate=e+5500;var a="";jQuery(".ud_downloadstatus .updraftplus_downloader, #ud_downloadstatus2 .updraftplus_downloader").each(function(t,e){var r=jQuery(e).data("downloaderfor");"object"==typeof r&&(""!=a&&(a+=":"),a=a+r.base+","+r.nonce+","+r.what+","+r.index)});var r={downloaders:a};try{jQuery("#updraft-poplog").dialog("isOpen")&&(r.log_fetch=1,r.log_nonce=updraft_poplog_log_nonce,r.log_pointer=updraft_poplog_log_pointer)}catch(o){console.log(o)}updraft_activejobslist_backupnownonce_only&&"undefined"!=typeof updraft_backupnow_nonce&&""!=updraft_backupnow_nonce&&(r.thisjobonly=updraft_backupnow_nonce),updraft_send_command("activejobs_list",r,function(t,o,n){try{t.hasOwnProperty("l")&&(t.l?(jQuery("#updraft_lastlogmessagerow").show(),jQuery("#updraft_lastlogcontainer").html(t.l)):(jQuery("#updraft_lastlogmessagerow").hide(),jQuery("#updraft_lastlogcontainer").html("("+updraftlion.nothing_yet_logged+")")));var u=-1;if(jQuery("#updraft_activejobs").html(t.j),jQuery("#updraft_activejobs .updraft_jobtimings").each(function(t,a){var r=jQuery(a);if(r.data("lastactivity")&&r.data("jobid")){var o=r.data("jobid"),n=r.data("lastactivity");(u==-1||n<u)&&(u=n);var d=r.data("nextresumptionafter"),s=r.data("nextresumption");e=(new Date).getTime(),n>50&&s>0&&d<-30&&e>updraft_last_forced_when+1e5&&(updraft_last_forced_jobid!=o||s!=updraft_last_forced_resumption)&&(updraft_last_forced_resumption=s,updraft_last_forced_jobid=o,updraft_last_forced_when=e,console.log("UpdraftPlus: force resumption: job_id="+o+", resumption="+s),updraft_send_command("forcescheduledresumption",{resumption:s,job_id:o},function(t){console.log(t)},{json_parse:!1,alert_on_error:!1}))}}),e=(new Date).getTime(),updraft_activejobs_nextupdate=e+18e4,1==updraft_page_is_visible&&(1==updraft_console_focussed_tab||2==updraft_console_focussed_tab&&""!=a)&&(updraft_activejobs_nextupdate=u>-1?u<5?e+1750:e+5e3:lastlog_lastdata==n?e+7500:e+1750),lastlog_lastdata=n,null!=t.j&&""!=t.j?(jQuery("#updraft_activejobsrow").show(),r.hasOwnProperty("thisjobonly")&&!updraft_inpage_hasbegun&&jQuery("#updraft-jobid-"+r.thisjobonly).length?(updraft_inpage_hasbegun=1,console.log("UpdraftPlus: the start of the requested backup job has been detected")):!updraft_inpage_hasbegun&&updraft_activejobslist_backupnownonce_only&&jQuery(".updraft_jobtimings.isautobackup").length?(autobackup_nonce=jQuery(".updraft_jobtimings.isautobackup").first().data("jobid"),autobackup_nonce&&(updraft_inpage_hasbegun=1,updraft_backupnow_nonce=autobackup_nonce,r.thisjobonly=autobackup_nonce,console.log("UpdraftPlus: the start of the requested backup job has been detected; id: "+autobackup_nonce))):1==updraft_inpage_hasbegun&&jQuery("#updraft-jobid-"+r.thisjobonly+".updraft_finished").length&&(updraft_inpage_hasbegun=2,console.log("UpdraftPlus: the end of the requested backup job has been detected"),"undefined"!=typeof updraft_inpage_success_callback&&""!=updraft_inpage_success_callback?updraft_inpage_success_callback.call(!1):jQuery("#updraft-backupnow-inpage-modal").dialog("close")),""==lastlog_jobs&&setTimeout(function(){jQuery("#updraft_backup_started").slideUp()},3500)):jQuery("#updraft_activejobsrow").is(":hidden")||("undefined"!=typeof lastbackup_laststatus&&updraft_showlastbackup(),jQuery("#updraft_activejobsrow").hide()),lastlog_jobs=t.j,null!=t.ds&&""!=t.ds&&jQuery(t.ds).each(function(t,e){""!=e.base&&updraft_downloader_status_update(e.base,e.timestamp,e.what,e.findex,e,n)}),null!=t.u&&""!=t.u&&jQuery("#updraft-poplog").dialog("isOpen")){var d=t.u;if(d.nonce==updraft_poplog_log_nonce&&(updraft_poplog_log_pointer=d.pointer,null!=d.log&&""!=d.log)){var s=jQuery("#updraft-poplog").scrollTop();jQuery("#updraft-poplog-content").append(d.log),updraft_poplog_lastscroll!=s&&updraft_poplog_lastscroll!=-1||(jQuery("#updraft-poplog").scrollTop(jQuery("#updraft-poplog-content").prop("scrollHeight")),updraft_poplog_lastscroll=jQuery("#updraft-poplog").scrollTop())}}}catch(i){console.log(updraftlion.unexpectedresponse+" "+n),console.log(i)}},{type:"GET",error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),!0===updraftplus_activejobs_list_fatal_error_alert&&(updraftplus_activejobs_list_fatal_error_alert=!1,alert(this.alert_done+" "+r.fatal_error_message));else{var o=e==a?a:a+" ("+e+")";console.error(o),console.log(t)}return!1}})}}function updraft_popuplog(t){var e=updraftlion.loading_log_file;t&&(e+=" (log."+t+".txt)"),jQuery("#updraft-poplog").dialog("option","title",e),jQuery("#updraft-poplog-content").html("<em>"+e+" ...</em> "),jQuery("#updraft-poplog").dialog("open"),updraft_send_command("get_log",t,function(t){updraft_poplog_log_pointer=t.pointer,updraft_poplog_log_nonce=t.nonce;var e="?page=updraftplus&action=downloadlog&force_download=1&updraftplus_backup_nonce="+t.nonce;jQuery("#updraft-poplog-content").html(t.log);var a={};a[updraftlion.downloadlogfile]=function(){window.location.href=e},a[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-poplog").dialog("option","buttons",a),jQuery("#updraft-poplog").dialog("option","title","log."+t.nonce+".txt"),updraft_poplog_lastscroll=-1},{type:"GET",timeout:6e4,error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-poplog-content").append(r.fatal_error_message);else{var o=e==a?a:a+" ("+e+")";jQuery("#updraft-poplog-content").append(o),console.log(t)}}})}function updraft_showlastbackup(){updraft_send_command("get_fragment","last_backup_html",function(t){response=t.output,lastbackup_laststatus==response?setTimeout(function(){updraft_showlastbackup()},7e3):jQuery("#updraft_last_backup").html(response),lastbackup_laststatus=response},{type:"GET"})}function updraft_historytimertoggle(t){updraft_historytimer&&1!=t?(clearTimeout(updraft_historytimer),updraft_historytimer=0):(updraft_updatehistory(0,0),updraft_historytimer=setInterval(function(){updraft_updatehistory(0,0)},3e4),calculated_diskspace||(updraftplus_diskspace(),calculated_diskspace=1))}function updraft_updatehistory(t,e){var a=Math.round((new Date).getTime()/1e3);if(1==t||1==e)updraft_historytimer_notbefore=a+30;else if(a<updraft_historytimer_notbefore)return void console.log("Update history skipped: "+a.toString()+" < "+updraft_historytimer_notbefore.toString());1==t&&(1==e?(updraft_history_lastchecksum=!1,jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html('<p style="text-align:center;"><em>'+updraftlion.rescanningremote+"</em></p>")):(updraft_history_lastchecksum=!1,jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html('<p style="text-align:center;"><em>'+updraftlion.rescanning+"</em></p>")));var r=e?"remotescan":!!t&&"rescan";updraft_send_command("rescan",r,function(t){if(t.hasOwnProperty("logs_exist")&&t.logs_exist&&jQuery("#updraft_lastlogmessagerow .updraft-log-link").show(),t.hasOwnProperty("migrate_modal")&&t.migrate_modal&&jQuery("#updraft_migrate_modal_main").replaceWith(t.migrate_modal),null!=t.n&&jQuery("#updraft-navtab-backups").html(t.n),null!=t.t){if(null!=t.cksum){if(t.cksum==updraft_history_lastchecksum)return;updraft_history_lastchecksum=t.cksum}jQuery("#updraft-navtab-backups-content .updraft_existing_backups").html(t.t),t.data&&console.log(t.data)}})}function updraft_intervals_monthly_or_not(t,e){var a="#updraft-navtab-settings-content #"+t,r=jQuery(a+" option").length,o="monthly"==e,n=!1;if(r>10&&(n=!0),o||n){if(o&&n)return void("monthly"==e&&(jQuery(".updraft_monthly_extra_words_"+t).remove(),jQuery(a).before('<span class="updraft_monthly_extra_words_'+t+'">'+updraftlion.day+" </span>").after('<span class="updraft_monthly_extra_words_'+t+'"> '+updraftlion.inthemonth+" </span>")));if(jQuery(".updraft_monthly_extra_words_"+t).remove(),o){updraft_interval_week_val=jQuery(a+" option:selected").val(),jQuery(a).html(updraftlion.mdayselector).before('<span class="updraft_monthly_extra_words_'+t+'">'+updraftlion.day+" </span>").after('<span class="updraft_monthly_extra_words_'+t+'"> '+updraftlion.inthemonth+" </span>");var u=updraft_interval_month_val===!1?1:updraft_interval_month_val;u-=1,jQuery(a+" option:eq("+u+")").prop("selected",!0)}else{updraft_interval_month_val=jQuery(a+" option:selected").val(),jQuery(a).html(updraftlion.dayselector);var d=updraft_interval_week_val===!1?1:updraft_interval_week_val;jQuery(a+" option:eq("+d+")").prop("selected",!0)}}}function updraft_check_same_times(){var t=0,e=jQuery("#updraft-navtab-settings-content .updraft_interval").val();"manual"==e?jQuery("#updraft-navtab-settings-content .updraft_files_timings").hide():jQuery("#updraft-navtab-settings-content .updraft_files_timings").show(),"weekly"==e||"fortnightly"==e||"monthly"==e?(updraft_intervals_monthly_or_not("updraft_startday_files",e),jQuery("#updraft-navtab-settings-content #updraft_startday_files").show()):(jQuery(".updraft_monthly_extra_words_updraft_startday_files").remove(),jQuery("#updraft-navtab-settings-content #updraft_startday_files").hide());var a=jQuery("#updraft-navtab-settings-content .updraft_interval_database").val();"manual"==a&&(t=1,jQuery("#updraft-navtab-settings-content .updraft_db_timings").hide()),"weekly"==a||"fortnightly"==a||"monthly"==a?(updraft_intervals_monthly_or_not("updraft_startday_db",a),jQuery("#updraft-navtab-settings-content #updraft_startday_db").show()):(jQuery(".updraft_monthly_extra_words_updraft_startday_db").remove(),jQuery("#updraft-navtab-settings-content #updraft_startday_db").hide()),a==e?(jQuery("#updraft-navtab-settings-content .updraft_db_timings").hide(),0==t?jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").show():jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").hide()):(jQuery("#updraft-navtab-settings-content .updraft_same_schedules_message").hide(),0==t&&jQuery("#updraft-navtab-settings-content .updraft_db_timings").show())}function updraft_activejobs_delete(t){updraft_send_command("activejobs_delete",t,function(e){"Y"==e.ok?jQuery("#updraft-jobid-"+t).html(e.m).fadeOut("slow").remove():"N"==e.ok?alert(e.m):(alert(updraftlion.unexpectedresponse),console.log(e))})}function updraftplus_diskspace_entity(t){jQuery("#updraft_diskspaceused_"+t).html("<em>"+updraftlion.calculating+"</em>"),updraft_send_command("get_fragment",{fragment:"disk_usage",data:t},function(e){jQuery("#updraft_diskspaceused_"+t).html(e.output)},{type:"GET"})}function updraft_iframe_modal(t,e){var a=780,r=500;jQuery("#updraft-iframe-modal-innards").html('<iframe width="100%" height="430px" src="'+ajaxurl+"?action=updraft_ajax&subaction="+t+"&nonce="+updraft_credentialtest_nonce+'"></iframe>'),jQuery("#updraft-iframe-modal").dialog("option","title",e).dialog("option","width",a).dialog("option","height",r).dialog("open")}function updraft_html_modal(t,e,a,r){jQuery("#updraft-iframe-modal-innards").html(t);var o={};a<450&&(o[updraftlion.close]=function(){jQuery(this).dialog("close")}),jQuery("#updraft-iframe-modal").dialog("option","title",e).dialog("option","width",a).dialog("option","height",r).dialog("option","buttons",o).dialog("open")}function updraftplus_diskspace(){jQuery("#updraft-navtab-backups-content .updraft_diskspaceused").html("<em>"+updraftlion.calculating+"</em>"),updraft_send_command("get_fragment",{fragment:"disk_usage",data:"updraft"},function(t){jQuery("#updraft-navtab-backups-content .updraft_diskspaceused").html(t.output)},{type:"GET"})}function updraftplus_deletefromserver(t,e,a){a||(a=0);var r={stage:"delete",timestamp:t,type:e,findex:a};updraft_send_command("updraft_download_backup",r,null,{action:"updraft_download_backup",nonce:updraft_download_nonce,nonce_key:"_wpnonce"})}function updraftplus_downloadstage2(t,e,a){location.href=ajaxurl+"?_wpnonce="+updraft_download_nonce+"&timestamp="+t+"&type="+e+"&stage=2&findex="+a+"&action=updraft_download_backup"}function updraftplus_show_contents(t,e,a){var r='<div id="updraft_zip_files_container" class="hidden-in-updraftcentral" style="clear:left;"><div id="updraft_zip_info_container"><p><span id="updraft_zip_path_text">'+updraftlion.zip_file_contents_info+'</span> - <span id="updraft_zip_size_text"></span></p>'+updraftlion.browse_download_link+'</div><div id="updraft_zip_files_jstree_container"><input type="search" id="zip_files_jstree_search" name="zip_files_jstree_search" placeholder="'+updraftlion.search+'"><div id="updraft_zip_files_jstree"></div></div></div>';updraft_html_modal(r,updraftlion.zip_file_contents,780,500),zip_files_jstree("zipbrowser",t,e,a)}function zip_files_jstree(t,e,a,r){jQuery("#updraft_zip_files_jstree").jstree({core:{multiple:!1,data:function(o,n){updraft_send_command("get_jstree_directory_nodes",{entity:t,node:o,timestamp:e,type:a,findex:r},function(t){t.hasOwnProperty("error")?alert(t.error):n.call(this,t.nodes)},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft_zip_files_jstree").html('<p style="color:red; margin: 5px;">'+r.fatal_error_message+"</p>"),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft_zip_files_jstree").html('<p style="color:red; margin: 5px;">'+o+"</p>"),console.log(o),alert(o),console.log(t)}}})},error:function(t){alert(t),console.log(t)}},search:{show_only_matches:!0},plugins:["search","sort"]}),jQuery("#updraft_zip_files_jstree").on("ready.jstree",function(t,e){jQuery("#updraft-iframe-modal").dialog("option","title",updraftlion.zip_file_contents+": "+e.instance.get_node("#").children[0])});var o=!1;jQuery("#zip_files_jstree_search").keyup(function(){o&&clearTimeout(o),o=setTimeout(function(){var t=jQuery("#zip_files_jstree_search").val();jQuery("#updraft_zip_files_jstree").jstree(!0).search(t)},250)}),jQuery("#updraft_zip_files_jstree").on("changed.jstree",function(t,e){jQuery("#updraft_zip_path_text").text(e.node.li_attr.path),e.node.li_attr.size?(jQuery("#updraft_zip_size_text").text(e.node.li_attr.size),jQuery("#updraft_zip_download_item").show()):(jQuery("#updraft_zip_size_text").text(""),jQuery("#updraft_zip_download_item").hide())}),jQuery("#updraft_zip_download_item").click(function(t){t.preventDefault();var o=jQuery("#updraft_zip_path_text").text();updraft_send_command("get_zipfile_download",{path:o,timestamp:e,type:a,findex:r},function(t){t.hasOwnProperty("error")?alert(t.error):t.hasOwnProperty("path")?location.href=ajaxurl+"?_wpnonce="+updraft_download_nonce+"&timestamp="+e+"&type="+a+"&stage=2&findex="+r+"&filepath="+t.path+"&action=updraft_download_backup":alert(updraftlion.download_timeout)},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})})}function updraft_downloader(t,e,a,r,o,n,u){"string"!=typeof o&&(o=o.toString());for(var o=o.split(","),d=0;d<o.length;d++){var s=t+e+"_"+a+"_"+o[d],i="."+s,l=parseInt(o[d]);l++;var p=0==o[d]?"":" ("+l+")";if(!jQuery(i).length){var c=n?n:e;jQuery(r).append('<div style="clear:left; border: 1px solid; padding: 8px; margin-top: 4px; max-width:840px;" class="'+s+' updraftplus_downloader"><button onclick="jQuery(this).parent().fadeOut().remove();" type="button" style="float:right; margin-bottom: 8px;">X</button><strong>'+updraftlion.download+" "+a+p+" ("+c+')</strong>:<div class="raw">'+updraftlion.begunlooking+'</div><div class="file '+s+'_st"><div class="dlfileprogress" style="width: 0;"></div></div></div>'),jQuery(i).data("downloaderfor",{base:t,nonce:e,what:a,index:o[d]}),setTimeout(function(){updraft_activejobs_update(!0)},1500)}jQuery(i).data("lasttimebegan",(new Date).getTime()),u=!!u;var f=jQuery("#updraft-navtab-backups-content .uddownloadform_"+a+"_"+e+"_"+o[d]).data("wp_nonce").toString(),_={type:a,timestamp:e,findex:o[d]},g={action:"updraft_download_backup",nonce_key:"_wpnonce",nonce:f,timeout:1e4,async:u};updraft_send_command("updraft_download_backup",_,function(t){},g)}return!1}function ud_parse_json(t){t.charAt(0),t.charAt(t.length-1);try{var e=JSON.parse(t);return e}catch(a){console.log("UpdraftPlus: Exception when trying to parse JSON (1) - will attempt to fix/re-parse"),console.log(t)}var r=t.indexOf("{"),o=t.lastIndexOf("}");if(r>-1&&o>-1){var n=t.slice(r,o+1);try{var u=JSON.parse(n);return console.log("UpdraftPlus: JSON re-parse successful"),u}catch(a){throw console.log("UpdraftPlus: Exception when trying to parse JSON (2)"),a}}throw"UpdraftPlus: could not parse the JSON"}function updraft_restorer_checkstage2(t){var e=jQuery("#ud_downloadstatus2 .file").length;return e>0?void(t&&alert(updraftlion.stilldownloading)):(jQuery("#updraft-restore-modal-stage2a").html(updraftlion.processing),void updraft_send_command("restore_alldownloaded",{timestamp:jQuery("#updraft_restore_timestamp").val(),restoreopts:jQuery("#updraft_restore_form").serialize()},function(t,e,a){var r=null;jQuery("#updraft_restorer_restore_options").val("");try{if(null==t)return void jQuery("#updraft-restore-modal-stage2a").html(updraftlion.emptyresponse);var o=t.m;if(""!=t.w&&(o=o+"<p><strong>"+updraftlion.warnings+"</strong><br>"+t.w+"</p>"),""!=t.e?o=o+"<p><strong>"+updraftlion.errors+"</strong><br>"+t.e+"</p>":updraft_restore_stage=3,t.hasOwnProperty("i")){try{if(r=ud_parse_json(t.i),r.hasOwnProperty("addui")){console.log("Further UI options are being displayed");var n=r.addui;o+='<div id="updraft_restoreoptions_ui" style="clear:left; padding-top:10px;">'+n+"</div>","object"==typeof JSON&&"function"==typeof JSON.stringify&&(delete r.addui,t.i=JSON.stringify(r))}}catch(u){console.log(u),console.log(t)}jQuery("#updraft_restorer_backup_info").val(t.i)}else jQuery("#updraft_restorer_backup_info").val();jQuery("#updraft-restore-modal-stage2a").html(o),jQuery("#updraft-restore-modal-stage2a .updraft_select2").length>0&&jQuery("#updraft-restore-modal-stage2a .updraft_select2").select2()}catch(u){console.log(a),console.log(u),jQuery("#updraft-restore-modal-stage2a").text(updraftlion.jsonnotunderstood+" "+updraftlion.errordata+": "+a).html()}},{error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-restore-modal-stage2a").html('<p style="color: red;">'+r.fatal_error_message+"</p>"),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft-restore-modal-stage2a").html('<p style="color: red;">'+o+"</p>"),console.log(o),alert(o),console.log(t)}}}))}function updraft_downloader_status(t,e,a,r){}function updraft_downloader_status_update(t,e,a,r,o,n){var u=t+e+"_"+a+"_"+r,d="."+u,s=0;if(null!=o.e)jQuery(d+" .raw").html("<strong>"+updraftlion.error+"</strong> "+o.e),console.log(o);else if(null!=o.p){if(jQuery(d+"_st .dlfileprogress").width(o.p+"%"),null!=o.a&&o.a>0){var i=(new Date).getTime(),l=jQuery(d).data("lasttimebegan"),p=i-l;if(o.a>90&&p>6e4){console.log(e+" "+a+" "+r+": restarting download: file_age="+o.a+", sincelastrestart_ms="+p),jQuery(d).data("lasttimebegan",(new Date).getTime());var c=jQuery("#updraft-navtab-backups-content .uddownloadform_"+a+"_"+e+"_"+r),f={type:a,timestamp:e,findex:r},_={action:"updraft_download_backup",nonce_key:"_wpnonce",nonce:c.data("wp_nonce").toString(),timeout:1e4};updraft_send_command("updraft_download_backup",f,function(t){},_),jQuery(d).data("lasttimebegan",(new Date).getTime())}}if(null!=o.m)if(o.p>=100&&"udrestoredlstatus_"==t)jQuery(d+" .raw").html(o.m),jQuery(d).fadeOut("slow",function(){jQuery(this).remove(),updraft_restorer_checkstage2(0)});else if(o.p<100||"uddlstatus_"!=t)jQuery(d+" .raw").html(o.m);else{var g=updraftlion.fileready+" "+updraftlion.actions+': \t\t\t\t<button type="button" onclick="updraftplus_downloadstage2(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.downloadtocomputer+'</button> \t\t\t\t<button id="uddownloaddelete_'+e+"_"+a+'" type="button" onclick="updraftplus_deletefromserver(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.deletefromserver+"</button>";o.hasOwnProperty("can_show_contents")&&o.can_show_contents&&(g+=' <button type="button" onclick="updraftplus_show_contents(\''+e+"', '"+a+"', '"+r+"')\">"+updraftlion.browse_contents+"</button>"),jQuery(d+" .raw").html(g)}}else null!=o.m?jQuery(d+" .raw").html(o.m):(jQuery(d+" .raw").html(updraftlion.jsonnotunderstood+" ("+n+")"),s=1);return s}function updraft_backupnow_go(t,e,a,r,o,n,u){jQuery("#updraft_backup_started").html("<em>"+updraftlion.requeststart+"</em>").slideDown(""),setTimeout(function(){jQuery("#updraft_backup_started").fadeOut("slow")},75e3);var d={backupnow_nodb:t,backupnow_nofiles:e,backupnow_nocloud:a,backupnow_label:n,extradata:o};""!=r&&(d.onlythisfileentity=r),""!=u&&(d.onlythesetableentities=u),updraft_send_command("backupnow",d,function(t){jQuery("#updraft_backup_started").html(t.m),t.hasOwnProperty("nonce")&&(updraft_backupnow_nonce=t.nonce,console.log("UpdraftPlus: ID of started job: "+updraft_backupnow_nonce)),setTimeout(function(){updraft_activejobs_update(!0)},500)})}var onlythesefileentities=backupnow_whichfiles_checked("");""==onlythesefileentities?jQuery("#backupnow_includefiles_moreoptions").show():jQuery("#backupnow_includefiles_moreoptions").hide();var updraft_restore_stage=1,lastlog_lastmessage="",lastlog_lastdata="",lastlog_jobs="",updraft_activejobs_nextupdate=(new Date).getTime()+1e3,updraft_page_is_visible=1,updraft_console_focussed_tab=1,updraft_settings_form_changed=!1;window.onbeforeunload=function(t){if(updraft_settings_form_changed)return updraftlion.unsavedsettings},"undefined"!=typeof document.hidden&&document.addEventListener("visibilitychange",function(){updraft_check_page_visibility(0)},!1),updraft_check_page_visibility(1);var updraft_poplog_log_nonce,updraft_poplog_log_pointer=0,updraft_poplog_lastscroll=-1,updraft_last_forced_jobid=-1,updraft_last_forced_resumption=-1,updraft_last_forced_when=-1,updraft_backupnow_nonce="",updraft_activejobslist_backupnownonce_only=0,updraft_inpage_hasbegun=0,updraftplus_activejobs_list_fatal_error_alert=!0,updraft_historytimer=0,calculated_diskspace=0,updraft_historytimer_notbefore=0,updraft_history_lastchecksum=!1,updraft_interval_week_val=!1,updraft_interval_month_val=!1;
2
+ "undefined"!=typeof updraft_siteurl&&setInterval(function(){jQuery.get(updraft_siteurl+"/wp-cron.php")},21e4);var lastlog_lastmessage="";jQuery(document).ajaxError(function(t,e,a,r){if(null!=r&&""!=r&&null!=e.responseText&&""!=e.responseText&&(console.log("Error caught by UpdraftPlus ajaxError handler (follows) for "+a.url),console.log(r),0==a.url.search(ajaxurl)))if(a.url.search("subaction=downloadstatus")>=0){var o=a.url.match(/timestamp=\d+/),n=a.url.match(/type=[a-z]+/),u=a.url.match(/findex=\d+/),d=a.url.match(/base=[a-z_]+/);if(u=u instanceof Array?parseInt(u[0].substr(7)):0,n=n instanceof Array?n[0].substr(5):"",d=d instanceof Array?d[0].substr(5):"",o=o instanceof Array?parseInt(o[0].substr(10)):0,""!=d&&""!=n&&o>0){var s=d+o+"_"+n+"_"+u;jQuery("."+s+" .raw").html("<strong>"+updraftlion.error+"</strong> "+updraftlion.servererrorcode)}}else a.url.search("subaction=restore_alldownloaded")>=0&&jQuery("#updraft-restore-modal-stage2a").append("<br><strong>"+updraftlion.error+"</strong> "+updraftlion.servererrorcode+": "+r)}),jQuery(document).ready(function(t){function e(e){t('.expertmode .advanced_settings_container .advanced_tools:not(".'+e+'")').hide(),t(".expertmode .advanced_settings_container .advanced_tools."+e).fadeIn("slow"),t(".expertmode .advanced_settings_container .advanced_tools_button:not(#"+e+")").removeClass("active"),t(".expertmode .advanced_settings_container .advanced_tools_button#"+e).addClass("active")}function a(e){t("#updraft-navtab-addons-content .wrap .updraftplus_com_login_status").html("").hide(),updraft_send_command("updraftplus_com_login_submit",{data:e},function(e){e.hasOwnProperty("success")?t("#updraft-navtab-addons-content .wrap .updraftplus_com_login").submit():e.hasOwnProperty("error")&&t("#updraft-navtab-addons-content .wrap .updraftplus_com_login_status").html(e.message).show()})}function r(t){var e=Handlebars.compile(updraftlion.remote_storage_templates[t]),a=updraftlion.remote_storage_options[t]["default"];a.instance_id="s-"+o(32),a.instance_enabled=1;var r=e(a);jQuery(r).hide().insertAfter("."+t+"_add_instance_container:first").show("slow")}function o(t){for(var e="",a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=0;r<t;r++)e+=a.charAt(Math.floor(Math.random()*a.length));return e}function n(t){var e=!!jQuery("#updraftcentral_mothership_other").is(":checked");e?(jQuery("#updraftcentral_keycreate_mothership").prop("disabled",!1),t?jQuery("#updraftcentral_keycreate_mothership_firewalled_container").show():(jQuery(".updraftcentral_wizard_self_hosted_stage2").show(),jQuery("#updraftcentral_keycreate_mothership_firewalled_container").slideDown(),jQuery("#updraftcentral_keycreate_mothership").focus())):(jQuery("#updraftcentral_keycreate_mothership").prop("disabled",!0),t||(jQuery(".updraftcentral_wizard_self_hosted_stage2").hide(),u()))}function u(){jQuery("#updraftcentral_wizard_stage1_error").text("");var t="";if(jQuery("#updraftcentral_mothership_updraftpluscom").is(":checked"))jQuery(".updraftcentral_keycreate_description").hide(),t="updraftplus.com";else if(jQuery("#updraftcentral_mothership_other").is(":checked")){jQuery(".updraftcentral_keycreate_description").show();var e=jQuery("#updraftcentral_keycreate_mothership").val();if(""==e)return void jQuery("#updraftcentral_wizard_stage1_error").text(updraftlion.updraftcentral_wizard_empty_url);try{var a=new URL(e);t=a.hostname}catch(r){if("undefined"==typeof URL&&(t=jQuery("<a>").prop("href",e).prop("hostname")),!t||"undefined"!=typeof URL)return void jQuery("#updraftcentral_wizard_stage1_error").text(updraftlion.updraftcentral_wizard_invalid_url)}}jQuery("#updraftcentral_keycreate_description").val(t),jQuery(".updraftcentral_wizard_stage1").hide(),jQuery(".updraftcentral_wizard_stage2").show()}function d(e,a,r,o){jQuery("#updraft-delete-waitwarning").slideDown();var n=e,u=a,s=r,i=o,l=jQuery("#updraft_delete_timestamp").val().split(","),p=jQuery("#updraft_delete_form").serializeArray(),c={};t.each(p,function(){void 0!==c[this.name]?(c[this.name].push||(c[this.name]=[c[this.name]]),c[this.name].push(this.value||"")):c[this.name]=this.value||""}),c.remote_delete_limit=updraftlion.remote_delete_limit,delete c.action,delete c.subaction,delete c.nonce,updraft_send_command("deleteset",c,function(t){if(t.hasOwnProperty("result")&&null!=t.result)if("error"==t.result)alert(updraftlion.error+" "+t.message);else if("continue"==t.result)n=n+t.backup_local+t.backup_remote,u+=t.backup_local,s+=t.backup_remote,i+=t.backup_sets,jQuery("#updraft-deleted-files-total").text(n+" "+updraftlion.remote_files_deleted),d(n,u,s,i);else if("success"==t.result){jQuery("#updraft-deleted-files-total").text(""),jQuery("#updraft-delete-waitwarning").slideUp(),t.hasOwnProperty("count_backups")&&jQuery("#updraft-navtab-backups").html(updraftlion.existing_backups+" ("+t.count_backups+")");for(var e=0;e<l.length;e++){var a=l[e];jQuery("#updraft-navtab-backups-content .updraft_existing_backups_row_"+a).slideUp().remove()}jQuery("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").length<1&&jQuery("#ud_massactions").hide(),updraft_history_lastchecksum=!1,jQuery("#updraft-delete-modal").dialog("close"),u+=t.backup_local,s+=t.backup_remote,i+=t.backup_sets,alert(t.set_message+" "+i+"\n"+t.local_message+" "+u+"\n"+t.remote_message+" "+s)}})}function s(t,e){jQuery("#updraft-navtab-settings-content #updraft_include_"+t).is(":checked")?e?jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").show():jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").slideDown():e?jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").hide():jQuery("#updraft-navtab-settings-content #updraft_include_"+t+"_exclude").slideUp()}function i(){var t=new plupload.Uploader(updraft_plupload_config);t.bind("Init",function(t){var e=jQuery("#plupload-upload-ui");t.features.dragdrop?(e.addClass("drag-drop"),jQuery("#drag-drop-area").bind("dragover.wp-uploader",function(){e.addClass("drag-over")}).bind("dragleave.wp-uploader, drop.wp-uploader",function(){e.removeClass("drag-over")})):(e.removeClass("drag-drop"),jQuery("#drag-drop-area").unbind(".wp-uploader"))}),t.init(),t.bind("FilesAdded",function(e,a){plupload.each(a,function(e){if(!/^backup_([\-0-9]{15})_.*_([0-9a-f]{12})-[\-a-z]+([0-9]+?)?(\.(zip|gz|gz\.crypt))?$/i.test(e.name)&&!/^log\.([0-9a-f]{12})\.txt$/.test(e.name)){for(var a=!1,r=0;r<updraft_accept_archivename.length;r++)if(updraft_accept_archivename[r].test(e.name))var a=!0;if(!a)return/\.(zip|tar|tar\.gz|tar\.bz2)$/i.test(e.name)||/\.sql(\.gz)?$/i.test(e.name)?(jQuery("#updraft-message-modal-innards").html("<p><strong>"+e.name+"</strong></p> "+updraftlion.notarchive2),jQuery("#updraft-message-modal").dialog("open")):alert(e.name+": "+updraftlion.notarchive),void t.removeFile(e)}jQuery("#filelist").append('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(0)+"</span>/"+plupload.formatSize(e.size)+') <div class="fileprogress"></div></div>')}),e.refresh(),e.start()}),t.bind("UploadProgress",function(t,e){jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"),jQuery("#"+e.id+" span").html(plupload.formatSize(parseInt(e.size*e.percent/100))),e.size==e.loaded&&(jQuery("#"+e.id).html('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(parseInt(e.size*e.percent/100))+"</span>/"+plupload.formatSize(e.size)+") - "+updraftlion.complete+"</div>"),jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"))}),t.bind("Error",function(t,e){console.log(e);var a;a="-200"==e.code?"\n"+updraftlion.makesure2:updraftlion.makesure;var r=updraftlion.uploaderr+" (code "+e.code+") : "+e.message;e.hasOwnProperty("status")&&e.status&&(r+=" ("+updraftlion.http_code+" "+e.status+")"),e.hasOwnProperty("response")&&(console.log("UpdraftPlus: plupload error: "+e.response),e.response.length<100&&(r+=" "+updraftlion.error+" "+e.response+"\n")),r+=" "+a,alert(r)}),t.bind("FileUploaded",function(t,e,a){if("200"==a.status)try{resp=ud_parse_json(a.response),resp.e?alert(updraftlion.uploaderror+" "+resp.e):resp.dm?(alert(resp.dm),updraft_updatehistory(1,0)):resp.m?updraft_updatehistory(1,0):alert("Unknown server response: "+a.response)}catch(r){console.log(a),alert(updraftlion.jsonnotunderstood)}else alert("Unknown server response status: "+a.code),console.log(a)})}function l(t){params={uri:jQuery("#updraftplus_httpget_uri").val()},params.curl=t,updraft_send_command("httpget",params,function(t){t.e&&alert(t.e),t.r?jQuery("#updraftplus_httpget_results").html("<pre>"+t.r+"</pre>"):console.log(t)},{type:"GET"})}function p(t,e,a){updraft_restore_setoptions(t),jQuery("#updraft_restore_timestamp").val(e),jQuery(".updraft_restore_date").html(a),updraft_restore_stage=1,jQuery("#updraft-migrate-modal").dialog("close"),jQuery("#updraft-restore-modal").dialog("open"),jQuery("#updraft-restore-modal-stage1").show(),jQuery("#updraft-restore-modal-stage2").hide(),jQuery("#updraft-restore-modal-stage2a").html(""),updraft_activejobs_update(!0)}function c(t){t=t.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var e="[\\?&]"+t+"=([^&#]*)",a=new RegExp(e),r=a.exec(window.location.href);return null==r?"":decodeURIComponent(r[1].replace(/\+/g," "))}function f(e,a,r){jQuery("#updraft_upload_timestamp").val(e),jQuery("#updraft_upload_nonce").val(a);var o=r.split(",");jQuery(".updraft_remote_storage_destination").each(function(e){var a=jQuery(this).val();if(jQuery.inArray(a,o)==-1){jQuery(this).prop("checked",!1),jQuery(this).prop("disabled",!0);var r=t(this).prop("labels");jQuery(r).append(" "+updraftlion.already_uploaded)}}),jQuery("#updraft-upload-modal").dialog("open")}if(t(".expertmode .advanced_settings_container .advanced_tools_button").click(function(){e(t(this).attr("id"))}),jQuery.ui&&jQuery.ui.dialog&&jQuery.ui.dialog.prototype._allowInteraction){var _=jQuery.ui.dialog.prototype._allowInteraction;jQuery.ui.dialog.prototype._allowInteraction=function(t){return!!jQuery(t.target).closest(".select2-dropdown").length||_.apply(this,arguments)}}t("#updraftcentral_keys").on("click","a.updraftcentral_keys_show",function(e){e.preventDefault(),t(this).remove(),t("#updraftcentral_keys_table").slideDown()}),t("#updraftcentral_keycreate_altmethod_moreinfo_get").click(function(e){e.preventDefault(),t(this).remove(),t("#updraftcentral_keycreate_altmethod_moreinfo").slideDown()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("change keyup paste",".updraft_webdav_settings",function(){var e=[];t(".updraft_webdav_settings").each(function(a,r){var o=t(r).attr("id");if(o&&"updraft_webdav_"==o.substring(0,15)){var n=o.substring(15);id_split=n.split("_"),n=id_split[0];var u=id_split[1];"undefined"==typeof e[u]&&(e[u]=[]),e[u][n]=this.value}});var a="",r="@",o="/",n=":",u=":";for(var d in e)(e[d].host.indexOf("@")>=0||""===e[d].host)&&(r=""),e[d].host.indexOf("/")>=0?t("#updraft_webdav_host_error").show():t("#updraft_webdav_host_error").hide(),0!=e[d].path.indexOf("/")&&""!==e[d].path||(o=""),""!==e[d].user&&""!==e[d].pass||(n=""),""!==e[d].host&&""!==e[d].port||(u=""),a=e[d].webdav+e[d].user+n+e[d].pass+r+encodeURIComponent(e[d].host)+u+e[d].port+o+e[d].path,t("#updraft_webdav_url_"+d).val(a)}),t("#updraft-navtab-backups-content").on("click",".updraft_existing_backups .updraft_existing_backups_row",function(e){(e.ctrlKey||e.metaKey)&&(t(this).toggleClass("backuprowselected"),t("#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected").length>0?t("#ud_massactions").show():t("#ud_massactions").hide())}),t("#updraft-navtab-addons-content .wrap").on("click",".updraftplus_com_login #ud_connectsubmit",function(e){e.preventDefault();var r=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_email").val(),o=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_password").val(),n={email:r,password:o};a(n)}),t("#updraft-navtab-addons-content .wrap").on("keydown",".updraftplus_com_login input",function(e){if(13==e.which){e.preventDefault();var r=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_email").val(),o=t("#updraft-navtab-addons-content .wrap .updraftplus_com_login #updraftplus-addons_options_password").val(),n={email:r,password:o};a(n)}}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod a.updraft_add_instance",function(e){e.preventDefault(),updraft_settings_form_changed=!0;var a=t(this).data("method");r(a)}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod a.updraft_delete_instance",function(e){e.preventDefault(),updraft_settings_form_changed=!0;var a=t(this).data("method"),o=t(this).data("instance_id");1===t("."+a+"_updraft_remote_storage_border").length&&r(a),t("."+a+"-"+o).hide("slow",function(){t(this).remove()})}),t("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod .updraft_edit_label_instance",function(e){t(this).find("span").hide(),t(this).attr("contentEditable",!0).focus()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("keyup",".updraftplusmethod .updraft_edit_label_instance",function(e){var a=jQuery(this).data("method"),r=jQuery(this).data("instance_id"),o=jQuery(this).text();t("#updraft_"+a+"_instance_label_"+r).val(o)}),t("#updraft-navtab-settings-content #remote-storage-holder").on("blur",".updraftplusmethod .updraft_edit_label_instance",function(e){t(this).attr("contentEditable",!1),t(this).find("span").show()}),t("#updraft-navtab-settings-content #remote-storage-holder").on("keypress",".updraftplusmethod .updraft_edit_label_instance",function(e){13===e.which&&(t(this).attr("contentEditable",!1),t(this).find("span").show(),t(this).blur())}),jQuery("#updraft-navtab-settings-content #remote-storage-holder").on("change","input[class='updraft_instance_toggle']",function(){updraft_settings_form_changed=!0,jQuery(this).is(":checked")?jQuery(this).siblings("label").html(updraftlion.instance_enabled):jQuery(this).siblings("label").html(updraftlion.instance_disabled)}),jQuery("#updraft-navtab-settings-content #remote-storage-holder").on("click",".updraftplusmethod button.updraft-test-button",function(){var t=jQuery(this).data("method"),e=jQuery(this).data("instance_id");updraft_remote_storage_test(t,function(e,a,r){return"sftp"==t&&(r.hasOwnProperty("scp")&&r.scp?alert(updraftlion.settings_test_result.replace("%s","SCP")+" "+e.output):alert(updraftlion.settings_test_result.replace("%s","SFTP")+" "+e.output),e.hasOwnProperty("data")&&console.log(e.data),!0)},e)}),t("#updraft-navtab-settings-content select.updraft_interval, #updraft-navtab-settings-content select.updraft_interval_database").change(function(){updraft_check_same_times()}),t("#backupnow_includefiles_showmoreoptions").click(function(e){e.preventDefault(),t("#backupnow_includefiles_moreoptions").toggle()}),t("#backupnow_database_showmoreoptions").click(function(e){e.preventDefault(),t("#backupnow_database_moreoptions").toggle()}),t("#updraft-navtab-backups-content a.updraft_diskspaceused_update").click(function(t){t.preventDefault(),updraftplus_diskspace()}),t("#updraft-navtab-backups-content a.updraft_uploader_toggle").click(function(e){e.preventDefault(),t("#updraft-plupload-modal").slideToggle()}),t("#updraft-navtab-backups-content a.updraft_rescan_local").click(function(t){t.preventDefault(),updraft_updatehistory(1,0)}),t("#updraft-navtab-backups-content a.updraft_rescan_remote").click(function(t){t.preventDefault(),updraft_updatehistory(1,1)}),jQuery("#updraftcentral_keys").on("click",'input[type="radio"]',function(){n(!1)}),n(!0),jQuery("#updraftcentral_keys").on("click","#updraftcentral_view_log",function(t){t.preventDefault(),jQuery("#updraftcentral_view_log_container").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.fetching+"</div>"});try{updraft_send_command("updraftcentral_get_log",null,function(t){jQuery("#updraftcentral_view_log_container").unblock(),t.hasOwnProperty("log_contents")?jQuery("#updraftcentral_view_log_contents").html('<div style="border:1px solid;padding: 2px;max-height: 400px; overflow-y:scroll;">'+t.log_contents+"</div>"):console.response(resp)},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_view_log_container").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})}catch(e){jQuery("#updraft_central_key").html(),console.log(e)}}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_wizard_go",function(t){jQuery("#updraftcentral_wizard_go").hide(),jQuery(".updraftcentral_wizard_success").remove(),jQuery(".create_key_container").show()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_stage1_go",function(t){t.preventDefault(),jQuery(".updraftcentral_wizard_stage2").hide(),jQuery(".updraftcentral_wizard_stage1").show()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_stage2_go",function(t){t.preventDefault(),u()}),jQuery("#updraftcentral_keys").on("click","#updraftcentral_keycreate_go",function(t){t.preventDefault();var e=!!jQuery("#updraftcentral_mothership_other").is(":checked"),a=jQuery("#updraftcentral_keycreate_description").val(),r=jQuery("#updraftcentral_keycreate_keysize").val(),o="__updraftpluscom";if(data={key_description:a,key_size:r},e&&(o=jQuery("#updraftcentral_keycreate_mothership").val(),"http"!=o.substring(0,4)))return void alert(updraftlion.enter_mothership_url);data.mothership_firewalled=jQuery("#updraftcentral_keycreate_mothership_firewalled").is(":checked")?1:0,data.where_send=o,jQuery(".create_key_container").hide(),jQuery(".updraftcentral_wizard_stage1").show(),jQuery(".updraftcentral_wizard_stage2").hide(),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_please_allow+"</div>"});try{updraft_send_command("updraftcentral_create_key",data,function(t){jQuery("#updraftcentral_keys").unblock();try{if(t.hasOwnProperty("error"))return alert(t.error),void console.log(t);alert(t.r),t.hasOwnProperty("bundle")&&t.hasOwnProperty("keys_guide")?(jQuery("#updraftcentral_keys_content").html(t.keys_guide),jQuery("#updraftcentral_keys_content").append('<div class="updraftcentral_wizard_success">'+t.r+'<br><textarea onclick="this.select();" style="width:620px; height:165px; word-wrap:break-word; border: 1px solid #aaa; border-radius: 3px; padding:4px;">'+t.bundle+"</textarea></div>")):console.log(t),t.hasOwnProperty("keys_table")&&jQuery("#updraftcentral_keys_content").append(t.keys_table),jQuery("#updraftcentral_wizard_go").show()}catch(e){alert(updraftlion.unexpectedresponse+" "+response),console.log(e)}},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_keys").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}})}catch(n){jQuery("#updraft_central_key").html(),console.log(n)}}),jQuery("#updraftcentral_keys").on("click",".updraftcentral_key_delete",function(t){t.preventDefault();var e=jQuery(this).data("key_id");return"undefined"==typeof e?void console.log("UpdraftPlus: .updraftcentral_key_delete clicked, but no key ID found"):(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.deleting+"</div>"}),void updraft_send_command("updraftcentral_delete_key",{key_id:e},function(t){jQuery("#updraftcentral_keys").unblock(),t.hasOwnProperty("keys_table")&&jQuery("#updraftcentral_keys_content").html(t.keys_table)},{error_callback:function(t,e,a,r){if(jQuery("#updraftcentral_keys").unblock(),"undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),alert(r.fatal_error_message);else{var o="updraft_send_command: error: "+e+" ("+a+")";console.log(o),alert(o),console.log(t)}}}))}),jQuery("#updraft_reset_sid").click(function(t){t.preventDefault(),updraft_send_command("reset_site_id",null,function(t){jQuery("#updraft_show_sid").html(t)},{json_parse:!1})}),jQuery("#updraft-navtab-settings-content form input:not('.udignorechange'), #updraft-navtab-settings-content form select").change(function(t){updraft_settings_form_changed=!0}),jQuery("#updraft-navtab-settings-content form input[type='submit']").click(function(t){updraft_settings_form_changed=!1});var g=180;jQuery(".updraft-bigbutton").each(function(t,e){var a=jQuery(e).width();a>g&&(g=a)}),g>180&&jQuery(".updraft-bigbutton").width(g),setInterval(function(){updraft_activejobs_update(!1)},1250),setTimeout(function(){jQuery("#setting-error-settings_updated").slideUp()},5e3),jQuery("#updraft_restore_db").change(function(){jQuery("#updraft_restore_db").is(":checked")&&1==jQuery(this).data("encrypted")?jQuery("#updraft_restorer_dboptions").slideDown():jQuery("#updraft_restorer_dboptions").slideUp()}),updraft_check_same_times();var y={};y[updraftlion.close]=function(){jQuery(this).dialog("close")},jQuery("#updraft-message-modal").dialog({autoOpen:!1,height:350,width:520,modal:!0,buttons:y});var m={};m[updraftlion.deletebutton]=function(){d(0,0,0,0)},m[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-delete-modal").dialog({autoOpen:!1,height:322,width:430,modal:!0,buttons:m});var h={};h[updraftlion.restore]=function(){var t=0,e=[],a=0,r=jQuery("#updraft_restore_meta_foreign").val();if(jQuery('input[name="updraft_restore[]"]').each(function(o,n){if(jQuery(n).is(":checked")&&!jQuery(n).is(":disabled")){t=1;var u=jQuery(n).data("howmany"),d=jQuery(n).val();if((1==r||2==r&&"db"!=d)&&("wpcore"!=d&&(u=jQuery("#updraft_restore_form #updraft_restore_wpcore").data("howmany")),d="wpcore"),"wpcore"!=d||0==a){var s=[d,u];e.push(s),"wpcore"==d&&(a=1)}}}),1==t){if(1==updraft_restore_stage){jQuery("#updraft-restore-modal-stage1").slideUp("slow"),jQuery("#updraft-restore-modal-stage2").show(),updraft_restore_stage=2;var o=jQuery(".updraft_restore_date").first().text(),n=e,u=jQuery("#updraft_restore_timestamp").val();try{updraft_send_command("whichdownloadsneeded",{downloads:e,timestamp:u},function(t){if(t.hasOwnProperty("downloads")&&(console.log("UpdraftPlus: items which still require downloading follow"),n=t.downloads,console.log(n)),0==n.length)updraft_restorer_checkstage2(0);else for(var e=0;e<n.length;e++)updraft_downloader("udrestoredlstatus_",u,n[e][0],"#ud_downloadstatus2",n[e][1],o,!1)},{alert_on_error:!1,error_callback:function(t,e,a,r){if("undefined"!=typeof r&&r.hasOwnProperty("fatal_error"))console.error(r.fatal_error_message),jQuery("#updraft-restore-modal-stage2a").html('<p style="color:red;">'+r.fatal_error_message+"</p>");else{var o="updraft_send_command: error: "+e+" ("+a+")";jQuery("#updraft-restore-modal-stage2a").html('<p style="color:red; margin: 5px;">'+o+"</p>"),console.log(o),console.log(t)}}})}catch(d){console.log("UpdraftPlus: error (follows) when looking for items needing downloading"),console.log(d),alert(updraftlion.jsonnotunderstood)}}else if(2==updraft_restore_stage)updraft_restorer_checkstage2(1);else if(3==updraft_restore_stage){var s=1;if(jQuery("#updraft_restoreoptions_ui input.required").each(function(t){if(0!=s){var e=jQuery(this).val();if(""==e)alert(updraftlion.pleasefillinrequired),s=0;else if(""!=jQuery(this).attr("pattern")){var a=jQuery(this).attr("pattern"),r=new RegExp(a,"g");r.test(e)||(alert(jQuery(this).data("invalidpattern")),s=0)}}}),!s)return;var i=jQuery("#updraft_restoreoptions_ui select, #updraft_restoreoptions_ui input").serialize();console.log("Restore options: "+i),jQuery("#updraft_restorer_restore_options").val(i),jQuery("#updraft-restore-modal-stage2a").html(updraftlion.restore_proceeding),jQuery("#updraft_restore_form").submit(),updraft_restore_stage=4}}else alert(updraftlion.youdidnotselectany)},h[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-restore-modal").dialog({autoOpen:!1,height:505,width:590,modal:!0,buttons:h}),jQuery("#updraft-iframe-modal").dialog({autoOpen:!1,height:500,width:780,modal:!0}),jQuery("#updraft-backupnow-inpage-modal").dialog({autoOpen:!1,height:345,width:580,modal:!0});var v={};v[updraftlion.backupnow]=function(){var t=jQuery("#backupnow_includedb").is(":checked")?0:1,e=jQuery("#backupnow_includefiles").is(":checked")?0:1,a=jQuery("#backupnow_includecloud").is(":checked")?0:1,r=backupnow_whichtables_checked("");if(""==r&&0==t)return alert(updraftlion.notableschosen),void jQuery("#backupnow_includefiles_moreoptions").show();"boolean"==typeof r&&(r=null);var o=backupnow_whichfiles_checked("");return""==o&&0==e?(alert(updraftlion.nofileschosen),void jQuery("#backupnow_includefiles_moreoptions").show()):t&&e?void alert(updraftlion.excludedeverything):(jQuery(this).dialog("close"),setTimeout(function(){jQuery("#updraft_lastlogmessagerow").fadeOut("slow",function(){jQuery(this).fadeIn("slow")})},1700),void updraft_backupnow_go(t,e,a,o,"",jQuery("#backupnow_label").val(),r))},v[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-backupnow-modal").dialog({autoOpen:!1,height:472,width:610,modal:!0,buttons:v}),jQuery("#updraft-migrate-modal").dialog({autoOpen:!1,height:updraftlion.migratemodalheight,width:updraftlion.migratemodalwidth,modal:!0}),jQuery("#updraft-poplog").dialog({autoOpen:!1,height:600,width:"75%",modal:!0}),jQuery("#updraft-navtab-settings-content .enableexpertmode").click(function(){return jQuery("#updraft-navtab-settings-content .expertmode").fadeIn(),jQuery("#updraft-navtab-settings-content .enableexpertmode").off("click"),!1}),jQuery("#updraft-navtab-settings-content .backupdirrow").on("click","a.updraft_backup_dir_reset",function(){return jQuery("#updraft_dir").val("updraft"),!1}),jQuery("#updraft-navtab-settings-content .updraft_include_entity").click(function(){var t=jQuery(this).data("toggle_exclude_field");t&&s(t,!1)}),jQuery("#updraft-navtab-settings-content .updraft-service").change(function(){var t=jQuery(this).val();jQuery("#updraft-navtab-settings-content .updraftplusmethod").hide(),jQuery("#updraft-navtab-settings-content ."+t).show()}),jQuery("#updraft-navtab-settings-content a.updraft_show_decryption_widget").click(function(t){t.preventDefault(),jQuery("#updraftplus_db_decrypt").val(jQuery("#updraft_encryptionphrase").val()),jQuery("#updraft-manualdecrypt-modal").slideToggle()}),jQuery("#updraftplus-phpinfo").click(function(t){t.preventDefault(),updraft_iframe_modal("phpinfo",updraftlion.phpinfo)}),jQuery("#updraftplus-rawbackuphistory").click(function(t){t.preventDefault(),updraft_iframe_modal("rawbackuphistory",updraftlion.raw)}),jQuery("#updraft-navtab-status").click(function(t){t.preventDefault(),jQuery(this).addClass("nav-tab-active"),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-status-content").show(),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=1,updraft_activejobs_update(!0)}),jQuery("#updraft-navtab-expert").click(function(t){t.preventDefault(),jQuery(this).addClass("nav-tab-active"),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-expert-content").show(),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=4}),jQuery("#updraft-navtab-settings, #updraft-navtab-settings2, #updraft_backupnow_gotosettings").click(function(t){t.preventDefault(),jQuery(this).parents(".updraftmessage").remove(),jQuery("#updraft-backupnow-modal").dialog("close"),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-addons-content").hide(),jQuery("#updraft-navtab-settings-content").show(),jQuery("#updraft-navtab-settings").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-addons").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=3}),jQuery("#updraft-navtab-addons").click(function(t){t.preventDefault(),jQuery(this).addClass("b#nav-tab-active"),jQuery("#updraft-navtab-status-content").hide(),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-expert-content").hide(),jQuery("#updraft-navtab-settings-content").hide(),jQuery("#updraft-navtab-addons-content").show(),jQuery("#updraft-navtab-addons").addClass("nav-tab-active"),jQuery("#updraft-navtab-expert").removeClass("nav-tab-active"),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").removeClass("nav-tab-active"),jQuery("#updraft-navtab-settings").removeClass("nav-tab-active"),updraft_page_is_visible=1,updraft_console_focussed_tab=5}),jQuery("#updraft-navtab-backups").click(function(t){t.preventDefault(),updraft_openrestorepanel(1)}),updraft_send_command("ping",null,function(t,e){"success"==e&&"pong"!=t&&t.indexOf("pong")>=0&&(jQuery("#updraft-navtab-backups-content .ud-whitespace-warning").show(),console.log("UpdraftPlus: Extra output warning: response (which should be just (string)'pong') follows."),console.log(t))},{json_parse:!1,type:"GET"});try{"undefined"!=typeof updraft_plupload_config&&i()}catch(b){console.log(b)}if(jQuery("#updraftplus_httpget_go").click(function(t){t.preventDefault(),l(0)}),jQuery("#updraftplus_httpget_gocurl").click(function(t){t.preventDefault(),l(1)}),jQuery("#updraftplus_callwpaction_go").click(function(t){t.preventDefault(),params={wpaction:jQuery("#updraftplus_callwpaction").val()},updraft_send_command("call_wordpress_action",params,function(t){t.e?alert(t.e):t.s||(t.r?jQuery("#updraftplus_callwpaction_results").html(t.r):(console.log(t),alert(updraftlion.jsonnotunderstood)))})}),jQuery("#updraft_activejobs_table").on("click",".updraft_jobinfo_delete",function(t){t.preventDefault();var e=jQuery(this).data("jobid");e?updraft_activejobs_delete(e):console.log("UpdraftPlus: A stop job link was clicked, but the Job ID could not be found")}),jQuery("#updraft_activejobs_table, #updraft-navtab-backups-content .updraft_existing_backups, #updraft-backupnow-inpage-modal").on("click",".updraft-log-link",function(t){t.preventDefault();var e=jQuery(this).data("jobid");e?updraft_popuplog(e):console.log("UpdraftPlus: A log link was clicked, but the Job ID could not be found")}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click","button.choose-components-button",function(t){var e=jQuery(this).data("entities"),a=jQuery(this).data("backup_timestamp"),r=jQuery(this).data("showdata");p(e,a,r)}),"initiate_restore"==c("udaction")){
3
+ var j=c("entities"),Q=c("backup_timestamp"),w=c("showdata");p(j,Q,w)}var k={};k[updraftlion.uploadbutton]=function(){var t=jQuery("#updraft_upload_timestamp").val(),e=jQuery("#updraft_upload_nonce").val(),a="",r=!1;return jQuery(".updraft_remote_storage_destination").each(function(t){jQuery(this).is(":checked")&&(r=!0)}),r?(a=jQuery("input[name^='updraft_remote_storage_destination_']").serializeArray(),jQuery(this).dialog("close"),alert(updraftlion.local_upload_started),jQuery("#updraft-navtab-backups-content").hide(),jQuery("#updraft-navtab-status-content").show(),jQuery("#updraft-navtab-backups").removeClass("nav-tab-active"),jQuery("#updraft-navtab-status").addClass("nav-tab-active"),void updraft_send_command("upload_local_backup",{use_nonce:e,use_timestamp:t,services:a},function(t){})):void jQuery("#updraft-upload-modal-error").html(updraftlion.local_upload_error)},k[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-upload-modal").dialog({autoOpen:!1,height:322,width:430,modal:!0,buttons:k}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click","button.updraft-upload-link",function(t){t.preventDefault();var e=jQuery(this).data("nonce").toString(),a=jQuery(this).data("key").toString(),r=jQuery(this).data("services").toString();e?f(a,e,r):console.log("UpdraftPlus: A upload link was clicked, but the Job ID could not be found")}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click",".updraft-delete-link",function(t){t.preventDefault();var e=jQuery(this).data("hasremote"),a=jQuery(this).data("nonce").toString(),r=jQuery(this).data("key").toString();a?updraft_delete(r,a,e):console.log("UpdraftPlus: A delete link was clicked, but the Job ID could not be found")}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("click","button.updraft_download_button",function(t){t.preventDefault();var e="uddlstatus_",a=jQuery(this).data("backup_timestamp"),r=jQuery(this).data("what"),o=".ud_downloadstatus",n=jQuery(this).data("set_contents"),u=jQuery(this).data("prettydate"),d=!0;updraft_downloader(e,a,r,o,n,u,d)}),jQuery("#updraft-navtab-backups-content .updraft_existing_backups").on("dblclick",".updraft_existingbackup_date",function(t){t.preventDefault();var e=jQuery(this).data("rawbackup");null!=e&&""!=e&&updraft_html_modal(e,updraftlion.raw,780,500)})}),jQuery(document).ready(function(t){var e="#updraft-navtab-settings-content ";t(e+"#remote-storage-holder").on("click",".updraftvault_backtostart",function(a){a.preventDefault(),t(e+"#updraftvault_settings_showoptions").slideUp(),t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_connected").slideUp(),t(e+"#updraftvault_settings_default").slideDown()}),t(e).on("keypress","#updraftvault_settings_connect input",function(a){if(13==a.which)return t(e+"#updraftvault_connect_go").click(),!1}),t(e+"#remote-storage-holder").on("click","#updraftvault_recountquota",function(a){a.preventDefault(),t(e+"#updraftvault_recountquota").html(updraftlion.counting);try{updraft_send_command("vault_recountquota",{instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a){t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),a.hasOwnProperty("html")&&(t(e+"#updraftvault_settings_connected").html(a.html),a.hasOwnProperty("connected")&&(a.connected?(t(e+"#updraftvault_settings_default").hide(),t(e+"#updraftvault_settings_connected").show()):(t(e+"#updraftvault_settings_connected").hide(),t(e+"#updraftvault_settings_default").show())))},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}})}catch(r){t(e+"#updraftvault_recountquota").html(updraftlion.updatequotacount),console.log(r)}}),t(e+"#remote-storage-holder").on("click","#updraftvault_disconnect",function(a){a.preventDefault(),t(e+"#updraftvault_disconnect").html(updraftlion.disconnecting);try{updraft_send_command("vault_disconnect",{immediate_echo:!0,instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a){t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),a.hasOwnProperty("html")&&(t(e+"#updraftvault_settings_connected").html(a.html).slideUp(),t(e+"#updraftvault_settings_default").slideDown())},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}})}catch(r){t(e+"#updraftvault_disconnect").html(updraftlion.disconnect),console.log(r)}}),t(e+"#remote-storage-holder").on("click","#updraftvault_connect",function(a){a.preventDefault(),t(e+"#updraftvault_settings_default").slideUp(),t(e+"#updraftvault_settings_connect").slideDown()}),t(e+"#remote-storage-holder").on("click","#updraftvault_showoptions",function(a){a.preventDefault(),t(e+"#updraftvault_settings_default").slideUp(),t(e+"#updraftvault_settings_showoptions").slideDown()}),t("#remote-storage-holder").on("keyup",".updraftplus_onedrive_folder_input",function(e){var a=t(this).val(),r=t(this).closest("td");0==a.indexOf("https:")||0==a.indexOf("http:")?r.find(".onedrive_folder_error").length||r.append('<div class="onedrive_folder_error">'+updraftlion.onedrive_folder_url_warning+"</div>"):r.find(".onedrive_folder_error").slideUp("slow",function(){r.find(".onedrive_folder_error").remove()})}),t(e+"#remote-storage-holder").on("click","#updraftvault_connect_go",function(a){return t(e+"#updraftvault_connect_go").html(updraftlion.connecting),updraft_send_command("vault_connect",{email:t("#updraftvault_email").val(),pass:t("#updraftvault_pass").val(),instance_id:t("#updraftvault_settings_connect").data("instance_id")},function(a,r,o){t(e+"#updraftvault_connect_go").html(updraftlion.connect),a.hasOwnProperty("e")?(updraft_html_modal('<h4 style="margin-top:0px; padding-top:0px;">'+updraftlion.errornocolon+"</h4><p>"+a.e+"</p>",updraftlion.disconnect,400,250),a.hasOwnProperty("code")&&"no_quota"==a.code&&(t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_default").slideDown())):a.hasOwnProperty("connected")&&a.connected&&a.hasOwnProperty("html")?(t(e+"#updraftvault_settings_connect").slideUp(),t(e+"#updraftvault_settings_connected").html(a.html).slideDown()):(console.log(a),alert(updraftlion.unexpectedresponse+" "+o))},{error_callback:function(a,r,o,n){if(t(e+"#updraftvault_connect_go").html(updraftlion.connect),"undefined"!=typeof n&&n.hasOwnProperty("fatal_error"))console.error(n.fatal_error_message),alert(n.fatal_error_message);else{var u="updraft_send_command: error: "+r+" ("+o+")";console.log(u),alert(u),console.log(a)}}}),!1})}),jQuery(document).ready(function(t){function e(){var t=new plupload.Uploader(updraft_plupload_config2);t.bind("Init",function(t){var e=jQuery("#plupload-upload-ui2");t.features.dragdrop?(e.addClass("drag-drop"),jQuery("#drag-drop-area2").bind("dragover.wp-uploader",function(){e.addClass("drag-over")}).bind("dragleave.wp-uploader, drop.wp-uploader",function(){e.removeClass("drag-over")})):(e.removeClass("drag-drop"),jQuery("#drag-drop-area2").unbind(".wp-uploader"))}),t.init(),t.bind("FilesAdded",function(e,a){plupload.each(a,function(e){return/^backup_([\-0-9]{15})_.*_([0-9a-f]{12})-db([0-9]+)?\.(gz\.crypt)$/i.test(e.name)?void jQuery("#filelist2").append('<div class="file" id="'+e.id+'"><b>'+e.name+"</b> (<span>"+plupload.formatSize(0)+"</span>/"+plupload.formatSize(e.size)+') <div class="fileprogress"></div></div>'):(alert(e.name+": "+updraftlion.notdba),void t.removeFile(e))}),e.refresh(),e.start()}),t.bind("UploadProgress",function(t,e){jQuery("#"+e.id+" .fileprogress").width(e.percent+"%"),jQuery("#"+e.id+" span").html(plupload.formatSize(parseInt(e.size*e.percent/100)))}),t.bind("Error",function(t,e){"-200"==e.code?err_makesure="\n"+updraftlion.makesure2:err_makesure=updraftlion.makesure,alert(updraftlion.uploaderr+" (code "+e.code+") : "+e.message+" "+err_makesure)}),t.bind("FileUploaded",function(t,e,a){"200"==a.status?"ERROR:"==a.response.substring(0,6)?alert(updraftlion.uploaderror+" "+a.response.substring(6)):"OK:"==a.response.substring(0,3)?(bkey=a.response.substring(3),jQuery("#"+e.id+" .fileprogress").hide(),jQuery("#"+e.id).append(updraftlion.uploaded+' <a href="?page=updraftplus&action=downloadfile&updraftplus_file='+bkey+"&decrypt_key="+encodeURIComponent(jQuery("#updraftplus_db_decrypt").val())+'">'+updraftlion.followlink+"</a> "+updraftlion.thiskey+" "+jQuery("#updraftplus_db_decrypt").val().replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"))):alert(updraftlion.unknownresp+" "+a.response):alert(updraftlion.ukrespstatus+" "+a.code)})}try{"undefined"!=typeof updraft_plupload_config2&&e()}catch(a){console.log(a)}if(jQuery("#updraft-hidethis").remove(),Handlebars.registerHelper("ifeq",function(t,e,a){return"string"!=typeof t&&"undefined"!=typeof t&&null!==t&&(t=t.toString()),"string"!=typeof e&&"undefined"!=typeof e&&null!==e&&(e=e.toString()),t===e?a.fn(this):a.inverse(this)}),t("#remote-storage-holder").length){var r="";for(var o in updraftlion.remote_storage_templates)if("undefined"!=typeof updraftlion.remote_storage_options[o]){var n=Handlebars.compile(updraftlion.remote_storage_templates[o]),u=!0;for(var d in updraftlion.remote_storage_options[o])if("default"!==d){var s=updraftlion.remote_storage_options[o][d];s.first_instance=u,"undefined"==typeof s.instance_enabled&&(s.instance_enabled=1),r+=n(s),u=!1}}else r+=updraftlion.remote_storage_templates[o];t("#remote-storage-holder").append(r).ready(function(){t(".updraftplusmethod").not(".none").hide(),updraft_remote_storage_tabs_setup(),t("#remote-storage-holder .updraftplus_onedrive_folder_input").trigger("keyup")})}}),jQuery(document).ready(function(t){function e(){var t=r("object"),e=new Date;t=JSON.stringify({version:"1.12.40",epoch_date:e.getTime(),local_date:e.toLocaleString(),network_site_url:updraftlion.network_site_url,data:t});var a=document.body.appendChild(document.createElement("a"));a.setAttribute("download",updraftlion.export_settings_file_name),a.setAttribute("style","display:none;"),a.setAttribute("href","data:text/json;charset=UTF-8,"+encodeURIComponent(t)),a.click()}function a(e){var a,r=decodeURIComponent(e);try{a=ud_parse_json(r)}catch(n){return t.unblockUI(),jQuery("#import_settings").val(""),console.log(r),console.log(n),void alert(updraftlion.import_invalid_json_file)}if(window.confirm(updraftlion.importing_data_from+" "+r.network_site_url+"\n"+updraftlion.exported_on+" "+r.local_date+"\n"+updraftlion.continue_import)){var u=JSON.stringify(a.data);updraft_send_command("importsettings",{settings:u,updraftplus_version:updraftlion.updraftplus_version},function(e,a,r){var n=o(e);!n.hasOwnProperty("saved")||n.saved?(updraft_settings_form_changed=!1,location.replace(updraftlion.updraft_settings_url)):(t.unblockUI(),n.hasOwnProperty("error_message")&&n.error_message&&alert(n.error_message))},{action:"updraft_importsettings",nonce:updraftplus_settings_nonce,error_callback:function(e,a,r,o){if(t.unblockUI(),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var n="updraft_send_command: error: "+a+" ("+r+")";console.log(n),console.log(e),alert(n)}}})}else t.unblockUI()}function r(e){var a="",e="undefined"==typeof e?"string":e;return"object"==e?a=t("#updraft-navtab-settings-content form input[name!='action'][name!='option_page'][name!='_wpnonce'][name!='_wp_http_referer'], #updraft-navtab-settings-content form textarea, #updraft-navtab-settings-content form select, #updraft-navtab-settings-content form input[type=checkbox]").serializeJSON({checkboxUncheckedValue:"0",useIntKeysAsArrayIndex:!0}):(a=t("#updraft-navtab-settings-content form input[name!='action'], #updraft-navtab-settings-content form textarea, #updraft-navtab-settings-content form select").serialize(),t.each(t("#updraft-navtab-settings-content form input[type=checkbox]").filter(function(e){return 0==t(this).prop("checked")}),function(e,r){var o="0";a+="&"+t(r).attr("name")+"="+o})),a}function o(e,a){try{var r=(e.messages,e.backup_dir.writable),o=e.backup_dir.message,n=e.backup_dir.button_title}catch(u){return console.log(u),console.log(a),alert(updraftlion.jsonnotunderstood),t.unblockUI(),{}}if(e.hasOwnProperty("changed")){console.log("UpdraftPlus: savesettings: some values were changed after being filtered"),console.log(e.changed);for(prop in e.changed)if("object"==typeof e.changed[prop])for(innerprop in e.changed[prop])t("[name='"+innerprop+"']").is(":checkbox")||t("[name='"+prop+"["+innerprop+"]']").val(e.changed[prop][innerprop]);else t("[name='"+prop+"']").is(":checkbox")||t("[name='"+prop+"']").val(e.changed[prop])}return t("#updraft_writable_mess").html(o),0==r?(t("#updraft-backupnow-button").attr("disabled","disabled"),t("#updraft-backupnow-button").attr("title",n),t(".backupdirrow").css("display","table-row")):(t("#updraft-backupnow-button").removeAttr("disabled"),t("#updraft-backupnow-button").removeAttr("title")),e.hasOwnProperty("updraft_include_more_path")&&t("#backupnow_includefiles_moreoptions").html(e.updraft_include_more_path),e.hasOwnProperty("backup_now_message")&&t("#backupnow_remote_container").html(e.backup_now_message),t(".updraftmessage").remove(),t("#updraft_backup_started").before(e.messages),t("#next-backup-table-inner").html(e.scheduled),e}function n(){var t=!1;if(jQuery("#updraft-authenticate-modal-innards").html(""),jQuery("div[class*=updraft_authenticate_] a.updraft_authlink").each(function(){jQuery("#updraft-authenticate-modal-innards").append('<p><a href="'+jQuery(this).attr("href")+'">'+jQuery(this).html()+"</a></p>"),t=!0}),t){var e={};e[updraftlion.cancel]=function(){jQuery(this).dialog("close")},jQuery("#updraft-authenticate-modal").dialog({autoOpen:!0,modal:!0,resizable:!1,draggable:!1,buttons:e,width:"auto"}).dialog("open")}}var u=new Image;u.src=updraftlion.ud_url+"/images/udlogo-rotating.gif",t("#updraft-navtab-settings-content input.updraft_include_entity").change(function(e){var a=t(this).attr("id"),r=t(this).is(":checked"),o="#backupnow_files_"+a;t(o).prop("checked",r)}),t("#updraftplus-settings-save").click(function(e){e.preventDefault(),t.blockUI({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.saving+"</div>"});var a=r("string");updraft_send_command("savesettings",{settings:a,updraftplus_version:updraftlion.updraftplus_version},function(e,a,r){o(e,r),t("#updraft-wrap .fade").delay(6e3).fadeOut(2e3),t("html, body").animate({scrollTop:t("#updraft-wrap").offset().top},1e3,function(){n()}),t.unblockUI()},{action:"updraft_savesettings",error_callback:function(e,a,r,o){if(t.unblockUI(),"undefined"!=typeof o&&o.hasOwnProperty("fatal_error"))console.error(o.fatal_error_message),alert(o.fatal_error_message);else{var n="updraft_send_command: error: "+a+" ("+r+")";console.log(n),alert(n),console.log(e)}},nonce:updraftplus_settings_nonce})}),t("#updraftplus-settings-export").click(function(){updraft_settings_form_changed&&alert(updraftlion.unsaved_settings_export),e()}),t("#updraftplus-settings-import").click(function(){t.blockUI({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.importing+"</div>"});var e=document.getElementById("import_settings");if(0==e.files.length)return alert(updraftlion.import_select_file),void t.unblockUI();var r=e.files[0],o=new FileReader;o.onload=function(){a(this.result)},o.readAsText(r)})}),jQuery(document).ready(function(t){jQuery("#updraft-restore-modal").on("change","#updraft_restorer_charset",function(e){if(t("#updraft_restorer_charset").length&&t("#updraft_restorer_collate").length&&t("#collate_change_on_charset_selection_data").length){var a=t("#updraft_restorer_charset").val();t("#updraft_restorer_collate option").show(),t("#updraft_restorer_collate option[data-charset!="+a+"]").hide(),updraft_send_command("collate_change_on_charset_selection",{collate_change_on_charset_selection_data:t("#collate_change_on_charset_selection_data").val(),updraft_restorer_charset:a,updraft_restorer_collate:t("#updraft_restorer_collate").val()},function(e){e.hasOwnProperty("is_action_required")&&1==e.is_action_required&&e.hasOwnProperty("similar_type_collate")&&t("#updraft_restorer_collate").val(e.similar_type_collate)})}})});
languages/updraftplus-af.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -221,15 +253,15 @@ msgid_plural "Requested table collations (%1$s) are not present - changing to %2
221
  msgstr[0] ""
222
  msgstr[1] ""
223
 
224
- #: src/class-updraftplus.php:4436
225
  msgid "Your chosen replacement collation"
226
  msgstr ""
227
 
228
- #: src/class-updraftplus.php:4413
229
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
230
  msgstr ""
231
 
232
- #: src/class-updraftplus.php:4413
233
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
234
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
235
  msgstr[0] ""
@@ -267,23 +299,23 @@ msgstr ""
267
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
268
  msgstr ""
269
 
270
- #: src/central/bootstrap.php:519
271
  msgid "URL for the site of your UpdraftCentral dashboard"
272
  msgstr ""
273
 
274
- #: src/central/bootstrap.php:517
275
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
276
  msgstr ""
277
 
278
- #: src/central/bootstrap.php:514
279
  msgid "A website where you have installed %s"
280
  msgstr ""
281
 
282
- #: src/central/bootstrap.php:512
283
  msgid "Self-hosted dashboard"
284
  msgstr ""
285
 
286
- #: src/central/bootstrap.php:254
287
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
288
  msgstr ""
289
 
@@ -297,65 +329,65 @@ msgstr[1] ""
297
  msgid "Requested table character set (%s) is not present - changing to %s."
298
  msgstr ""
299
 
300
- #: src/class-updraftplus.php:4389
301
  msgid "Your chosen character set to use instead:"
302
  msgstr ""
303
 
304
- #: src/class-updraftplus.php:4379
305
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
306
  msgstr ""
307
 
308
- #: src/class-updraftplus.php:4379
309
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
310
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
311
  msgstr[0] ""
312
  msgstr[1] ""
313
 
314
- #: src/central/bootstrap.php:597
315
  msgid "Create another key"
316
  msgstr ""
317
 
318
- #: src/central/bootstrap.php:526
319
  msgid "UpdraftCentral dashboard connection details"
320
  msgstr ""
321
 
322
- #: src/central/bootstrap.php:520
323
  msgid "Next"
324
  msgstr ""
325
 
326
- #: src/central/bootstrap.php:506
327
  msgid "an account"
328
  msgstr ""
329
 
330
- #: src/central/bootstrap.php:506
331
  msgid "i.e. if you have %s there"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:495
335
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:469
339
  msgid "Manage existing keys (%d)..."
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:419
343
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:256
347
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:254
351
  msgid "Detailed instructions for this can be found at %s"
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:254
355
  msgid "You now need to copy the key below and enter it at your %s."
356
  msgstr ""
357
 
358
- #: src/admin.php:778
359
  msgid "Please enter a valid URL e.g http://example.com"
360
  msgstr ""
361
 
@@ -395,23 +427,23 @@ msgstr ""
395
  msgid "Account ID"
396
  msgstr ""
397
 
398
- #: src/class-updraftplus.php:4221
399
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
400
  msgstr ""
401
 
402
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
403
  msgid "the migrator add-on"
404
  msgstr ""
405
 
406
- #: src/class-updraftplus.php:4219
407
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
408
  msgstr ""
409
 
410
- #: src/class-updraftplus.php:4217
411
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4212
415
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
416
  msgstr ""
417
 
@@ -427,19 +459,19 @@ msgstr ""
427
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
428
  msgstr ""
429
 
430
- #: src/admin.php:759
431
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
432
  msgstr ""
433
 
434
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
435
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
436
- #: src/class-updraftplus.php:2452
437
  msgid "A PHP fatal error (%s) has occurred: %s"
438
  msgstr ""
439
 
440
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
441
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
442
- #: src/class-updraftplus.php:2445
443
  msgid "A PHP exception (%s) has occurred: %s"
444
  msgstr ""
445
 
@@ -495,11 +527,11 @@ msgstr ""
495
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
496
  msgstr ""
497
 
498
- #: src/admin.php:4995
499
  msgid "Value"
500
  msgstr ""
501
 
502
- #: src/admin.php:1721
503
  msgid "Did not know how to delete from this cloud service."
504
  msgstr ""
505
 
@@ -511,7 +543,7 @@ msgstr ""
511
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
512
  msgstr ""
513
 
514
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
515
  msgid "Stored at: %s"
516
  msgstr ""
517
 
@@ -519,11 +551,11 @@ msgstr ""
519
  msgid "Cloud Files"
520
  msgstr ""
521
 
522
- #: src/admin.php:4740
523
  msgid "Your settings failed to save. Please refresh the settings page and try again"
524
  msgstr ""
525
 
526
- #: src/admin.php:4699
527
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
528
  msgstr ""
529
 
@@ -540,39 +572,39 @@ msgstr ""
540
  msgid "Extra database"
541
  msgstr ""
542
 
543
- #: src/admin.php:3909
544
  msgid "Press here to download or browse"
545
  msgstr ""
546
 
547
- #: src/admin.php:1158, src/admin.php:1168
548
  msgid "Error: invalid path"
549
  msgstr ""
550
 
551
- #: src/admin.php:955
552
  msgid "An error occurred when fetching storage module options: "
553
  msgstr ""
554
 
555
- #: src/admin.php:775
556
  msgid "Loading log file"
557
  msgstr ""
558
 
559
- #: src/admin.php:774
560
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
561
  msgstr ""
562
 
563
- #: src/admin.php:773
564
  msgid "Search"
565
  msgstr ""
566
 
567
- #: src/admin.php:772
568
  msgid "Select a file to view information about it"
569
  msgstr ""
570
 
571
- #: src/admin.php:771
572
  msgid "Browsing zip file"
573
  msgstr ""
574
 
575
- #: src/admin.php:740
576
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
577
  msgstr ""
578
 
@@ -584,43 +616,43 @@ msgstr ""
584
  msgid "Skipped tables:"
585
  msgstr ""
586
 
587
- #: src/class-updraftplus.php:4501
588
  msgid "This database backup has the following WordPress tables excluded: %s"
589
  msgstr ""
590
 
591
- #: src/admin.php:2804
592
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
593
  msgstr ""
594
 
595
- #: src/admin.php:2804
596
  msgid "All WordPress tables will be backed up."
597
  msgstr ""
598
 
599
- #: src/admin.php:770
600
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
601
  msgstr ""
602
 
603
- #: src/admin.php:770
604
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
605
  msgstr ""
606
 
607
- #: src/admin.php:770
608
  msgid "The available memory on the server."
609
  msgstr ""
610
 
611
- #: src/admin.php:770
612
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "The file failed to upload. Please check the following:"
617
  msgstr ""
618
 
619
- #: src/admin.php:769
620
  msgid "HTTP code:"
621
  msgstr ""
622
 
623
- #: src/addons/wp-cli.php:87, src/admin.php:665
624
  msgid "You have chosen to backup a database, but no tables have been selected"
625
  msgstr ""
626
 
@@ -1072,7 +1104,7 @@ msgstr ""
1072
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1073
  msgstr ""
1074
 
1075
- #: src/central/bootstrap.php:592
1076
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1077
  msgstr ""
1078
 
@@ -1084,11 +1116,11 @@ msgstr ""
1084
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1085
  msgstr ""
1086
 
1087
- #: src/admin.php:1797
1088
  msgid "Remote files deleted:"
1089
  msgstr ""
1090
 
1091
- #: src/admin.php:1796
1092
  msgid "Local files deleted:"
1093
  msgstr ""
1094
 
@@ -1096,35 +1128,35 @@ msgstr ""
1096
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1097
  msgstr ""
1098
 
1099
- #: src/admin.php:768
1100
  msgid "remote files deleted"
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:766
1104
  msgid "Complete"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:765
1108
  msgid "Do you want to carry out the import?"
1109
  msgstr ""
1110
 
1111
- #: src/admin.php:764
1112
  msgid "Which was exported on:"
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:763
1116
  msgid "This will import data from:"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:762
1120
  msgid "Importing..."
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:758
1124
  msgid "You have not yet selected a file to import."
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:742
1128
  msgid "Your export file will be of your displayed settings, not your saved ones."
1129
  msgstr ""
1130
 
@@ -1136,28 +1168,28 @@ msgstr ""
1136
  msgid "US East (Ohio)"
1137
  msgstr ""
1138
 
1139
- #: src/addons/onedrive.php:1051
1140
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1141
  msgstr ""
1142
 
1143
- #: src/addons/onedrive.php:700
1144
  msgid "Account is not authorized (%s)."
1145
  msgstr ""
1146
 
1147
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1148
  msgid "Your IP address:"
1149
  msgstr ""
1150
 
1151
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1152
  #: src/udaddons/updraftplus-addons.php:887
1153
  msgid "To remove any block, please go here."
1154
  msgstr ""
1155
 
1156
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1157
  msgid "An error response was received; HTTP code:"
1158
  msgstr ""
1159
 
1160
- #: src/includes/class-commands.php:337
1161
  msgid "%s add-on not found"
1162
  msgstr ""
1163
 
@@ -1169,15 +1201,15 @@ msgstr ""
1169
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1170
  msgstr ""
1171
 
1172
- #: src/admin.php:2543
1173
  msgid "To fix this problem go here."
1174
  msgstr ""
1175
 
1176
- #: src/admin.php:2543
1177
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1178
  msgstr ""
1179
 
1180
- #: src/admin.php:726
1181
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1182
  msgstr ""
1183
 
@@ -1233,19 +1265,19 @@ msgstr ""
1233
  msgid "FAQs"
1234
  msgstr ""
1235
 
1236
- #: src/central/bootstrap.php:548
1237
  msgid "More information..."
1238
  msgstr ""
1239
 
1240
- #: src/central/bootstrap.php:546
1241
  msgid "Use the alternative method for making a connection with the dashboard."
1242
  msgstr ""
1243
 
1244
- #: src/central/bootstrap.php:456
1245
  msgid "Key size: %d bits"
1246
  msgstr ""
1247
 
1248
- #: src/central/bootstrap.php:451
1249
  msgid "Public key was sent to:"
1250
  msgstr ""
1251
 
@@ -1261,33 +1293,33 @@ msgstr ""
1261
  msgid "Create key"
1262
  msgstr ""
1263
 
1264
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1265
  msgid "slower, strongest"
1266
  msgstr ""
1267
 
1268
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1269
  msgid "recommended"
1270
  msgstr ""
1271
 
1272
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1273
  msgid "%s bytes"
1274
  msgstr ""
1275
 
1276
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1277
  msgid "faster (possibility for slow PHP installs)"
1278
  msgstr ""
1279
 
1280
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1281
  msgid "easy to break, fastest"
1282
  msgstr ""
1283
 
1284
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1285
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1286
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1287
  msgid "%s bits"
1288
  msgstr ""
1289
 
1290
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1291
  msgid "Encryption key size:"
1292
  msgstr ""
1293
 
@@ -1320,7 +1352,7 @@ msgstr ""
1320
  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."
1321
  msgstr ""
1322
 
1323
- #: src/class-updraftplus.php:1859
1324
  msgid "Size: %s MB"
1325
  msgstr ""
1326
 
@@ -1332,7 +1364,7 @@ msgstr ""
1332
  msgid "Now"
1333
  msgstr ""
1334
 
1335
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1336
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1337
  msgstr ""
1338
 
@@ -1354,107 +1386,107 @@ msgstr ""
1354
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1355
  msgstr ""
1356
 
1357
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1358
  msgid "The given file was not found, or could not be read."
1359
  msgstr ""
1360
 
1361
- #: src/central/bootstrap.php:590
1362
  msgid "UpdraftCentral (Remote Control)"
1363
  msgstr ""
1364
 
1365
- #: src/central/bootstrap.php:579
1366
  msgid "View recent UpdraftCentral log events"
1367
  msgstr ""
1368
 
1369
- #: src/central/bootstrap.php:529
1370
  msgid "Enter any description"
1371
  msgstr ""
1372
 
1373
- #: src/central/bootstrap.php:528
1374
  msgid "Description"
1375
  msgstr ""
1376
 
1377
- #: src/central/bootstrap.php:461
1378
  msgid "Delete..."
1379
  msgstr ""
1380
 
1381
- #: src/central/bootstrap.php:454
1382
  msgid "Created:"
1383
  msgstr ""
1384
 
1385
- #: src/central/bootstrap.php:451
1386
  msgid "Access this site as user:"
1387
  msgstr ""
1388
 
1389
- #: src/central/bootstrap.php:475
1390
  msgid "Details"
1391
  msgstr ""
1392
 
1393
- #: src/central/bootstrap.php:474
1394
  msgid "Key description"
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1398
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:217
1402
  msgid "An invalid URL was entered"
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:81
1406
  msgid "Close..."
1407
  msgstr ""
1408
 
1409
- #: src/central/bootstrap.php:73
1410
  msgid "This connection appears to already have been made."
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:70
1414
  msgid "You must visit this link in the same browser and login session as you created the key in."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:66
1418
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:66
1422
  msgid "You are not logged into this WordPress site in your web browser."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:63
1426
  msgid "The key referred to was unknown."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:60
1430
  msgid "A new UpdraftCentral connection has not been made."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:58
1434
  msgid "An UpdraftCentral connection has been made successfully."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:55
1438
  msgid "UpdraftCentral Connection"
1439
  msgstr ""
1440
 
1441
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1442
  msgid "The backup was aborted by the user"
1443
  msgstr ""
1444
 
1445
- #: src/admin.php:4735
1446
  msgid "Your settings have been saved."
1447
  msgstr ""
1448
 
1449
- #: src/admin.php:3787
1450
  msgid "Total backup size:"
1451
  msgstr ""
1452
 
1453
- #: src/admin.php:3144
1454
  msgid "stop"
1455
  msgstr ""
1456
 
1457
- #: src/admin.php:2986
1458
  msgid "The backup has finished running"
1459
  msgstr ""
1460
 
@@ -1480,19 +1512,19 @@ msgstr ""
1480
  msgid "calculate"
1481
  msgstr ""
1482
 
1483
- #: src/admin.php:741
1484
  msgid "You should save your changes to ensure that they are used for making your backup."
1485
  msgstr ""
1486
 
1487
- #: src/admin.php:734
1488
  msgid "We requested to delete the file, but could not understand the server's response"
1489
  msgstr ""
1490
 
1491
- #: src/admin.php:733
1492
  msgid "Please enter a valid URL"
1493
  msgstr ""
1494
 
1495
- #: src/admin.php:716
1496
  msgid "Saving..."
1497
  msgstr ""
1498
 
@@ -1516,24 +1548,24 @@ msgstr ""
1516
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1517
  msgstr ""
1518
 
1519
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1520
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1521
  msgstr ""
1522
 
1523
- #: src/class-updraftplus.php:4285
1524
  msgid "Please read this link for important information on this process."
1525
  msgstr ""
1526
 
1527
- #: src/class-updraftplus.php:4285
1528
  msgid "It will be imported as a new site."
1529
  msgstr ""
1530
 
1531
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1532
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1533
  msgid "Dismiss"
1534
  msgstr ""
1535
 
1536
- #: src/admin.php:753
1537
  msgid "Please fill in the required information."
1538
  msgstr ""
1539
 
@@ -1594,11 +1626,11 @@ msgstr ""
1594
  msgid "Call WordPress action:"
1595
  msgstr ""
1596
 
1597
- #: src/admin.php:2812
1598
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1599
  msgstr ""
1600
 
1601
- #: src/admin.php:4241
1602
  msgid "Skipping: this archive was already restored."
1603
  msgstr ""
1604
 
@@ -1630,51 +1662,51 @@ msgstr ""
1630
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1631
  msgstr ""
1632
 
1633
- #: src/admin.php:4609
1634
  msgid "Send this backup to remote storage"
1635
  msgstr ""
1636
 
1637
- #: src/admin.php:4607
1638
  msgid "Check out UpdraftPlus Vault."
1639
  msgstr ""
1640
 
1641
- #: src/admin.php:4607
1642
  msgid "Not got any remote storage?"
1643
  msgstr ""
1644
 
1645
- #: src/admin.php:4607
1646
  msgid "settings"
1647
  msgstr ""
1648
 
1649
- #: src/admin.php:4607
1650
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:2810
1654
  msgid "Include any files in the backup"
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:2796
1658
  msgid "Include the database in the backup"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:2701
1662
  msgid "Continue restoration"
1663
  msgstr ""
1664
 
1665
- #: src/admin.php:2696
1666
  msgid "You have an unfinished restoration operation, begun %s ago."
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2695
1670
  msgid "Unfinished restoration"
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2693
1674
  msgid "%s minutes, %s seconds"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2640
1678
  msgid "Backup Contents And Schedule"
1679
  msgstr ""
1680
 
@@ -1682,11 +1714,11 @@ msgstr ""
1682
  msgid "Premium / Extensions"
1683
  msgstr ""
1684
 
1685
- #: src/admin.php:2409, src/admin.php:2418
1686
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1687
  msgstr ""
1688
 
1689
- #: src/addons/morefiles.php:77, src/admin.php:739
1690
  msgctxt "(verb)"
1691
  msgid "Download"
1692
  msgstr ""
@@ -1822,7 +1854,7 @@ msgstr ""
1822
  msgid "Could not access container"
1823
  msgstr ""
1824
 
1825
- #: src/class-updraftplus.php:2951
1826
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1827
  msgstr ""
1828
 
@@ -1951,35 +1983,35 @@ msgstr ""
1951
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1952
  msgstr ""
1953
 
1954
- #: src/admin.php:1795
1955
  msgid "Backup sets removed:"
1956
  msgstr ""
1957
 
1958
- #: src/admin.php:752
1959
  msgid "Processing..."
1960
  msgstr ""
1961
 
1962
- #: src/admin.php:750
1963
  msgid "For backups older than"
1964
  msgstr ""
1965
 
1966
- #: src/admin.php:749
1967
  msgid "week(s)"
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:748
1971
  msgid "hour(s)"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:747
1975
  msgid "day(s)"
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:746
1979
  msgid "in the month"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:745
1983
  msgid "day"
1984
  msgstr ""
1985
 
@@ -2003,15 +2035,15 @@ msgstr ""
2003
  msgid "You do not currently have any UpdraftPlus Vault quota"
2004
  msgstr ""
2005
 
2006
- #: src/class-updraftplus.php:4358
2007
  msgid "You must upgrade MySQL to be able to use this database."
2008
  msgstr ""
2009
 
2010
- #: src/class-updraftplus.php:4358
2011
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2012
  msgstr ""
2013
 
2014
- #: src/admin.php:2528
2015
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2016
  msgstr ""
2017
 
@@ -2039,11 +2071,11 @@ msgstr ""
2039
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2040
  msgstr ""
2041
 
2042
- #: src/admin.php:1013
2043
  msgid "Go to the remote storage settings in order to connect."
2044
  msgstr ""
2045
 
2046
- #: src/admin.php:1013
2047
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2048
  msgstr ""
2049
 
@@ -2051,19 +2083,19 @@ msgstr ""
2051
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2052
  msgstr ""
2053
 
2054
- #: src/admin.php:722
2055
  msgid "Update quota count"
2056
  msgstr ""
2057
 
2058
- #: src/admin.php:721
2059
  msgid "Counting..."
2060
  msgstr ""
2061
 
2062
- #: src/admin.php:720
2063
  msgid "Disconnecting..."
2064
  msgstr ""
2065
 
2066
- #: src/admin.php:718
2067
  msgid "Connecting..."
2068
  msgstr ""
2069
 
@@ -2089,7 +2121,7 @@ msgstr ""
2089
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2090
  msgstr ""
2091
 
2092
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2093
  #: src/methods/updraftvault.php:450
2094
  msgid "Disconnect"
2095
  msgstr ""
@@ -2122,7 +2154,7 @@ msgstr ""
2122
  msgid "E-mail"
2123
  msgstr ""
2124
 
2125
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2126
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2127
  msgid "Back..."
2128
  msgstr ""
@@ -2140,7 +2172,7 @@ msgstr ""
2140
  msgid "%s per quarter"
2141
  msgstr ""
2142
 
2143
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2144
  #: src/methods/updraftvault.php:351
2145
  msgid "Read more about it here."
2146
  msgstr ""
@@ -2214,7 +2246,7 @@ msgstr ""
2214
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2215
  msgstr ""
2216
 
2217
- #: src/addons/migrator.php:1926, src/admin.php:728
2218
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2219
  msgstr ""
2220
 
@@ -2226,11 +2258,11 @@ msgstr ""
2226
  msgid "Your new key:"
2227
  msgstr ""
2228
 
2229
- #: src/central/bootstrap.php:401
2230
  msgid "You must copy and paste this key now - it cannot be shown again."
2231
  msgstr ""
2232
 
2233
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2234
  msgid "Key created successfully."
2235
  msgstr ""
2236
 
@@ -2270,17 +2302,17 @@ msgstr ""
2270
  msgid "This storage method does not allow downloading"
2271
  msgstr ""
2272
 
2273
- #: src/admin.php:3972
2274
  msgid "(backup set imported from remote location)"
2275
  msgstr ""
2276
 
2277
- #: src/addons/wp-cli.php:344,
2278
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2279
  msgid "Site"
2280
  msgstr ""
2281
 
2282
- #: src/addons/wp-cli.php:342,
2283
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2284
  msgid "Backup sent to remote site - not available for download."
2285
  msgstr ""
2286
 
@@ -2292,23 +2324,23 @@ msgstr ""
2292
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2293
  msgstr ""
2294
 
2295
- #: src/addons/migrator.php:1954, src/admin.php:735
2296
  msgid "Testing connection..."
2297
  msgstr ""
2298
 
2299
- #: src/admin.php:732
2300
  msgid "Deleting..."
2301
  msgstr ""
2302
 
2303
- #: src/admin.php:731
2304
  msgid "key name"
2305
  msgstr ""
2306
 
2307
- #: src/admin.php:729
2308
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2309
  msgstr ""
2310
 
2311
- #: src/admin.php:726
2312
  msgid "Creating..."
2313
  msgstr ""
2314
 
@@ -2332,11 +2364,11 @@ msgstr ""
2332
  msgid "Or, send a backup to another site"
2333
  msgstr ""
2334
 
2335
- #: src/addons/migrator.php:2128, src/admin.php:736
2336
  msgid "Send"
2337
  msgstr ""
2338
 
2339
- #: src/addons/migrator.php:2122, src/admin.php:727
2340
  msgid "Send to site:"
2341
  msgstr ""
2342
 
@@ -2401,15 +2433,15 @@ msgstr ""
2401
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2402
  msgstr ""
2403
 
2404
- #: src/admin.php:725
2405
  msgid "Resetting..."
2406
  msgstr ""
2407
 
2408
- #: src/addons/migrator.php:2431, src/admin.php:724
2409
  msgid "Add site"
2410
  msgstr ""
2411
 
2412
- #: src/admin.php:723
2413
  msgid "Adding..."
2414
  msgstr ""
2415
 
@@ -2445,28 +2477,28 @@ msgstr ""
2445
  msgid "To restore using any of the backup sets below, press the button."
2446
  msgstr ""
2447
 
2448
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2449
  msgid "You have made changes to your settings, and not saved."
2450
  msgstr ""
2451
 
2452
- #: src/addons/onedrive.php:1111
2453
  msgid "N.B. %s is not case-sensitive."
2454
  msgstr ""
2455
 
2456
- #: src/addons/onedrive.php:1101
2457
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2458
  msgstr ""
2459
 
2460
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2461
- #: src/addons/onedrive.php:1074
2462
  msgid "For longer help, including screenshots, follow this link."
2463
  msgstr ""
2464
 
2465
- #: src/addons/onedrive.php:1067
2466
  msgid "Create OneDrive credentials in your OneDrive developer console."
2467
  msgstr ""
2468
 
2469
- #: src/addons/onedrive.php:1059
2470
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2471
  msgstr ""
2472
 
@@ -2474,16 +2506,16 @@ msgstr ""
2474
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2475
  msgstr ""
2476
 
2477
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2478
  msgid "%s authorisation failed:"
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2482
- #: src/addons/onedrive.php:1104
2483
  msgid "OneDrive"
2484
  msgstr ""
2485
 
2486
- #: src/addons/onedrive.php:691
2487
  msgid "Please re-authorize the connection to your %s account."
2488
  msgstr ""
2489
 
@@ -2491,7 +2523,7 @@ msgstr ""
2491
  msgid "configure it here"
2492
  msgstr ""
2493
 
2494
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2495
  msgid "To remove the block, please go here."
2496
  msgstr ""
2497
 
@@ -2648,18 +2680,18 @@ msgstr ""
2648
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2649
  msgstr ""
2650
 
2651
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2652
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2653
  #: src/udaddons/updraftplus-addons.php:887
2654
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2655
  msgstr ""
2656
 
2657
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2658
  #: src/udaddons/updraftplus-addons.php:887
2659
  msgid "It appears that your web server's IP Address (%s) is blocked."
2660
  msgstr ""
2661
 
2662
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2663
  #: src/udaddons/updraftplus-addons.php:887
2664
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2665
  msgstr ""
@@ -2703,7 +2735,7 @@ msgstr ""
2703
  msgid "(at same time as files backup)"
2704
  msgstr ""
2705
 
2706
- #: src/admin.php:3443
2707
  msgid "No backup has been completed"
2708
  msgstr ""
2709
 
@@ -2746,7 +2778,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2746
  msgid "or"
2747
  msgstr ""
2748
 
2749
- #: src/admin.php:709
2750
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2751
  msgstr ""
2752
 
@@ -2777,7 +2809,7 @@ msgstr ""
2777
  msgid "Check this box to have a basic report sent to"
2778
  msgstr ""
2779
 
2780
- #: src/admin.php:3457
2781
  msgctxt "i.e. Non-automatic"
2782
  msgid "Manual"
2783
  msgstr ""
@@ -2795,7 +2827,7 @@ msgstr ""
2795
  msgid "Any other file/directory on your server that you wish to back up"
2796
  msgstr ""
2797
 
2798
- #: src/admin.php:2545
2799
  msgid "For even more features and personal support, check out "
2800
  msgstr ""
2801
 
@@ -2804,7 +2836,7 @@ msgid "Database decryption phrase"
2804
  msgstr ""
2805
 
2806
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2807
- #: src/admin.php:714
2808
  msgid "Automatic backup before update"
2809
  msgstr ""
2810
 
@@ -2889,7 +2921,7 @@ msgstr ""
2889
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2890
  msgstr ""
2891
 
2892
- #: src/admin.php:2986, src/admin.php:4003
2893
  msgid "View Log"
2894
  msgstr ""
2895
 
@@ -2906,7 +2938,7 @@ msgstr ""
2906
  msgid "and retain this many scheduled backups"
2907
  msgstr ""
2908
 
2909
- #: src/admin.php:3413
2910
  msgid "incremental backup; base backup: %s"
2911
  msgstr ""
2912
 
@@ -2918,16 +2950,16 @@ msgstr ""
2918
  msgid "Upload files into UpdraftPlus."
2919
  msgstr ""
2920
 
2921
- #: src/admin.php:959, src/includes/class-commands.php:391,
2922
  #: src/templates/wp-admin/settings/tab-status.php:22
2923
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2924
  msgstr ""
2925
 
2926
- #: src/class-updraftplus.php:4274
2927
  msgid "Backup label:"
2928
  msgstr ""
2929
 
2930
- #: src/addons/backblaze.php:205, src/admin.php:2056
2931
  msgid "Error: unexpected file read fail"
2932
  msgstr ""
2933
 
@@ -2967,11 +2999,11 @@ msgstr ""
2967
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2968
  msgstr ""
2969
 
2970
- #: src/class-updraftplus.php:4293
2971
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2972
  msgstr ""
2973
 
2974
- #: src/class-updraftplus.php:4293
2975
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2976
  msgstr ""
2977
 
@@ -3008,19 +3040,19 @@ msgstr ""
3008
  msgid "You need to connect to receive future updates to UpdraftPlus."
3009
  msgstr ""
3010
 
3011
- #: src/class-updraftplus.php:4266
3012
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3013
  msgstr ""
3014
 
3015
- #: src/class-updraftplus.php:4266
3016
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3017
  msgstr ""
3018
 
3019
- #: src/class-updraftplus.php:4266
3020
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3021
  msgstr ""
3022
 
3023
- #: src/class-updraftplus.php:4266
3024
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3025
  msgstr ""
3026
 
@@ -3049,7 +3081,7 @@ msgstr ""
3049
  msgid "UpdraftPlus is on social media - check us out!"
3050
  msgstr ""
3051
 
3052
- #: src/admin.php:4070
3053
  msgid "Why am I seeing this?"
3054
  msgstr ""
3055
 
@@ -3061,15 +3093,15 @@ msgstr ""
3061
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3062
  msgstr ""
3063
 
3064
- #: src/admin.php:1995, src/admin.php:2007
3065
  msgid "Start backup"
3066
  msgstr ""
3067
 
3068
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3069
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3070
  msgstr ""
3071
 
3072
- #: src/admin.php:3311
3073
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3074
  msgstr ""
3075
 
@@ -3077,11 +3109,11 @@ msgstr ""
3077
  msgid "Unless you have a problem, you can completely ignore everything here."
3078
  msgstr ""
3079
 
3080
- #: src/admin.php:2231
3081
  msgid "This file could not be uploaded"
3082
  msgstr ""
3083
 
3084
- #: src/admin.php:2194
3085
  msgid "You will find more information about this in the Settings section."
3086
  msgstr ""
3087
 
@@ -3101,7 +3133,7 @@ msgstr ""
3101
  msgid "Memory limit"
3102
  msgstr ""
3103
 
3104
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3105
  msgid "restoration"
3106
  msgstr ""
3107
 
@@ -3125,7 +3157,7 @@ msgstr ""
3125
  msgid "Backup succeeded"
3126
  msgstr ""
3127
 
3128
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3129
  #: src/updraftplus.php:99, src/updraftplus.php:100
3130
  msgid "Every %s hours"
3131
  msgstr ""
@@ -3180,7 +3212,7 @@ msgstr ""
3180
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3181
  msgstr ""
3182
 
3183
- #: src/admin.php:3814
3184
  msgid "You have not yet made any backups."
3185
  msgstr ""
3186
 
@@ -3200,11 +3232,11 @@ msgstr ""
3200
  msgid "Free disk space in account:"
3201
  msgstr ""
3202
 
3203
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3204
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3205
  msgstr ""
3206
 
3207
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3208
  #: src/includes/deprecated-actions.php:29,
3209
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3210
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3215,15 +3247,15 @@ msgstr ""
3215
  msgid "Current Status"
3216
  msgstr ""
3217
 
3218
- #: src/admin.php:964
3219
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3220
  msgstr ""
3221
 
3222
- #: src/admin.php:964
3223
  msgid "To make a backup, just press the Backup Now button."
3224
  msgstr ""
3225
 
3226
- #: src/admin.php:964
3227
  msgid "Welcome to UpdraftPlus!"
3228
  msgstr ""
3229
 
@@ -3295,7 +3327,7 @@ msgstr ""
3295
  msgid "user"
3296
  msgstr ""
3297
 
3298
- #: src/class-updraftplus.php:1856
3299
  msgid "External database (%s)"
3300
  msgstr ""
3301
 
@@ -3307,13 +3339,13 @@ msgstr ""
3307
  msgid "failed to access parent folder"
3308
  msgstr ""
3309
 
3310
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3311
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3312
  #: src/methods/googledrive.php:447
3313
  msgid "However, subsequent access attempts failed:"
3314
  msgstr ""
3315
 
3316
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3317
  msgid "External database"
3318
  msgstr ""
3319
 
@@ -3345,7 +3377,7 @@ msgstr ""
3345
  msgid "use UpdraftPlus Premium"
3346
  msgstr ""
3347
 
3348
- #: src/class-updraftplus.php:4120
3349
  msgid "Decryption failed. The database file is encrypted."
3350
  msgstr ""
3351
 
@@ -3375,16 +3407,16 @@ msgid "In %s, path names are case sensitive."
3375
  msgstr ""
3376
 
3377
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3378
- #: src/addons/onedrive.php:1111
3379
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3380
  msgstr ""
3381
 
3382
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3383
- #: src/addons/onedrive.php:1111
3384
  msgid "e.g. %s"
3385
  msgstr ""
3386
 
3387
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3388
  msgid "Enter the path of the %s folder you wish to use here."
3389
  msgstr ""
3390
 
@@ -3400,7 +3432,8 @@ msgstr ""
3400
  msgid "Tenant"
3401
  msgstr ""
3402
 
3403
- #: src/methods/openstack2.php:144
 
3404
  msgid "Follow this link for more information"
3405
  msgstr ""
3406
 
@@ -3436,7 +3469,7 @@ msgstr ""
3436
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3437
  msgstr ""
3438
 
3439
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3440
  msgid "(You appear to be already authenticated)."
3441
  msgstr ""
3442
 
@@ -3444,7 +3477,7 @@ msgstr ""
3444
  msgid "Dropbox"
3445
  msgstr ""
3446
 
3447
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3448
  msgid "Authenticate with %s"
3449
  msgstr ""
3450
 
@@ -3475,7 +3508,7 @@ msgstr ""
3475
  msgid "%s error - failed to access the container"
3476
  msgstr ""
3477
 
3478
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3479
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3480
  msgid "Account holder's name: %s."
3481
  msgstr ""
@@ -3492,12 +3525,12 @@ msgstr ""
3492
  msgid "<strong>This is NOT a folder name</strong>."
3493
  msgstr ""
3494
 
3495
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3496
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3497
  msgid "Folder"
3498
  msgstr ""
3499
 
3500
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3501
  #: src/methods/googledrive.php:1152
3502
  msgid "%s download: failed: file not found"
3503
  msgstr ""
@@ -3541,7 +3574,7 @@ msgstr ""
3541
  msgid "Failed to unpack the archive"
3542
  msgstr ""
3543
 
3544
- #: src/class-updraftplus.php:1380
3545
  msgid "Error - failed to download the file"
3546
  msgstr ""
3547
 
@@ -3565,8 +3598,8 @@ msgstr ""
3565
  msgid "password/key"
3566
  msgstr ""
3567
 
3568
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3569
- #: src/admin.php:4995
3570
  msgid "Key"
3571
  msgstr ""
3572
 
@@ -3582,24 +3615,24 @@ msgstr ""
3582
  msgid "SCP/SFTP password/key"
3583
  msgstr ""
3584
 
3585
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3586
  msgid "Files backup (created by %s)"
3587
  msgstr ""
3588
 
3589
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3590
  msgid "Files and database WordPress backup (created by %s)"
3591
  msgstr ""
3592
 
3593
- #: src/addons/importer.php:276, src/admin.php:3877,
3594
  #: src/includes/class-backup-history.php:349
3595
  msgid "Backup created by: %s."
3596
  msgstr ""
3597
 
3598
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3599
  msgid "Database (created by %s)"
3600
  msgstr ""
3601
 
3602
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3603
  msgid "unknown source"
3604
  msgstr ""
3605
 
@@ -3611,15 +3644,15 @@ msgstr ""
3611
  msgid "Upload backup files"
3612
  msgstr ""
3613
 
3614
- #: src/admin.php:2246
3615
  msgid "This backup was created by %s, and can be imported."
3616
  msgstr ""
3617
 
3618
- #: src/admin.php:993
3619
  msgid "Read this page for a guide to possible causes and how to fix it."
3620
  msgstr ""
3621
 
3622
- #: src/admin.php:993
3623
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3624
  msgstr ""
3625
 
@@ -3636,7 +3669,7 @@ msgstr ""
3636
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3637
  msgstr ""
3638
 
3639
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3640
  #: src/restorer.php:1577
3641
  msgid "Backup created by unknown source (%s) - cannot be restored."
3642
  msgstr ""
@@ -3696,16 +3729,16 @@ msgstr ""
3696
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3697
  msgstr ""
3698
 
3699
- #: src/addons/morefiles.php:468, src/admin.php:3562
3700
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3701
  msgstr ""
3702
 
3703
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3704
  #: src/restorer.php:1608
3705
  msgid "Your hosting company must enable these functions before %s can work."
3706
  msgstr ""
3707
 
3708
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3709
  msgid "Your web server's PHP installation has these functions disabled: %s."
3710
  msgstr ""
3711
 
@@ -3775,15 +3808,15 @@ msgstr ""
3775
  msgid "Dismiss from main dashboard (for %s weeks)"
3776
  msgstr ""
3777
 
3778
- #: src/class-updraftplus.php:4757
3779
  msgid "The attempt to undo the double-compression succeeded."
3780
  msgstr ""
3781
 
3782
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3783
  msgid "The attempt to undo the double-compression failed."
3784
  msgstr ""
3785
 
3786
- #: src/class-updraftplus.php:4727
3787
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3788
  msgstr ""
3789
 
@@ -3807,7 +3840,7 @@ msgstr ""
3807
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3808
  msgstr ""
3809
 
3810
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3811
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3812
  msgstr ""
3813
 
@@ -3816,7 +3849,7 @@ msgstr ""
3816
  msgid "Errors occurred:"
3817
  msgstr ""
3818
 
3819
- #: src/admin.php:4089
3820
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3821
  msgstr ""
3822
 
@@ -3840,7 +3873,7 @@ msgstr ""
3840
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3841
  msgstr ""
3842
 
3843
- #: src/admin.php:968, src/class-updraftplus.php:865
3844
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3845
  msgstr ""
3846
 
@@ -3853,7 +3886,7 @@ msgstr ""
3853
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3854
  msgstr ""
3855
 
3856
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3857
  msgid "Messages:"
3858
  msgstr ""
3859
 
@@ -4014,12 +4047,12 @@ msgstr ""
4014
  msgid "Authorisation failed (check your credentials)"
4015
  msgstr ""
4016
 
4017
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4018
  #: src/udaddons/options.php:257
4019
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4020
  msgstr ""
4021
 
4022
- #: src/admin.php:708, src/central/bootstrap.php:560
4023
  msgid "Create"
4024
  msgstr ""
4025
 
@@ -4031,15 +4064,15 @@ msgstr ""
4031
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4032
  msgstr ""
4033
 
4034
- #: src/admin.php:680, src/admin.php:4387
4035
  msgid "Error data:"
4036
  msgstr ""
4037
 
4038
- #: src/admin.php:4041
4039
  msgid "Backup does not exist in the backup history"
4040
  msgstr ""
4041
 
4042
- #: src/admin.php:2921
4043
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4044
  msgstr ""
4045
 
@@ -4079,11 +4112,11 @@ msgstr ""
4079
  msgid "Email reports"
4080
  msgstr ""
4081
 
4082
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4083
  msgid "%s checksum: %s"
4084
  msgstr ""
4085
 
4086
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4087
  msgid "files: %s"
4088
  msgstr ""
4089
 
@@ -4095,7 +4128,7 @@ msgstr ""
4095
  msgid "Debugging information"
4096
  msgstr ""
4097
 
4098
- #: src/addons/reporting.php:222, src/admin.php:3770
4099
  msgid "Uploaded to:"
4100
  msgstr ""
4101
 
@@ -4136,12 +4169,12 @@ msgstr ""
4136
  msgid "%d errors, %d warnings"
4137
  msgstr ""
4138
 
4139
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4140
  #: src/methods/dropbox.php:772
4141
  msgid "%s authentication"
4142
  msgstr ""
4143
 
4144
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4145
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4146
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4147
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4168,7 +4201,7 @@ msgstr ""
4168
  msgid "Your site's admin email address (%s) will be used."
4169
  msgstr ""
4170
 
4171
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4172
  #: src/methods/updraftvault.php:362
4173
  msgid "Connect"
4174
  msgstr ""
@@ -4177,7 +4210,7 @@ msgstr ""
4177
  msgid "For more reporting features, use the Reporting add-on."
4178
  msgstr ""
4179
 
4180
- #: src/class-updraftplus.php:4201
4181
  msgid "(version: %s)"
4182
  msgstr ""
4183
 
@@ -4317,7 +4350,7 @@ msgstr ""
4317
  msgid "Reporting"
4318
  msgstr ""
4319
 
4320
- #: src/admin.php:4992
4321
  msgid "Options (raw)"
4322
  msgstr ""
4323
 
@@ -4337,11 +4370,11 @@ msgstr ""
4337
  msgid "See also the \"More Files\" add-on from our shop."
4338
  msgstr ""
4339
 
4340
- #: src/backup.php:3359, src/class-updraftplus.php:878
4341
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4342
  msgstr ""
4343
 
4344
- #: src/class-updraftplus.php:862
4345
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4346
  msgstr ""
4347
 
@@ -4417,7 +4450,7 @@ msgstr ""
4417
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4418
  msgstr ""
4419
 
4420
- #: src/admin.php:2721
4421
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4422
  msgstr ""
4423
 
@@ -4485,7 +4518,7 @@ msgstr ""
4485
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4486
  msgstr ""
4487
 
4488
- #: src/addons/wp-cli.php:93, src/admin.php:663
4489
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4490
  msgstr ""
4491
 
@@ -4514,11 +4547,11 @@ msgstr ""
4514
  msgid "You can send a backup to more than one destination with an add-on."
4515
  msgstr ""
4516
 
4517
- #: src/admin.php:3144
4518
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4519
  msgstr ""
4520
 
4521
- #: src/admin.php:3043
4522
  msgid "(%s%%, file %s of %s)"
4523
  msgstr ""
4524
 
@@ -4555,15 +4588,15 @@ msgstr ""
4555
  msgid "Backup is of: %s."
4556
  msgstr ""
4557
 
4558
- #: src/admin.php:756
4559
  msgid "%s settings test result:"
4560
  msgstr ""
4561
 
4562
- #: src/admin.php:3945, src/admin.php:3947
4563
  msgid "(Not finished)"
4564
  msgstr ""
4565
 
4566
- #: src/admin.php:3947
4567
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4568
  msgstr ""
4569
 
@@ -4575,77 +4608,77 @@ msgstr ""
4575
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4576
  msgstr ""
4577
 
4578
- #: src/admin.php:3139
4579
  msgid "Job ID: %s"
4580
  msgstr ""
4581
 
4582
- #: src/admin.php:3124
4583
  msgid "last activity: %ss ago"
4584
  msgstr ""
4585
 
4586
- #: src/admin.php:3123
4587
  msgid "next resumption: %d (after %ss)"
4588
  msgstr ""
4589
 
4590
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4591
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4592
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4593
  msgid "Unknown"
4594
  msgstr ""
4595
 
4596
- #: src/admin.php:3057
4597
  msgid "Backup finished"
4598
  msgstr ""
4599
 
4600
- #: src/admin.php:3052
4601
  msgid "Waiting until scheduled time to retry because of errors"
4602
  msgstr ""
4603
 
4604
- #: src/admin.php:3048
4605
  msgid "Pruning old backup sets"
4606
  msgstr ""
4607
 
4608
- #: src/admin.php:3036
4609
  msgid "Uploading files to remote storage"
4610
  msgstr ""
4611
 
4612
- #: src/admin.php:3104
4613
  msgid "Encrypted database"
4614
  msgstr ""
4615
 
4616
- #: src/admin.php:3096
4617
  msgid "Encrypting database"
4618
  msgstr ""
4619
 
4620
- #: src/admin.php:3070
4621
  msgid "Created database backup"
4622
  msgstr ""
4623
 
4624
- #: src/admin.php:3083
4625
  msgid "table: %s"
4626
  msgstr ""
4627
 
4628
- #: src/admin.php:3081
4629
  msgid "Creating database backup"
4630
  msgstr ""
4631
 
4632
- #: src/admin.php:3031
4633
  msgid "Created file backup zips"
4634
  msgstr ""
4635
 
4636
- #: src/admin.php:3018
4637
  msgid "Creating file backup zips"
4638
  msgstr ""
4639
 
4640
- #: src/admin.php:3013
4641
  msgid "Backup begun"
4642
  msgstr ""
4643
 
4644
- #: src/admin.php:2846
4645
  msgid "Backups in progress:"
4646
  msgstr ""
4647
 
4648
- #: src/admin.php:972
4649
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4650
  msgstr ""
4651
 
@@ -4661,24 +4694,24 @@ msgstr ""
4661
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4662
  msgstr ""
4663
 
4664
- #: src/class-updraftplus.php:2958
4665
  msgid "The backup has not finished; a resumption is scheduled"
4666
  msgstr ""
4667
 
4668
- #: src/class-updraftplus.php:2142
4669
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4670
  msgstr ""
4671
 
4672
- #: src/addons/onedrive.php:966,
4673
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4674
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4675
  msgstr ""
4676
 
4677
- #: src/admin.php:2572
4678
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4679
  msgstr ""
4680
 
4681
- #: src/addons/autobackup.php:1085, src/admin.php:710
4682
  msgid "Proceed with update"
4683
  msgstr ""
4684
 
@@ -4754,32 +4787,32 @@ msgstr ""
4754
  msgid "Support"
4755
  msgstr ""
4756
 
4757
- #: src/class-updraftplus.php:4506
4758
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4759
  msgstr ""
4760
 
4761
- #: src/class-updraftplus.php:4498
4762
  msgid "This database backup is missing core WordPress tables: %s"
4763
  msgstr ""
4764
 
4765
- #: src/class-updraftplus.php:4259
4766
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4767
  msgstr ""
4768
 
4769
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4770
  msgid "%s version: %s"
4771
  msgstr ""
4772
 
4773
- #: src/class-updraftplus.php:4137
4774
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4775
  msgstr ""
4776
 
4777
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4778
  #: src/includes/updraftplus-notices.php:171
4779
  msgid "Be safe with an automatic backup"
4780
  msgstr ""
4781
 
4782
- #: src/admin.php:2525
4783
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4784
  msgstr ""
4785
 
@@ -4827,11 +4860,11 @@ msgstr ""
4827
  msgid "Delete from your web server"
4828
  msgstr ""
4829
 
4830
- #: src/admin.php:3917
4831
  msgid "You appear to be missing one or more archives from this multi-archive set."
4832
  msgstr ""
4833
 
4834
- #: src/admin.php:3914
4835
  msgid "(%d archive(s) in set)."
4836
  msgstr ""
4837
 
@@ -4851,7 +4884,7 @@ msgstr ""
4851
  msgid "Error: the server sent an empty response."
4852
  msgstr ""
4853
 
4854
- #: src/admin.php:2260
4855
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4856
  msgstr ""
4857
 
@@ -4887,7 +4920,7 @@ msgstr ""
4887
  msgid "No such backup set exists"
4888
  msgstr ""
4889
 
4890
- #: src/admin.php:1389
4891
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4892
  msgstr ""
4893
 
@@ -4903,7 +4936,7 @@ msgstr ""
4903
  msgid "WordPress root directory server path: %s"
4904
  msgstr ""
4905
 
4906
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4907
  msgid "%s end-point"
4908
  msgstr ""
4909
 
@@ -4916,15 +4949,15 @@ msgstr ""
4916
  msgid "S3 (Compatible)"
4917
  msgstr ""
4918
 
4919
- #: src/admin.php:1299
4920
  msgid "File is not locally present - needs retrieving from remote storage"
4921
  msgstr ""
4922
 
4923
- #: src/admin.php:4238
4924
  msgid "Looking for %s archive: file name: %s"
4925
  msgstr ""
4926
 
4927
- #: src/admin.php:4199
4928
  msgid "Final checks"
4929
  msgstr ""
4930
 
@@ -4936,7 +4969,7 @@ msgstr ""
4936
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4937
  msgstr ""
4938
 
4939
- #: src/admin.php:3551
4940
  msgid "Your wp-content directory server path: %s"
4941
  msgstr ""
4942
 
@@ -4952,20 +4985,15 @@ msgstr ""
4952
  msgid "Processing files - please wait..."
4953
  msgstr ""
4954
 
4955
- #: src/admin.php:4389,
4956
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4957
- msgid "Please consult this FAQ for help on what to do about it."
4958
- msgstr ""
4959
-
4960
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4961
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4962
  msgstr ""
4963
 
4964
- #: src/class-updraftplus.php:4145
4965
  msgid "Failed to open database file."
4966
  msgstr ""
4967
 
4968
- #: src/admin.php:4957
4969
  msgid "Known backups (raw)"
4970
  msgstr ""
4971
 
@@ -4977,14 +5005,14 @@ msgstr ""
4977
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4978
  msgstr ""
4979
 
4980
- #: src/admin.php:4258
4981
  msgid "file is size:"
4982
  msgstr ""
4983
 
4984
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4985
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4986
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4987
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4988
  msgid "Go here for more information."
4989
  msgstr ""
4990
 
@@ -4992,7 +5020,7 @@ msgstr ""
4992
  msgid "Some files are still downloading or being processed - please wait."
4993
  msgstr ""
4994
 
4995
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
4996
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
4997
  msgstr ""
4998
 
@@ -5048,7 +5076,7 @@ msgstr ""
5048
  msgid "%s error - failed to upload file"
5049
  msgstr ""
5050
 
5051
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5052
  msgid "%s error - failed to re-assemble chunks"
5053
  msgstr ""
5054
 
@@ -5063,24 +5091,24 @@ msgid "%s authentication failed"
5063
  msgstr ""
5064
 
5065
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5066
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5067
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5068
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5069
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5070
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5071
  #: src/methods/s3.php:341
5072
  msgid "Error: %s"
5073
  msgstr ""
5074
 
5075
- #: src/admin.php:3476
5076
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5077
  msgstr ""
5078
 
5079
- #: src/admin.php:3474
5080
  msgid "Backup directory specified does <b>not</b> exist."
5081
  msgstr ""
5082
 
5083
- #: src/admin.php:3151, src/admin.php:3425
5084
  msgid "Warning: %s"
5085
  msgstr ""
5086
 
@@ -5108,11 +5136,11 @@ msgstr ""
5108
  msgid "Warnings encountered:"
5109
  msgstr ""
5110
 
5111
- #: src/class-updraftplus.php:2946
5112
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5113
  msgstr ""
5114
 
5115
- #: src/class-updraftplus.php:891
5116
  msgid "Your free disk space is very low - only %s Mb remain"
5117
  msgstr ""
5118
 
@@ -5164,7 +5192,7 @@ msgstr ""
5164
  msgid "Please supply the requested information, and then continue."
5165
  msgstr ""
5166
 
5167
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5168
  msgid "Site information:"
5169
  msgstr ""
5170
 
@@ -5172,24 +5200,24 @@ msgstr ""
5172
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5173
  msgstr ""
5174
 
5175
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5176
  msgid "Warning:"
5177
  msgstr ""
5178
 
5179
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5180
  #: src/restorer.php:184
5181
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5182
  msgstr ""
5183
 
5184
- #: src/admin.php:4226
5185
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5186
  msgstr ""
5187
 
5188
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5189
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5190
  msgstr ""
5191
 
5192
- #: src/admin.php:711
5193
  msgid "Close"
5194
  msgstr ""
5195
 
@@ -5240,7 +5268,7 @@ msgstr ""
5240
  msgid "Also delete from remote storage"
5241
  msgstr ""
5242
 
5243
- #: src/admin.php:2873
5244
  msgid "Latest UpdraftPlus.com news:"
5245
  msgstr ""
5246
 
@@ -5257,7 +5285,7 @@ msgstr ""
5257
  msgid "News"
5258
  msgstr ""
5259
 
5260
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5261
  msgid "Backup set not found"
5262
  msgstr ""
5263
 
@@ -5279,7 +5307,7 @@ msgstr ""
5279
  msgid "Blog link"
5280
  msgstr ""
5281
 
5282
- #: src/admin.php:755
5283
  msgid "Testing %s Settings..."
5284
  msgstr ""
5285
 
@@ -5287,11 +5315,11 @@ msgstr ""
5287
  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."
5288
  msgstr ""
5289
 
5290
- #: src/admin.php:988
5291
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5292
  msgstr ""
5293
 
5294
- #: src/admin.php:988
5295
  msgid "Notice"
5296
  msgstr ""
5297
 
@@ -5489,14 +5517,14 @@ msgstr ""
5489
  msgid "WordPress Core"
5490
  msgstr ""
5491
 
5492
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5493
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5494
  msgstr ""
5495
 
5496
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5497
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5498
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5499
- #: src/methods/stream-base.php:351
5500
  msgid "Failed"
5501
  msgstr ""
5502
 
@@ -5551,7 +5579,7 @@ msgstr ""
5551
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5552
  msgstr ""
5553
 
5554
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5555
  msgid "Your %s account name: %s"
5556
  msgstr ""
5557
 
@@ -5715,7 +5743,7 @@ msgstr ""
5715
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5716
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5717
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5718
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5719
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5720
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5721
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5757,11 +5785,11 @@ msgstr ""
5757
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5758
  msgstr ""
5759
 
5760
- #: src/admin.php:754, src/methods/backup-module.php:315
5761
  msgid "Test %s Settings"
5762
  msgstr ""
5763
 
5764
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5765
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5766
  msgid "Error opening local file: Failed to download"
5767
  msgstr ""
@@ -5778,7 +5806,7 @@ msgid "%s Error: Failed to upload"
5778
  msgstr ""
5779
 
5780
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5781
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5782
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5783
  msgid "%s Error: Failed to open local file"
5784
  msgstr ""
@@ -5799,7 +5827,7 @@ msgstr ""
5799
  msgid "Authenticate with Google"
5800
  msgstr ""
5801
 
5802
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5803
  #: src/methods/googledrive.php:1226
5804
  msgid "Client Secret"
5805
  msgstr ""
@@ -5808,7 +5836,7 @@ msgstr ""
5808
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5809
  msgstr ""
5810
 
5811
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5812
  #: src/methods/googledrive.php:1222
5813
  msgid "Client ID"
5814
  msgstr ""
@@ -5846,20 +5874,20 @@ msgstr ""
5846
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5847
  msgstr ""
5848
 
5849
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5850
  #: src/methods/googledrive.php:467
5851
  msgid "you have authenticated your %s account."
5852
  msgstr ""
5853
 
5854
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5855
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5856
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5857
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5858
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5859
  msgid "Success"
5860
  msgstr ""
5861
 
5862
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5863
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5864
  msgid "Your %s quota usage: %s %% used, %s available"
5865
  msgstr ""
@@ -5891,8 +5919,8 @@ msgstr ""
5891
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5892
  msgstr ""
5893
 
5894
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5895
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5896
  #: src/restorer.php:2437, src/restorer.php:2542
5897
  msgid "OK"
5898
  msgstr ""
@@ -5909,13 +5937,13 @@ msgstr ""
5909
  msgid "will restore as:"
5910
  msgstr ""
5911
 
5912
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5913
  #: src/restorer.php:1896, src/restorer.php:1922
5914
  msgid "Old table prefix:"
5915
  msgstr ""
5916
 
5917
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5918
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5919
  msgid "Backup of:"
5920
  msgstr ""
5921
 
@@ -5987,55 +6015,55 @@ msgstr ""
5987
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5988
  msgstr ""
5989
 
5990
- #: src/admin.php:4264, src/admin.php:4265
5991
  msgid "Could not find one of the files for restoration"
5992
  msgstr ""
5993
 
5994
- #: src/admin.php:4379
5995
  msgid "Error message"
5996
  msgstr ""
5997
 
5998
- #: src/admin.php:4261
5999
  msgid "The backup records do not contain information about the proper size of this file."
6000
  msgstr ""
6001
 
6002
- #: src/admin.php:4253
6003
  msgid "Archive is expected to be size:"
6004
  msgstr ""
6005
 
6006
- #: src/admin.php:4133
6007
  msgid "If making a request for support, please include this information:"
6008
  msgstr ""
6009
 
6010
- #: src/admin.php:4132
6011
  msgid "ABORT: Could not find the information on which entities to restore."
6012
  msgstr ""
6013
 
6014
- #: src/admin.php:4087
6015
  msgid "UpdraftPlus Restoration: Progress"
6016
  msgstr ""
6017
 
6018
- #: src/admin.php:4040
6019
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6020
  msgstr ""
6021
 
6022
- #: src/admin.php:3975
6023
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6024
  msgstr ""
6025
 
6026
- #: src/admin.php:3993
6027
  msgid "Delete this backup set"
6028
  msgstr ""
6029
 
6030
- #: src/admin.php:3635
6031
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6032
  msgstr ""
6033
 
6034
- #: src/admin.php:3632
6035
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6036
  msgstr ""
6037
 
6038
- #: src/admin.php:3630
6039
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6040
  msgstr ""
6041
 
@@ -6076,23 +6104,23 @@ msgstr ""
6076
  msgid "Use the server's SSL certificates"
6077
  msgstr ""
6078
 
6079
- #: src/admin.php:3478
6080
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6081
  msgstr ""
6082
 
6083
- #: src/admin.php:3478
6084
  msgid "click here"
6085
  msgstr ""
6086
 
6087
- #: src/admin.php:3478
6088
  msgid "or, to reset this option"
6089
  msgstr ""
6090
 
6091
- #: src/admin.php:3478
6092
  msgid "Follow this link to attempt to create the directory and set the permissions"
6093
  msgstr ""
6094
 
6095
- #: src/admin.php:3470
6096
  msgid "Backup directory specified is writable, which is good."
6097
  msgstr ""
6098
 
@@ -6132,7 +6160,7 @@ msgstr ""
6132
  msgid "Cancel"
6133
  msgstr ""
6134
 
6135
- #: src/addons/reporting.php:244, src/admin.php:3782
6136
  msgid "None"
6137
  msgstr ""
6138
 
@@ -6157,11 +6185,11 @@ msgstr ""
6157
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6158
  msgstr ""
6159
 
6160
- #: src/addons/morefiles.php:466, src/admin.php:3560
6161
  msgid "Exclude these:"
6162
  msgstr ""
6163
 
6164
- #: src/admin.php:3551
6165
  msgid "Any other directories found inside wp-content"
6166
  msgstr ""
6167
 
@@ -6177,45 +6205,45 @@ msgstr ""
6177
  msgid "To fix the time at which a backup should take place,"
6178
  msgstr ""
6179
 
6180
- #: src/admin.php:3464
6181
  msgid "Monthly"
6182
  msgstr ""
6183
 
6184
- #: src/admin.php:3463
6185
  msgid "Fortnightly"
6186
  msgstr ""
6187
 
6188
- #: src/admin.php:3462
6189
  msgid "Weekly"
6190
  msgstr ""
6191
 
6192
- #: src/admin.php:3461
6193
  msgid "Daily"
6194
  msgstr ""
6195
 
6196
- #: src/admin.php:713, src/admin.php:3439
6197
  msgid "Download log file"
6198
  msgstr ""
6199
 
6200
- #: src/admin.php:3311
6201
  msgid "The folder exists, but your webserver does not have permission to write to it."
6202
  msgstr ""
6203
 
6204
- #: src/admin.php:3306
6205
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6206
  msgstr ""
6207
 
6208
- #: src/admin.php:3292
6209
  msgid "The request to the filesystem to create the directory failed."
6210
  msgstr ""
6211
 
6212
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6213
- #: src/admin.php:3237, src/admin.php:3993,
6214
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6215
  msgid "Delete"
6216
  msgstr ""
6217
 
6218
- #: src/admin.php:3142
6219
  msgid "show log"
6220
  msgstr ""
6221
 
@@ -6331,7 +6359,7 @@ msgstr ""
6331
  msgid "Do read this helpful article of useful things to know before restoring."
6332
  msgstr ""
6333
 
6334
- #: src/class-updraftplus.php:4231
6335
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6336
  msgstr ""
6337
 
@@ -6386,7 +6414,7 @@ msgstr ""
6386
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6387
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6388
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6389
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6390
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6391
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6392
  msgid "Error:"
@@ -6437,20 +6465,20 @@ msgstr ""
6437
  msgid "More tasks:"
6438
  msgstr ""
6439
 
6440
- #: src/admin.php:2900
6441
  msgid "Download most recently modified log file"
6442
  msgstr ""
6443
 
6444
- #: src/central/bootstrap.php:185
6445
  msgid "(Nothing yet logged)"
6446
  msgstr ""
6447
 
6448
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6449
- #: src/admin.php:2855, src/admin.php:2860
6450
  msgid "Last log message"
6451
  msgstr ""
6452
 
6453
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6454
  #: src/templates/wp-admin/settings/tab-status.php:30
6455
  msgid "Restore"
6456
  msgstr ""
@@ -6461,8 +6489,8 @@ msgid "Backup Now"
6461
  msgstr ""
6462
 
6463
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6464
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6465
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6466
  #: src/includes/class-wpadmin-commands.php:147,
6467
  #: src/includes/class-wpadmin-commands.php:507,
6468
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6470,7 +6498,7 @@ msgstr ""
6470
  msgid "Database"
6471
  msgstr ""
6472
 
6473
- #: src/admin.php:311, src/admin.php:4964
6474
  msgid "Files"
6475
  msgstr ""
6476
 
@@ -6498,15 +6526,15 @@ msgstr ""
6498
  msgid "JavaScript warning"
6499
  msgstr ""
6500
 
6501
- #: src/admin.php:692, src/admin.php:2927
6502
  msgid "Delete Old Directories"
6503
  msgstr ""
6504
 
6505
- #: src/admin.php:2572
6506
  msgid "Current limit is:"
6507
  msgstr ""
6508
 
6509
- #: src/admin.php:2547
6510
  msgid "Your backup has been restored."
6511
  msgstr ""
6512
 
@@ -6518,72 +6546,72 @@ msgstr ""
6518
  msgid "Lead developer's homepage"
6519
  msgstr ""
6520
 
6521
- #: src/central/bootstrap.php:504
6522
  msgid "UpdraftPlus.Com"
6523
  msgstr ""
6524
 
6525
- #: src/admin.php:4856
6526
  msgid "Your settings have been wiped."
6527
  msgstr ""
6528
 
6529
- #: src/admin.php:2507
6530
  msgid "Backup directory successfully created."
6531
  msgstr ""
6532
 
6533
- #: src/admin.php:2500
6534
  msgid "Backup directory could not be created"
6535
  msgstr ""
6536
 
6537
- #: src/admin.php:3174
6538
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:3172
6542
  msgid "Old directories successfully removed."
6543
  msgstr ""
6544
 
6545
- #: src/admin.php:3169, src/admin.php:3169
6546
  msgid "Remove old directories"
6547
  msgstr ""
6548
 
6549
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6550
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6551
- #: src/admin.php:2509, src/admin.php:3176
6552
  msgid "Return to UpdraftPlus Configuration"
6553
  msgstr ""
6554
 
6555
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6556
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6557
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6558
  msgid "Actions"
6559
  msgstr ""
6560
 
6561
- #: src/admin.php:2352
6562
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6563
  msgstr ""
6564
 
6565
- #: src/admin.php:2252
6566
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6567
  msgstr ""
6568
 
6569
- #: src/admin.php:2148
6570
  msgid "No local copy present."
6571
  msgstr ""
6572
 
6573
- #: src/admin.php:2145
6574
  msgid "Download in progress"
6575
  msgstr ""
6576
 
6577
- #: src/admin.php:684, src/admin.php:2134
6578
  msgid "File ready."
6579
  msgstr ""
6580
 
6581
- #: src/admin.php:2115
6582
  msgid "Download failed"
6583
  msgstr ""
6584
 
6585
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6586
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6587
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6588
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6589
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6591,41 +6619,41 @@ msgstr ""
6591
  msgid "Error"
6592
  msgstr ""
6593
 
6594
- #: src/admin.php:1917
6595
  msgid "Could not find that job - perhaps it has already finished?"
6596
  msgstr ""
6597
 
6598
- #: src/admin.php:1909
6599
  msgid "Job deleted"
6600
  msgstr ""
6601
 
6602
- #: src/admin.php:1995
6603
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6604
  msgstr ""
6605
 
6606
- #: src/admin.php:757
6607
  msgid "Nothing yet logged"
6608
  msgstr ""
6609
 
6610
- #: src/admin.php:984
6611
  msgid "Please consult this FAQ if you have problems backing up."
6612
  msgstr ""
6613
 
6614
- #: src/admin.php:984
6615
  msgid "Your website is hosted using the %s web server."
6616
  msgstr ""
6617
 
6618
- #: src/admin.php:980
6619
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6620
  msgstr ""
6621
 
6622
- #: src/admin.php:976
6623
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6624
  msgstr ""
6625
 
6626
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6627
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6628
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6629
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6630
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6631
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6635,11 +6663,11 @@ msgstr ""
6635
  msgid "Warning"
6636
  msgstr ""
6637
 
6638
- #: src/admin.php:914
6639
  msgid "Add-Ons / Pro Support"
6640
  msgstr ""
6641
 
6642
- #: src/admin.php:548, src/admin.php:912,
6643
  #: src/templates/wp-admin/settings/tab-bar.php:7
6644
  msgid "Settings"
6645
  msgstr ""
@@ -6660,21 +6688,21 @@ msgstr ""
6660
  msgid "Like UpdraftPlus and can spare one minute?"
6661
  msgstr ""
6662
 
6663
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6664
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6665
  msgid "File not found"
6666
  msgstr ""
6667
 
6668
- #: src/class-updraftplus.php:3898
6669
  msgid "The decryption key used:"
6670
  msgstr ""
6671
 
6672
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6673
  #: src/restorer.php:422
6674
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6675
  msgstr ""
6676
 
6677
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6678
  #: src/restorer.php:409
6679
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6680
  msgstr ""
@@ -6683,15 +6711,15 @@ msgstr ""
6683
  msgid "Could not open the backup file for writing"
6684
  msgstr ""
6685
 
6686
- #: src/class-updraftplus.php:3484
6687
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6688
  msgstr ""
6689
 
6690
- #: src/class-updraftplus.php:3445
6691
  msgid "Could not read the directory"
6692
  msgstr ""
6693
 
6694
- #: src/admin.php:2194, src/backup.php:1323
6695
  msgid "Backup directory (%s) is not writable, or does not exist."
6696
  msgstr ""
6697
 
@@ -6699,11 +6727,11 @@ msgstr ""
6699
  msgid "WordPress backup is complete"
6700
  msgstr ""
6701
 
6702
- #: src/class-updraftplus.php:2955
6703
  msgid "The backup attempt has finished, apparently unsuccessfully"
6704
  msgstr ""
6705
 
6706
- #: src/class-updraftplus.php:2940
6707
  msgid "The backup apparently succeeded and is now complete"
6708
  msgstr ""
6709
 
@@ -6711,37 +6739,37 @@ msgstr ""
6711
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6712
  msgstr ""
6713
 
6714
- #: src/class-updraftplus.php:2643
6715
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6716
  msgstr ""
6717
 
6718
- #: src/class-updraftplus.php:1921
6719
  msgid "Others"
6720
  msgstr ""
6721
 
6722
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6723
  msgid "Uploads"
6724
  msgstr ""
6725
 
6726
- #: src/class-updraftplus.php:1905
6727
  msgid "Themes"
6728
  msgstr ""
6729
 
6730
- #: src/class-updraftplus.php:1904
6731
  msgid "Plugins"
6732
  msgstr ""
6733
 
6734
- #: src/class-updraftplus.php:626
6735
  msgid "No log files were found."
6736
  msgstr ""
6737
 
6738
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6739
  msgid "The log file could not be read."
6740
  msgstr ""
6741
 
6742
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6743
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6744
- #: src/class-updraftplus.php:631
6745
  msgid "UpdraftPlus notice:"
6746
  msgstr ""
6747
 
11
  "Language: af_ZA\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
+ #: src/class-updraftplus.php:4450
257
  msgid "Your chosen replacement collation"
258
  msgstr ""
259
 
260
+ #: src/class-updraftplus.php:4427
261
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
262
  msgstr ""
263
 
264
+ #: src/class-updraftplus.php:4427
265
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
266
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
267
  msgstr[0] ""
299
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
300
  msgstr ""
301
 
302
+ #: src/central/bootstrap.php:520
303
  msgid "URL for the site of your UpdraftCentral dashboard"
304
  msgstr ""
305
 
306
+ #: src/central/bootstrap.php:518
307
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
308
  msgstr ""
309
 
310
+ #: src/central/bootstrap.php:515
311
  msgid "A website where you have installed %s"
312
  msgstr ""
313
 
314
+ #: src/central/bootstrap.php:513
315
  msgid "Self-hosted dashboard"
316
  msgstr ""
317
 
318
+ #: src/central/bootstrap.php:255
319
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
320
  msgstr ""
321
 
329
  msgid "Requested table character set (%s) is not present - changing to %s."
330
  msgstr ""
331
 
332
+ #: src/class-updraftplus.php:4403
333
  msgid "Your chosen character set to use instead:"
334
  msgstr ""
335
 
336
+ #: src/class-updraftplus.php:4393
337
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
338
  msgstr ""
339
 
340
+ #: src/class-updraftplus.php:4393
341
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
342
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
343
  msgstr[0] ""
344
  msgstr[1] ""
345
 
346
+ #: src/central/bootstrap.php:598
347
  msgid "Create another key"
348
  msgstr ""
349
 
350
+ #: src/central/bootstrap.php:527
351
  msgid "UpdraftCentral dashboard connection details"
352
  msgstr ""
353
 
354
+ #: src/central/bootstrap.php:521
355
  msgid "Next"
356
  msgstr ""
357
 
358
+ #: src/central/bootstrap.php:507
359
  msgid "an account"
360
  msgstr ""
361
 
362
+ #: src/central/bootstrap.php:507
363
  msgid "i.e. if you have %s there"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:496
367
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:470
371
  msgid "Manage existing keys (%d)..."
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:420
375
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:257
379
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:255
383
  msgid "Detailed instructions for this can be found at %s"
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:255
387
  msgid "You now need to copy the key below and enter it at your %s."
388
  msgstr ""
389
 
390
+ #: src/admin.php:779
391
  msgid "Please enter a valid URL e.g http://example.com"
392
  msgstr ""
393
 
427
  msgid "Account ID"
428
  msgstr ""
429
 
430
+ #: src/class-updraftplus.php:4234
431
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
432
  msgstr ""
433
 
434
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
435
  msgid "the migrator add-on"
436
  msgstr ""
437
 
438
+ #: src/class-updraftplus.php:4232
439
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
440
  msgstr ""
441
 
442
+ #: src/class-updraftplus.php:4230
443
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4225
447
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
448
  msgstr ""
449
 
459
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
460
  msgstr ""
461
 
462
+ #: src/admin.php:760
463
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
464
  msgstr ""
465
 
466
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
467
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
468
+ #: src/class-updraftplus.php:2462
469
  msgid "A PHP fatal error (%s) has occurred: %s"
470
  msgstr ""
471
 
472
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
473
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
474
+ #: src/class-updraftplus.php:2455
475
  msgid "A PHP exception (%s) has occurred: %s"
476
  msgstr ""
477
 
527
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
528
  msgstr ""
529
 
530
+ #: src/admin.php:5192
531
  msgid "Value"
532
  msgstr ""
533
 
534
+ #: src/admin.php:1726
535
  msgid "Did not know how to delete from this cloud service."
536
  msgstr ""
537
 
543
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
544
  msgstr ""
545
 
546
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
547
  msgid "Stored at: %s"
548
  msgstr ""
549
 
551
  msgid "Cloud Files"
552
  msgstr ""
553
 
554
+ #: src/admin.php:4937
555
  msgid "Your settings failed to save. Please refresh the settings page and try again"
556
  msgstr ""
557
 
558
+ #: src/admin.php:4896
559
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
560
  msgstr ""
561
 
572
  msgid "Extra database"
573
  msgstr ""
574
 
575
+ #: src/admin.php:3915
576
  msgid "Press here to download or browse"
577
  msgstr ""
578
 
579
+ #: src/admin.php:1163, src/admin.php:1173
580
  msgid "Error: invalid path"
581
  msgstr ""
582
 
583
+ #: src/admin.php:960
584
  msgid "An error occurred when fetching storage module options: "
585
  msgstr ""
586
 
587
+ #: src/admin.php:776
588
  msgid "Loading log file"
589
  msgstr ""
590
 
591
+ #: src/admin.php:775
592
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
593
  msgstr ""
594
 
595
+ #: src/admin.php:774
596
  msgid "Search"
597
  msgstr ""
598
 
599
+ #: src/admin.php:773
600
  msgid "Select a file to view information about it"
601
  msgstr ""
602
 
603
+ #: src/admin.php:772
604
  msgid "Browsing zip file"
605
  msgstr ""
606
 
607
+ #: src/admin.php:741
608
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
609
  msgstr ""
610
 
616
  msgid "Skipped tables:"
617
  msgstr ""
618
 
619
+ #: src/class-updraftplus.php:4515
620
  msgid "This database backup has the following WordPress tables excluded: %s"
621
  msgstr ""
622
 
623
+ #: src/admin.php:2810
624
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
625
  msgstr ""
626
 
627
+ #: src/admin.php:2810
628
  msgid "All WordPress tables will be backed up."
629
  msgstr ""
630
 
631
+ #: src/admin.php:771
632
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
633
  msgstr ""
634
 
635
+ #: src/admin.php:771
636
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
637
  msgstr ""
638
 
639
+ #: src/admin.php:771
640
  msgid "The available memory on the server."
641
  msgstr ""
642
 
643
+ #: src/admin.php:771
644
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "The file failed to upload. Please check the following:"
649
  msgstr ""
650
 
651
+ #: src/admin.php:770
652
  msgid "HTTP code:"
653
  msgstr ""
654
 
655
+ #: src/addons/wp-cli.php:89, src/admin.php:665
656
  msgid "You have chosen to backup a database, but no tables have been selected"
657
  msgstr ""
658
 
1104
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1105
  msgstr ""
1106
 
1107
+ #: src/central/bootstrap.php:593
1108
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1109
  msgstr ""
1110
 
1116
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1117
  msgstr ""
1118
 
1119
+ #: src/admin.php:1802
1120
  msgid "Remote files deleted:"
1121
  msgstr ""
1122
 
1123
+ #: src/admin.php:1801
1124
  msgid "Local files deleted:"
1125
  msgstr ""
1126
 
1128
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1129
  msgstr ""
1130
 
1131
+ #: src/admin.php:769
1132
  msgid "remote files deleted"
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:767
1136
  msgid "Complete"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:766
1140
  msgid "Do you want to carry out the import?"
1141
  msgstr ""
1142
 
1143
+ #: src/admin.php:765
1144
  msgid "Which was exported on:"
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:764
1148
  msgid "This will import data from:"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:763
1152
  msgid "Importing..."
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:759
1156
  msgid "You have not yet selected a file to import."
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:743
1160
  msgid "Your export file will be of your displayed settings, not your saved ones."
1161
  msgstr ""
1162
 
1168
  msgid "US East (Ohio)"
1169
  msgstr ""
1170
 
1171
+ #: src/addons/onedrive.php:1104
1172
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1173
  msgstr ""
1174
 
1175
+ #: src/addons/onedrive.php:718
1176
  msgid "Account is not authorized (%s)."
1177
  msgstr ""
1178
 
1179
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1180
  msgid "Your IP address:"
1181
  msgstr ""
1182
 
1183
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1184
  #: src/udaddons/updraftplus-addons.php:887
1185
  msgid "To remove any block, please go here."
1186
  msgstr ""
1187
 
1188
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1189
  msgid "An error response was received; HTTP code:"
1190
  msgstr ""
1191
 
1192
+ #: src/includes/class-commands.php:344
1193
  msgid "%s add-on not found"
1194
  msgstr ""
1195
 
1201
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1202
  msgstr ""
1203
 
1204
+ #: src/admin.php:2548
1205
  msgid "To fix this problem go here."
1206
  msgstr ""
1207
 
1208
+ #: src/admin.php:2548
1209
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1210
  msgstr ""
1211
 
1212
+ #: src/admin.php:727
1213
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1214
  msgstr ""
1215
 
1265
  msgid "FAQs"
1266
  msgstr ""
1267
 
1268
+ #: src/central/bootstrap.php:549
1269
  msgid "More information..."
1270
  msgstr ""
1271
 
1272
+ #: src/central/bootstrap.php:547
1273
  msgid "Use the alternative method for making a connection with the dashboard."
1274
  msgstr ""
1275
 
1276
+ #: src/central/bootstrap.php:457
1277
  msgid "Key size: %d bits"
1278
  msgstr ""
1279
 
1280
+ #: src/central/bootstrap.php:452
1281
  msgid "Public key was sent to:"
1282
  msgstr ""
1283
 
1293
  msgid "Create key"
1294
  msgstr ""
1295
 
1296
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1297
  msgid "slower, strongest"
1298
  msgstr ""
1299
 
1300
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1301
  msgid "recommended"
1302
  msgstr ""
1303
 
1304
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1305
  msgid "%s bytes"
1306
  msgstr ""
1307
 
1308
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1309
  msgid "faster (possibility for slow PHP installs)"
1310
  msgstr ""
1311
 
1312
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1313
  msgid "easy to break, fastest"
1314
  msgstr ""
1315
 
1316
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1317
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1318
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1319
  msgid "%s bits"
1320
  msgstr ""
1321
 
1322
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1323
  msgid "Encryption key size:"
1324
  msgstr ""
1325
 
1352
  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."
1353
  msgstr ""
1354
 
1355
+ #: src/class-updraftplus.php:1869
1356
  msgid "Size: %s MB"
1357
  msgstr ""
1358
 
1364
  msgid "Now"
1365
  msgstr ""
1366
 
1367
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1368
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1369
  msgstr ""
1370
 
1386
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1387
  msgstr ""
1388
 
1389
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1390
  msgid "The given file was not found, or could not be read."
1391
  msgstr ""
1392
 
1393
+ #: src/central/bootstrap.php:591
1394
  msgid "UpdraftCentral (Remote Control)"
1395
  msgstr ""
1396
 
1397
+ #: src/central/bootstrap.php:580
1398
  msgid "View recent UpdraftCentral log events"
1399
  msgstr ""
1400
 
1401
+ #: src/central/bootstrap.php:530
1402
  msgid "Enter any description"
1403
  msgstr ""
1404
 
1405
+ #: src/central/bootstrap.php:529
1406
  msgid "Description"
1407
  msgstr ""
1408
 
1409
+ #: src/central/bootstrap.php:462
1410
  msgid "Delete..."
1411
  msgstr ""
1412
 
1413
+ #: src/central/bootstrap.php:455
1414
  msgid "Created:"
1415
  msgstr ""
1416
 
1417
+ #: src/central/bootstrap.php:452
1418
  msgid "Access this site as user:"
1419
  msgstr ""
1420
 
1421
+ #: src/central/bootstrap.php:476
1422
  msgid "Details"
1423
  msgstr ""
1424
 
1425
+ #: src/central/bootstrap.php:475
1426
  msgid "Key description"
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1430
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:218
1434
  msgid "An invalid URL was entered"
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:82
1438
  msgid "Close..."
1439
  msgstr ""
1440
 
1441
+ #: src/central/bootstrap.php:74
1442
  msgid "This connection appears to already have been made."
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:71
1446
  msgid "You must visit this link in the same browser and login session as you created the key in."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:67
1450
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:67
1454
  msgid "You are not logged into this WordPress site in your web browser."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:64
1458
  msgid "The key referred to was unknown."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:61
1462
  msgid "A new UpdraftCentral connection has not been made."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:59
1466
  msgid "An UpdraftCentral connection has been made successfully."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:56
1470
  msgid "UpdraftCentral Connection"
1471
  msgstr ""
1472
 
1473
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1474
  msgid "The backup was aborted by the user"
1475
  msgstr ""
1476
 
1477
+ #: src/admin.php:4932
1478
  msgid "Your settings have been saved."
1479
  msgstr ""
1480
 
1481
+ #: src/admin.php:3793
1482
  msgid "Total backup size:"
1483
  msgstr ""
1484
 
1485
+ #: src/admin.php:3150
1486
  msgid "stop"
1487
  msgstr ""
1488
 
1489
+ #: src/admin.php:2992
1490
  msgid "The backup has finished running"
1491
  msgstr ""
1492
 
1512
  msgid "calculate"
1513
  msgstr ""
1514
 
1515
+ #: src/admin.php:742
1516
  msgid "You should save your changes to ensure that they are used for making your backup."
1517
  msgstr ""
1518
 
1519
+ #: src/admin.php:735
1520
  msgid "We requested to delete the file, but could not understand the server's response"
1521
  msgstr ""
1522
 
1523
+ #: src/admin.php:734
1524
  msgid "Please enter a valid URL"
1525
  msgstr ""
1526
 
1527
+ #: src/admin.php:717
1528
  msgid "Saving..."
1529
  msgstr ""
1530
 
1548
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1549
  msgstr ""
1550
 
1551
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1552
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1553
  msgstr ""
1554
 
1555
+ #: src/class-updraftplus.php:4299
1556
  msgid "Please read this link for important information on this process."
1557
  msgstr ""
1558
 
1559
+ #: src/class-updraftplus.php:4299
1560
  msgid "It will be imported as a new site."
1561
  msgstr ""
1562
 
1563
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1564
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1565
  msgid "Dismiss"
1566
  msgstr ""
1567
 
1568
+ #: src/admin.php:754
1569
  msgid "Please fill in the required information."
1570
  msgstr ""
1571
 
1626
  msgid "Call WordPress action:"
1627
  msgstr ""
1628
 
1629
+ #: src/admin.php:2818
1630
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1631
  msgstr ""
1632
 
1633
+ #: src/admin.php:4438
1634
  msgid "Skipping: this archive was already restored."
1635
  msgstr ""
1636
 
1662
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1663
  msgstr ""
1664
 
1665
+ #: src/admin.php:4806
1666
  msgid "Send this backup to remote storage"
1667
  msgstr ""
1668
 
1669
+ #: src/admin.php:4804
1670
  msgid "Check out UpdraftPlus Vault."
1671
  msgstr ""
1672
 
1673
+ #: src/admin.php:4804
1674
  msgid "Not got any remote storage?"
1675
  msgstr ""
1676
 
1677
+ #: src/admin.php:4804
1678
  msgid "settings"
1679
  msgstr ""
1680
 
1681
+ #: src/admin.php:4804
1682
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:2816
1686
  msgid "Include any files in the backup"
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:2802
1690
  msgid "Include the database in the backup"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:2707
1694
  msgid "Continue restoration"
1695
  msgstr ""
1696
 
1697
+ #: src/admin.php:2702
1698
  msgid "You have an unfinished restoration operation, begun %s ago."
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2701
1702
  msgid "Unfinished restoration"
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2699
1706
  msgid "%s minutes, %s seconds"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2646
1710
  msgid "Backup Contents And Schedule"
1711
  msgstr ""
1712
 
1714
  msgid "Premium / Extensions"
1715
  msgstr ""
1716
 
1717
+ #: src/admin.php:2414, src/admin.php:2423
1718
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1719
  msgstr ""
1720
 
1721
+ #: src/addons/morefiles.php:77, src/admin.php:740
1722
  msgctxt "(verb)"
1723
  msgid "Download"
1724
  msgstr ""
1854
  msgid "Could not access container"
1855
  msgstr ""
1856
 
1857
+ #: src/class-updraftplus.php:2962
1858
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1859
  msgstr ""
1860
 
1983
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1984
  msgstr ""
1985
 
1986
+ #: src/admin.php:1800
1987
  msgid "Backup sets removed:"
1988
  msgstr ""
1989
 
1990
+ #: src/admin.php:753
1991
  msgid "Processing..."
1992
  msgstr ""
1993
 
1994
+ #: src/admin.php:751
1995
  msgid "For backups older than"
1996
  msgstr ""
1997
 
1998
+ #: src/admin.php:750
1999
  msgid "week(s)"
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:749
2003
  msgid "hour(s)"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:748
2007
  msgid "day(s)"
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:747
2011
  msgid "in the month"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:746
2015
  msgid "day"
2016
  msgstr ""
2017
 
2035
  msgid "You do not currently have any UpdraftPlus Vault quota"
2036
  msgstr ""
2037
 
2038
+ #: src/class-updraftplus.php:4372
2039
  msgid "You must upgrade MySQL to be able to use this database."
2040
  msgstr ""
2041
 
2042
+ #: src/class-updraftplus.php:4372
2043
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2044
  msgstr ""
2045
 
2046
+ #: src/admin.php:2533
2047
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2048
  msgstr ""
2049
 
2071
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2072
  msgstr ""
2073
 
2074
+ #: src/admin.php:1018
2075
  msgid "Go to the remote storage settings in order to connect."
2076
  msgstr ""
2077
 
2078
+ #: src/admin.php:1018
2079
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2080
  msgstr ""
2081
 
2083
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2084
  msgstr ""
2085
 
2086
+ #: src/admin.php:723
2087
  msgid "Update quota count"
2088
  msgstr ""
2089
 
2090
+ #: src/admin.php:722
2091
  msgid "Counting..."
2092
  msgstr ""
2093
 
2094
+ #: src/admin.php:721
2095
  msgid "Disconnecting..."
2096
  msgstr ""
2097
 
2098
+ #: src/admin.php:719
2099
  msgid "Connecting..."
2100
  msgstr ""
2101
 
2121
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2122
  msgstr ""
2123
 
2124
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2125
  #: src/methods/updraftvault.php:450
2126
  msgid "Disconnect"
2127
  msgstr ""
2154
  msgid "E-mail"
2155
  msgstr ""
2156
 
2157
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2158
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2159
  msgid "Back..."
2160
  msgstr ""
2172
  msgid "%s per quarter"
2173
  msgstr ""
2174
 
2175
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2176
  #: src/methods/updraftvault.php:351
2177
  msgid "Read more about it here."
2178
  msgstr ""
2246
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2247
  msgstr ""
2248
 
2249
+ #: src/addons/migrator.php:1926, src/admin.php:729
2250
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2251
  msgstr ""
2252
 
2258
  msgid "Your new key:"
2259
  msgstr ""
2260
 
2261
+ #: src/central/bootstrap.php:402
2262
  msgid "You must copy and paste this key now - it cannot be shown again."
2263
  msgstr ""
2264
 
2265
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2266
  msgid "Key created successfully."
2267
  msgstr ""
2268
 
2302
  msgid "This storage method does not allow downloading"
2303
  msgstr ""
2304
 
2305
+ #: src/admin.php:3978
2306
  msgid "(backup set imported from remote location)"
2307
  msgstr ""
2308
 
2309
+ #: src/addons/wp-cli.php:346,
2310
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2311
  msgid "Site"
2312
  msgstr ""
2313
 
2314
+ #: src/addons/wp-cli.php:344,
2315
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2316
  msgid "Backup sent to remote site - not available for download."
2317
  msgstr ""
2318
 
2324
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2325
  msgstr ""
2326
 
2327
+ #: src/addons/migrator.php:1954, src/admin.php:736
2328
  msgid "Testing connection..."
2329
  msgstr ""
2330
 
2331
+ #: src/admin.php:733
2332
  msgid "Deleting..."
2333
  msgstr ""
2334
 
2335
+ #: src/admin.php:732
2336
  msgid "key name"
2337
  msgstr ""
2338
 
2339
+ #: src/admin.php:730
2340
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2341
  msgstr ""
2342
 
2343
+ #: src/admin.php:727
2344
  msgid "Creating..."
2345
  msgstr ""
2346
 
2364
  msgid "Or, send a backup to another site"
2365
  msgstr ""
2366
 
2367
+ #: src/addons/migrator.php:2128, src/admin.php:737
2368
  msgid "Send"
2369
  msgstr ""
2370
 
2371
+ #: src/addons/migrator.php:2122, src/admin.php:728
2372
  msgid "Send to site:"
2373
  msgstr ""
2374
 
2433
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2434
  msgstr ""
2435
 
2436
+ #: src/admin.php:726
2437
  msgid "Resetting..."
2438
  msgstr ""
2439
 
2440
+ #: src/addons/migrator.php:2431, src/admin.php:725
2441
  msgid "Add site"
2442
  msgstr ""
2443
 
2444
+ #: src/admin.php:724
2445
  msgid "Adding..."
2446
  msgstr ""
2447
 
2477
  msgid "To restore using any of the backup sets below, press the button."
2478
  msgstr ""
2479
 
2480
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2481
  msgid "You have made changes to your settings, and not saved."
2482
  msgstr ""
2483
 
2484
+ #: src/addons/onedrive.php:1164
2485
  msgid "N.B. %s is not case-sensitive."
2486
  msgstr ""
2487
 
2488
+ #: src/addons/onedrive.php:1154
2489
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2490
  msgstr ""
2491
 
2492
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2493
+ #: src/addons/onedrive.php:1127
2494
  msgid "For longer help, including screenshots, follow this link."
2495
  msgstr ""
2496
 
2497
+ #: src/addons/onedrive.php:1120
2498
  msgid "Create OneDrive credentials in your OneDrive developer console."
2499
  msgstr ""
2500
 
2501
+ #: src/addons/onedrive.php:1112
2502
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2503
  msgstr ""
2504
 
2506
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2507
  msgstr ""
2508
 
2509
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2510
  msgid "%s authorisation failed:"
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2514
+ #: src/addons/onedrive.php:1157
2515
  msgid "OneDrive"
2516
  msgstr ""
2517
 
2518
+ #: src/addons/onedrive.php:709
2519
  msgid "Please re-authorize the connection to your %s account."
2520
  msgstr ""
2521
 
2523
  msgid "configure it here"
2524
  msgstr ""
2525
 
2526
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2527
  msgid "To remove the block, please go here."
2528
  msgstr ""
2529
 
2680
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2681
  msgstr ""
2682
 
2683
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2684
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2685
  #: src/udaddons/updraftplus-addons.php:887
2686
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2687
  msgstr ""
2688
 
2689
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2690
  #: src/udaddons/updraftplus-addons.php:887
2691
  msgid "It appears that your web server's IP Address (%s) is blocked."
2692
  msgstr ""
2693
 
2694
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2695
  #: src/udaddons/updraftplus-addons.php:887
2696
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2697
  msgstr ""
2735
  msgid "(at same time as files backup)"
2736
  msgstr ""
2737
 
2738
+ #: src/admin.php:3449
2739
  msgid "No backup has been completed"
2740
  msgstr ""
2741
 
2778
  msgid "or"
2779
  msgstr ""
2780
 
2781
+ #: src/admin.php:710
2782
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2783
  msgstr ""
2784
 
2809
  msgid "Check this box to have a basic report sent to"
2810
  msgstr ""
2811
 
2812
+ #: src/admin.php:3463
2813
  msgctxt "i.e. Non-automatic"
2814
  msgid "Manual"
2815
  msgstr ""
2827
  msgid "Any other file/directory on your server that you wish to back up"
2828
  msgstr ""
2829
 
2830
+ #: src/admin.php:2550
2831
  msgid "For even more features and personal support, check out "
2832
  msgstr ""
2833
 
2836
  msgstr ""
2837
 
2838
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2839
+ #: src/admin.php:715
2840
  msgid "Automatic backup before update"
2841
  msgstr ""
2842
 
2921
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2922
  msgstr ""
2923
 
2924
+ #: src/admin.php:2992, src/admin.php:4092
2925
  msgid "View Log"
2926
  msgstr ""
2927
 
2938
  msgid "and retain this many scheduled backups"
2939
  msgstr ""
2940
 
2941
+ #: src/admin.php:3419
2942
  msgid "incremental backup; base backup: %s"
2943
  msgstr ""
2944
 
2950
  msgid "Upload files into UpdraftPlus."
2951
  msgstr ""
2952
 
2953
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2954
  #: src/templates/wp-admin/settings/tab-status.php:22
2955
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2956
  msgstr ""
2957
 
2958
+ #: src/class-updraftplus.php:4288
2959
  msgid "Backup label:"
2960
  msgstr ""
2961
 
2962
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2963
  msgid "Error: unexpected file read fail"
2964
  msgstr ""
2965
 
2999
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3000
  msgstr ""
3001
 
3002
+ #: src/class-updraftplus.php:4307
3003
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3004
  msgstr ""
3005
 
3006
+ #: src/class-updraftplus.php:4307
3007
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3008
  msgstr ""
3009
 
3040
  msgid "You need to connect to receive future updates to UpdraftPlus."
3041
  msgstr ""
3042
 
3043
+ #: src/class-updraftplus.php:4280
3044
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3045
  msgstr ""
3046
 
3047
+ #: src/class-updraftplus.php:4280
3048
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3049
  msgstr ""
3050
 
3051
+ #: src/class-updraftplus.php:4280
3052
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3053
  msgstr ""
3054
 
3055
+ #: src/class-updraftplus.php:4280
3056
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3057
  msgstr ""
3058
 
3081
  msgid "UpdraftPlus is on social media - check us out!"
3082
  msgstr ""
3083
 
3084
+ #: src/admin.php:4267
3085
  msgid "Why am I seeing this?"
3086
  msgstr ""
3087
 
3093
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3094
  msgstr ""
3095
 
3096
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3097
  msgid "Start backup"
3098
  msgstr ""
3099
 
3100
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3101
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3102
  msgstr ""
3103
 
3104
+ #: src/admin.php:3317
3105
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3106
  msgstr ""
3107
 
3109
  msgid "Unless you have a problem, you can completely ignore everything here."
3110
  msgstr ""
3111
 
3112
+ #: src/admin.php:2236
3113
  msgid "This file could not be uploaded"
3114
  msgstr ""
3115
 
3116
+ #: src/admin.php:2199
3117
  msgid "You will find more information about this in the Settings section."
3118
  msgstr ""
3119
 
3133
  msgid "Memory limit"
3134
  msgstr ""
3135
 
3136
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3137
  msgid "restoration"
3138
  msgstr ""
3139
 
3157
  msgid "Backup succeeded"
3158
  msgstr ""
3159
 
3160
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3161
  #: src/updraftplus.php:99, src/updraftplus.php:100
3162
  msgid "Every %s hours"
3163
  msgstr ""
3212
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3213
  msgstr ""
3214
 
3215
+ #: src/admin.php:3820
3216
  msgid "You have not yet made any backups."
3217
  msgstr ""
3218
 
3232
  msgid "Free disk space in account:"
3233
  msgstr ""
3234
 
3235
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3236
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3237
  msgstr ""
3238
 
3239
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3240
  #: src/includes/deprecated-actions.php:29,
3241
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3242
  #: src/templates/wp-admin/settings/tab-bar.php:6
3247
  msgid "Current Status"
3248
  msgstr ""
3249
 
3250
+ #: src/admin.php:969
3251
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3252
  msgstr ""
3253
 
3254
+ #: src/admin.php:969
3255
  msgid "To make a backup, just press the Backup Now button."
3256
  msgstr ""
3257
 
3258
+ #: src/admin.php:969
3259
  msgid "Welcome to UpdraftPlus!"
3260
  msgstr ""
3261
 
3327
  msgid "user"
3328
  msgstr ""
3329
 
3330
+ #: src/class-updraftplus.php:1866
3331
  msgid "External database (%s)"
3332
  msgstr ""
3333
 
3339
  msgid "failed to access parent folder"
3340
  msgstr ""
3341
 
3342
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3343
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3344
  #: src/methods/googledrive.php:447
3345
  msgid "However, subsequent access attempts failed:"
3346
  msgstr ""
3347
 
3348
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3349
  msgid "External database"
3350
  msgstr ""
3351
 
3377
  msgid "use UpdraftPlus Premium"
3378
  msgstr ""
3379
 
3380
+ #: src/class-updraftplus.php:4131
3381
  msgid "Decryption failed. The database file is encrypted."
3382
  msgstr ""
3383
 
3407
  msgstr ""
3408
 
3409
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3410
+ #: src/addons/onedrive.php:1164
3411
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3412
  msgstr ""
3413
 
3414
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3415
+ #: src/addons/onedrive.php:1164
3416
  msgid "e.g. %s"
3417
  msgstr ""
3418
 
3419
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3420
  msgid "Enter the path of the %s folder you wish to use here."
3421
  msgstr ""
3422
 
3432
  msgid "Tenant"
3433
  msgstr ""
3434
 
3435
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3436
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3437
  msgid "Follow this link for more information"
3438
  msgstr ""
3439
 
3469
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3470
  msgstr ""
3471
 
3472
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3473
  msgid "(You appear to be already authenticated)."
3474
  msgstr ""
3475
 
3477
  msgid "Dropbox"
3478
  msgstr ""
3479
 
3480
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3481
  msgid "Authenticate with %s"
3482
  msgstr ""
3483
 
3508
  msgid "%s error - failed to access the container"
3509
  msgstr ""
3510
 
3511
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3512
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3513
  msgid "Account holder's name: %s."
3514
  msgstr ""
3525
  msgid "<strong>This is NOT a folder name</strong>."
3526
  msgstr ""
3527
 
3528
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3529
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3530
  msgid "Folder"
3531
  msgstr ""
3532
 
3533
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3534
  #: src/methods/googledrive.php:1152
3535
  msgid "%s download: failed: file not found"
3536
  msgstr ""
3574
  msgid "Failed to unpack the archive"
3575
  msgstr ""
3576
 
3577
+ #: src/class-updraftplus.php:1390
3578
  msgid "Error - failed to download the file"
3579
  msgstr ""
3580
 
3598
  msgid "password/key"
3599
  msgstr ""
3600
 
3601
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3602
+ #: src/admin.php:5192
3603
  msgid "Key"
3604
  msgstr ""
3605
 
3615
  msgid "SCP/SFTP password/key"
3616
  msgstr ""
3617
 
3618
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3619
  msgid "Files backup (created by %s)"
3620
  msgstr ""
3621
 
3622
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3623
  msgid "Files and database WordPress backup (created by %s)"
3624
  msgstr ""
3625
 
3626
+ #: src/addons/importer.php:276, src/admin.php:3883,
3627
  #: src/includes/class-backup-history.php:349
3628
  msgid "Backup created by: %s."
3629
  msgstr ""
3630
 
3631
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3632
  msgid "Database (created by %s)"
3633
  msgstr ""
3634
 
3635
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3636
  msgid "unknown source"
3637
  msgstr ""
3638
 
3644
  msgid "Upload backup files"
3645
  msgstr ""
3646
 
3647
+ #: src/admin.php:2251
3648
  msgid "This backup was created by %s, and can be imported."
3649
  msgstr ""
3650
 
3651
+ #: src/admin.php:998
3652
  msgid "Read this page for a guide to possible causes and how to fix it."
3653
  msgstr ""
3654
 
3655
+ #: src/admin.php:998
3656
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3657
  msgstr ""
3658
 
3669
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3670
  msgstr ""
3671
 
3672
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3673
  #: src/restorer.php:1577
3674
  msgid "Backup created by unknown source (%s) - cannot be restored."
3675
  msgstr ""
3729
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3730
  msgstr ""
3731
 
3732
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3733
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3734
  msgstr ""
3735
 
3736
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3737
  #: src/restorer.php:1608
3738
  msgid "Your hosting company must enable these functions before %s can work."
3739
  msgstr ""
3740
 
3741
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3742
  msgid "Your web server's PHP installation has these functions disabled: %s."
3743
  msgstr ""
3744
 
3808
  msgid "Dismiss from main dashboard (for %s weeks)"
3809
  msgstr ""
3810
 
3811
+ #: src/class-updraftplus.php:4771
3812
  msgid "The attempt to undo the double-compression succeeded."
3813
  msgstr ""
3814
 
3815
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3816
  msgid "The attempt to undo the double-compression failed."
3817
  msgstr ""
3818
 
3819
+ #: src/class-updraftplus.php:4741
3820
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3821
  msgstr ""
3822
 
3840
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3841
  msgstr ""
3842
 
3843
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3844
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3845
  msgstr ""
3846
 
3849
  msgid "Errors occurred:"
3850
  msgstr ""
3851
 
3852
+ #: src/admin.php:4286
3853
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3854
  msgstr ""
3855
 
3873
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3874
  msgstr ""
3875
 
3876
+ #: src/admin.php:973, src/class-updraftplus.php:875
3877
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3878
  msgstr ""
3879
 
3886
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3887
  msgstr ""
3888
 
3889
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3890
  msgid "Messages:"
3891
  msgstr ""
3892
 
4047
  msgid "Authorisation failed (check your credentials)"
4048
  msgstr ""
4049
 
4050
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4051
  #: src/udaddons/options.php:257
4052
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4053
  msgstr ""
4054
 
4055
+ #: src/admin.php:708, src/central/bootstrap.php:561
4056
  msgid "Create"
4057
  msgstr ""
4058
 
4064
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4065
  msgstr ""
4066
 
4067
+ #: src/admin.php:680, src/admin.php:4584
4068
  msgid "Error data:"
4069
  msgstr ""
4070
 
4071
+ #: src/admin.php:4238
4072
  msgid "Backup does not exist in the backup history"
4073
  msgstr ""
4074
 
4075
+ #: src/admin.php:2927
4076
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4077
  msgstr ""
4078
 
4112
  msgid "Email reports"
4113
  msgstr ""
4114
 
4115
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4116
  msgid "%s checksum: %s"
4117
  msgstr ""
4118
 
4119
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4120
  msgid "files: %s"
4121
  msgstr ""
4122
 
4128
  msgid "Debugging information"
4129
  msgstr ""
4130
 
4131
+ #: src/addons/reporting.php:222, src/admin.php:3776
4132
  msgid "Uploaded to:"
4133
  msgstr ""
4134
 
4169
  msgid "%d errors, %d warnings"
4170
  msgstr ""
4171
 
4172
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4173
  #: src/methods/dropbox.php:772
4174
  msgid "%s authentication"
4175
  msgstr ""
4176
 
4177
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4178
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4179
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4180
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4201
  msgid "Your site's admin email address (%s) will be used."
4202
  msgstr ""
4203
 
4204
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4205
  #: src/methods/updraftvault.php:362
4206
  msgid "Connect"
4207
  msgstr ""
4210
  msgid "For more reporting features, use the Reporting add-on."
4211
  msgstr ""
4212
 
4213
+ #: src/class-updraftplus.php:4212
4214
  msgid "(version: %s)"
4215
  msgstr ""
4216
 
4350
  msgid "Reporting"
4351
  msgstr ""
4352
 
4353
+ #: src/admin.php:5189
4354
  msgid "Options (raw)"
4355
  msgstr ""
4356
 
4370
  msgid "See also the \"More Files\" add-on from our shop."
4371
  msgstr ""
4372
 
4373
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4374
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4375
  msgstr ""
4376
 
4377
+ #: src/class-updraftplus.php:872
4378
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4379
  msgstr ""
4380
 
4450
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4451
  msgstr ""
4452
 
4453
+ #: src/admin.php:2727
4454
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4455
  msgstr ""
4456
 
4518
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4519
  msgstr ""
4520
 
4521
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4522
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4523
  msgstr ""
4524
 
4547
  msgid "You can send a backup to more than one destination with an add-on."
4548
  msgstr ""
4549
 
4550
+ #: src/admin.php:3150
4551
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4552
  msgstr ""
4553
 
4554
+ #: src/admin.php:3049
4555
  msgid "(%s%%, file %s of %s)"
4556
  msgstr ""
4557
 
4588
  msgid "Backup is of: %s."
4589
  msgstr ""
4590
 
4591
+ #: src/admin.php:757
4592
  msgid "%s settings test result:"
4593
  msgstr ""
4594
 
4595
+ #: src/admin.php:3951, src/admin.php:3953
4596
  msgid "(Not finished)"
4597
  msgstr ""
4598
 
4599
+ #: src/admin.php:3953
4600
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4601
  msgstr ""
4602
 
4608
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4609
  msgstr ""
4610
 
4611
+ #: src/admin.php:3145
4612
  msgid "Job ID: %s"
4613
  msgstr ""
4614
 
4615
+ #: src/admin.php:3130
4616
  msgid "last activity: %ss ago"
4617
  msgstr ""
4618
 
4619
+ #: src/admin.php:3129
4620
  msgid "next resumption: %d (after %ss)"
4621
  msgstr ""
4622
 
4623
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4624
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4625
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4626
  msgid "Unknown"
4627
  msgstr ""
4628
 
4629
+ #: src/admin.php:3063
4630
  msgid "Backup finished"
4631
  msgstr ""
4632
 
4633
+ #: src/admin.php:3058
4634
  msgid "Waiting until scheduled time to retry because of errors"
4635
  msgstr ""
4636
 
4637
+ #: src/admin.php:3054
4638
  msgid "Pruning old backup sets"
4639
  msgstr ""
4640
 
4641
+ #: src/admin.php:3042
4642
  msgid "Uploading files to remote storage"
4643
  msgstr ""
4644
 
4645
+ #: src/admin.php:3110
4646
  msgid "Encrypted database"
4647
  msgstr ""
4648
 
4649
+ #: src/admin.php:3102
4650
  msgid "Encrypting database"
4651
  msgstr ""
4652
 
4653
+ #: src/admin.php:3076
4654
  msgid "Created database backup"
4655
  msgstr ""
4656
 
4657
+ #: src/admin.php:3089
4658
  msgid "table: %s"
4659
  msgstr ""
4660
 
4661
+ #: src/admin.php:3087
4662
  msgid "Creating database backup"
4663
  msgstr ""
4664
 
4665
+ #: src/admin.php:3037
4666
  msgid "Created file backup zips"
4667
  msgstr ""
4668
 
4669
+ #: src/admin.php:3024
4670
  msgid "Creating file backup zips"
4671
  msgstr ""
4672
 
4673
+ #: src/admin.php:3019
4674
  msgid "Backup begun"
4675
  msgstr ""
4676
 
4677
+ #: src/admin.php:2852
4678
  msgid "Backups in progress:"
4679
  msgstr ""
4680
 
4681
+ #: src/admin.php:977
4682
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4683
  msgstr ""
4684
 
4694
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4695
  msgstr ""
4696
 
4697
+ #: src/class-updraftplus.php:2969
4698
  msgid "The backup has not finished; a resumption is scheduled"
4699
  msgstr ""
4700
 
4701
+ #: src/class-updraftplus.php:2152
4702
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4703
  msgstr ""
4704
 
4705
+ #: src/addons/onedrive.php:1017,
4706
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4707
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4708
  msgstr ""
4709
 
4710
+ #: src/admin.php:2577
4711
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4712
  msgstr ""
4713
 
4714
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4715
  msgid "Proceed with update"
4716
  msgstr ""
4717
 
4787
  msgid "Support"
4788
  msgstr ""
4789
 
4790
+ #: src/class-updraftplus.php:4520
4791
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4792
  msgstr ""
4793
 
4794
+ #: src/class-updraftplus.php:4512
4795
  msgid "This database backup is missing core WordPress tables: %s"
4796
  msgstr ""
4797
 
4798
+ #: src/class-updraftplus.php:4273
4799
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4800
  msgstr ""
4801
 
4802
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4803
  msgid "%s version: %s"
4804
  msgstr ""
4805
 
4806
+ #: src/class-updraftplus.php:4148
4807
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4808
  msgstr ""
4809
 
4810
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4811
  #: src/includes/updraftplus-notices.php:171
4812
  msgid "Be safe with an automatic backup"
4813
  msgstr ""
4814
 
4815
+ #: src/admin.php:2530
4816
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4817
  msgstr ""
4818
 
4860
  msgid "Delete from your web server"
4861
  msgstr ""
4862
 
4863
+ #: src/admin.php:3923
4864
  msgid "You appear to be missing one or more archives from this multi-archive set."
4865
  msgstr ""
4866
 
4867
+ #: src/admin.php:3920
4868
  msgid "(%d archive(s) in set)."
4869
  msgstr ""
4870
 
4884
  msgid "Error: the server sent an empty response."
4885
  msgstr ""
4886
 
4887
+ #: src/admin.php:2265
4888
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4889
  msgstr ""
4890
 
4920
  msgid "No such backup set exists"
4921
  msgstr ""
4922
 
4923
+ #: src/admin.php:1394
4924
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4925
  msgstr ""
4926
 
4936
  msgid "WordPress root directory server path: %s"
4937
  msgstr ""
4938
 
4939
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4940
  msgid "%s end-point"
4941
  msgstr ""
4942
 
4949
  msgid "S3 (Compatible)"
4950
  msgstr ""
4951
 
4952
+ #: src/admin.php:1304
4953
  msgid "File is not locally present - needs retrieving from remote storage"
4954
  msgstr ""
4955
 
4956
+ #: src/admin.php:4435
4957
  msgid "Looking for %s archive: file name: %s"
4958
  msgstr ""
4959
 
4960
+ #: src/admin.php:4396
4961
  msgid "Final checks"
4962
  msgstr ""
4963
 
4969
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4970
  msgstr ""
4971
 
4972
+ #: src/admin.php:3557
4973
  msgid "Your wp-content directory server path: %s"
4974
  msgstr ""
4975
 
4985
  msgid "Processing files - please wait..."
4986
  msgstr ""
4987
 
 
 
 
 
 
4988
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4989
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4990
  msgstr ""
4991
 
4992
+ #: src/class-updraftplus.php:4156
4993
  msgid "Failed to open database file."
4994
  msgstr ""
4995
 
4996
+ #: src/admin.php:5154
4997
  msgid "Known backups (raw)"
4998
  msgstr ""
4999
 
5005
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5006
  msgstr ""
5007
 
5008
+ #: src/admin.php:4455
5009
  msgid "file is size:"
5010
  msgstr ""
5011
 
5012
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5013
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5014
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5015
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5016
  msgid "Go here for more information."
5017
  msgstr ""
5018
 
5020
  msgid "Some files are still downloading or being processed - please wait."
5021
  msgstr ""
5022
 
5023
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5024
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5025
  msgstr ""
5026
 
5076
  msgid "%s error - failed to upload file"
5077
  msgstr ""
5078
 
5079
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5080
  msgid "%s error - failed to re-assemble chunks"
5081
  msgstr ""
5082
 
5091
  msgstr ""
5092
 
5093
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5094
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5095
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5096
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5097
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5098
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5099
  #: src/methods/s3.php:341
5100
  msgid "Error: %s"
5101
  msgstr ""
5102
 
5103
+ #: src/admin.php:3482
5104
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5105
  msgstr ""
5106
 
5107
+ #: src/admin.php:3480
5108
  msgid "Backup directory specified does <b>not</b> exist."
5109
  msgstr ""
5110
 
5111
+ #: src/admin.php:3157, src/admin.php:3431
5112
  msgid "Warning: %s"
5113
  msgstr ""
5114
 
5136
  msgid "Warnings encountered:"
5137
  msgstr ""
5138
 
5139
+ #: src/class-updraftplus.php:2957
5140
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5141
  msgstr ""
5142
 
5143
+ #: src/class-updraftplus.php:901
5144
  msgid "Your free disk space is very low - only %s Mb remain"
5145
  msgstr ""
5146
 
5192
  msgid "Please supply the requested information, and then continue."
5193
  msgstr ""
5194
 
5195
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5196
  msgid "Site information:"
5197
  msgstr ""
5198
 
5200
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5201
  msgstr ""
5202
 
5203
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5204
  msgid "Warning:"
5205
  msgstr ""
5206
 
5207
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5208
  #: src/restorer.php:184
5209
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5210
  msgstr ""
5211
 
5212
+ #: src/admin.php:4423
5213
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5214
  msgstr ""
5215
 
5216
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5217
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5218
  msgstr ""
5219
 
5220
+ #: src/admin.php:712
5221
  msgid "Close"
5222
  msgstr ""
5223
 
5268
  msgid "Also delete from remote storage"
5269
  msgstr ""
5270
 
5271
+ #: src/admin.php:2879
5272
  msgid "Latest UpdraftPlus.com news:"
5273
  msgstr ""
5274
 
5285
  msgid "News"
5286
  msgstr ""
5287
 
5288
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5289
  msgid "Backup set not found"
5290
  msgstr ""
5291
 
5307
  msgid "Blog link"
5308
  msgstr ""
5309
 
5310
+ #: src/admin.php:756
5311
  msgid "Testing %s Settings..."
5312
  msgstr ""
5313
 
5315
  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."
5316
  msgstr ""
5317
 
5318
+ #: src/admin.php:993
5319
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5320
  msgstr ""
5321
 
5322
+ #: src/admin.php:993
5323
  msgid "Notice"
5324
  msgstr ""
5325
 
5517
  msgid "WordPress Core"
5518
  msgstr ""
5519
 
5520
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5521
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5522
  msgstr ""
5523
 
5524
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5525
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5526
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5527
+ #: src/methods/stream-base.php:356
5528
  msgid "Failed"
5529
  msgstr ""
5530
 
5579
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5580
  msgstr ""
5581
 
5582
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5583
  msgid "Your %s account name: %s"
5584
  msgstr ""
5585
 
5743
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5744
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5745
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5746
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5747
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5748
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5749
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5785
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5786
  msgstr ""
5787
 
5788
+ #: src/admin.php:755, src/methods/backup-module.php:315
5789
  msgid "Test %s Settings"
5790
  msgstr ""
5791
 
5792
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5793
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5794
  msgid "Error opening local file: Failed to download"
5795
  msgstr ""
5806
  msgstr ""
5807
 
5808
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5809
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5810
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5811
  msgid "%s Error: Failed to open local file"
5812
  msgstr ""
5827
  msgid "Authenticate with Google"
5828
  msgstr ""
5829
 
5830
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5831
  #: src/methods/googledrive.php:1226
5832
  msgid "Client Secret"
5833
  msgstr ""
5836
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5837
  msgstr ""
5838
 
5839
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5840
  #: src/methods/googledrive.php:1222
5841
  msgid "Client ID"
5842
  msgstr ""
5874
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5875
  msgstr ""
5876
 
5877
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5878
  #: src/methods/googledrive.php:467
5879
  msgid "you have authenticated your %s account."
5880
  msgstr ""
5881
 
5882
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5883
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5884
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5885
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5886
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5887
  msgid "Success"
5888
  msgstr ""
5889
 
5890
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5891
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5892
  msgid "Your %s quota usage: %s %% used, %s available"
5893
  msgstr ""
5919
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5920
  msgstr ""
5921
 
5922
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5923
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5924
  #: src/restorer.php:2437, src/restorer.php:2542
5925
  msgid "OK"
5926
  msgstr ""
5937
  msgid "will restore as:"
5938
  msgstr ""
5939
 
5940
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5941
  #: src/restorer.php:1896, src/restorer.php:1922
5942
  msgid "Old table prefix:"
5943
  msgstr ""
5944
 
5945
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5946
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5947
  msgid "Backup of:"
5948
  msgstr ""
5949
 
6015
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6016
  msgstr ""
6017
 
6018
+ #: src/admin.php:4461, src/admin.php:4462
6019
  msgid "Could not find one of the files for restoration"
6020
  msgstr ""
6021
 
6022
+ #: src/admin.php:4576
6023
  msgid "Error message"
6024
  msgstr ""
6025
 
6026
+ #: src/admin.php:4458
6027
  msgid "The backup records do not contain information about the proper size of this file."
6028
  msgstr ""
6029
 
6030
+ #: src/admin.php:4450
6031
  msgid "Archive is expected to be size:"
6032
  msgstr ""
6033
 
6034
+ #: src/admin.php:4330
6035
  msgid "If making a request for support, please include this information:"
6036
  msgstr ""
6037
 
6038
+ #: src/admin.php:4329
6039
  msgid "ABORT: Could not find the information on which entities to restore."
6040
  msgstr ""
6041
 
6042
+ #: src/admin.php:4284
6043
  msgid "UpdraftPlus Restoration: Progress"
6044
  msgstr ""
6045
 
6046
+ #: src/admin.php:4237
6047
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6048
  msgstr ""
6049
 
6050
+ #: src/admin.php:3981
6051
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6052
  msgstr ""
6053
 
6054
+ #: src/admin.php:4082
6055
  msgid "Delete this backup set"
6056
  msgstr ""
6057
 
6058
+ #: src/admin.php:3641
6059
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6060
  msgstr ""
6061
 
6062
+ #: src/admin.php:3638
6063
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6064
  msgstr ""
6065
 
6066
+ #: src/admin.php:3636
6067
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6068
  msgstr ""
6069
 
6104
  msgid "Use the server's SSL certificates"
6105
  msgstr ""
6106
 
6107
+ #: src/admin.php:3484
6108
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6109
  msgstr ""
6110
 
6111
+ #: src/admin.php:3484
6112
  msgid "click here"
6113
  msgstr ""
6114
 
6115
+ #: src/admin.php:3484
6116
  msgid "or, to reset this option"
6117
  msgstr ""
6118
 
6119
+ #: src/admin.php:3484
6120
  msgid "Follow this link to attempt to create the directory and set the permissions"
6121
  msgstr ""
6122
 
6123
+ #: src/admin.php:3476
6124
  msgid "Backup directory specified is writable, which is good."
6125
  msgstr ""
6126
 
6160
  msgid "Cancel"
6161
  msgstr ""
6162
 
6163
+ #: src/addons/reporting.php:244, src/admin.php:3788
6164
  msgid "None"
6165
  msgstr ""
6166
 
6185
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6186
  msgstr ""
6187
 
6188
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6189
  msgid "Exclude these:"
6190
  msgstr ""
6191
 
6192
+ #: src/admin.php:3557
6193
  msgid "Any other directories found inside wp-content"
6194
  msgstr ""
6195
 
6205
  msgid "To fix the time at which a backup should take place,"
6206
  msgstr ""
6207
 
6208
+ #: src/admin.php:3470
6209
  msgid "Monthly"
6210
  msgstr ""
6211
 
6212
+ #: src/admin.php:3469
6213
  msgid "Fortnightly"
6214
  msgstr ""
6215
 
6216
+ #: src/admin.php:3468
6217
  msgid "Weekly"
6218
  msgstr ""
6219
 
6220
+ #: src/admin.php:3467
6221
  msgid "Daily"
6222
  msgstr ""
6223
 
6224
+ #: src/admin.php:714, src/admin.php:3445
6225
  msgid "Download log file"
6226
  msgstr ""
6227
 
6228
+ #: src/admin.php:3317
6229
  msgid "The folder exists, but your webserver does not have permission to write to it."
6230
  msgstr ""
6231
 
6232
+ #: src/admin.php:3312
6233
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6234
  msgstr ""
6235
 
6236
+ #: src/admin.php:3298
6237
  msgid "The request to the filesystem to create the directory failed."
6238
  msgstr ""
6239
 
6240
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6241
+ #: src/admin.php:3243, src/admin.php:4082,
6242
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6243
  msgid "Delete"
6244
  msgstr ""
6245
 
6246
+ #: src/admin.php:3148
6247
  msgid "show log"
6248
  msgstr ""
6249
 
6359
  msgid "Do read this helpful article of useful things to know before restoring."
6360
  msgstr ""
6361
 
6362
+ #: src/class-updraftplus.php:4246
6363
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6364
  msgstr ""
6365
 
6414
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6415
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6416
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6417
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6418
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6419
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6420
  msgid "Error:"
6465
  msgid "More tasks:"
6466
  msgstr ""
6467
 
6468
+ #: src/admin.php:2906
6469
  msgid "Download most recently modified log file"
6470
  msgstr ""
6471
 
6472
+ #: src/central/bootstrap.php:186
6473
  msgid "(Nothing yet logged)"
6474
  msgstr ""
6475
 
6476
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6477
+ #: src/admin.php:2861, src/admin.php:2866
6478
  msgid "Last log message"
6479
  msgstr ""
6480
 
6481
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6482
  #: src/templates/wp-admin/settings/tab-status.php:30
6483
  msgid "Restore"
6484
  msgstr ""
6489
  msgstr ""
6490
 
6491
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6492
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6493
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6494
  #: src/includes/class-wpadmin-commands.php:147,
6495
  #: src/includes/class-wpadmin-commands.php:507,
6496
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6498
  msgid "Database"
6499
  msgstr ""
6500
 
6501
+ #: src/admin.php:311, src/admin.php:5161
6502
  msgid "Files"
6503
  msgstr ""
6504
 
6526
  msgid "JavaScript warning"
6527
  msgstr ""
6528
 
6529
+ #: src/admin.php:692, src/admin.php:2933
6530
  msgid "Delete Old Directories"
6531
  msgstr ""
6532
 
6533
+ #: src/admin.php:2577
6534
  msgid "Current limit is:"
6535
  msgstr ""
6536
 
6537
+ #: src/admin.php:2552
6538
  msgid "Your backup has been restored."
6539
  msgstr ""
6540
 
6546
  msgid "Lead developer's homepage"
6547
  msgstr ""
6548
 
6549
+ #: src/central/bootstrap.php:505
6550
  msgid "UpdraftPlus.Com"
6551
  msgstr ""
6552
 
6553
+ #: src/admin.php:5053
6554
  msgid "Your settings have been wiped."
6555
  msgstr ""
6556
 
6557
+ #: src/admin.php:2512
6558
  msgid "Backup directory successfully created."
6559
  msgstr ""
6560
 
6561
+ #: src/admin.php:2505
6562
  msgid "Backup directory could not be created"
6563
  msgstr ""
6564
 
6565
+ #: src/admin.php:3180
6566
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:3178
6570
  msgid "Old directories successfully removed."
6571
  msgstr ""
6572
 
6573
+ #: src/admin.php:3175, src/admin.php:3175
6574
  msgid "Remove old directories"
6575
  msgstr ""
6576
 
6577
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6578
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6579
+ #: src/admin.php:2514, src/admin.php:3182
6580
  msgid "Return to UpdraftPlus Configuration"
6581
  msgstr ""
6582
 
6583
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6584
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6585
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6586
  msgid "Actions"
6587
  msgstr ""
6588
 
6589
+ #: src/admin.php:2357
6590
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6591
  msgstr ""
6592
 
6593
+ #: src/admin.php:2257
6594
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6595
  msgstr ""
6596
 
6597
+ #: src/admin.php:2153
6598
  msgid "No local copy present."
6599
  msgstr ""
6600
 
6601
+ #: src/admin.php:2150
6602
  msgid "Download in progress"
6603
  msgstr ""
6604
 
6605
+ #: src/admin.php:684, src/admin.php:2139
6606
  msgid "File ready."
6607
  msgstr ""
6608
 
6609
+ #: src/admin.php:2120
6610
  msgid "Download failed"
6611
  msgstr ""
6612
 
6613
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6614
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6615
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6616
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6617
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6619
  msgid "Error"
6620
  msgstr ""
6621
 
6622
+ #: src/admin.php:1922
6623
  msgid "Could not find that job - perhaps it has already finished?"
6624
  msgstr ""
6625
 
6626
+ #: src/admin.php:1914
6627
  msgid "Job deleted"
6628
  msgstr ""
6629
 
6630
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6631
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6632
  msgstr ""
6633
 
6634
+ #: src/admin.php:758
6635
  msgid "Nothing yet logged"
6636
  msgstr ""
6637
 
6638
+ #: src/admin.php:989
6639
  msgid "Please consult this FAQ if you have problems backing up."
6640
  msgstr ""
6641
 
6642
+ #: src/admin.php:989
6643
  msgid "Your website is hosted using the %s web server."
6644
  msgstr ""
6645
 
6646
+ #: src/admin.php:985
6647
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6648
  msgstr ""
6649
 
6650
+ #: src/admin.php:981
6651
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6652
  msgstr ""
6653
 
6654
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6655
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6656
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6657
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6658
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6659
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6663
  msgid "Warning"
6664
  msgstr ""
6665
 
6666
+ #: src/admin.php:919
6667
  msgid "Add-Ons / Pro Support"
6668
  msgstr ""
6669
 
6670
+ #: src/admin.php:548, src/admin.php:917,
6671
  #: src/templates/wp-admin/settings/tab-bar.php:7
6672
  msgid "Settings"
6673
  msgstr ""
6688
  msgid "Like UpdraftPlus and can spare one minute?"
6689
  msgstr ""
6690
 
6691
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6692
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6693
  msgid "File not found"
6694
  msgstr ""
6695
 
6696
+ #: src/class-updraftplus.php:3909
6697
  msgid "The decryption key used:"
6698
  msgstr ""
6699
 
6700
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6701
  #: src/restorer.php:422
6702
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6703
  msgstr ""
6704
 
6705
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6706
  #: src/restorer.php:409
6707
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6708
  msgstr ""
6711
  msgid "Could not open the backup file for writing"
6712
  msgstr ""
6713
 
6714
+ #: src/class-updraftplus.php:3495
6715
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6716
  msgstr ""
6717
 
6718
+ #: src/class-updraftplus.php:3456
6719
  msgid "Could not read the directory"
6720
  msgstr ""
6721
 
6722
+ #: src/admin.php:2199, src/backup.php:1323
6723
  msgid "Backup directory (%s) is not writable, or does not exist."
6724
  msgstr ""
6725
 
6727
  msgid "WordPress backup is complete"
6728
  msgstr ""
6729
 
6730
+ #: src/class-updraftplus.php:2966
6731
  msgid "The backup attempt has finished, apparently unsuccessfully"
6732
  msgstr ""
6733
 
6734
+ #: src/class-updraftplus.php:2951
6735
  msgid "The backup apparently succeeded and is now complete"
6736
  msgstr ""
6737
 
6739
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6740
  msgstr ""
6741
 
6742
+ #: src/class-updraftplus.php:2654
6743
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6744
  msgstr ""
6745
 
6746
+ #: src/class-updraftplus.php:1931
6747
  msgid "Others"
6748
  msgstr ""
6749
 
6750
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6751
  msgid "Uploads"
6752
  msgstr ""
6753
 
6754
+ #: src/class-updraftplus.php:1915
6755
  msgid "Themes"
6756
  msgstr ""
6757
 
6758
+ #: src/class-updraftplus.php:1914
6759
  msgid "Plugins"
6760
  msgstr ""
6761
 
6762
+ #: src/class-updraftplus.php:627
6763
  msgid "No log files were found."
6764
  msgstr ""
6765
 
6766
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6767
  msgid "The log file could not be read."
6768
  msgstr ""
6769
 
6770
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6771
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6772
+ #: src/class-updraftplus.php:632
6773
  msgid "UpdraftPlus notice:"
6774
  msgstr ""
6775
 
languages/updraftplus-ar.mo CHANGED
Binary file
languages/updraftplus-ar.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -225,15 +257,15 @@ msgstr[3] ""
225
  msgstr[4] ""
226
  msgstr[5] ""
227
 
228
- #: src/class-updraftplus.php:4436
229
  msgid "Your chosen replacement collation"
230
  msgstr ""
231
 
232
- #: src/class-updraftplus.php:4413
233
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
234
  msgstr ""
235
 
236
- #: src/class-updraftplus.php:4413
237
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
238
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
239
  msgstr[0] ""
@@ -275,23 +307,23 @@ msgstr ""
275
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
276
  msgstr ""
277
 
278
- #: src/central/bootstrap.php:519
279
  msgid "URL for the site of your UpdraftCentral dashboard"
280
  msgstr ""
281
 
282
- #: src/central/bootstrap.php:517
283
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
284
  msgstr ""
285
 
286
- #: src/central/bootstrap.php:514
287
  msgid "A website where you have installed %s"
288
  msgstr ""
289
 
290
- #: src/central/bootstrap.php:512
291
  msgid "Self-hosted dashboard"
292
  msgstr ""
293
 
294
- #: src/central/bootstrap.php:254
295
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
296
  msgstr ""
297
 
@@ -309,15 +341,15 @@ msgstr[5] ""
309
  msgid "Requested table character set (%s) is not present - changing to %s."
310
  msgstr ""
311
 
312
- #: src/class-updraftplus.php:4389
313
  msgid "Your chosen character set to use instead:"
314
  msgstr ""
315
 
316
- #: src/class-updraftplus.php:4379
317
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
318
  msgstr ""
319
 
320
- #: src/class-updraftplus.php:4379
321
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
322
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
323
  msgstr[0] ""
@@ -327,51 +359,51 @@ msgstr[3] ""
327
  msgstr[4] ""
328
  msgstr[5] ""
329
 
330
- #: src/central/bootstrap.php:597
331
  msgid "Create another key"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:526
335
  msgid "UpdraftCentral dashboard connection details"
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:520
339
  msgid "Next"
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:506
343
  msgid "an account"
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:506
347
  msgid "i.e. if you have %s there"
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:495
351
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:469
355
  msgid "Manage existing keys (%d)..."
356
  msgstr ""
357
 
358
- #: src/central/bootstrap.php:419
359
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
360
  msgstr ""
361
 
362
- #: src/central/bootstrap.php:256
363
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
364
  msgstr ""
365
 
366
- #: src/central/bootstrap.php:254
367
  msgid "Detailed instructions for this can be found at %s"
368
  msgstr ""
369
 
370
- #: src/central/bootstrap.php:254
371
  msgid "You now need to copy the key below and enter it at your %s."
372
  msgstr ""
373
 
374
- #: src/admin.php:778
375
  msgid "Please enter a valid URL e.g http://example.com"
376
  msgstr ""
377
 
@@ -411,23 +443,23 @@ msgstr ""
411
  msgid "Account ID"
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4221
415
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
416
  msgstr ""
417
 
418
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
419
  msgid "the migrator add-on"
420
  msgstr ""
421
 
422
- #: src/class-updraftplus.php:4219
423
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
424
  msgstr ""
425
 
426
- #: src/class-updraftplus.php:4217
427
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
428
  msgstr ""
429
 
430
- #: src/class-updraftplus.php:4212
431
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
432
  msgstr ""
433
 
@@ -443,19 +475,19 @@ msgstr ""
443
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
444
  msgstr ""
445
 
446
- #: src/admin.php:759
447
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
448
  msgstr ""
449
 
450
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
451
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
452
- #: src/class-updraftplus.php:2452
453
  msgid "A PHP fatal error (%s) has occurred: %s"
454
  msgstr ""
455
 
456
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
457
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
458
- #: src/class-updraftplus.php:2445
459
  msgid "A PHP exception (%s) has occurred: %s"
460
  msgstr ""
461
 
@@ -511,11 +543,11 @@ msgstr ""
511
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
512
  msgstr ""
513
 
514
- #: src/admin.php:4995
515
  msgid "Value"
516
  msgstr ""
517
 
518
- #: src/admin.php:1721
519
  msgid "Did not know how to delete from this cloud service."
520
  msgstr ""
521
 
@@ -527,7 +559,7 @@ msgstr ""
527
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
528
  msgstr ""
529
 
530
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
531
  msgid "Stored at: %s"
532
  msgstr ""
533
 
@@ -535,11 +567,11 @@ msgstr ""
535
  msgid "Cloud Files"
536
  msgstr ""
537
 
538
- #: src/admin.php:4740
539
  msgid "Your settings failed to save. Please refresh the settings page and try again"
540
  msgstr ""
541
 
542
- #: src/admin.php:4699
543
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
544
  msgstr ""
545
 
@@ -556,39 +588,39 @@ msgstr ""
556
  msgid "Extra database"
557
  msgstr ""
558
 
559
- #: src/admin.php:3909
560
  msgid "Press here to download or browse"
561
  msgstr ""
562
 
563
- #: src/admin.php:1158, src/admin.php:1168
564
  msgid "Error: invalid path"
565
  msgstr ""
566
 
567
- #: src/admin.php:955
568
  msgid "An error occurred when fetching storage module options: "
569
  msgstr ""
570
 
571
- #: src/admin.php:775
572
  msgid "Loading log file"
573
  msgstr ""
574
 
575
- #: src/admin.php:774
576
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
577
  msgstr ""
578
 
579
- #: src/admin.php:773
580
  msgid "Search"
581
  msgstr ""
582
 
583
- #: src/admin.php:772
584
  msgid "Select a file to view information about it"
585
  msgstr ""
586
 
587
- #: src/admin.php:771
588
  msgid "Browsing zip file"
589
  msgstr ""
590
 
591
- #: src/admin.php:740
592
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
593
  msgstr ""
594
 
@@ -600,43 +632,43 @@ msgstr ""
600
  msgid "Skipped tables:"
601
  msgstr ""
602
 
603
- #: src/class-updraftplus.php:4501
604
  msgid "This database backup has the following WordPress tables excluded: %s"
605
  msgstr ""
606
 
607
- #: src/admin.php:2804
608
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
609
  msgstr ""
610
 
611
- #: src/admin.php:2804
612
  msgid "All WordPress tables will be backed up."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
617
  msgstr ""
618
 
619
- #: src/admin.php:770
620
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
621
  msgstr ""
622
 
623
- #: src/admin.php:770
624
  msgid "The available memory on the server."
625
  msgstr ""
626
 
627
- #: src/admin.php:770
628
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
629
  msgstr ""
630
 
631
- #: src/admin.php:770
632
  msgid "The file failed to upload. Please check the following:"
633
  msgstr ""
634
 
635
- #: src/admin.php:769
636
  msgid "HTTP code:"
637
  msgstr ""
638
 
639
- #: src/addons/wp-cli.php:87, src/admin.php:665
640
  msgid "You have chosen to backup a database, but no tables have been selected"
641
  msgstr ""
642
 
@@ -1088,7 +1120,7 @@ msgstr ""
1088
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1089
  msgstr ""
1090
 
1091
- #: src/central/bootstrap.php:592
1092
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1093
  msgstr ""
1094
 
@@ -1100,11 +1132,11 @@ msgstr ""
1100
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:1797
1104
  msgid "Remote files deleted:"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:1796
1108
  msgid "Local files deleted:"
1109
  msgstr ""
1110
 
@@ -1112,35 +1144,35 @@ msgstr ""
1112
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:768
1116
  msgid "remote files deleted"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:766
1120
  msgid "Complete"
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:765
1124
  msgid "Do you want to carry out the import?"
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:764
1128
  msgid "Which was exported on:"
1129
  msgstr ""
1130
 
1131
- #: src/admin.php:763
1132
  msgid "This will import data from:"
1133
  msgstr ""
1134
 
1135
- #: src/admin.php:762
1136
  msgid "Importing..."
1137
  msgstr ""
1138
 
1139
- #: src/admin.php:758
1140
  msgid "You have not yet selected a file to import."
1141
  msgstr ""
1142
 
1143
- #: src/admin.php:742
1144
  msgid "Your export file will be of your displayed settings, not your saved ones."
1145
  msgstr ""
1146
 
@@ -1152,28 +1184,28 @@ msgstr ""
1152
  msgid "US East (Ohio)"
1153
  msgstr ""
1154
 
1155
- #: src/addons/onedrive.php:1051
1156
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1157
  msgstr ""
1158
 
1159
- #: src/addons/onedrive.php:700
1160
  msgid "Account is not authorized (%s)."
1161
  msgstr ""
1162
 
1163
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1164
  msgid "Your IP address:"
1165
  msgstr ""
1166
 
1167
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1168
  #: src/udaddons/updraftplus-addons.php:887
1169
  msgid "To remove any block, please go here."
1170
  msgstr ""
1171
 
1172
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1173
  msgid "An error response was received; HTTP code:"
1174
  msgstr ""
1175
 
1176
- #: src/includes/class-commands.php:337
1177
  msgid "%s add-on not found"
1178
  msgstr ""
1179
 
@@ -1185,15 +1217,15 @@ msgstr ""
1185
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1186
  msgstr ""
1187
 
1188
- #: src/admin.php:2543
1189
  msgid "To fix this problem go here."
1190
  msgstr ""
1191
 
1192
- #: src/admin.php:2543
1193
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1194
  msgstr ""
1195
 
1196
- #: src/admin.php:726
1197
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1198
  msgstr ""
1199
 
@@ -1249,19 +1281,19 @@ msgstr ""
1249
  msgid "FAQs"
1250
  msgstr ""
1251
 
1252
- #: src/central/bootstrap.php:548
1253
  msgid "More information..."
1254
  msgstr ""
1255
 
1256
- #: src/central/bootstrap.php:546
1257
  msgid "Use the alternative method for making a connection with the dashboard."
1258
  msgstr ""
1259
 
1260
- #: src/central/bootstrap.php:456
1261
  msgid "Key size: %d bits"
1262
  msgstr ""
1263
 
1264
- #: src/central/bootstrap.php:451
1265
  msgid "Public key was sent to:"
1266
  msgstr ""
1267
 
@@ -1277,33 +1309,33 @@ msgstr ""
1277
  msgid "Create key"
1278
  msgstr ""
1279
 
1280
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1281
  msgid "slower, strongest"
1282
  msgstr ""
1283
 
1284
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1285
  msgid "recommended"
1286
  msgstr "موصى به"
1287
 
1288
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1289
  msgid "%s bytes"
1290
  msgstr ""
1291
 
1292
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1293
  msgid "faster (possibility for slow PHP installs)"
1294
  msgstr ""
1295
 
1296
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1297
  msgid "easy to break, fastest"
1298
  msgstr ""
1299
 
1300
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1301
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1302
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1303
  msgid "%s bits"
1304
  msgstr ""
1305
 
1306
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1307
  msgid "Encryption key size:"
1308
  msgstr ""
1309
 
@@ -1336,7 +1368,7 @@ msgstr ""
1336
  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."
1337
  msgstr ""
1338
 
1339
- #: src/class-updraftplus.php:1859
1340
  msgid "Size: %s MB"
1341
  msgstr ""
1342
 
@@ -1348,7 +1380,7 @@ msgstr ""
1348
  msgid "Now"
1349
  msgstr "الآن"
1350
 
1351
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1352
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1353
  msgstr ""
1354
 
@@ -1370,107 +1402,107 @@ msgstr ""
1370
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1371
  msgstr ""
1372
 
1373
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1374
  msgid "The given file was not found, or could not be read."
1375
  msgstr ""
1376
 
1377
- #: src/central/bootstrap.php:590
1378
  msgid "UpdraftCentral (Remote Control)"
1379
  msgstr ""
1380
 
1381
- #: src/central/bootstrap.php:579
1382
  msgid "View recent UpdraftCentral log events"
1383
  msgstr ""
1384
 
1385
- #: src/central/bootstrap.php:529
1386
  msgid "Enter any description"
1387
  msgstr ""
1388
 
1389
- #: src/central/bootstrap.php:528
1390
  msgid "Description"
1391
  msgstr " الوصف"
1392
 
1393
- #: src/central/bootstrap.php:461
1394
  msgid "Delete..."
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:454
1398
  msgid "Created:"
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:451
1402
  msgid "Access this site as user:"
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:475
1406
  msgid "Details"
1407
  msgstr "تفاصيل عن المناسبة"
1408
 
1409
- #: src/central/bootstrap.php:474
1410
  msgid "Key description"
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1414
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:217
1418
  msgid "An invalid URL was entered"
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:81
1422
  msgid "Close..."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:73
1426
  msgid "This connection appears to already have been made."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:70
1430
  msgid "You must visit this link in the same browser and login session as you created the key in."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:66
1434
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:66
1438
  msgid "You are not logged into this WordPress site in your web browser."
1439
  msgstr ""
1440
 
1441
- #: src/central/bootstrap.php:63
1442
  msgid "The key referred to was unknown."
1443
  msgstr ""
1444
 
1445
- #: src/central/bootstrap.php:60
1446
  msgid "A new UpdraftCentral connection has not been made."
1447
  msgstr ""
1448
 
1449
- #: src/central/bootstrap.php:58
1450
  msgid "An UpdraftCentral connection has been made successfully."
1451
  msgstr ""
1452
 
1453
- #: src/central/bootstrap.php:55
1454
  msgid "UpdraftCentral Connection"
1455
  msgstr ""
1456
 
1457
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1458
  msgid "The backup was aborted by the user"
1459
  msgstr ""
1460
 
1461
- #: src/admin.php:4735
1462
  msgid "Your settings have been saved."
1463
  msgstr "تم حفظ إعداداتك."
1464
 
1465
- #: src/admin.php:3787
1466
  msgid "Total backup size:"
1467
  msgstr ""
1468
 
1469
- #: src/admin.php:3144
1470
  msgid "stop"
1471
  msgstr "توقف"
1472
 
1473
- #: src/admin.php:2986
1474
  msgid "The backup has finished running"
1475
  msgstr ""
1476
 
@@ -1496,19 +1528,19 @@ msgstr ""
1496
  msgid "calculate"
1497
  msgstr ""
1498
 
1499
- #: src/admin.php:741
1500
  msgid "You should save your changes to ensure that they are used for making your backup."
1501
  msgstr ""
1502
 
1503
- #: src/admin.php:734
1504
  msgid "We requested to delete the file, but could not understand the server's response"
1505
  msgstr ""
1506
 
1507
- #: src/admin.php:733
1508
  msgid "Please enter a valid URL"
1509
  msgstr ""
1510
 
1511
- #: src/admin.php:716
1512
  msgid "Saving..."
1513
  msgstr "جاري الحفظ..."
1514
 
@@ -1532,24 +1564,24 @@ msgstr ""
1532
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1533
  msgstr ""
1534
 
1535
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1536
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1537
  msgstr ""
1538
 
1539
- #: src/class-updraftplus.php:4285
1540
  msgid "Please read this link for important information on this process."
1541
  msgstr ""
1542
 
1543
- #: src/class-updraftplus.php:4285
1544
  msgid "It will be imported as a new site."
1545
  msgstr ""
1546
 
1547
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1548
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1549
  msgid "Dismiss"
1550
  msgstr "رفض"
1551
 
1552
- #: src/admin.php:753
1553
  msgid "Please fill in the required information."
1554
  msgstr ""
1555
 
@@ -1610,11 +1642,11 @@ msgstr ""
1610
  msgid "Call WordPress action:"
1611
  msgstr ""
1612
 
1613
- #: src/admin.php:2812
1614
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1615
  msgstr ""
1616
 
1617
- #: src/admin.php:4241
1618
  msgid "Skipping: this archive was already restored."
1619
  msgstr ""
1620
 
@@ -1646,51 +1678,51 @@ msgstr ""
1646
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1647
  msgstr ""
1648
 
1649
- #: src/admin.php:4609
1650
  msgid "Send this backup to remote storage"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:4607
1654
  msgid "Check out UpdraftPlus Vault."
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:4607
1658
  msgid "Not got any remote storage?"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:4607
1662
  msgid "settings"
1663
  msgstr "إعدادات"
1664
 
1665
- #: src/admin.php:4607
1666
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2810
1670
  msgid "Include any files in the backup"
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2796
1674
  msgid "Include the database in the backup"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2701
1678
  msgid "Continue restoration"
1679
  msgstr ""
1680
 
1681
- #: src/admin.php:2696
1682
  msgid "You have an unfinished restoration operation, begun %s ago."
1683
  msgstr ""
1684
 
1685
- #: src/admin.php:2695
1686
  msgid "Unfinished restoration"
1687
  msgstr ""
1688
 
1689
- #: src/admin.php:2693
1690
  msgid "%s minutes, %s seconds"
1691
  msgstr ""
1692
 
1693
- #: src/admin.php:2640
1694
  msgid "Backup Contents And Schedule"
1695
  msgstr ""
1696
 
@@ -1698,11 +1730,11 @@ msgstr ""
1698
  msgid "Premium / Extensions"
1699
  msgstr ""
1700
 
1701
- #: src/admin.php:2409, src/admin.php:2418
1702
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1703
  msgstr ""
1704
 
1705
- #: src/addons/morefiles.php:77, src/admin.php:739
1706
  msgctxt "(verb)"
1707
  msgid "Download"
1708
  msgstr ""
@@ -1838,7 +1870,7 @@ msgstr ""
1838
  msgid "Could not access container"
1839
  msgstr ""
1840
 
1841
- #: src/class-updraftplus.php:2951
1842
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1843
  msgstr ""
1844
 
@@ -1967,35 +1999,35 @@ msgstr ""
1967
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:1795
1971
  msgid "Backup sets removed:"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:752
1975
  msgid "Processing..."
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:750
1979
  msgid "For backups older than"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:749
1983
  msgid "week(s)"
1984
  msgstr ""
1985
 
1986
- #: src/admin.php:748
1987
  msgid "hour(s)"
1988
  msgstr ""
1989
 
1990
- #: src/admin.php:747
1991
  msgid "day(s)"
1992
  msgstr ""
1993
 
1994
- #: src/admin.php:746
1995
  msgid "in the month"
1996
  msgstr ""
1997
 
1998
- #: src/admin.php:745
1999
  msgid "day"
2000
  msgstr ""
2001
 
@@ -2019,15 +2051,15 @@ msgstr ""
2019
  msgid "You do not currently have any UpdraftPlus Vault quota"
2020
  msgstr ""
2021
 
2022
- #: src/class-updraftplus.php:4358
2023
  msgid "You must upgrade MySQL to be able to use this database."
2024
  msgstr ""
2025
 
2026
- #: src/class-updraftplus.php:4358
2027
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2028
  msgstr ""
2029
 
2030
- #: src/admin.php:2528
2031
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2032
  msgstr ""
2033
 
@@ -2055,11 +2087,11 @@ msgstr ""
2055
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2056
  msgstr ""
2057
 
2058
- #: src/admin.php:1013
2059
  msgid "Go to the remote storage settings in order to connect."
2060
  msgstr ""
2061
 
2062
- #: src/admin.php:1013
2063
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2064
  msgstr ""
2065
 
@@ -2067,19 +2099,19 @@ msgstr ""
2067
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2068
  msgstr ""
2069
 
2070
- #: src/admin.php:722
2071
  msgid "Update quota count"
2072
  msgstr ""
2073
 
2074
- #: src/admin.php:721
2075
  msgid "Counting..."
2076
  msgstr ""
2077
 
2078
- #: src/admin.php:720
2079
  msgid "Disconnecting..."
2080
  msgstr ""
2081
 
2082
- #: src/admin.php:718
2083
  msgid "Connecting..."
2084
  msgstr ""
2085
 
@@ -2105,7 +2137,7 @@ msgstr ""
2105
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2106
  msgstr ""
2107
 
2108
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2109
  #: src/methods/updraftvault.php:450
2110
  msgid "Disconnect"
2111
  msgstr ""
@@ -2138,7 +2170,7 @@ msgstr ""
2138
  msgid "E-mail"
2139
  msgstr ""
2140
 
2141
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2142
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2143
  msgid "Back..."
2144
  msgstr ""
@@ -2156,7 +2188,7 @@ msgstr ""
2156
  msgid "%s per quarter"
2157
  msgstr ""
2158
 
2159
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2160
  #: src/methods/updraftvault.php:351
2161
  msgid "Read more about it here."
2162
  msgstr ""
@@ -2230,7 +2262,7 @@ msgstr ""
2230
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2231
  msgstr ""
2232
 
2233
- #: src/addons/migrator.php:1926, src/admin.php:728
2234
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2235
  msgstr ""
2236
 
@@ -2242,11 +2274,11 @@ msgstr ""
2242
  msgid "Your new key:"
2243
  msgstr ""
2244
 
2245
- #: src/central/bootstrap.php:401
2246
  msgid "You must copy and paste this key now - it cannot be shown again."
2247
  msgstr ""
2248
 
2249
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2250
  msgid "Key created successfully."
2251
  msgstr ""
2252
 
@@ -2286,17 +2318,17 @@ msgstr ""
2286
  msgid "This storage method does not allow downloading"
2287
  msgstr ""
2288
 
2289
- #: src/admin.php:3972
2290
  msgid "(backup set imported from remote location)"
2291
  msgstr ""
2292
 
2293
- #: src/addons/wp-cli.php:344,
2294
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2295
  msgid "Site"
2296
  msgstr ""
2297
 
2298
- #: src/addons/wp-cli.php:342,
2299
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2300
  msgid "Backup sent to remote site - not available for download."
2301
  msgstr ""
2302
 
@@ -2308,23 +2340,23 @@ msgstr ""
2308
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2309
  msgstr ""
2310
 
2311
- #: src/addons/migrator.php:1954, src/admin.php:735
2312
  msgid "Testing connection..."
2313
  msgstr ""
2314
 
2315
- #: src/admin.php:732
2316
  msgid "Deleting..."
2317
  msgstr ""
2318
 
2319
- #: src/admin.php:731
2320
  msgid "key name"
2321
  msgstr ""
2322
 
2323
- #: src/admin.php:729
2324
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2325
  msgstr ""
2326
 
2327
- #: src/admin.php:726
2328
  msgid "Creating..."
2329
  msgstr ""
2330
 
@@ -2348,11 +2380,11 @@ msgstr ""
2348
  msgid "Or, send a backup to another site"
2349
  msgstr ""
2350
 
2351
- #: src/addons/migrator.php:2128, src/admin.php:736
2352
  msgid "Send"
2353
  msgstr ""
2354
 
2355
- #: src/addons/migrator.php:2122, src/admin.php:727
2356
  msgid "Send to site:"
2357
  msgstr ""
2358
 
@@ -2417,15 +2449,15 @@ msgstr ""
2417
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2418
  msgstr ""
2419
 
2420
- #: src/admin.php:725
2421
  msgid "Resetting..."
2422
  msgstr ""
2423
 
2424
- #: src/addons/migrator.php:2431, src/admin.php:724
2425
  msgid "Add site"
2426
  msgstr ""
2427
 
2428
- #: src/admin.php:723
2429
  msgid "Adding..."
2430
  msgstr ""
2431
 
@@ -2461,28 +2493,28 @@ msgstr ""
2461
  msgid "To restore using any of the backup sets below, press the button."
2462
  msgstr ""
2463
 
2464
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2465
  msgid "You have made changes to your settings, and not saved."
2466
  msgstr ""
2467
 
2468
- #: src/addons/onedrive.php:1111
2469
  msgid "N.B. %s is not case-sensitive."
2470
  msgstr ""
2471
 
2472
- #: src/addons/onedrive.php:1101
2473
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2474
  msgstr ""
2475
 
2476
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2477
- #: src/addons/onedrive.php:1074
2478
  msgid "For longer help, including screenshots, follow this link."
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:1067
2482
  msgid "Create OneDrive credentials in your OneDrive developer console."
2483
  msgstr ""
2484
 
2485
- #: src/addons/onedrive.php:1059
2486
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2487
  msgstr ""
2488
 
@@ -2490,16 +2522,16 @@ msgstr ""
2490
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2491
  msgstr ""
2492
 
2493
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2494
  msgid "%s authorisation failed:"
2495
  msgstr ""
2496
 
2497
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2498
- #: src/addons/onedrive.php:1104
2499
  msgid "OneDrive"
2500
  msgstr ""
2501
 
2502
- #: src/addons/onedrive.php:691
2503
  msgid "Please re-authorize the connection to your %s account."
2504
  msgstr ""
2505
 
@@ -2507,7 +2539,7 @@ msgstr ""
2507
  msgid "configure it here"
2508
  msgstr ""
2509
 
2510
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2511
  msgid "To remove the block, please go here."
2512
  msgstr ""
2513
 
@@ -2664,18 +2696,18 @@ msgstr ""
2664
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2665
  msgstr ""
2666
 
2667
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2668
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2669
  #: src/udaddons/updraftplus-addons.php:887
2670
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2671
  msgstr ""
2672
 
2673
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2674
  #: src/udaddons/updraftplus-addons.php:887
2675
  msgid "It appears that your web server's IP Address (%s) is blocked."
2676
  msgstr ""
2677
 
2678
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2679
  #: src/udaddons/updraftplus-addons.php:887
2680
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2681
  msgstr ""
@@ -2719,7 +2751,7 @@ msgstr ""
2719
  msgid "(at same time as files backup)"
2720
  msgstr ""
2721
 
2722
- #: src/admin.php:3443
2723
  msgid "No backup has been completed"
2724
  msgstr ""
2725
 
@@ -2762,7 +2794,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2762
  msgid "or"
2763
  msgstr ""
2764
 
2765
- #: src/admin.php:709
2766
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2767
  msgstr ""
2768
 
@@ -2793,7 +2825,7 @@ msgstr ""
2793
  msgid "Check this box to have a basic report sent to"
2794
  msgstr ""
2795
 
2796
- #: src/admin.php:3457
2797
  msgctxt "i.e. Non-automatic"
2798
  msgid "Manual"
2799
  msgstr ""
@@ -2811,7 +2843,7 @@ msgstr ""
2811
  msgid "Any other file/directory on your server that you wish to back up"
2812
  msgstr ""
2813
 
2814
- #: src/admin.php:2545
2815
  msgid "For even more features and personal support, check out "
2816
  msgstr ""
2817
 
@@ -2820,7 +2852,7 @@ msgid "Database decryption phrase"
2820
  msgstr ""
2821
 
2822
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2823
- #: src/admin.php:714
2824
  msgid "Automatic backup before update"
2825
  msgstr ""
2826
 
@@ -2905,7 +2937,7 @@ msgstr ""
2905
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2906
  msgstr ""
2907
 
2908
- #: src/admin.php:2986, src/admin.php:4003
2909
  msgid "View Log"
2910
  msgstr ""
2911
 
@@ -2922,7 +2954,7 @@ msgstr ""
2922
  msgid "and retain this many scheduled backups"
2923
  msgstr ""
2924
 
2925
- #: src/admin.php:3413
2926
  msgid "incremental backup; base backup: %s"
2927
  msgstr ""
2928
 
@@ -2934,16 +2966,16 @@ msgstr ""
2934
  msgid "Upload files into UpdraftPlus."
2935
  msgstr ""
2936
 
2937
- #: src/admin.php:959, src/includes/class-commands.php:391,
2938
  #: src/templates/wp-admin/settings/tab-status.php:22
2939
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2940
  msgstr ""
2941
 
2942
- #: src/class-updraftplus.php:4274
2943
  msgid "Backup label:"
2944
  msgstr ""
2945
 
2946
- #: src/addons/backblaze.php:205, src/admin.php:2056
2947
  msgid "Error: unexpected file read fail"
2948
  msgstr ""
2949
 
@@ -2983,11 +3015,11 @@ msgstr ""
2983
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2984
  msgstr ""
2985
 
2986
- #: src/class-updraftplus.php:4293
2987
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2988
  msgstr ""
2989
 
2990
- #: src/class-updraftplus.php:4293
2991
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2992
  msgstr ""
2993
 
@@ -3024,19 +3056,19 @@ msgstr ""
3024
  msgid "You need to connect to receive future updates to UpdraftPlus."
3025
  msgstr ""
3026
 
3027
- #: src/class-updraftplus.php:4266
3028
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3029
  msgstr ""
3030
 
3031
- #: src/class-updraftplus.php:4266
3032
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3033
  msgstr ""
3034
 
3035
- #: src/class-updraftplus.php:4266
3036
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3037
  msgstr ""
3038
 
3039
- #: src/class-updraftplus.php:4266
3040
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3041
  msgstr ""
3042
 
@@ -3065,7 +3097,7 @@ msgstr ""
3065
  msgid "UpdraftPlus is on social media - check us out!"
3066
  msgstr ""
3067
 
3068
- #: src/admin.php:4070
3069
  msgid "Why am I seeing this?"
3070
  msgstr ""
3071
 
@@ -3077,15 +3109,15 @@ msgstr ""
3077
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3078
  msgstr ""
3079
 
3080
- #: src/admin.php:1995, src/admin.php:2007
3081
  msgid "Start backup"
3082
  msgstr ""
3083
 
3084
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3085
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3086
  msgstr ""
3087
 
3088
- #: src/admin.php:3311
3089
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3090
  msgstr ""
3091
 
@@ -3093,11 +3125,11 @@ msgstr ""
3093
  msgid "Unless you have a problem, you can completely ignore everything here."
3094
  msgstr ""
3095
 
3096
- #: src/admin.php:2231
3097
  msgid "This file could not be uploaded"
3098
  msgstr ""
3099
 
3100
- #: src/admin.php:2194
3101
  msgid "You will find more information about this in the Settings section."
3102
  msgstr ""
3103
 
@@ -3117,7 +3149,7 @@ msgstr ""
3117
  msgid "Memory limit"
3118
  msgstr ""
3119
 
3120
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3121
  msgid "restoration"
3122
  msgstr ""
3123
 
@@ -3141,7 +3173,7 @@ msgstr ""
3141
  msgid "Backup succeeded"
3142
  msgstr ""
3143
 
3144
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3145
  #: src/updraftplus.php:99, src/updraftplus.php:100
3146
  msgid "Every %s hours"
3147
  msgstr ""
@@ -3196,7 +3228,7 @@ msgstr ""
3196
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3197
  msgstr ""
3198
 
3199
- #: src/admin.php:3814
3200
  msgid "You have not yet made any backups."
3201
  msgstr ""
3202
 
@@ -3216,11 +3248,11 @@ msgstr ""
3216
  msgid "Free disk space in account:"
3217
  msgstr ""
3218
 
3219
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3220
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3221
  msgstr ""
3222
 
3223
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3224
  #: src/includes/deprecated-actions.php:29,
3225
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3226
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3231,15 +3263,15 @@ msgstr ""
3231
  msgid "Current Status"
3232
  msgstr ""
3233
 
3234
- #: src/admin.php:964
3235
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3236
  msgstr ""
3237
 
3238
- #: src/admin.php:964
3239
  msgid "To make a backup, just press the Backup Now button."
3240
  msgstr ""
3241
 
3242
- #: src/admin.php:964
3243
  msgid "Welcome to UpdraftPlus!"
3244
  msgstr ""
3245
 
@@ -3311,7 +3343,7 @@ msgstr ""
3311
  msgid "user"
3312
  msgstr ""
3313
 
3314
- #: src/class-updraftplus.php:1856
3315
  msgid "External database (%s)"
3316
  msgstr ""
3317
 
@@ -3323,13 +3355,13 @@ msgstr ""
3323
  msgid "failed to access parent folder"
3324
  msgstr ""
3325
 
3326
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3327
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3328
  #: src/methods/googledrive.php:447
3329
  msgid "However, subsequent access attempts failed:"
3330
  msgstr ""
3331
 
3332
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3333
  msgid "External database"
3334
  msgstr ""
3335
 
@@ -3361,7 +3393,7 @@ msgstr ""
3361
  msgid "use UpdraftPlus Premium"
3362
  msgstr ""
3363
 
3364
- #: src/class-updraftplus.php:4120
3365
  msgid "Decryption failed. The database file is encrypted."
3366
  msgstr ""
3367
 
@@ -3391,16 +3423,16 @@ msgid "In %s, path names are case sensitive."
3391
  msgstr ""
3392
 
3393
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3394
- #: src/addons/onedrive.php:1111
3395
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3396
  msgstr ""
3397
 
3398
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3399
- #: src/addons/onedrive.php:1111
3400
  msgid "e.g. %s"
3401
  msgstr ""
3402
 
3403
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3404
  msgid "Enter the path of the %s folder you wish to use here."
3405
  msgstr ""
3406
 
@@ -3416,7 +3448,8 @@ msgstr ""
3416
  msgid "Tenant"
3417
  msgstr ""
3418
 
3419
- #: src/methods/openstack2.php:144
 
3420
  msgid "Follow this link for more information"
3421
  msgstr ""
3422
 
@@ -3452,7 +3485,7 @@ msgstr ""
3452
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3453
  msgstr ""
3454
 
3455
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3456
  msgid "(You appear to be already authenticated)."
3457
  msgstr ""
3458
 
@@ -3460,7 +3493,7 @@ msgstr ""
3460
  msgid "Dropbox"
3461
  msgstr ""
3462
 
3463
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3464
  msgid "Authenticate with %s"
3465
  msgstr ""
3466
 
@@ -3491,7 +3524,7 @@ msgstr ""
3491
  msgid "%s error - failed to access the container"
3492
  msgstr ""
3493
 
3494
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3495
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3496
  msgid "Account holder's name: %s."
3497
  msgstr ""
@@ -3508,12 +3541,12 @@ msgstr ""
3508
  msgid "<strong>This is NOT a folder name</strong>."
3509
  msgstr ""
3510
 
3511
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3512
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3513
  msgid "Folder"
3514
  msgstr ""
3515
 
3516
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3517
  #: src/methods/googledrive.php:1152
3518
  msgid "%s download: failed: file not found"
3519
  msgstr ""
@@ -3557,7 +3590,7 @@ msgstr ""
3557
  msgid "Failed to unpack the archive"
3558
  msgstr ""
3559
 
3560
- #: src/class-updraftplus.php:1380
3561
  msgid "Error - failed to download the file"
3562
  msgstr ""
3563
 
@@ -3581,8 +3614,8 @@ msgstr ""
3581
  msgid "password/key"
3582
  msgstr " الرقم السري/المفتاح"
3583
 
3584
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3585
- #: src/admin.php:4995
3586
  msgid "Key"
3587
  msgstr "مفتاح"
3588
 
@@ -3598,24 +3631,24 @@ msgstr "المفتاح الذي أدخلته غير صالح، أو أنه فا
3598
  msgid "SCP/SFTP password/key"
3599
  msgstr "الرقم السري/المفتاح الخاص بـ SCP/SFTP"
3600
 
3601
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3602
  msgid "Files backup (created by %s)"
3603
  msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
3604
 
3605
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3606
  msgid "Files and database WordPress backup (created by %s)"
3607
  msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
3608
 
3609
- #: src/addons/importer.php:276, src/admin.php:3877,
3610
  #: src/includes/class-backup-history.php:349
3611
  msgid "Backup created by: %s."
3612
  msgstr "ولدت النسخة الإحتياطية من طرف: %s."
3613
 
3614
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3615
  msgid "Database (created by %s)"
3616
  msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
3617
 
3618
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3619
  msgid "unknown source"
3620
  msgstr "مصدر غير معروف"
3621
 
@@ -3627,15 +3660,15 @@ msgstr "إعادة فحص الإستضافة الإستضافة السحابية
3627
  msgid "Upload backup files"
3628
  msgstr "رفع ملفات النسخة الإحتياطية"
3629
 
3630
- #: src/admin.php:2246
3631
  msgid "This backup was created by %s, and can be imported."
3632
  msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
3633
 
3634
- #: src/admin.php:993
3635
  msgid "Read this page for a guide to possible causes and how to fix it."
3636
  msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
3637
 
3638
- #: src/admin.php:993
3639
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3640
  msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
3641
 
@@ -3652,7 +3685,7 @@ msgstr "مع ذلك، ملفات UpdraftPlus المضغوطة هي ملفات zi
3652
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3653
  msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3654
 
3655
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3656
  #: src/restorer.php:1577
3657
  msgid "Backup created by unknown source (%s) - cannot be restored."
3658
  msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
@@ -3712,16 +3745,16 @@ msgstr "الأسئلة الشائعة %s الأخرى."
3712
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3713
  msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
3714
 
3715
- #: src/addons/morefiles.php:468, src/admin.php:3562
3716
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3717
  msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
3718
 
3719
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3720
  #: src/restorer.php:1608
3721
  msgid "Your hosting company must enable these functions before %s can work."
3722
  msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
3723
 
3724
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3725
  msgid "Your web server's PHP installation has these functions disabled: %s."
3726
  msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
3727
 
@@ -3791,15 +3824,15 @@ msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا المو
3791
  msgid "Dismiss from main dashboard (for %s weeks)"
3792
  msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
3793
 
3794
- #: src/class-updraftplus.php:4757
3795
  msgid "The attempt to undo the double-compression succeeded."
3796
  msgstr "نجاح محاولة التراجع من الضغط المزدوج"
3797
 
3798
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3799
  msgid "The attempt to undo the double-compression failed."
3800
  msgstr "فشل محاولة التراجع من الضغط المزدوج"
3801
 
3802
- #: src/class-updraftplus.php:4727
3803
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3804
  msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
3805
 
@@ -3823,7 +3856,7 @@ msgstr "فضلا انتظر محاولة إعادة الجدولة"
3823
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3824
  msgstr "لاحظ أن رسائل التحذير استشارية - عملية النسخ الاحتياطي لا تتوقف بالنسبة لهم. بدلا من ذلك، ستوفر لك معلومات قد تجدها مفيدة، أو قد تشير إلى مصدر المشكلة إذا لم تنجح عملية النسخ الاحتياطي."
3825
 
3826
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3827
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3828
  msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبقية، لكن الملف الذي نقوم برفعه حجمه %d بايت متبقية (الحجم الكلي: %d بايت)"
3829
 
@@ -3832,7 +3865,7 @@ msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبق
3832
  msgid "Errors occurred:"
3833
  msgstr "أخطاء حدثت:"
3834
 
3835
- #: src/admin.php:4089
3836
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3837
  msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
3838
 
@@ -3856,7 +3889,7 @@ msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %
3856
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3857
  msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
3858
 
3859
- #: src/admin.php:968, src/class-updraftplus.php:865
3860
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3861
  msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
3862
 
@@ -3869,7 +3902,7 @@ msgstr "تم تعطيل هذه الإضافة: %s: يمكك اعادة تفعي
3869
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3870
  msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
3871
 
3872
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3873
  msgid "Messages:"
3874
  msgstr "رسائل:"
3875
 
@@ -4030,12 +4063,12 @@ msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حس
4030
  msgid "Authorisation failed (check your credentials)"
4031
  msgstr "فشل التفويض (راجع معلوماتك)"
4032
 
4033
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4034
  #: src/udaddons/options.php:257
4035
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4036
  msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
4037
 
4038
- #: src/admin.php:708, src/central/bootstrap.php:560
4039
  msgid "Create"
4040
  msgstr "خلق"
4041
 
@@ -4047,15 +4080,15 @@ msgstr "اعادة المحاولة..."
4047
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4048
  msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
4049
 
4050
- #: src/admin.php:680, src/admin.php:4387
4051
  msgid "Error data:"
4052
  msgstr "خطأ بالبيانات:"
4053
 
4054
- #: src/admin.php:4041
4055
  msgid "Backup does not exist in the backup history"
4056
  msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
4057
 
4058
- #: src/admin.php:2921
4059
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4060
  msgstr "تثبيت ووردبريس الخاص بك به مجلدات قديمة قبل حالة الإستعادة/الدمج ( معلومات تقنية: بها بادئة -old). يجب أن تضغط على هذا الزر لحذفها بمجرد التحقق من عمل الإستعادة."
4061
 
@@ -4095,11 +4128,11 @@ msgstr "أدخل عناوين بريد الكتروني هنا لإرسال تق
4095
  msgid "Email reports"
4096
  msgstr "تقارير البريد الإلكتروني"
4097
 
4098
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4099
  msgid "%s checksum: %s"
4100
  msgstr "%s الاختباري:%s"
4101
 
4102
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4103
  msgid "files: %s"
4104
  msgstr "ملفات:%s"
4105
 
@@ -4111,7 +4144,7 @@ msgstr "استخدام قسم \"التقارير\" لتكوين عناوين ا
4111
  msgid "Debugging information"
4112
  msgstr "معلومات التصحيح"
4113
 
4114
- #: src/addons/reporting.php:222, src/admin.php:3770
4115
  msgid "Uploaded to:"
4116
  msgstr "تحميلها على:"
4117
 
@@ -4152,12 +4185,12 @@ msgstr "%d ساعة،%d دقيقة، %d ثانية"
4152
  msgid "%d errors, %d warnings"
4153
  msgstr "%d الأخطاء، %d تحذيرات"
4154
 
4155
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4156
  #: src/methods/dropbox.php:772
4157
  msgid "%s authentication"
4158
  msgstr "%s مصادقة"
4159
 
4160
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4161
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4162
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4163
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4184,7 +4217,7 @@ msgstr "لمزيد من الخيارات، استخدام الإضافة \"%s\".
4184
  msgid "Your site's admin email address (%s) will be used."
4185
  msgstr "سيتم استخدام عنوان البريد الإلكتروني الخاص بالمشرف (%s)."
4186
 
4187
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4188
  #: src/methods/updraftvault.php:362
4189
  msgid "Connect"
4190
  msgstr "الإتصال"
@@ -4193,7 +4226,7 @@ msgstr "الإتصال"
4193
  msgid "For more reporting features, use the Reporting add-on."
4194
  msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
4195
 
4196
- #: src/class-updraftplus.php:4201
4197
  msgid "(version: %s)"
4198
  msgstr "(الإصدار: %s)"
4199
 
@@ -4333,7 +4366,7 @@ msgstr "فشلنا في الاتصال بنجاح إلى UpdraftPlus.Com"
4333
  msgid "Reporting"
4334
  msgstr "التقارير"
4335
 
4336
- #: src/admin.php:4992
4337
  msgid "Options (raw)"
4338
  msgstr "خيارات (الخام)"
4339
 
@@ -4353,11 +4386,11 @@ msgstr ""
4353
  msgid "See also the \"More Files\" add-on from our shop."
4354
  msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
4355
 
4356
- #: src/backup.php:3359, src/class-updraftplus.php:878
4357
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4358
  msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
4359
 
4360
- #: src/class-updraftplus.php:862
4361
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4362
  msgstr "كمية مقدار الذاكرة (RAM) المسموحة ل PHP قليلة جدا (%s ميجابايت) - يجب عليك زيادتها لتفادى مشاكل قلة الذاكرة (تحدث مع الاستضافة الخاصة بك لمزيد من المساعدة)"
4363
 
@@ -4433,7 +4466,7 @@ msgstr "اذا كنت قد قمت بشراء اضافة جديدة, ثم اتب
4433
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4434
  msgstr "انت حاليا <strong>متصل</strong> بحسابك فى UpdraftPlus.Com."
4435
 
4436
- #: src/admin.php:2721
4437
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4438
  msgstr "هل ترغب فى معرفة المزيد عن تأمين كلمة السر فى UpdraftPlus.Com؟ اقرأ عنها هنا."
4439
 
@@ -4501,7 +4534,7 @@ msgstr "اعاد خادم الويب برمز خطأ (حاول مجددا, او
4501
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4502
  msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
4503
 
4504
- #: src/addons/wp-cli.php:93, src/admin.php:663
4505
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4506
  msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
4507
 
@@ -4530,11 +4563,11 @@ msgstr "فشل التحميل"
4530
  msgid "You can send a backup to more than one destination with an add-on."
4531
  msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
4532
 
4533
- #: src/admin.php:3144
4534
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4535
  msgstr "ملاحظة: يستند شريط التقدم أدناه على مراحل، وليس الوقت. لا توقف عملية النسخ الأحتياطى لمجرد أنه يبدو أنه قد بقي في نفس المكان لفترة من الوقت - - وهذا طبيعي."
4536
 
4537
- #: src/admin.php:3043
4538
  msgid "(%s%%, file %s of %s)"
4539
  msgstr "(%s%%, ملف %s من%s)"
4540
 
@@ -4571,15 +4604,15 @@ msgstr "محاولة ارسال النسخ الأحتياطى عن طريق ال
4571
  msgid "Backup is of: %s."
4572
  msgstr "النسخ الأحتياطى من: %s"
4573
 
4574
- #: src/admin.php:756
4575
  msgid "%s settings test result:"
4576
  msgstr "اعدادات نتيجة اختبار %s"
4577
 
4578
- #: src/admin.php:3945, src/admin.php:3947
4579
  msgid "(Not finished)"
4580
  msgstr "(غير منتهي)"
4581
 
4582
- #: src/admin.php:3947
4583
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4584
  msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
4585
 
@@ -4591,77 +4624,77 @@ msgstr "<b>لا تقم</b> بوضعه داخل الإضافات أو دليل ا
4591
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4592
  msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
4593
 
4594
- #: src/admin.php:3139
4595
  msgid "Job ID: %s"
4596
  msgstr "رقم الوظيفة: %s"
4597
 
4598
- #: src/admin.php:3124
4599
  msgid "last activity: %ss ago"
4600
  msgstr "آخر نشاط: منذ %ss"
4601
 
4602
- #: src/admin.php:3123
4603
  msgid "next resumption: %d (after %ss)"
4604
  msgstr "الاستئناف التالي: %d (بعد %ss)"
4605
 
4606
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4607
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4608
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4609
  msgid "Unknown"
4610
  msgstr "غير معروف"
4611
 
4612
- #: src/admin.php:3057
4613
  msgid "Backup finished"
4614
  msgstr "الانتهاء من النسخ الاحتياطي"
4615
 
4616
- #: src/admin.php:3052
4617
  msgid "Waiting until scheduled time to retry because of errors"
4618
  msgstr "برجاء الأنتظار حتى الوقت المحدد لأعادة المحاولة بسبب الأخطاء"
4619
 
4620
- #: src/admin.php:3048
4621
  msgid "Pruning old backup sets"
4622
  msgstr "تلقيم مجموعات النسخ الاحتياطي القديم"
4623
 
4624
- #: src/admin.php:3036
4625
  msgid "Uploading files to remote storage"
4626
  msgstr "تحميل الملفات للمخزن البعيد"
4627
 
4628
- #: src/admin.php:3104
4629
  msgid "Encrypted database"
4630
  msgstr "قاعدة بيانات مشفرة"
4631
 
4632
- #: src/admin.php:3096
4633
  msgid "Encrypting database"
4634
  msgstr "تشفير قاعدة البيانات"
4635
 
4636
- #: src/admin.php:3070
4637
  msgid "Created database backup"
4638
  msgstr "تم انشاء النسخ الاحتياطى لقاعدة البيانات"
4639
 
4640
- #: src/admin.php:3083
4641
  msgid "table: %s"
4642
  msgstr "الجدول: %s"
4643
 
4644
- #: src/admin.php:3081
4645
  msgid "Creating database backup"
4646
  msgstr "انشاء النسخ الاحتياطى لقاعدة البيانات"
4647
 
4648
- #: src/admin.php:3031
4649
  msgid "Created file backup zips"
4650
  msgstr "تم انشاء ملف النسخ الاحتياطى zips"
4651
 
4652
- #: src/admin.php:3018
4653
  msgid "Creating file backup zips"
4654
  msgstr "انشاء ملف النسخ الاحتياطى zips"
4655
 
4656
- #: src/admin.php:3013
4657
  msgid "Backup begun"
4658
  msgstr "بدأ النسخ الاحتياطى"
4659
 
4660
- #: src/admin.php:2846
4661
  msgid "Backups in progress:"
4662
  msgstr "تقدم النسخ الأحتياطى:"
4663
 
4664
- #: src/admin.php:972
4665
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4666
  msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
4667
 
@@ -4677,24 +4710,24 @@ msgstr "مجلد"
4677
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4678
  msgstr "UpdraftPlus يحتاج لأنشاء %s فى دليل محتوى موقعك, لكنة فشل - من فضلك قم بالتحقق من الصلاحيات وقم بتفعيلها (%s)"
4679
 
4680
- #: src/class-updraftplus.php:2958
4681
  msgid "The backup has not finished; a resumption is scheduled"
4682
  msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
4683
 
4684
- #: src/class-updraftplus.php:2142
4685
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4686
  msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
4687
 
4688
- #: src/addons/onedrive.php:966,
4689
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4690
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4691
  msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
4692
 
4693
- #: src/admin.php:2572
4694
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4695
  msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
4696
 
4697
- #: src/addons/autobackup.php:1085, src/admin.php:710
4698
  msgid "Proceed with update"
4699
  msgstr "المضي قدما مع التحديث"
4700
 
@@ -4770,32 +4803,32 @@ msgstr "مزيد من الملحقات"
4770
  msgid "Support"
4771
  msgstr "الدعم"
4772
 
4773
- #: src/class-updraftplus.php:4506
4774
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4775
  msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
4776
 
4777
- #: src/class-updraftplus.php:4498
4778
  msgid "This database backup is missing core WordPress tables: %s"
4779
  msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
4780
 
4781
- #: src/class-updraftplus.php:4259
4782
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4783
  msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
4784
 
4785
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4786
  msgid "%s version: %s"
4787
  msgstr "%s النسخة: %s"
4788
 
4789
- #: src/class-updraftplus.php:4137
4790
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4791
  msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
4792
 
4793
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4794
  #: src/includes/updraftplus-notices.php:171
4795
  msgid "Be safe with an automatic backup"
4796
  msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
4797
 
4798
- #: src/admin.php:2525
4799
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4800
  msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
4801
 
@@ -4843,11 +4876,11 @@ msgstr "تحميل الى جهاز الكمبيوتر الخاص بك"
4843
  msgid "Delete from your web server"
4844
  msgstr "حذف من خادم الويب الخاص بك"
4845
 
4846
- #: src/admin.php:3917
4847
  msgid "You appear to be missing one or more archives from this multi-archive set."
4848
  msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
4849
 
4850
- #: src/admin.php:3914
4851
  msgid "(%d archive(s) in set)."
4852
  msgstr "(%d الأرشيف(s) in set)."
4853
 
@@ -4867,7 +4900,7 @@ msgstr "تحذيرات:"
4867
  msgid "Error: the server sent an empty response."
4868
  msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
4869
 
4870
- #: src/admin.php:2260
4871
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4872
  msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
4873
 
@@ -4903,7 +4936,7 @@ msgstr "الملف غير موجود (تحتاج الى رفعة): %s"
4903
  msgid "No such backup set exists"
4904
  msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
4905
 
4906
- #: src/admin.php:1389
4907
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4908
  msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
4909
 
@@ -4919,7 +4952,7 @@ msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
4919
  msgid "WordPress root directory server path: %s"
4920
  msgstr "مسار جذر الوردبريس فى الخادم: %s"
4921
 
4922
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4923
  msgid "%s end-point"
4924
  msgstr "نقطة النهاية %s "
4925
 
@@ -4932,15 +4965,15 @@ msgstr "... وغيرها الكثير!"
4932
  msgid "S3 (Compatible)"
4933
  msgstr "S3 (متوافق)"
4934
 
4935
- #: src/admin.php:1299
4936
  msgid "File is not locally present - needs retrieving from remote storage"
4937
  msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
4938
 
4939
- #: src/admin.php:4238
4940
  msgid "Looking for %s archive: file name: %s"
4941
  msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
4942
 
4943
- #: src/admin.php:4199
4944
  msgid "Final checks"
4945
  msgstr "الفحوصات النهائية"
4946
 
@@ -4952,7 +4985,7 @@ msgstr "حدد هذا المربع لحذف اى ملفات النسخ الأح
4952
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4953
  msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
4954
 
4955
- #: src/admin.php:3551
4956
  msgid "Your wp-content directory server path: %s"
4957
  msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
4958
 
@@ -4968,20 +5001,15 @@ msgstr "مشاهدة النسخ الاحتياطي الخام وقائمة ال
4968
  msgid "Processing files - please wait..."
4969
  msgstr "تجهيز الملفات - يرجى الأنتظار..."
4970
 
4971
- #: src/admin.php:4389,
4972
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4973
- msgid "Please consult this FAQ for help on what to do about it."
4974
- msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول على المساعدة بشأن ما ينبغى القيام بة حيال ذلك."
4975
-
4976
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4977
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4978
  msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
4979
 
4980
- #: src/class-updraftplus.php:4145
4981
  msgid "Failed to open database file."
4982
  msgstr "فشل فى فتح ملف قاعدة البيانات."
4983
 
4984
- #: src/admin.php:4957
4985
  msgid "Known backups (raw)"
4986
  msgstr "النسخ الأحتياطى المعروفة (الخام)"
4987
 
@@ -4993,14 +5021,14 @@ msgstr "العثور على ملفات:"
4993
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4994
  msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيير لMYISAM."
4995
 
4996
- #: src/admin.php:4258
4997
  msgid "file is size:"
4998
  msgstr "حجم الملف:"
4999
 
5000
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5001
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
5002
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
5003
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
5004
  msgid "Go here for more information."
5005
  msgstr "اذهب هنا لمزيد من المعلومات."
5006
 
@@ -5008,7 +5036,7 @@ msgstr "اذهب هنا لمزيد من المعلومات."
5008
  msgid "Some files are still downloading or being processed - please wait."
5009
  msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
5010
 
5011
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
5012
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5013
  msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
5014
 
@@ -5064,7 +5092,7 @@ msgstr "خطأ %s"
5064
  msgid "%s error - failed to upload file"
5065
  msgstr "خطأ %s - فشل فى ارسال الملف"
5066
 
5067
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5068
  msgid "%s error - failed to re-assemble chunks"
5069
  msgstr "خطأ %s - فشل فى اعادة تجميع الأجزاء"
5070
 
@@ -5079,24 +5107,24 @@ msgid "%s authentication failed"
5079
  msgstr "المصادقة فشلت %s"
5080
 
5081
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5082
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5083
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5084
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5085
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5086
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5087
  #: src/methods/s3.php:341
5088
  msgid "Error: %s"
5089
  msgstr "خطأ: %s"
5090
 
5091
- #: src/admin.php:3476
5092
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5093
  msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
5094
 
5095
- #: src/admin.php:3474
5096
  msgid "Backup directory specified does <b>not</b> exist."
5097
  msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
5098
 
5099
- #: src/admin.php:3151, src/admin.php:3425
5100
  msgid "Warning: %s"
5101
  msgstr "تحذير: %s"
5102
 
@@ -5124,11 +5152,11 @@ msgstr "حدث خطأ اثناء اغلاق ملف قاعدة البيانات
5124
  msgid "Warnings encountered:"
5125
  msgstr "مصادفة تحذيرات:"
5126
 
5127
- #: src/class-updraftplus.php:2946
5128
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5129
  msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
5130
 
5131
- #: src/class-updraftplus.php:891
5132
  msgid "Your free disk space is very low - only %s Mb remain"
5133
  msgstr "المساحة الحرة على القرص الخاص بك منخفضة جدا - فقط متبقى %s ميجابايت"
5134
 
@@ -5180,7 +5208,7 @@ msgstr "الخطأ الذى تم التبليغ عنة من %s هو:"
5180
  msgid "Please supply the requested information, and then continue."
5181
  msgstr "يرجى تقديم المعلومات المطلوبة, ومن ثم الاستمرار."
5182
 
5183
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5184
  msgid "Site information:"
5185
  msgstr "معلومات عن الموقع:"
5186
 
@@ -5188,24 +5216,24 @@ msgstr "معلومات عن الموقع:"
5188
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5189
  msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
5190
 
5191
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5192
  msgid "Warning:"
5193
  msgstr "تحذير:"
5194
 
5195
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5196
  #: src/restorer.php:184
5197
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5198
  msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
5199
 
5200
- #: src/admin.php:4226
5201
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5202
  msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
5203
 
5204
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5205
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5206
  msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
5207
 
5208
- #: src/admin.php:711
5209
  msgid "Close"
5210
  msgstr "اغلق"
5211
 
@@ -5256,7 +5284,7 @@ msgstr "جارى الحذف...يرجى اتاحة الوقت لأكمال الأ
5256
  msgid "Also delete from remote storage"
5257
  msgstr "حذف ايضاً من التخزين البعيد"
5258
 
5259
- #: src/admin.php:2873
5260
  msgid "Latest UpdraftPlus.com news:"
5261
  msgstr "اخر اخبار UpdraftPlus.com:"
5262
 
@@ -5273,7 +5301,7 @@ msgstr "مميز"
5273
  msgid "News"
5274
  msgstr "اخبار"
5275
 
5276
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5277
  msgid "Backup set not found"
5278
  msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
5279
 
@@ -5295,7 +5323,7 @@ msgstr "رابط RSS"
5295
  msgid "Blog link"
5296
  msgstr "رابط المدونة"
5297
 
5298
- #: src/admin.php:755
5299
  msgid "Testing %s Settings..."
5300
  msgstr "اختبار اعدادات %s ..."
5301
 
@@ -5303,11 +5331,11 @@ msgstr "اختبار اعدادات %s ..."
5303
  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."
5304
  msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
5305
 
5306
- #: src/admin.php:988
5307
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5308
  msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
5309
 
5310
- #: src/admin.php:988
5311
  msgid "Notice"
5312
  msgstr "لاحظ"
5313
 
@@ -5505,14 +5533,14 @@ msgstr "إعادة كتابة wp-config.php"
5505
  msgid "WordPress Core"
5506
  msgstr "لب الووردبريس"
5507
 
5508
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5509
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5510
  msgstr "فشل: لم نكن قادرين على وضع ملف في هذا الدليل - يرجى مراجعة بيانات الاعتماد الخاصة بك."
5511
 
5512
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5513
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5514
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5515
- #: src/methods/stream-base.php:351
5516
  msgid "Failed"
5517
  msgstr "فشل"
5518
 
@@ -5567,7 +5595,7 @@ msgstr "يحتاج إلى وجود بالفعل"
5567
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5568
  msgstr "إذا كنت تريد تشفير (على سبيل المثال كنت تخزن بيانات الأعمال الحساسة)، فهناك اضافة متاحة لهذا الغرض."
5569
 
5570
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5571
  msgid "Your %s account name: %s"
5572
  msgstr "اسم الحساب %s الخاص بك: %s"
5573
 
@@ -5731,7 +5759,7 @@ msgstr "مفتاح API"
5731
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5732
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5733
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5734
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5735
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5736
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5737
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5773,11 +5801,11 @@ msgstr "أيضا، يجب عليك قراءة هذا التعليمات الها
5773
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5774
  msgstr "احصل على مفتاح API <a href=\"https://mycloud.rackspace.com/\">من خدمة Rackspace Cloud </a> (يمكن قراءة التعليمات <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">هنا</a>)، ثم قم باختيار اسم حاوية لإستخدام مساحة التخزين. سيتم خلق هذه الحاوية ان لم تكن موجودو مسبقا."
5775
 
5776
- #: src/admin.php:754, src/methods/backup-module.php:315
5777
  msgid "Test %s Settings"
5778
  msgstr "اختبار %s الإعدادات"
5779
 
5780
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5781
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5782
  msgid "Error opening local file: Failed to download"
5783
  msgstr "خطأ في فتح ملف محلي: فشل التحميل"
@@ -5794,7 +5822,7 @@ msgid "%s Error: Failed to upload"
5794
  msgstr "%s خطأ: فشل في تحميل"
5795
 
5796
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5797
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5798
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5799
  msgid "%s Error: Failed to open local file"
5800
  msgstr "%s خطأ: فشل في فتح ملف محلي"
@@ -5815,7 +5843,7 @@ msgstr "فشل المصادقة بملفات سحابة"
5815
  msgid "Authenticate with Google"
5816
  msgstr "المصادقة مع جوجل"
5817
 
5818
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5819
  #: src/methods/googledrive.php:1226
5820
  msgid "Client Secret"
5821
  msgstr "سر العميل"
@@ -5824,7 +5852,7 @@ msgstr "سر العميل"
5824
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5825
  msgstr "اذا أظهر لك جوجل في وقت لاحق لك رسالة \"invalid_client\"، إذا فأنت لم تقم بإدخال معرف عميل صالح هنا."
5826
 
5827
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5828
  #: src/methods/googledrive.php:1222
5829
  msgid "Client ID"
5830
  msgstr "معرف العميل"
@@ -5862,20 +5890,20 @@ msgstr "حساب مكتمل: حساب %s الخاص بك يتوفر فقك عل
5862
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5863
  msgstr "لم تتمكن بعد من الحصول على رمز من جوجل - يتوجب عليك أن تصادق أو تعيد المصادقة مع خدمة جوجل درايف."
5864
 
5865
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5866
  #: src/methods/googledrive.php:467
5867
  msgid "you have authenticated your %s account."
5868
  msgstr "لديك حساب %s مصادق عليه."
5869
 
5870
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5871
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5872
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5873
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5874
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5875
  msgid "Success"
5876
  msgstr "نجاح"
5877
 
5878
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5879
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5880
  msgid "Your %s quota usage: %s %% used, %s available"
5881
  msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
@@ -5907,8 +5935,8 @@ msgstr "لا تمتلك إضافة UpdraftPlus %s - نوصيك بتحميلها
5907
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5908
  msgstr "تحتاج إلى إعادة المصادقة مع %s، معلومات الاعتماد الموجودة لديك لا تعمل."
5909
 
5910
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5911
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5912
  #: src/restorer.php:2437, src/restorer.php:2542
5913
  msgid "OK"
5914
  msgstr "حسنا"
@@ -5925,13 +5953,13 @@ msgstr "ادارة استعلام قاعدة البيانات كانت في:"
5925
  msgid "will restore as:"
5926
  msgstr "إستعادة على النحو التالي:"
5927
 
5928
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5929
  #: src/restorer.php:1896, src/restorer.php:1922
5930
  msgid "Old table prefix:"
5931
  msgstr "بادئة الجدول القديمة:"
5932
 
5933
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5934
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5935
  msgid "Backup of:"
5936
  msgstr "نسخة احتياطية لـ:"
5937
 
@@ -6003,55 +6031,55 @@ msgstr "ملف النسخ الاحتياطي غير متوفر."
6003
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6004
  msgstr "UpdraftPlus لا يمكنه استرجاع هذا النوع بشكل مباشر. يمكنك استرجاعه بشكل يدوي."
6005
 
6006
- #: src/admin.php:4264, src/admin.php:4265
6007
  msgid "Could not find one of the files for restoration"
6008
  msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
6009
 
6010
- #: src/admin.php:4379
6011
  msgid "Error message"
6012
  msgstr "رسالة الخطأ"
6013
 
6014
- #: src/admin.php:4261
6015
  msgid "The backup records do not contain information about the proper size of this file."
6016
  msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
6017
 
6018
- #: src/admin.php:4253
6019
  msgid "Archive is expected to be size:"
6020
  msgstr "من المتوقع أن يكون حجم الأرشيف:"
6021
 
6022
- #: src/admin.php:4133
6023
  msgid "If making a request for support, please include this information:"
6024
  msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
6025
 
6026
- #: src/admin.php:4132
6027
  msgid "ABORT: Could not find the information on which entities to restore."
6028
  msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
6029
 
6030
- #: src/admin.php:4087
6031
  msgid "UpdraftPlus Restoration: Progress"
6032
  msgstr "استرجاع UpdraftPlus: تقدم"
6033
 
6034
- #: src/admin.php:4040
6035
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6036
  msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
6037
 
6038
- #: src/admin.php:3975
6039
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6040
  msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
6041
 
6042
- #: src/admin.php:3993
6043
  msgid "Delete this backup set"
6044
  msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
6045
 
6046
- #: src/admin.php:3635
6047
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6048
  msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
6049
 
6050
- #: src/admin.php:3632
6051
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6052
  msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
6053
 
6054
- #: src/admin.php:3630
6055
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6056
  msgstr ""
6057
 
@@ -6092,23 +6120,23 @@ msgstr "افتراضيا UpdraftPlus يستخدم خدماته الخاصة من
6092
  msgid "Use the server's SSL certificates"
6093
  msgstr "استخدام شهادات SSL للملقم"
6094
 
6095
- #: src/admin.php:3478
6096
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6097
  msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
6098
 
6099
- #: src/admin.php:3478
6100
  msgid "click here"
6101
  msgstr "انقر هنا"
6102
 
6103
- #: src/admin.php:3478
6104
  msgid "or, to reset this option"
6105
  msgstr "أو، لإعادة هذا الخيار"
6106
 
6107
- #: src/admin.php:3478
6108
  msgid "Follow this link to attempt to create the directory and set the permissions"
6109
  msgstr ""
6110
 
6111
- #: src/admin.php:3470
6112
  msgid "Backup directory specified is writable, which is good."
6113
  msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
6114
 
@@ -6148,7 +6176,7 @@ msgstr "مطالبة البدء بالنسخ الاحتياطي ..."
6148
  msgid "Cancel"
6149
  msgstr "إلغاء"
6150
 
6151
- #: src/addons/reporting.php:244, src/admin.php:3782
6152
  msgid "None"
6153
  msgstr "لا شيء"
6154
 
@@ -6173,11 +6201,11 @@ msgstr "البريد الإلكتروني"
6173
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6174
  msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
6175
 
6176
- #: src/addons/morefiles.php:466, src/admin.php:3560
6177
  msgid "Exclude these:"
6178
  msgstr "استبعاد هذه:"
6179
 
6180
- #: src/admin.php:3551
6181
  msgid "Any other directories found inside wp-content"
6182
  msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
6183
 
@@ -6193,45 +6221,45 @@ msgstr "على سبيل المثال إذا كان الملقم مشغول في
6193
  msgid "To fix the time at which a backup should take place,"
6194
  msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
6195
 
6196
- #: src/admin.php:3464
6197
  msgid "Monthly"
6198
  msgstr "شهريا"
6199
 
6200
- #: src/admin.php:3463
6201
  msgid "Fortnightly"
6202
  msgstr "نصف شهري"
6203
 
6204
- #: src/admin.php:3462
6205
  msgid "Weekly"
6206
  msgstr "أسبوعيا"
6207
 
6208
- #: src/admin.php:3461
6209
  msgid "Daily"
6210
  msgstr "يوميا"
6211
 
6212
- #: src/admin.php:713, src/admin.php:3439
6213
  msgid "Download log file"
6214
  msgstr "تحميل ملف السجل"
6215
 
6216
- #: src/admin.php:3311
6217
  msgid "The folder exists, but your webserver does not have permission to write to it."
6218
  msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
6219
 
6220
- #: src/admin.php:3306
6221
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6222
  msgstr "تم خلق المجلد، لكن يتوجب علينا تغيير أذوناته لـ 777 (قابل للكتابة) لنتمكن من الكتابة عليه. يجب عليك التحقق من قابلية هذه العملية مع خدمة الإستضافة الخاصة بك."
6223
 
6224
- #: src/admin.php:3292
6225
  msgid "The request to the filesystem to create the directory failed."
6226
  msgstr "فشل الطلب إلى نظام الملفات لإنشاء الدليل."
6227
 
6228
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6229
- #: src/admin.php:3237, src/admin.php:3993,
6230
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6231
  msgid "Delete"
6232
  msgstr "حذف"
6233
 
6234
- #: src/admin.php:3142
6235
  msgid "show log"
6236
  msgstr "عرض السجل"
6237
 
@@ -6347,7 +6375,7 @@ msgstr "إجراء نسخة احتياطية لمرة واحدة"
6347
  msgid "Do read this helpful article of useful things to know before restoring."
6348
  msgstr "قم بقراءة هذا المقال المليئ بالأشياء المفيدة لتعلمها قبل الإستعادة."
6349
 
6350
- #: src/class-updraftplus.php:4231
6351
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6352
  msgstr "يمكنك البحث واستبدال قاعدة البيانات (لدمج موقع مع رابط رابط أو دومين جديد) باستخدام إضافة الدمج - اتبع هذا الرابط لمزيد من المعلومات."
6353
 
@@ -6402,7 +6430,7 @@ msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم
6402
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6403
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6404
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6405
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6406
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6407
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6408
  msgid "Error:"
@@ -6453,20 +6481,20 @@ msgstr "متصفح الويب أوبرا "
6453
  msgid "More tasks:"
6454
  msgstr "المزيد من المهام:"
6455
 
6456
- #: src/admin.php:2900
6457
  msgid "Download most recently modified log file"
6458
  msgstr "تحميل ملف السجل المعدل مؤخرا"
6459
 
6460
- #: src/central/bootstrap.php:185
6461
  msgid "(Nothing yet logged)"
6462
  msgstr "(لا شيء حتى الآن تم تسجيله)"
6463
 
6464
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6465
- #: src/admin.php:2855, src/admin.php:2860
6466
  msgid "Last log message"
6467
  msgstr "رسالة السجل الأخيرة"
6468
 
6469
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6470
  #: src/templates/wp-admin/settings/tab-status.php:30
6471
  msgid "Restore"
6472
  msgstr "الإستعادة"
@@ -6477,8 +6505,8 @@ msgid "Backup Now"
6477
  msgstr "النسخ الاحتياطي الآن"
6478
 
6479
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6480
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6481
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6482
  #: src/includes/class-wpadmin-commands.php:147,
6483
  #: src/includes/class-wpadmin-commands.php:507,
6484
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6486,7 +6514,7 @@ msgstr "النسخ الاحتياطي الآن"
6486
  msgid "Database"
6487
  msgstr "قاعدة بيانات"
6488
 
6489
- #: src/admin.php:311, src/admin.php:4964
6490
  msgid "Files"
6491
  msgstr "ملفات"
6492
 
@@ -6514,15 +6542,15 @@ msgstr "واجهة المشرف هذه تستخدم الجافا سكريبت ب
6514
  msgid "JavaScript warning"
6515
  msgstr "تحذير جافا سكريبت"
6516
 
6517
- #: src/admin.php:692, src/admin.php:2927
6518
  msgid "Delete Old Directories"
6519
  msgstr "حذف الدلائل القديمة"
6520
 
6521
- #: src/admin.php:2572
6522
  msgid "Current limit is:"
6523
  msgstr "الحد الحالي هو:"
6524
 
6525
- #: src/admin.php:2547
6526
  msgid "Your backup has been restored."
6527
  msgstr "تمت استعادة النسخ الاحتياطي."
6528
 
@@ -6534,72 +6562,72 @@ msgstr "الإصدار"
6534
  msgid "Lead developer's homepage"
6535
  msgstr "الولوج لموقع المطور"
6536
 
6537
- #: src/central/bootstrap.php:504
6538
  msgid "UpdraftPlus.Com"
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:4856
6542
  msgid "Your settings have been wiped."
6543
  msgstr "تم القضاء على الإعدادات الخاصة بك."
6544
 
6545
- #: src/admin.php:2507
6546
  msgid "Backup directory successfully created."
6547
  msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
6548
 
6549
- #: src/admin.php:2500
6550
  msgid "Backup directory could not be created"
6551
  msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
6552
 
6553
- #: src/admin.php:3174
6554
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6555
  msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
6556
 
6557
- #: src/admin.php:3172
6558
  msgid "Old directories successfully removed."
6559
  msgstr "تم إزالة الدلائل القديمة بنجاح."
6560
 
6561
- #: src/admin.php:3169, src/admin.php:3169
6562
  msgid "Remove old directories"
6563
  msgstr "إزالة الدلائل القديمة"
6564
 
6565
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6566
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6567
- #: src/admin.php:2509, src/admin.php:3176
6568
  msgid "Return to UpdraftPlus Configuration"
6569
  msgstr "العودة إلى اعدادات UpdraftPlus"
6570
 
6571
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6572
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6573
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6574
  msgid "Actions"
6575
  msgstr "الإجراءات"
6576
 
6577
- #: src/admin.php:2352
6578
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6579
  msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
6580
 
6581
- #: src/admin.php:2252
6582
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6583
  msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
6584
 
6585
- #: src/admin.php:2148
6586
  msgid "No local copy present."
6587
  msgstr "لا نسخة محلية متوفرة."
6588
 
6589
- #: src/admin.php:2145
6590
  msgid "Download in progress"
6591
  msgstr "التحميل في تقدم"
6592
 
6593
- #: src/admin.php:684, src/admin.php:2134
6594
  msgid "File ready."
6595
  msgstr "ملف جاهز."
6596
 
6597
- #: src/admin.php:2115
6598
  msgid "Download failed"
6599
  msgstr "فشل تحميل"
6600
 
6601
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6602
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6603
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6604
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6605
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6607,41 +6635,41 @@ msgstr "فشل تحميل"
6607
  msgid "Error"
6608
  msgstr "خطأ"
6609
 
6610
- #: src/admin.php:1917
6611
  msgid "Could not find that job - perhaps it has already finished?"
6612
  msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
6613
 
6614
- #: src/admin.php:1909
6615
  msgid "Job deleted"
6616
  msgstr "وظيفة حذفت"
6617
 
6618
- #: src/admin.php:1995
6619
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6620
  msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
6621
 
6622
- #: src/admin.php:757
6623
  msgid "Nothing yet logged"
6624
  msgstr "لا شيء حتى الآن تم تسجيله"
6625
 
6626
- #: src/admin.php:984
6627
  msgid "Please consult this FAQ if you have problems backing up."
6628
  msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
6629
 
6630
- #: src/admin.php:984
6631
  msgid "Your website is hosted using the %s web server."
6632
  msgstr "موقعك يستخدم %s من خادم الويب."
6633
 
6634
- #: src/admin.php:980
6635
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6636
  msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
6637
 
6638
- #: src/admin.php:976
6639
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6640
  msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
6641
 
6642
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6643
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6644
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6645
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6646
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6647
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6651,11 +6679,11 @@ msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد در
6651
  msgid "Warning"
6652
  msgstr "تحذير"
6653
 
6654
- #: src/admin.php:914
6655
  msgid "Add-Ons / Pro Support"
6656
  msgstr "إضافات / الدعم المدفوع"
6657
 
6658
- #: src/admin.php:548, src/admin.php:912,
6659
  #: src/templates/wp-admin/settings/tab-bar.php:7
6660
  msgid "Settings"
6661
  msgstr "إعدادات"
@@ -6676,21 +6704,21 @@ msgstr ""
6676
  msgid "Like UpdraftPlus and can spare one minute?"
6677
  msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
6678
 
6679
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6680
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6681
  msgid "File not found"
6682
  msgstr "لم يتم العثور على ملف"
6683
 
6684
- #: src/class-updraftplus.php:3898
6685
  msgid "The decryption key used:"
6686
  msgstr "مفتاح فك التشفير المستخدم:"
6687
 
6688
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6689
  #: src/restorer.php:422
6690
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6691
  msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
6692
 
6693
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6694
  #: src/restorer.php:409
6695
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6696
  msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
@@ -6699,15 +6727,15 @@ msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ول
6699
  msgid "Could not open the backup file for writing"
6700
  msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
6701
 
6702
- #: src/class-updraftplus.php:3484
6703
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6704
  msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
6705
 
6706
- #: src/class-updraftplus.php:3445
6707
  msgid "Could not read the directory"
6708
  msgstr "لا يمكن قراءة الدليل"
6709
 
6710
- #: src/admin.php:2194, src/backup.php:1323
6711
  msgid "Backup directory (%s) is not writable, or does not exist."
6712
  msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
6713
 
@@ -6715,11 +6743,11 @@ msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتاب
6715
  msgid "WordPress backup is complete"
6716
  msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
6717
 
6718
- #: src/class-updraftplus.php:2955
6719
  msgid "The backup attempt has finished, apparently unsuccessfully"
6720
  msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
6721
 
6722
- #: src/class-updraftplus.php:2940
6723
  msgid "The backup apparently succeeded and is now complete"
6724
  msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
6725
 
@@ -6727,37 +6755,37 @@ msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت و
6727
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6728
  msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
6729
 
6730
- #: src/class-updraftplus.php:2643
6731
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6732
  msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
6733
 
6734
- #: src/class-updraftplus.php:1921
6735
  msgid "Others"
6736
  msgstr "أخرى"
6737
 
6738
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6739
  msgid "Uploads"
6740
  msgstr "الملفات المرفوعة"
6741
 
6742
- #: src/class-updraftplus.php:1905
6743
  msgid "Themes"
6744
  msgstr "تصاميم"
6745
 
6746
- #: src/class-updraftplus.php:1904
6747
  msgid "Plugins"
6748
  msgstr "الإضافات"
6749
 
6750
- #: src/class-updraftplus.php:626
6751
  msgid "No log files were found."
6752
  msgstr "لا توجد ملفات السجل."
6753
 
6754
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6755
  msgid "The log file could not be read."
6756
  msgstr "لا يمكن قراءة ملف السجل."
6757
 
6758
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6759
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6760
- #: src/class-updraftplus.php:631
6761
  msgid "UpdraftPlus notice:"
6762
  msgstr "إشعار UpdraftPlus :"
6763
 
11
  "Language: ar\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
257
  msgstr[4] ""
258
  msgstr[5] ""
259
 
260
+ #: src/class-updraftplus.php:4450
261
  msgid "Your chosen replacement collation"
262
  msgstr ""
263
 
264
+ #: src/class-updraftplus.php:4427
265
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
266
  msgstr ""
267
 
268
+ #: src/class-updraftplus.php:4427
269
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
270
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
271
  msgstr[0] ""
307
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
308
  msgstr ""
309
 
310
+ #: src/central/bootstrap.php:520
311
  msgid "URL for the site of your UpdraftCentral dashboard"
312
  msgstr ""
313
 
314
+ #: src/central/bootstrap.php:518
315
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
316
  msgstr ""
317
 
318
+ #: src/central/bootstrap.php:515
319
  msgid "A website where you have installed %s"
320
  msgstr ""
321
 
322
+ #: src/central/bootstrap.php:513
323
  msgid "Self-hosted dashboard"
324
  msgstr ""
325
 
326
+ #: src/central/bootstrap.php:255
327
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
328
  msgstr ""
329
 
341
  msgid "Requested table character set (%s) is not present - changing to %s."
342
  msgstr ""
343
 
344
+ #: src/class-updraftplus.php:4403
345
  msgid "Your chosen character set to use instead:"
346
  msgstr ""
347
 
348
+ #: src/class-updraftplus.php:4393
349
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
350
  msgstr ""
351
 
352
+ #: src/class-updraftplus.php:4393
353
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
354
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
355
  msgstr[0] ""
359
  msgstr[4] ""
360
  msgstr[5] ""
361
 
362
+ #: src/central/bootstrap.php:598
363
  msgid "Create another key"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:527
367
  msgid "UpdraftCentral dashboard connection details"
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:521
371
  msgid "Next"
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:507
375
  msgid "an account"
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:507
379
  msgid "i.e. if you have %s there"
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:496
383
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:470
387
  msgid "Manage existing keys (%d)..."
388
  msgstr ""
389
 
390
+ #: src/central/bootstrap.php:420
391
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
392
  msgstr ""
393
 
394
+ #: src/central/bootstrap.php:257
395
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
396
  msgstr ""
397
 
398
+ #: src/central/bootstrap.php:255
399
  msgid "Detailed instructions for this can be found at %s"
400
  msgstr ""
401
 
402
+ #: src/central/bootstrap.php:255
403
  msgid "You now need to copy the key below and enter it at your %s."
404
  msgstr ""
405
 
406
+ #: src/admin.php:779
407
  msgid "Please enter a valid URL e.g http://example.com"
408
  msgstr ""
409
 
443
  msgid "Account ID"
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4234
447
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
448
  msgstr ""
449
 
450
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
451
  msgid "the migrator add-on"
452
  msgstr ""
453
 
454
+ #: src/class-updraftplus.php:4232
455
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
456
  msgstr ""
457
 
458
+ #: src/class-updraftplus.php:4230
459
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
460
  msgstr ""
461
 
462
+ #: src/class-updraftplus.php:4225
463
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
464
  msgstr ""
465
 
475
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
476
  msgstr ""
477
 
478
+ #: src/admin.php:760
479
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
480
  msgstr ""
481
 
482
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
483
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
484
+ #: src/class-updraftplus.php:2462
485
  msgid "A PHP fatal error (%s) has occurred: %s"
486
  msgstr ""
487
 
488
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
489
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
490
+ #: src/class-updraftplus.php:2455
491
  msgid "A PHP exception (%s) has occurred: %s"
492
  msgstr ""
493
 
543
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
544
  msgstr ""
545
 
546
+ #: src/admin.php:5192
547
  msgid "Value"
548
  msgstr ""
549
 
550
+ #: src/admin.php:1726
551
  msgid "Did not know how to delete from this cloud service."
552
  msgstr ""
553
 
559
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
560
  msgstr ""
561
 
562
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
563
  msgid "Stored at: %s"
564
  msgstr ""
565
 
567
  msgid "Cloud Files"
568
  msgstr ""
569
 
570
+ #: src/admin.php:4937
571
  msgid "Your settings failed to save. Please refresh the settings page and try again"
572
  msgstr ""
573
 
574
+ #: src/admin.php:4896
575
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
576
  msgstr ""
577
 
588
  msgid "Extra database"
589
  msgstr ""
590
 
591
+ #: src/admin.php:3915
592
  msgid "Press here to download or browse"
593
  msgstr ""
594
 
595
+ #: src/admin.php:1163, src/admin.php:1173
596
  msgid "Error: invalid path"
597
  msgstr ""
598
 
599
+ #: src/admin.php:960
600
  msgid "An error occurred when fetching storage module options: "
601
  msgstr ""
602
 
603
+ #: src/admin.php:776
604
  msgid "Loading log file"
605
  msgstr ""
606
 
607
+ #: src/admin.php:775
608
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
609
  msgstr ""
610
 
611
+ #: src/admin.php:774
612
  msgid "Search"
613
  msgstr ""
614
 
615
+ #: src/admin.php:773
616
  msgid "Select a file to view information about it"
617
  msgstr ""
618
 
619
+ #: src/admin.php:772
620
  msgid "Browsing zip file"
621
  msgstr ""
622
 
623
+ #: src/admin.php:741
624
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
625
  msgstr ""
626
 
632
  msgid "Skipped tables:"
633
  msgstr ""
634
 
635
+ #: src/class-updraftplus.php:4515
636
  msgid "This database backup has the following WordPress tables excluded: %s"
637
  msgstr ""
638
 
639
+ #: src/admin.php:2810
640
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
641
  msgstr ""
642
 
643
+ #: src/admin.php:2810
644
  msgid "All WordPress tables will be backed up."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
649
  msgstr ""
650
 
651
+ #: src/admin.php:771
652
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
653
  msgstr ""
654
 
655
+ #: src/admin.php:771
656
  msgid "The available memory on the server."
657
  msgstr ""
658
 
659
+ #: src/admin.php:771
660
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
661
  msgstr ""
662
 
663
+ #: src/admin.php:771
664
  msgid "The file failed to upload. Please check the following:"
665
  msgstr ""
666
 
667
+ #: src/admin.php:770
668
  msgid "HTTP code:"
669
  msgstr ""
670
 
671
+ #: src/addons/wp-cli.php:89, src/admin.php:665
672
  msgid "You have chosen to backup a database, but no tables have been selected"
673
  msgstr ""
674
 
1120
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1121
  msgstr ""
1122
 
1123
+ #: src/central/bootstrap.php:593
1124
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1125
  msgstr ""
1126
 
1132
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:1802
1136
  msgid "Remote files deleted:"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:1801
1140
  msgid "Local files deleted:"
1141
  msgstr ""
1142
 
1144
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:769
1148
  msgid "remote files deleted"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:767
1152
  msgid "Complete"
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:766
1156
  msgid "Do you want to carry out the import?"
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:765
1160
  msgid "Which was exported on:"
1161
  msgstr ""
1162
 
1163
+ #: src/admin.php:764
1164
  msgid "This will import data from:"
1165
  msgstr ""
1166
 
1167
+ #: src/admin.php:763
1168
  msgid "Importing..."
1169
  msgstr ""
1170
 
1171
+ #: src/admin.php:759
1172
  msgid "You have not yet selected a file to import."
1173
  msgstr ""
1174
 
1175
+ #: src/admin.php:743
1176
  msgid "Your export file will be of your displayed settings, not your saved ones."
1177
  msgstr ""
1178
 
1184
  msgid "US East (Ohio)"
1185
  msgstr ""
1186
 
1187
+ #: src/addons/onedrive.php:1104
1188
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1189
  msgstr ""
1190
 
1191
+ #: src/addons/onedrive.php:718
1192
  msgid "Account is not authorized (%s)."
1193
  msgstr ""
1194
 
1195
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1196
  msgid "Your IP address:"
1197
  msgstr ""
1198
 
1199
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1200
  #: src/udaddons/updraftplus-addons.php:887
1201
  msgid "To remove any block, please go here."
1202
  msgstr ""
1203
 
1204
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1205
  msgid "An error response was received; HTTP code:"
1206
  msgstr ""
1207
 
1208
+ #: src/includes/class-commands.php:344
1209
  msgid "%s add-on not found"
1210
  msgstr ""
1211
 
1217
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1218
  msgstr ""
1219
 
1220
+ #: src/admin.php:2548
1221
  msgid "To fix this problem go here."
1222
  msgstr ""
1223
 
1224
+ #: src/admin.php:2548
1225
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1226
  msgstr ""
1227
 
1228
+ #: src/admin.php:727
1229
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1230
  msgstr ""
1231
 
1281
  msgid "FAQs"
1282
  msgstr ""
1283
 
1284
+ #: src/central/bootstrap.php:549
1285
  msgid "More information..."
1286
  msgstr ""
1287
 
1288
+ #: src/central/bootstrap.php:547
1289
  msgid "Use the alternative method for making a connection with the dashboard."
1290
  msgstr ""
1291
 
1292
+ #: src/central/bootstrap.php:457
1293
  msgid "Key size: %d bits"
1294
  msgstr ""
1295
 
1296
+ #: src/central/bootstrap.php:452
1297
  msgid "Public key was sent to:"
1298
  msgstr ""
1299
 
1309
  msgid "Create key"
1310
  msgstr ""
1311
 
1312
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1313
  msgid "slower, strongest"
1314
  msgstr ""
1315
 
1316
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1317
  msgid "recommended"
1318
  msgstr "موصى به"
1319
 
1320
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1321
  msgid "%s bytes"
1322
  msgstr ""
1323
 
1324
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1325
  msgid "faster (possibility for slow PHP installs)"
1326
  msgstr ""
1327
 
1328
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1329
  msgid "easy to break, fastest"
1330
  msgstr ""
1331
 
1332
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1333
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1334
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1335
  msgid "%s bits"
1336
  msgstr ""
1337
 
1338
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1339
  msgid "Encryption key size:"
1340
  msgstr ""
1341
 
1368
  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."
1369
  msgstr ""
1370
 
1371
+ #: src/class-updraftplus.php:1869
1372
  msgid "Size: %s MB"
1373
  msgstr ""
1374
 
1380
  msgid "Now"
1381
  msgstr "الآن"
1382
 
1383
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1384
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1385
  msgstr ""
1386
 
1402
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1403
  msgstr ""
1404
 
1405
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1406
  msgid "The given file was not found, or could not be read."
1407
  msgstr ""
1408
 
1409
+ #: src/central/bootstrap.php:591
1410
  msgid "UpdraftCentral (Remote Control)"
1411
  msgstr ""
1412
 
1413
+ #: src/central/bootstrap.php:580
1414
  msgid "View recent UpdraftCentral log events"
1415
  msgstr ""
1416
 
1417
+ #: src/central/bootstrap.php:530
1418
  msgid "Enter any description"
1419
  msgstr ""
1420
 
1421
+ #: src/central/bootstrap.php:529
1422
  msgid "Description"
1423
  msgstr " الوصف"
1424
 
1425
+ #: src/central/bootstrap.php:462
1426
  msgid "Delete..."
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:455
1430
  msgid "Created:"
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:452
1434
  msgid "Access this site as user:"
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:476
1438
  msgid "Details"
1439
  msgstr "تفاصيل عن المناسبة"
1440
 
1441
+ #: src/central/bootstrap.php:475
1442
  msgid "Key description"
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1446
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:218
1450
  msgid "An invalid URL was entered"
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:82
1454
  msgid "Close..."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:74
1458
  msgid "This connection appears to already have been made."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:71
1462
  msgid "You must visit this link in the same browser and login session as you created the key in."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:67
1466
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:67
1470
  msgid "You are not logged into this WordPress site in your web browser."
1471
  msgstr ""
1472
 
1473
+ #: src/central/bootstrap.php:64
1474
  msgid "The key referred to was unknown."
1475
  msgstr ""
1476
 
1477
+ #: src/central/bootstrap.php:61
1478
  msgid "A new UpdraftCentral connection has not been made."
1479
  msgstr ""
1480
 
1481
+ #: src/central/bootstrap.php:59
1482
  msgid "An UpdraftCentral connection has been made successfully."
1483
  msgstr ""
1484
 
1485
+ #: src/central/bootstrap.php:56
1486
  msgid "UpdraftCentral Connection"
1487
  msgstr ""
1488
 
1489
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1490
  msgid "The backup was aborted by the user"
1491
  msgstr ""
1492
 
1493
+ #: src/admin.php:4932
1494
  msgid "Your settings have been saved."
1495
  msgstr "تم حفظ إعداداتك."
1496
 
1497
+ #: src/admin.php:3793
1498
  msgid "Total backup size:"
1499
  msgstr ""
1500
 
1501
+ #: src/admin.php:3150
1502
  msgid "stop"
1503
  msgstr "توقف"
1504
 
1505
+ #: src/admin.php:2992
1506
  msgid "The backup has finished running"
1507
  msgstr ""
1508
 
1528
  msgid "calculate"
1529
  msgstr ""
1530
 
1531
+ #: src/admin.php:742
1532
  msgid "You should save your changes to ensure that they are used for making your backup."
1533
  msgstr ""
1534
 
1535
+ #: src/admin.php:735
1536
  msgid "We requested to delete the file, but could not understand the server's response"
1537
  msgstr ""
1538
 
1539
+ #: src/admin.php:734
1540
  msgid "Please enter a valid URL"
1541
  msgstr ""
1542
 
1543
+ #: src/admin.php:717
1544
  msgid "Saving..."
1545
  msgstr "جاري الحفظ..."
1546
 
1564
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1565
  msgstr ""
1566
 
1567
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1568
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1569
  msgstr ""
1570
 
1571
+ #: src/class-updraftplus.php:4299
1572
  msgid "Please read this link for important information on this process."
1573
  msgstr ""
1574
 
1575
+ #: src/class-updraftplus.php:4299
1576
  msgid "It will be imported as a new site."
1577
  msgstr ""
1578
 
1579
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1580
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1581
  msgid "Dismiss"
1582
  msgstr "رفض"
1583
 
1584
+ #: src/admin.php:754
1585
  msgid "Please fill in the required information."
1586
  msgstr ""
1587
 
1642
  msgid "Call WordPress action:"
1643
  msgstr ""
1644
 
1645
+ #: src/admin.php:2818
1646
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1647
  msgstr ""
1648
 
1649
+ #: src/admin.php:4438
1650
  msgid "Skipping: this archive was already restored."
1651
  msgstr ""
1652
 
1678
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1679
  msgstr ""
1680
 
1681
+ #: src/admin.php:4806
1682
  msgid "Send this backup to remote storage"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:4804
1686
  msgid "Check out UpdraftPlus Vault."
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:4804
1690
  msgid "Not got any remote storage?"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:4804
1694
  msgid "settings"
1695
  msgstr "إعدادات"
1696
 
1697
+ #: src/admin.php:4804
1698
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2816
1702
  msgid "Include any files in the backup"
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2802
1706
  msgid "Include the database in the backup"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2707
1710
  msgid "Continue restoration"
1711
  msgstr ""
1712
 
1713
+ #: src/admin.php:2702
1714
  msgid "You have an unfinished restoration operation, begun %s ago."
1715
  msgstr ""
1716
 
1717
+ #: src/admin.php:2701
1718
  msgid "Unfinished restoration"
1719
  msgstr ""
1720
 
1721
+ #: src/admin.php:2699
1722
  msgid "%s minutes, %s seconds"
1723
  msgstr ""
1724
 
1725
+ #: src/admin.php:2646
1726
  msgid "Backup Contents And Schedule"
1727
  msgstr ""
1728
 
1730
  msgid "Premium / Extensions"
1731
  msgstr ""
1732
 
1733
+ #: src/admin.php:2414, src/admin.php:2423
1734
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1735
  msgstr ""
1736
 
1737
+ #: src/addons/morefiles.php:77, src/admin.php:740
1738
  msgctxt "(verb)"
1739
  msgid "Download"
1740
  msgstr ""
1870
  msgid "Could not access container"
1871
  msgstr ""
1872
 
1873
+ #: src/class-updraftplus.php:2962
1874
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1875
  msgstr ""
1876
 
1999
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:1800
2003
  msgid "Backup sets removed:"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:753
2007
  msgid "Processing..."
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:751
2011
  msgid "For backups older than"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:750
2015
  msgid "week(s)"
2016
  msgstr ""
2017
 
2018
+ #: src/admin.php:749
2019
  msgid "hour(s)"
2020
  msgstr ""
2021
 
2022
+ #: src/admin.php:748
2023
  msgid "day(s)"
2024
  msgstr ""
2025
 
2026
+ #: src/admin.php:747
2027
  msgid "in the month"
2028
  msgstr ""
2029
 
2030
+ #: src/admin.php:746
2031
  msgid "day"
2032
  msgstr ""
2033
 
2051
  msgid "You do not currently have any UpdraftPlus Vault quota"
2052
  msgstr ""
2053
 
2054
+ #: src/class-updraftplus.php:4372
2055
  msgid "You must upgrade MySQL to be able to use this database."
2056
  msgstr ""
2057
 
2058
+ #: src/class-updraftplus.php:4372
2059
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2060
  msgstr ""
2061
 
2062
+ #: src/admin.php:2533
2063
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2064
  msgstr ""
2065
 
2087
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2088
  msgstr ""
2089
 
2090
+ #: src/admin.php:1018
2091
  msgid "Go to the remote storage settings in order to connect."
2092
  msgstr ""
2093
 
2094
+ #: src/admin.php:1018
2095
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2096
  msgstr ""
2097
 
2099
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2100
  msgstr ""
2101
 
2102
+ #: src/admin.php:723
2103
  msgid "Update quota count"
2104
  msgstr ""
2105
 
2106
+ #: src/admin.php:722
2107
  msgid "Counting..."
2108
  msgstr ""
2109
 
2110
+ #: src/admin.php:721
2111
  msgid "Disconnecting..."
2112
  msgstr ""
2113
 
2114
+ #: src/admin.php:719
2115
  msgid "Connecting..."
2116
  msgstr ""
2117
 
2137
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2138
  msgstr ""
2139
 
2140
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2141
  #: src/methods/updraftvault.php:450
2142
  msgid "Disconnect"
2143
  msgstr ""
2170
  msgid "E-mail"
2171
  msgstr ""
2172
 
2173
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2174
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2175
  msgid "Back..."
2176
  msgstr ""
2188
  msgid "%s per quarter"
2189
  msgstr ""
2190
 
2191
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2192
  #: src/methods/updraftvault.php:351
2193
  msgid "Read more about it here."
2194
  msgstr ""
2262
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2263
  msgstr ""
2264
 
2265
+ #: src/addons/migrator.php:1926, src/admin.php:729
2266
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2267
  msgstr ""
2268
 
2274
  msgid "Your new key:"
2275
  msgstr ""
2276
 
2277
+ #: src/central/bootstrap.php:402
2278
  msgid "You must copy and paste this key now - it cannot be shown again."
2279
  msgstr ""
2280
 
2281
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2282
  msgid "Key created successfully."
2283
  msgstr ""
2284
 
2318
  msgid "This storage method does not allow downloading"
2319
  msgstr ""
2320
 
2321
+ #: src/admin.php:3978
2322
  msgid "(backup set imported from remote location)"
2323
  msgstr ""
2324
 
2325
+ #: src/addons/wp-cli.php:346,
2326
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2327
  msgid "Site"
2328
  msgstr ""
2329
 
2330
+ #: src/addons/wp-cli.php:344,
2331
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2332
  msgid "Backup sent to remote site - not available for download."
2333
  msgstr ""
2334
 
2340
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2341
  msgstr ""
2342
 
2343
+ #: src/addons/migrator.php:1954, src/admin.php:736
2344
  msgid "Testing connection..."
2345
  msgstr ""
2346
 
2347
+ #: src/admin.php:733
2348
  msgid "Deleting..."
2349
  msgstr ""
2350
 
2351
+ #: src/admin.php:732
2352
  msgid "key name"
2353
  msgstr ""
2354
 
2355
+ #: src/admin.php:730
2356
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2357
  msgstr ""
2358
 
2359
+ #: src/admin.php:727
2360
  msgid "Creating..."
2361
  msgstr ""
2362
 
2380
  msgid "Or, send a backup to another site"
2381
  msgstr ""
2382
 
2383
+ #: src/addons/migrator.php:2128, src/admin.php:737
2384
  msgid "Send"
2385
  msgstr ""
2386
 
2387
+ #: src/addons/migrator.php:2122, src/admin.php:728
2388
  msgid "Send to site:"
2389
  msgstr ""
2390
 
2449
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2450
  msgstr ""
2451
 
2452
+ #: src/admin.php:726
2453
  msgid "Resetting..."
2454
  msgstr ""
2455
 
2456
+ #: src/addons/migrator.php:2431, src/admin.php:725
2457
  msgid "Add site"
2458
  msgstr ""
2459
 
2460
+ #: src/admin.php:724
2461
  msgid "Adding..."
2462
  msgstr ""
2463
 
2493
  msgid "To restore using any of the backup sets below, press the button."
2494
  msgstr ""
2495
 
2496
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2497
  msgid "You have made changes to your settings, and not saved."
2498
  msgstr ""
2499
 
2500
+ #: src/addons/onedrive.php:1164
2501
  msgid "N.B. %s is not case-sensitive."
2502
  msgstr ""
2503
 
2504
+ #: src/addons/onedrive.php:1154
2505
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2506
  msgstr ""
2507
 
2508
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2509
+ #: src/addons/onedrive.php:1127
2510
  msgid "For longer help, including screenshots, follow this link."
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:1120
2514
  msgid "Create OneDrive credentials in your OneDrive developer console."
2515
  msgstr ""
2516
 
2517
+ #: src/addons/onedrive.php:1112
2518
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2519
  msgstr ""
2520
 
2522
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2523
  msgstr ""
2524
 
2525
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2526
  msgid "%s authorisation failed:"
2527
  msgstr ""
2528
 
2529
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2530
+ #: src/addons/onedrive.php:1157
2531
  msgid "OneDrive"
2532
  msgstr ""
2533
 
2534
+ #: src/addons/onedrive.php:709
2535
  msgid "Please re-authorize the connection to your %s account."
2536
  msgstr ""
2537
 
2539
  msgid "configure it here"
2540
  msgstr ""
2541
 
2542
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2543
  msgid "To remove the block, please go here."
2544
  msgstr ""
2545
 
2696
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2697
  msgstr ""
2698
 
2699
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2700
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2701
  #: src/udaddons/updraftplus-addons.php:887
2702
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2703
  msgstr ""
2704
 
2705
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2706
  #: src/udaddons/updraftplus-addons.php:887
2707
  msgid "It appears that your web server's IP Address (%s) is blocked."
2708
  msgstr ""
2709
 
2710
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2711
  #: src/udaddons/updraftplus-addons.php:887
2712
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2713
  msgstr ""
2751
  msgid "(at same time as files backup)"
2752
  msgstr ""
2753
 
2754
+ #: src/admin.php:3449
2755
  msgid "No backup has been completed"
2756
  msgstr ""
2757
 
2794
  msgid "or"
2795
  msgstr ""
2796
 
2797
+ #: src/admin.php:710
2798
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2799
  msgstr ""
2800
 
2825
  msgid "Check this box to have a basic report sent to"
2826
  msgstr ""
2827
 
2828
+ #: src/admin.php:3463
2829
  msgctxt "i.e. Non-automatic"
2830
  msgid "Manual"
2831
  msgstr ""
2843
  msgid "Any other file/directory on your server that you wish to back up"
2844
  msgstr ""
2845
 
2846
+ #: src/admin.php:2550
2847
  msgid "For even more features and personal support, check out "
2848
  msgstr ""
2849
 
2852
  msgstr ""
2853
 
2854
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2855
+ #: src/admin.php:715
2856
  msgid "Automatic backup before update"
2857
  msgstr ""
2858
 
2937
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2938
  msgstr ""
2939
 
2940
+ #: src/admin.php:2992, src/admin.php:4092
2941
  msgid "View Log"
2942
  msgstr ""
2943
 
2954
  msgid "and retain this many scheduled backups"
2955
  msgstr ""
2956
 
2957
+ #: src/admin.php:3419
2958
  msgid "incremental backup; base backup: %s"
2959
  msgstr ""
2960
 
2966
  msgid "Upload files into UpdraftPlus."
2967
  msgstr ""
2968
 
2969
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2970
  #: src/templates/wp-admin/settings/tab-status.php:22
2971
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2972
  msgstr ""
2973
 
2974
+ #: src/class-updraftplus.php:4288
2975
  msgid "Backup label:"
2976
  msgstr ""
2977
 
2978
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2979
  msgid "Error: unexpected file read fail"
2980
  msgstr ""
2981
 
3015
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3016
  msgstr ""
3017
 
3018
+ #: src/class-updraftplus.php:4307
3019
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3020
  msgstr ""
3021
 
3022
+ #: src/class-updraftplus.php:4307
3023
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3024
  msgstr ""
3025
 
3056
  msgid "You need to connect to receive future updates to UpdraftPlus."
3057
  msgstr ""
3058
 
3059
+ #: src/class-updraftplus.php:4280
3060
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3061
  msgstr ""
3062
 
3063
+ #: src/class-updraftplus.php:4280
3064
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3065
  msgstr ""
3066
 
3067
+ #: src/class-updraftplus.php:4280
3068
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3069
  msgstr ""
3070
 
3071
+ #: src/class-updraftplus.php:4280
3072
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3073
  msgstr ""
3074
 
3097
  msgid "UpdraftPlus is on social media - check us out!"
3098
  msgstr ""
3099
 
3100
+ #: src/admin.php:4267
3101
  msgid "Why am I seeing this?"
3102
  msgstr ""
3103
 
3109
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3110
  msgstr ""
3111
 
3112
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3113
  msgid "Start backup"
3114
  msgstr ""
3115
 
3116
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3117
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3118
  msgstr ""
3119
 
3120
+ #: src/admin.php:3317
3121
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3122
  msgstr ""
3123
 
3125
  msgid "Unless you have a problem, you can completely ignore everything here."
3126
  msgstr ""
3127
 
3128
+ #: src/admin.php:2236
3129
  msgid "This file could not be uploaded"
3130
  msgstr ""
3131
 
3132
+ #: src/admin.php:2199
3133
  msgid "You will find more information about this in the Settings section."
3134
  msgstr ""
3135
 
3149
  msgid "Memory limit"
3150
  msgstr ""
3151
 
3152
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3153
  msgid "restoration"
3154
  msgstr ""
3155
 
3173
  msgid "Backup succeeded"
3174
  msgstr ""
3175
 
3176
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3177
  #: src/updraftplus.php:99, src/updraftplus.php:100
3178
  msgid "Every %s hours"
3179
  msgstr ""
3228
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3229
  msgstr ""
3230
 
3231
+ #: src/admin.php:3820
3232
  msgid "You have not yet made any backups."
3233
  msgstr ""
3234
 
3248
  msgid "Free disk space in account:"
3249
  msgstr ""
3250
 
3251
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3252
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3253
  msgstr ""
3254
 
3255
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3256
  #: src/includes/deprecated-actions.php:29,
3257
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3258
  #: src/templates/wp-admin/settings/tab-bar.php:6
3263
  msgid "Current Status"
3264
  msgstr ""
3265
 
3266
+ #: src/admin.php:969
3267
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3268
  msgstr ""
3269
 
3270
+ #: src/admin.php:969
3271
  msgid "To make a backup, just press the Backup Now button."
3272
  msgstr ""
3273
 
3274
+ #: src/admin.php:969
3275
  msgid "Welcome to UpdraftPlus!"
3276
  msgstr ""
3277
 
3343
  msgid "user"
3344
  msgstr ""
3345
 
3346
+ #: src/class-updraftplus.php:1866
3347
  msgid "External database (%s)"
3348
  msgstr ""
3349
 
3355
  msgid "failed to access parent folder"
3356
  msgstr ""
3357
 
3358
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3359
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3360
  #: src/methods/googledrive.php:447
3361
  msgid "However, subsequent access attempts failed:"
3362
  msgstr ""
3363
 
3364
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3365
  msgid "External database"
3366
  msgstr ""
3367
 
3393
  msgid "use UpdraftPlus Premium"
3394
  msgstr ""
3395
 
3396
+ #: src/class-updraftplus.php:4131
3397
  msgid "Decryption failed. The database file is encrypted."
3398
  msgstr ""
3399
 
3423
  msgstr ""
3424
 
3425
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3426
+ #: src/addons/onedrive.php:1164
3427
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3428
  msgstr ""
3429
 
3430
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3431
+ #: src/addons/onedrive.php:1164
3432
  msgid "e.g. %s"
3433
  msgstr ""
3434
 
3435
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3436
  msgid "Enter the path of the %s folder you wish to use here."
3437
  msgstr ""
3438
 
3448
  msgid "Tenant"
3449
  msgstr ""
3450
 
3451
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3452
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3453
  msgid "Follow this link for more information"
3454
  msgstr ""
3455
 
3485
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3486
  msgstr ""
3487
 
3488
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3489
  msgid "(You appear to be already authenticated)."
3490
  msgstr ""
3491
 
3493
  msgid "Dropbox"
3494
  msgstr ""
3495
 
3496
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3497
  msgid "Authenticate with %s"
3498
  msgstr ""
3499
 
3524
  msgid "%s error - failed to access the container"
3525
  msgstr ""
3526
 
3527
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3528
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3529
  msgid "Account holder's name: %s."
3530
  msgstr ""
3541
  msgid "<strong>This is NOT a folder name</strong>."
3542
  msgstr ""
3543
 
3544
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3545
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3546
  msgid "Folder"
3547
  msgstr ""
3548
 
3549
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3550
  #: src/methods/googledrive.php:1152
3551
  msgid "%s download: failed: file not found"
3552
  msgstr ""
3590
  msgid "Failed to unpack the archive"
3591
  msgstr ""
3592
 
3593
+ #: src/class-updraftplus.php:1390
3594
  msgid "Error - failed to download the file"
3595
  msgstr ""
3596
 
3614
  msgid "password/key"
3615
  msgstr " الرقم السري/المفتاح"
3616
 
3617
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3618
+ #: src/admin.php:5192
3619
  msgid "Key"
3620
  msgstr "مفتاح"
3621
 
3631
  msgid "SCP/SFTP password/key"
3632
  msgstr "الرقم السري/المفتاح الخاص بـ SCP/SFTP"
3633
 
3634
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3635
  msgid "Files backup (created by %s)"
3636
  msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
3637
 
3638
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3639
  msgid "Files and database WordPress backup (created by %s)"
3640
  msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
3641
 
3642
+ #: src/addons/importer.php:276, src/admin.php:3883,
3643
  #: src/includes/class-backup-history.php:349
3644
  msgid "Backup created by: %s."
3645
  msgstr "ولدت النسخة الإحتياطية من طرف: %s."
3646
 
3647
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3648
  msgid "Database (created by %s)"
3649
  msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
3650
 
3651
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3652
  msgid "unknown source"
3653
  msgstr "مصدر غير معروف"
3654
 
3660
  msgid "Upload backup files"
3661
  msgstr "رفع ملفات النسخة الإحتياطية"
3662
 
3663
+ #: src/admin.php:2251
3664
  msgid "This backup was created by %s, and can be imported."
3665
  msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
3666
 
3667
+ #: src/admin.php:998
3668
  msgid "Read this page for a guide to possible causes and how to fix it."
3669
  msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
3670
 
3671
+ #: src/admin.php:998
3672
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3673
  msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
3674
 
3685
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3686
  msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3687
 
3688
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3689
  #: src/restorer.php:1577
3690
  msgid "Backup created by unknown source (%s) - cannot be restored."
3691
  msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
3745
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3746
  msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
3747
 
3748
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3749
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3750
  msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
3751
 
3752
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3753
  #: src/restorer.php:1608
3754
  msgid "Your hosting company must enable these functions before %s can work."
3755
  msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
3756
 
3757
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3758
  msgid "Your web server's PHP installation has these functions disabled: %s."
3759
  msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
3760
 
3824
  msgid "Dismiss from main dashboard (for %s weeks)"
3825
  msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
3826
 
3827
+ #: src/class-updraftplus.php:4771
3828
  msgid "The attempt to undo the double-compression succeeded."
3829
  msgstr "نجاح محاولة التراجع من الضغط المزدوج"
3830
 
3831
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3832
  msgid "The attempt to undo the double-compression failed."
3833
  msgstr "فشل محاولة التراجع من الضغط المزدوج"
3834
 
3835
+ #: src/class-updraftplus.php:4741
3836
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3837
  msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
3838
 
3856
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3857
  msgstr "لاحظ أن رسائل التحذير استشارية - عملية النسخ الاحتياطي لا تتوقف بالنسبة لهم. بدلا من ذلك، ستوفر لك معلومات قد تجدها مفيدة، أو قد تشير إلى مصدر المشكلة إذا لم تنجح عملية النسخ الاحتياطي."
3858
 
3859
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3860
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3861
  msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبقية، لكن الملف الذي نقوم برفعه حجمه %d بايت متبقية (الحجم الكلي: %d بايت)"
3862
 
3865
  msgid "Errors occurred:"
3866
  msgstr "أخطاء حدثت:"
3867
 
3868
+ #: src/admin.php:4286
3869
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3870
  msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
3871
 
3889
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3890
  msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
3891
 
3892
+ #: src/admin.php:973, src/class-updraftplus.php:875
3893
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3894
  msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
3895
 
3902
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3903
  msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
3904
 
3905
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3906
  msgid "Messages:"
3907
  msgstr "رسائل:"
3908
 
4063
  msgid "Authorisation failed (check your credentials)"
4064
  msgstr "فشل التفويض (راجع معلوماتك)"
4065
 
4066
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4067
  #: src/udaddons/options.php:257
4068
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4069
  msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
4070
 
4071
+ #: src/admin.php:708, src/central/bootstrap.php:561
4072
  msgid "Create"
4073
  msgstr "خلق"
4074
 
4080
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4081
  msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
4082
 
4083
+ #: src/admin.php:680, src/admin.php:4584
4084
  msgid "Error data:"
4085
  msgstr "خطأ بالبيانات:"
4086
 
4087
+ #: src/admin.php:4238
4088
  msgid "Backup does not exist in the backup history"
4089
  msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
4090
 
4091
+ #: src/admin.php:2927
4092
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4093
  msgstr "تثبيت ووردبريس الخاص بك به مجلدات قديمة قبل حالة الإستعادة/الدمج ( معلومات تقنية: بها بادئة -old). يجب أن تضغط على هذا الزر لحذفها بمجرد التحقق من عمل الإستعادة."
4094
 
4128
  msgid "Email reports"
4129
  msgstr "تقارير البريد الإلكتروني"
4130
 
4131
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4132
  msgid "%s checksum: %s"
4133
  msgstr "%s الاختباري:%s"
4134
 
4135
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4136
  msgid "files: %s"
4137
  msgstr "ملفات:%s"
4138
 
4144
  msgid "Debugging information"
4145
  msgstr "معلومات التصحيح"
4146
 
4147
+ #: src/addons/reporting.php:222, src/admin.php:3776
4148
  msgid "Uploaded to:"
4149
  msgstr "تحميلها على:"
4150
 
4185
  msgid "%d errors, %d warnings"
4186
  msgstr "%d الأخطاء، %d تحذيرات"
4187
 
4188
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4189
  #: src/methods/dropbox.php:772
4190
  msgid "%s authentication"
4191
  msgstr "%s مصادقة"
4192
 
4193
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4194
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4195
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4196
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4217
  msgid "Your site's admin email address (%s) will be used."
4218
  msgstr "سيتم استخدام عنوان البريد الإلكتروني الخاص بالمشرف (%s)."
4219
 
4220
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4221
  #: src/methods/updraftvault.php:362
4222
  msgid "Connect"
4223
  msgstr "الإتصال"
4226
  msgid "For more reporting features, use the Reporting add-on."
4227
  msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
4228
 
4229
+ #: src/class-updraftplus.php:4212
4230
  msgid "(version: %s)"
4231
  msgstr "(الإصدار: %s)"
4232
 
4366
  msgid "Reporting"
4367
  msgstr "التقارير"
4368
 
4369
+ #: src/admin.php:5189
4370
  msgid "Options (raw)"
4371
  msgstr "خيارات (الخام)"
4372
 
4386
  msgid "See also the \"More Files\" add-on from our shop."
4387
  msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
4388
 
4389
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4390
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4391
  msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
4392
 
4393
+ #: src/class-updraftplus.php:872
4394
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4395
  msgstr "كمية مقدار الذاكرة (RAM) المسموحة ل PHP قليلة جدا (%s ميجابايت) - يجب عليك زيادتها لتفادى مشاكل قلة الذاكرة (تحدث مع الاستضافة الخاصة بك لمزيد من المساعدة)"
4396
 
4466
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4467
  msgstr "انت حاليا <strong>متصل</strong> بحسابك فى UpdraftPlus.Com."
4468
 
4469
+ #: src/admin.php:2727
4470
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4471
  msgstr "هل ترغب فى معرفة المزيد عن تأمين كلمة السر فى UpdraftPlus.Com؟ اقرأ عنها هنا."
4472
 
4534
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4535
  msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
4536
 
4537
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4538
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4539
  msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
4540
 
4563
  msgid "You can send a backup to more than one destination with an add-on."
4564
  msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
4565
 
4566
+ #: src/admin.php:3150
4567
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4568
  msgstr "ملاحظة: يستند شريط التقدم أدناه على مراحل، وليس الوقت. لا توقف عملية النسخ الأحتياطى لمجرد أنه يبدو أنه قد بقي في نفس المكان لفترة من الوقت - - وهذا طبيعي."
4569
 
4570
+ #: src/admin.php:3049
4571
  msgid "(%s%%, file %s of %s)"
4572
  msgstr "(%s%%, ملف %s من%s)"
4573
 
4604
  msgid "Backup is of: %s."
4605
  msgstr "النسخ الأحتياطى من: %s"
4606
 
4607
+ #: src/admin.php:757
4608
  msgid "%s settings test result:"
4609
  msgstr "اعدادات نتيجة اختبار %s"
4610
 
4611
+ #: src/admin.php:3951, src/admin.php:3953
4612
  msgid "(Not finished)"
4613
  msgstr "(غير منتهي)"
4614
 
4615
+ #: src/admin.php:3953
4616
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4617
  msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
4618
 
4624
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4625
  msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
4626
 
4627
+ #: src/admin.php:3145
4628
  msgid "Job ID: %s"
4629
  msgstr "رقم الوظيفة: %s"
4630
 
4631
+ #: src/admin.php:3130
4632
  msgid "last activity: %ss ago"
4633
  msgstr "آخر نشاط: منذ %ss"
4634
 
4635
+ #: src/admin.php:3129
4636
  msgid "next resumption: %d (after %ss)"
4637
  msgstr "الاستئناف التالي: %d (بعد %ss)"
4638
 
4639
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4640
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4641
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4642
  msgid "Unknown"
4643
  msgstr "غير معروف"
4644
 
4645
+ #: src/admin.php:3063
4646
  msgid "Backup finished"
4647
  msgstr "الانتهاء من النسخ الاحتياطي"
4648
 
4649
+ #: src/admin.php:3058
4650
  msgid "Waiting until scheduled time to retry because of errors"
4651
  msgstr "برجاء الأنتظار حتى الوقت المحدد لأعادة المحاولة بسبب الأخطاء"
4652
 
4653
+ #: src/admin.php:3054
4654
  msgid "Pruning old backup sets"
4655
  msgstr "تلقيم مجموعات النسخ الاحتياطي القديم"
4656
 
4657
+ #: src/admin.php:3042
4658
  msgid "Uploading files to remote storage"
4659
  msgstr "تحميل الملفات للمخزن البعيد"
4660
 
4661
+ #: src/admin.php:3110
4662
  msgid "Encrypted database"
4663
  msgstr "قاعدة بيانات مشفرة"
4664
 
4665
+ #: src/admin.php:3102
4666
  msgid "Encrypting database"
4667
  msgstr "تشفير قاعدة البيانات"
4668
 
4669
+ #: src/admin.php:3076
4670
  msgid "Created database backup"
4671
  msgstr "تم انشاء النسخ الاحتياطى لقاعدة البيانات"
4672
 
4673
+ #: src/admin.php:3089
4674
  msgid "table: %s"
4675
  msgstr "الجدول: %s"
4676
 
4677
+ #: src/admin.php:3087
4678
  msgid "Creating database backup"
4679
  msgstr "انشاء النسخ الاحتياطى لقاعدة البيانات"
4680
 
4681
+ #: src/admin.php:3037
4682
  msgid "Created file backup zips"
4683
  msgstr "تم انشاء ملف النسخ الاحتياطى zips"
4684
 
4685
+ #: src/admin.php:3024
4686
  msgid "Creating file backup zips"
4687
  msgstr "انشاء ملف النسخ الاحتياطى zips"
4688
 
4689
+ #: src/admin.php:3019
4690
  msgid "Backup begun"
4691
  msgstr "بدأ النسخ الاحتياطى"
4692
 
4693
+ #: src/admin.php:2852
4694
  msgid "Backups in progress:"
4695
  msgstr "تقدم النسخ الأحتياطى:"
4696
 
4697
+ #: src/admin.php:977
4698
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4699
  msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
4700
 
4710
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4711
  msgstr "UpdraftPlus يحتاج لأنشاء %s فى دليل محتوى موقعك, لكنة فشل - من فضلك قم بالتحقق من الصلاحيات وقم بتفعيلها (%s)"
4712
 
4713
+ #: src/class-updraftplus.php:2969
4714
  msgid "The backup has not finished; a resumption is scheduled"
4715
  msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
4716
 
4717
+ #: src/class-updraftplus.php:2152
4718
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4719
  msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
4720
 
4721
+ #: src/addons/onedrive.php:1017,
4722
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4723
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4724
  msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
4725
 
4726
+ #: src/admin.php:2577
4727
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4728
  msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
4729
 
4730
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4731
  msgid "Proceed with update"
4732
  msgstr "المضي قدما مع التحديث"
4733
 
4803
  msgid "Support"
4804
  msgstr "الدعم"
4805
 
4806
+ #: src/class-updraftplus.php:4520
4807
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4808
  msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
4809
 
4810
+ #: src/class-updraftplus.php:4512
4811
  msgid "This database backup is missing core WordPress tables: %s"
4812
  msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
4813
 
4814
+ #: src/class-updraftplus.php:4273
4815
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4816
  msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
4817
 
4818
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4819
  msgid "%s version: %s"
4820
  msgstr "%s النسخة: %s"
4821
 
4822
+ #: src/class-updraftplus.php:4148
4823
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4824
  msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
4825
 
4826
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4827
  #: src/includes/updraftplus-notices.php:171
4828
  msgid "Be safe with an automatic backup"
4829
  msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
4830
 
4831
+ #: src/admin.php:2530
4832
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4833
  msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
4834
 
4876
  msgid "Delete from your web server"
4877
  msgstr "حذف من خادم الويب الخاص بك"
4878
 
4879
+ #: src/admin.php:3923
4880
  msgid "You appear to be missing one or more archives from this multi-archive set."
4881
  msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
4882
 
4883
+ #: src/admin.php:3920
4884
  msgid "(%d archive(s) in set)."
4885
  msgstr "(%d الأرشيف(s) in set)."
4886
 
4900
  msgid "Error: the server sent an empty response."
4901
  msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
4902
 
4903
+ #: src/admin.php:2265
4904
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4905
  msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
4906
 
4936
  msgid "No such backup set exists"
4937
  msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
4938
 
4939
+ #: src/admin.php:1394
4940
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4941
  msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
4942
 
4952
  msgid "WordPress root directory server path: %s"
4953
  msgstr "مسار جذر الوردبريس فى الخادم: %s"
4954
 
4955
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4956
  msgid "%s end-point"
4957
  msgstr "نقطة النهاية %s "
4958
 
4965
  msgid "S3 (Compatible)"
4966
  msgstr "S3 (متوافق)"
4967
 
4968
+ #: src/admin.php:1304
4969
  msgid "File is not locally present - needs retrieving from remote storage"
4970
  msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
4971
 
4972
+ #: src/admin.php:4435
4973
  msgid "Looking for %s archive: file name: %s"
4974
  msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
4975
 
4976
+ #: src/admin.php:4396
4977
  msgid "Final checks"
4978
  msgstr "الفحوصات النهائية"
4979
 
4985
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4986
  msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
4987
 
4988
+ #: src/admin.php:3557
4989
  msgid "Your wp-content directory server path: %s"
4990
  msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
4991
 
5001
  msgid "Processing files - please wait..."
5002
  msgstr "تجهيز الملفات - يرجى الأنتظار..."
5003
 
 
 
 
 
 
5004
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
5005
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
5006
  msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
5007
 
5008
+ #: src/class-updraftplus.php:4156
5009
  msgid "Failed to open database file."
5010
  msgstr "فشل فى فتح ملف قاعدة البيانات."
5011
 
5012
+ #: src/admin.php:5154
5013
  msgid "Known backups (raw)"
5014
  msgstr "النسخ الأحتياطى المعروفة (الخام)"
5015
 
5021
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5022
  msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيير لMYISAM."
5023
 
5024
+ #: src/admin.php:4455
5025
  msgid "file is size:"
5026
  msgstr "حجم الملف:"
5027
 
5028
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5029
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5030
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5031
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5032
  msgid "Go here for more information."
5033
  msgstr "اذهب هنا لمزيد من المعلومات."
5034
 
5036
  msgid "Some files are still downloading or being processed - please wait."
5037
  msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
5038
 
5039
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5040
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5041
  msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
5042
 
5092
  msgid "%s error - failed to upload file"
5093
  msgstr "خطأ %s - فشل فى ارسال الملف"
5094
 
5095
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5096
  msgid "%s error - failed to re-assemble chunks"
5097
  msgstr "خطأ %s - فشل فى اعادة تجميع الأجزاء"
5098
 
5107
  msgstr "المصادقة فشلت %s"
5108
 
5109
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5110
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5111
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5112
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5113
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5114
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5115
  #: src/methods/s3.php:341
5116
  msgid "Error: %s"
5117
  msgstr "خطأ: %s"
5118
 
5119
+ #: src/admin.php:3482
5120
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5121
  msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
5122
 
5123
+ #: src/admin.php:3480
5124
  msgid "Backup directory specified does <b>not</b> exist."
5125
  msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
5126
 
5127
+ #: src/admin.php:3157, src/admin.php:3431
5128
  msgid "Warning: %s"
5129
  msgstr "تحذير: %s"
5130
 
5152
  msgid "Warnings encountered:"
5153
  msgstr "مصادفة تحذيرات:"
5154
 
5155
+ #: src/class-updraftplus.php:2957
5156
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5157
  msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
5158
 
5159
+ #: src/class-updraftplus.php:901
5160
  msgid "Your free disk space is very low - only %s Mb remain"
5161
  msgstr "المساحة الحرة على القرص الخاص بك منخفضة جدا - فقط متبقى %s ميجابايت"
5162
 
5208
  msgid "Please supply the requested information, and then continue."
5209
  msgstr "يرجى تقديم المعلومات المطلوبة, ومن ثم الاستمرار."
5210
 
5211
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5212
  msgid "Site information:"
5213
  msgstr "معلومات عن الموقع:"
5214
 
5216
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5217
  msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
5218
 
5219
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5220
  msgid "Warning:"
5221
  msgstr "تحذير:"
5222
 
5223
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5224
  #: src/restorer.php:184
5225
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5226
  msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
5227
 
5228
+ #: src/admin.php:4423
5229
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5230
  msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
5231
 
5232
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5233
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5234
  msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
5235
 
5236
+ #: src/admin.php:712
5237
  msgid "Close"
5238
  msgstr "اغلق"
5239
 
5284
  msgid "Also delete from remote storage"
5285
  msgstr "حذف ايضاً من التخزين البعيد"
5286
 
5287
+ #: src/admin.php:2879
5288
  msgid "Latest UpdraftPlus.com news:"
5289
  msgstr "اخر اخبار UpdraftPlus.com:"
5290
 
5301
  msgid "News"
5302
  msgstr "اخبار"
5303
 
5304
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5305
  msgid "Backup set not found"
5306
  msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
5307
 
5323
  msgid "Blog link"
5324
  msgstr "رابط المدونة"
5325
 
5326
+ #: src/admin.php:756
5327
  msgid "Testing %s Settings..."
5328
  msgstr "اختبار اعدادات %s ..."
5329
 
5331
  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."
5332
  msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
5333
 
5334
+ #: src/admin.php:993
5335
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5336
  msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
5337
 
5338
+ #: src/admin.php:993
5339
  msgid "Notice"
5340
  msgstr "لاحظ"
5341
 
5533
  msgid "WordPress Core"
5534
  msgstr "لب الووردبريس"
5535
 
5536
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5537
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5538
  msgstr "فشل: لم نكن قادرين على وضع ملف في هذا الدليل - يرجى مراجعة بيانات الاعتماد الخاصة بك."
5539
 
5540
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5541
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5542
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5543
+ #: src/methods/stream-base.php:356
5544
  msgid "Failed"
5545
  msgstr "فشل"
5546
 
5595
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5596
  msgstr "إذا كنت تريد تشفير (على سبيل المثال كنت تخزن بيانات الأعمال الحساسة)، فهناك اضافة متاحة لهذا الغرض."
5597
 
5598
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5599
  msgid "Your %s account name: %s"
5600
  msgstr "اسم الحساب %s الخاص بك: %s"
5601
 
5759
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5760
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5761
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5762
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5763
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5764
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5765
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5801
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5802
  msgstr "احصل على مفتاح API <a href=\"https://mycloud.rackspace.com/\">من خدمة Rackspace Cloud </a> (يمكن قراءة التعليمات <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">هنا</a>)، ثم قم باختيار اسم حاوية لإستخدام مساحة التخزين. سيتم خلق هذه الحاوية ان لم تكن موجودو مسبقا."
5803
 
5804
+ #: src/admin.php:755, src/methods/backup-module.php:315
5805
  msgid "Test %s Settings"
5806
  msgstr "اختبار %s الإعدادات"
5807
 
5808
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5809
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5810
  msgid "Error opening local file: Failed to download"
5811
  msgstr "خطأ في فتح ملف محلي: فشل التحميل"
5822
  msgstr "%s خطأ: فشل في تحميل"
5823
 
5824
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5825
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5826
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5827
  msgid "%s Error: Failed to open local file"
5828
  msgstr "%s خطأ: فشل في فتح ملف محلي"
5843
  msgid "Authenticate with Google"
5844
  msgstr "المصادقة مع جوجل"
5845
 
5846
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5847
  #: src/methods/googledrive.php:1226
5848
  msgid "Client Secret"
5849
  msgstr "سر العميل"
5852
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5853
  msgstr "اذا أظهر لك جوجل في وقت لاحق لك رسالة \"invalid_client\"، إذا فأنت لم تقم بإدخال معرف عميل صالح هنا."
5854
 
5855
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5856
  #: src/methods/googledrive.php:1222
5857
  msgid "Client ID"
5858
  msgstr "معرف العميل"
5890
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5891
  msgstr "لم تتمكن بعد من الحصول على رمز من جوجل - يتوجب عليك أن تصادق أو تعيد المصادقة مع خدمة جوجل درايف."
5892
 
5893
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5894
  #: src/methods/googledrive.php:467
5895
  msgid "you have authenticated your %s account."
5896
  msgstr "لديك حساب %s مصادق عليه."
5897
 
5898
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5899
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5900
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5901
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5902
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5903
  msgid "Success"
5904
  msgstr "نجاح"
5905
 
5906
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5907
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5908
  msgid "Your %s quota usage: %s %% used, %s available"
5909
  msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
5935
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5936
  msgstr "تحتاج إلى إعادة المصادقة مع %s، معلومات الاعتماد الموجودة لديك لا تعمل."
5937
 
5938
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5939
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5940
  #: src/restorer.php:2437, src/restorer.php:2542
5941
  msgid "OK"
5942
  msgstr "حسنا"
5953
  msgid "will restore as:"
5954
  msgstr "إستعادة على النحو التالي:"
5955
 
5956
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5957
  #: src/restorer.php:1896, src/restorer.php:1922
5958
  msgid "Old table prefix:"
5959
  msgstr "بادئة الجدول القديمة:"
5960
 
5961
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5962
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5963
  msgid "Backup of:"
5964
  msgstr "نسخة احتياطية لـ:"
5965
 
6031
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6032
  msgstr "UpdraftPlus لا يمكنه استرجاع هذا النوع بشكل مباشر. يمكنك استرجاعه بشكل يدوي."
6033
 
6034
+ #: src/admin.php:4461, src/admin.php:4462
6035
  msgid "Could not find one of the files for restoration"
6036
  msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
6037
 
6038
+ #: src/admin.php:4576
6039
  msgid "Error message"
6040
  msgstr "رسالة الخطأ"
6041
 
6042
+ #: src/admin.php:4458
6043
  msgid "The backup records do not contain information about the proper size of this file."
6044
  msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
6045
 
6046
+ #: src/admin.php:4450
6047
  msgid "Archive is expected to be size:"
6048
  msgstr "من المتوقع أن يكون حجم الأرشيف:"
6049
 
6050
+ #: src/admin.php:4330
6051
  msgid "If making a request for support, please include this information:"
6052
  msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
6053
 
6054
+ #: src/admin.php:4329
6055
  msgid "ABORT: Could not find the information on which entities to restore."
6056
  msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
6057
 
6058
+ #: src/admin.php:4284
6059
  msgid "UpdraftPlus Restoration: Progress"
6060
  msgstr "استرجاع UpdraftPlus: تقدم"
6061
 
6062
+ #: src/admin.php:4237
6063
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6064
  msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
6065
 
6066
+ #: src/admin.php:3981
6067
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6068
  msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
6069
 
6070
+ #: src/admin.php:4082
6071
  msgid "Delete this backup set"
6072
  msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
6073
 
6074
+ #: src/admin.php:3641
6075
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6076
  msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
6077
 
6078
+ #: src/admin.php:3638
6079
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6080
  msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
6081
 
6082
+ #: src/admin.php:3636
6083
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6084
  msgstr ""
6085
 
6120
  msgid "Use the server's SSL certificates"
6121
  msgstr "استخدام شهادات SSL للملقم"
6122
 
6123
+ #: src/admin.php:3484
6124
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6125
  msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
6126
 
6127
+ #: src/admin.php:3484
6128
  msgid "click here"
6129
  msgstr "انقر هنا"
6130
 
6131
+ #: src/admin.php:3484
6132
  msgid "or, to reset this option"
6133
  msgstr "أو، لإعادة هذا الخيار"
6134
 
6135
+ #: src/admin.php:3484
6136
  msgid "Follow this link to attempt to create the directory and set the permissions"
6137
  msgstr ""
6138
 
6139
+ #: src/admin.php:3476
6140
  msgid "Backup directory specified is writable, which is good."
6141
  msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
6142
 
6176
  msgid "Cancel"
6177
  msgstr "إلغاء"
6178
 
6179
+ #: src/addons/reporting.php:244, src/admin.php:3788
6180
  msgid "None"
6181
  msgstr "لا شيء"
6182
 
6201
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6202
  msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
6203
 
6204
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6205
  msgid "Exclude these:"
6206
  msgstr "استبعاد هذه:"
6207
 
6208
+ #: src/admin.php:3557
6209
  msgid "Any other directories found inside wp-content"
6210
  msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
6211
 
6221
  msgid "To fix the time at which a backup should take place,"
6222
  msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
6223
 
6224
+ #: src/admin.php:3470
6225
  msgid "Monthly"
6226
  msgstr "شهريا"
6227
 
6228
+ #: src/admin.php:3469
6229
  msgid "Fortnightly"
6230
  msgstr "نصف شهري"
6231
 
6232
+ #: src/admin.php:3468
6233
  msgid "Weekly"
6234
  msgstr "أسبوعيا"
6235
 
6236
+ #: src/admin.php:3467
6237
  msgid "Daily"
6238
  msgstr "يوميا"
6239
 
6240
+ #: src/admin.php:714, src/admin.php:3445
6241
  msgid "Download log file"
6242
  msgstr "تحميل ملف السجل"
6243
 
6244
+ #: src/admin.php:3317
6245
  msgid "The folder exists, but your webserver does not have permission to write to it."
6246
  msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
6247
 
6248
+ #: src/admin.php:3312
6249
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6250
  msgstr "تم خلق المجلد، لكن يتوجب علينا تغيير أذوناته لـ 777 (قابل للكتابة) لنتمكن من الكتابة عليه. يجب عليك التحقق من قابلية هذه العملية مع خدمة الإستضافة الخاصة بك."
6251
 
6252
+ #: src/admin.php:3298
6253
  msgid "The request to the filesystem to create the directory failed."
6254
  msgstr "فشل الطلب إلى نظام الملفات لإنشاء الدليل."
6255
 
6256
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6257
+ #: src/admin.php:3243, src/admin.php:4082,
6258
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6259
  msgid "Delete"
6260
  msgstr "حذف"
6261
 
6262
+ #: src/admin.php:3148
6263
  msgid "show log"
6264
  msgstr "عرض السجل"
6265
 
6375
  msgid "Do read this helpful article of useful things to know before restoring."
6376
  msgstr "قم بقراءة هذا المقال المليئ بالأشياء المفيدة لتعلمها قبل الإستعادة."
6377
 
6378
+ #: src/class-updraftplus.php:4246
6379
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6380
  msgstr "يمكنك البحث واستبدال قاعدة البيانات (لدمج موقع مع رابط رابط أو دومين جديد) باستخدام إضافة الدمج - اتبع هذا الرابط لمزيد من المعلومات."
6381
 
6430
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6431
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6432
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6433
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6434
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6435
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6436
  msgid "Error:"
6481
  msgid "More tasks:"
6482
  msgstr "المزيد من المهام:"
6483
 
6484
+ #: src/admin.php:2906
6485
  msgid "Download most recently modified log file"
6486
  msgstr "تحميل ملف السجل المعدل مؤخرا"
6487
 
6488
+ #: src/central/bootstrap.php:186
6489
  msgid "(Nothing yet logged)"
6490
  msgstr "(لا شيء حتى الآن تم تسجيله)"
6491
 
6492
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6493
+ #: src/admin.php:2861, src/admin.php:2866
6494
  msgid "Last log message"
6495
  msgstr "رسالة السجل الأخيرة"
6496
 
6497
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6498
  #: src/templates/wp-admin/settings/tab-status.php:30
6499
  msgid "Restore"
6500
  msgstr "الإستعادة"
6505
  msgstr "النسخ الاحتياطي الآن"
6506
 
6507
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6508
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6509
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6510
  #: src/includes/class-wpadmin-commands.php:147,
6511
  #: src/includes/class-wpadmin-commands.php:507,
6512
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6514
  msgid "Database"
6515
  msgstr "قاعدة بيانات"
6516
 
6517
+ #: src/admin.php:311, src/admin.php:5161
6518
  msgid "Files"
6519
  msgstr "ملفات"
6520
 
6542
  msgid "JavaScript warning"
6543
  msgstr "تحذير جافا سكريبت"
6544
 
6545
+ #: src/admin.php:692, src/admin.php:2933
6546
  msgid "Delete Old Directories"
6547
  msgstr "حذف الدلائل القديمة"
6548
 
6549
+ #: src/admin.php:2577
6550
  msgid "Current limit is:"
6551
  msgstr "الحد الحالي هو:"
6552
 
6553
+ #: src/admin.php:2552
6554
  msgid "Your backup has been restored."
6555
  msgstr "تمت استعادة النسخ الاحتياطي."
6556
 
6562
  msgid "Lead developer's homepage"
6563
  msgstr "الولوج لموقع المطور"
6564
 
6565
+ #: src/central/bootstrap.php:505
6566
  msgid "UpdraftPlus.Com"
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:5053
6570
  msgid "Your settings have been wiped."
6571
  msgstr "تم القضاء على الإعدادات الخاصة بك."
6572
 
6573
+ #: src/admin.php:2512
6574
  msgid "Backup directory successfully created."
6575
  msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
6576
 
6577
+ #: src/admin.php:2505
6578
  msgid "Backup directory could not be created"
6579
  msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
6580
 
6581
+ #: src/admin.php:3180
6582
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6583
  msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
6584
 
6585
+ #: src/admin.php:3178
6586
  msgid "Old directories successfully removed."
6587
  msgstr "تم إزالة الدلائل القديمة بنجاح."
6588
 
6589
+ #: src/admin.php:3175, src/admin.php:3175
6590
  msgid "Remove old directories"
6591
  msgstr "إزالة الدلائل القديمة"
6592
 
6593
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6594
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6595
+ #: src/admin.php:2514, src/admin.php:3182
6596
  msgid "Return to UpdraftPlus Configuration"
6597
  msgstr "العودة إلى اعدادات UpdraftPlus"
6598
 
6599
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6600
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6601
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6602
  msgid "Actions"
6603
  msgstr "الإجراءات"
6604
 
6605
+ #: src/admin.php:2357
6606
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6607
  msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
6608
 
6609
+ #: src/admin.php:2257
6610
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6611
  msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
6612
 
6613
+ #: src/admin.php:2153
6614
  msgid "No local copy present."
6615
  msgstr "لا نسخة محلية متوفرة."
6616
 
6617
+ #: src/admin.php:2150
6618
  msgid "Download in progress"
6619
  msgstr "التحميل في تقدم"
6620
 
6621
+ #: src/admin.php:684, src/admin.php:2139
6622
  msgid "File ready."
6623
  msgstr "ملف جاهز."
6624
 
6625
+ #: src/admin.php:2120
6626
  msgid "Download failed"
6627
  msgstr "فشل تحميل"
6628
 
6629
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6630
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6631
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6632
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6633
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6635
  msgid "Error"
6636
  msgstr "خطأ"
6637
 
6638
+ #: src/admin.php:1922
6639
  msgid "Could not find that job - perhaps it has already finished?"
6640
  msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
6641
 
6642
+ #: src/admin.php:1914
6643
  msgid "Job deleted"
6644
  msgstr "وظيفة حذفت"
6645
 
6646
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6647
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6648
  msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
6649
 
6650
+ #: src/admin.php:758
6651
  msgid "Nothing yet logged"
6652
  msgstr "لا شيء حتى الآن تم تسجيله"
6653
 
6654
+ #: src/admin.php:989
6655
  msgid "Please consult this FAQ if you have problems backing up."
6656
  msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
6657
 
6658
+ #: src/admin.php:989
6659
  msgid "Your website is hosted using the %s web server."
6660
  msgstr "موقعك يستخدم %s من خادم الويب."
6661
 
6662
+ #: src/admin.php:985
6663
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6664
  msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
6665
 
6666
+ #: src/admin.php:981
6667
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6668
  msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
6669
 
6670
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6671
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6672
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6673
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6674
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6675
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6679
  msgid "Warning"
6680
  msgstr "تحذير"
6681
 
6682
+ #: src/admin.php:919
6683
  msgid "Add-Ons / Pro Support"
6684
  msgstr "إضافات / الدعم المدفوع"
6685
 
6686
+ #: src/admin.php:548, src/admin.php:917,
6687
  #: src/templates/wp-admin/settings/tab-bar.php:7
6688
  msgid "Settings"
6689
  msgstr "إعدادات"
6704
  msgid "Like UpdraftPlus and can spare one minute?"
6705
  msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
6706
 
6707
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6708
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6709
  msgid "File not found"
6710
  msgstr "لم يتم العثور على ملف"
6711
 
6712
+ #: src/class-updraftplus.php:3909
6713
  msgid "The decryption key used:"
6714
  msgstr "مفتاح فك التشفير المستخدم:"
6715
 
6716
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6717
  #: src/restorer.php:422
6718
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6719
  msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
6720
 
6721
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6722
  #: src/restorer.php:409
6723
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6724
  msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
6727
  msgid "Could not open the backup file for writing"
6728
  msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
6729
 
6730
+ #: src/class-updraftplus.php:3495
6731
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6732
  msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
6733
 
6734
+ #: src/class-updraftplus.php:3456
6735
  msgid "Could not read the directory"
6736
  msgstr "لا يمكن قراءة الدليل"
6737
 
6738
+ #: src/admin.php:2199, src/backup.php:1323
6739
  msgid "Backup directory (%s) is not writable, or does not exist."
6740
  msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
6741
 
6743
  msgid "WordPress backup is complete"
6744
  msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
6745
 
6746
+ #: src/class-updraftplus.php:2966
6747
  msgid "The backup attempt has finished, apparently unsuccessfully"
6748
  msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
6749
 
6750
+ #: src/class-updraftplus.php:2951
6751
  msgid "The backup apparently succeeded and is now complete"
6752
  msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
6753
 
6755
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6756
  msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
6757
 
6758
+ #: src/class-updraftplus.php:2654
6759
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6760
  msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
6761
 
6762
+ #: src/class-updraftplus.php:1931
6763
  msgid "Others"
6764
  msgstr "أخرى"
6765
 
6766
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6767
  msgid "Uploads"
6768
  msgstr "الملفات المرفوعة"
6769
 
6770
+ #: src/class-updraftplus.php:1915
6771
  msgid "Themes"
6772
  msgstr "تصاميم"
6773
 
6774
+ #: src/class-updraftplus.php:1914
6775
  msgid "Plugins"
6776
  msgstr "الإضافات"
6777
 
6778
+ #: src/class-updraftplus.php:627
6779
  msgid "No log files were found."
6780
  msgstr "لا توجد ملفات السجل."
6781
 
6782
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6783
  msgid "The log file could not be read."
6784
  msgstr "لا يمكن قراءة ملف السجل."
6785
 
6786
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6787
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6788
+ #: src/class-updraftplus.php:632
6789
  msgid "UpdraftPlus notice:"
6790
  msgstr "إشعار UpdraftPlus :"
6791
 
languages/updraftplus-bg_BG.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: bg\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -221,15 +253,15 @@ msgid_plural "Requested table collations (%1$s) are not present - changing to %2
221
  msgstr[0] ""
222
  msgstr[1] ""
223
 
224
- #: src/class-updraftplus.php:4436
225
  msgid "Your chosen replacement collation"
226
  msgstr ""
227
 
228
- #: src/class-updraftplus.php:4413
229
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
230
  msgstr ""
231
 
232
- #: src/class-updraftplus.php:4413
233
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
234
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
235
  msgstr[0] ""
@@ -267,23 +299,23 @@ msgstr ""
267
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
268
  msgstr ""
269
 
270
- #: src/central/bootstrap.php:519
271
  msgid "URL for the site of your UpdraftCentral dashboard"
272
  msgstr ""
273
 
274
- #: src/central/bootstrap.php:517
275
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
276
  msgstr ""
277
 
278
- #: src/central/bootstrap.php:514
279
  msgid "A website where you have installed %s"
280
  msgstr ""
281
 
282
- #: src/central/bootstrap.php:512
283
  msgid "Self-hosted dashboard"
284
  msgstr ""
285
 
286
- #: src/central/bootstrap.php:254
287
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
288
  msgstr ""
289
 
@@ -297,65 +329,65 @@ msgstr[1] ""
297
  msgid "Requested table character set (%s) is not present - changing to %s."
298
  msgstr ""
299
 
300
- #: src/class-updraftplus.php:4389
301
  msgid "Your chosen character set to use instead:"
302
  msgstr ""
303
 
304
- #: src/class-updraftplus.php:4379
305
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
306
  msgstr ""
307
 
308
- #: src/class-updraftplus.php:4379
309
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
310
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
311
  msgstr[0] ""
312
  msgstr[1] ""
313
 
314
- #: src/central/bootstrap.php:597
315
  msgid "Create another key"
316
  msgstr "Създай друг ключ"
317
 
318
- #: src/central/bootstrap.php:526
319
  msgid "UpdraftCentral dashboard connection details"
320
  msgstr ""
321
 
322
- #: src/central/bootstrap.php:520
323
  msgid "Next"
324
  msgstr "Следващ"
325
 
326
- #: src/central/bootstrap.php:506
327
  msgid "an account"
328
  msgstr ""
329
 
330
- #: src/central/bootstrap.php:506
331
  msgid "i.e. if you have %s there"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:495
335
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:469
339
  msgid "Manage existing keys (%d)..."
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:419
343
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:256
347
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:254
351
  msgid "Detailed instructions for this can be found at %s"
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:254
355
  msgid "You now need to copy the key below and enter it at your %s."
356
  msgstr ""
357
 
358
- #: src/admin.php:778
359
  msgid "Please enter a valid URL e.g http://example.com"
360
  msgstr "Моля въведете валиден адрес - пример http://example.com"
361
 
@@ -395,23 +427,23 @@ msgstr "Ключ за Акаунта"
395
  msgid "Account ID"
396
  msgstr "Акаунт ID"
397
 
398
- #: src/class-updraftplus.php:4221
399
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
400
  msgstr ""
401
 
402
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
403
  msgid "the migrator add-on"
404
  msgstr ""
405
 
406
- #: src/class-updraftplus.php:4219
407
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
408
  msgstr ""
409
 
410
- #: src/class-updraftplus.php:4217
411
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4212
415
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
416
  msgstr ""
417
 
@@ -427,19 +459,19 @@ msgstr ""
427
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
428
  msgstr ""
429
 
430
- #: src/admin.php:759
431
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
432
  msgstr ""
433
 
434
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
435
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
436
- #: src/class-updraftplus.php:2452
437
  msgid "A PHP fatal error (%s) has occurred: %s"
438
  msgstr ""
439
 
440
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
441
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
442
- #: src/class-updraftplus.php:2445
443
  msgid "A PHP exception (%s) has occurred: %s"
444
  msgstr ""
445
 
@@ -495,11 +527,11 @@ msgstr ""
495
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
496
  msgstr ""
497
 
498
- #: src/admin.php:4995
499
  msgid "Value"
500
  msgstr ""
501
 
502
- #: src/admin.php:1721
503
  msgid "Did not know how to delete from this cloud service."
504
  msgstr ""
505
 
@@ -511,7 +543,7 @@ msgstr ""
511
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
512
  msgstr ""
513
 
514
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
515
  msgid "Stored at: %s"
516
  msgstr ""
517
 
@@ -519,11 +551,11 @@ msgstr ""
519
  msgid "Cloud Files"
520
  msgstr ""
521
 
522
- #: src/admin.php:4740
523
  msgid "Your settings failed to save. Please refresh the settings page and try again"
524
  msgstr ""
525
 
526
- #: src/admin.php:4699
527
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
528
  msgstr ""
529
 
@@ -540,39 +572,39 @@ msgstr ""
540
  msgid "Extra database"
541
  msgstr ""
542
 
543
- #: src/admin.php:3909
544
  msgid "Press here to download or browse"
545
  msgstr ""
546
 
547
- #: src/admin.php:1158, src/admin.php:1168
548
  msgid "Error: invalid path"
549
  msgstr ""
550
 
551
- #: src/admin.php:955
552
  msgid "An error occurred when fetching storage module options: "
553
  msgstr ""
554
 
555
- #: src/admin.php:775
556
  msgid "Loading log file"
557
  msgstr ""
558
 
559
- #: src/admin.php:774
560
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
561
  msgstr ""
562
 
563
- #: src/admin.php:773
564
  msgid "Search"
565
  msgstr ""
566
 
567
- #: src/admin.php:772
568
  msgid "Select a file to view information about it"
569
  msgstr ""
570
 
571
- #: src/admin.php:771
572
  msgid "Browsing zip file"
573
  msgstr ""
574
 
575
- #: src/admin.php:740
576
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
577
  msgstr ""
578
 
@@ -584,43 +616,43 @@ msgstr ""
584
  msgid "Skipped tables:"
585
  msgstr ""
586
 
587
- #: src/class-updraftplus.php:4501
588
  msgid "This database backup has the following WordPress tables excluded: %s"
589
  msgstr ""
590
 
591
- #: src/admin.php:2804
592
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
593
  msgstr ""
594
 
595
- #: src/admin.php:2804
596
  msgid "All WordPress tables will be backed up."
597
  msgstr ""
598
 
599
- #: src/admin.php:770
600
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
601
  msgstr ""
602
 
603
- #: src/admin.php:770
604
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
605
  msgstr ""
606
 
607
- #: src/admin.php:770
608
  msgid "The available memory on the server."
609
  msgstr ""
610
 
611
- #: src/admin.php:770
612
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "The file failed to upload. Please check the following:"
617
  msgstr ""
618
 
619
- #: src/admin.php:769
620
  msgid "HTTP code:"
621
  msgstr ""
622
 
623
- #: src/addons/wp-cli.php:87, src/admin.php:665
624
  msgid "You have chosen to backup a database, but no tables have been selected"
625
  msgstr ""
626
 
@@ -1072,7 +1104,7 @@ msgstr ""
1072
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1073
  msgstr ""
1074
 
1075
- #: src/central/bootstrap.php:592
1076
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1077
  msgstr ""
1078
 
@@ -1084,11 +1116,11 @@ msgstr ""
1084
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1085
  msgstr ""
1086
 
1087
- #: src/admin.php:1797
1088
  msgid "Remote files deleted:"
1089
  msgstr ""
1090
 
1091
- #: src/admin.php:1796
1092
  msgid "Local files deleted:"
1093
  msgstr ""
1094
 
@@ -1096,35 +1128,35 @@ msgstr ""
1096
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1097
  msgstr ""
1098
 
1099
- #: src/admin.php:768
1100
  msgid "remote files deleted"
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:766
1104
  msgid "Complete"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:765
1108
  msgid "Do you want to carry out the import?"
1109
  msgstr ""
1110
 
1111
- #: src/admin.php:764
1112
  msgid "Which was exported on:"
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:763
1116
  msgid "This will import data from:"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:762
1120
  msgid "Importing..."
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:758
1124
  msgid "You have not yet selected a file to import."
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:742
1128
  msgid "Your export file will be of your displayed settings, not your saved ones."
1129
  msgstr ""
1130
 
@@ -1136,28 +1168,28 @@ msgstr ""
1136
  msgid "US East (Ohio)"
1137
  msgstr ""
1138
 
1139
- #: src/addons/onedrive.php:1051
1140
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1141
  msgstr ""
1142
 
1143
- #: src/addons/onedrive.php:700
1144
  msgid "Account is not authorized (%s)."
1145
  msgstr ""
1146
 
1147
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1148
  msgid "Your IP address:"
1149
  msgstr ""
1150
 
1151
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1152
  #: src/udaddons/updraftplus-addons.php:887
1153
  msgid "To remove any block, please go here."
1154
  msgstr ""
1155
 
1156
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1157
  msgid "An error response was received; HTTP code:"
1158
  msgstr ""
1159
 
1160
- #: src/includes/class-commands.php:337
1161
  msgid "%s add-on not found"
1162
  msgstr ""
1163
 
@@ -1169,15 +1201,15 @@ msgstr ""
1169
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1170
  msgstr ""
1171
 
1172
- #: src/admin.php:2543
1173
  msgid "To fix this problem go here."
1174
  msgstr ""
1175
 
1176
- #: src/admin.php:2543
1177
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1178
  msgstr ""
1179
 
1180
- #: src/admin.php:726
1181
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1182
  msgstr ""
1183
 
@@ -1233,19 +1265,19 @@ msgstr ""
1233
  msgid "FAQs"
1234
  msgstr ""
1235
 
1236
- #: src/central/bootstrap.php:548
1237
  msgid "More information..."
1238
  msgstr ""
1239
 
1240
- #: src/central/bootstrap.php:546
1241
  msgid "Use the alternative method for making a connection with the dashboard."
1242
  msgstr ""
1243
 
1244
- #: src/central/bootstrap.php:456
1245
  msgid "Key size: %d bits"
1246
  msgstr ""
1247
 
1248
- #: src/central/bootstrap.php:451
1249
  msgid "Public key was sent to:"
1250
  msgstr ""
1251
 
@@ -1261,33 +1293,33 @@ msgstr ""
1261
  msgid "Create key"
1262
  msgstr ""
1263
 
1264
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1265
  msgid "slower, strongest"
1266
  msgstr ""
1267
 
1268
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1269
  msgid "recommended"
1270
  msgstr ""
1271
 
1272
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1273
  msgid "%s bytes"
1274
  msgstr ""
1275
 
1276
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1277
  msgid "faster (possibility for slow PHP installs)"
1278
  msgstr ""
1279
 
1280
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1281
  msgid "easy to break, fastest"
1282
  msgstr ""
1283
 
1284
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1285
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1286
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1287
  msgid "%s bits"
1288
  msgstr ""
1289
 
1290
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1291
  msgid "Encryption key size:"
1292
  msgstr ""
1293
 
@@ -1320,7 +1352,7 @@ msgstr ""
1320
  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."
1321
  msgstr ""
1322
 
1323
- #: src/class-updraftplus.php:1859
1324
  msgid "Size: %s MB"
1325
  msgstr ""
1326
 
@@ -1332,7 +1364,7 @@ msgstr ""
1332
  msgid "Now"
1333
  msgstr ""
1334
 
1335
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1336
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1337
  msgstr ""
1338
 
@@ -1354,107 +1386,107 @@ msgstr ""
1354
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1355
  msgstr ""
1356
 
1357
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1358
  msgid "The given file was not found, or could not be read."
1359
  msgstr ""
1360
 
1361
- #: src/central/bootstrap.php:590
1362
  msgid "UpdraftCentral (Remote Control)"
1363
  msgstr ""
1364
 
1365
- #: src/central/bootstrap.php:579
1366
  msgid "View recent UpdraftCentral log events"
1367
  msgstr ""
1368
 
1369
- #: src/central/bootstrap.php:529
1370
  msgid "Enter any description"
1371
  msgstr ""
1372
 
1373
- #: src/central/bootstrap.php:528
1374
  msgid "Description"
1375
  msgstr ""
1376
 
1377
- #: src/central/bootstrap.php:461
1378
  msgid "Delete..."
1379
  msgstr ""
1380
 
1381
- #: src/central/bootstrap.php:454
1382
  msgid "Created:"
1383
  msgstr ""
1384
 
1385
- #: src/central/bootstrap.php:451
1386
  msgid "Access this site as user:"
1387
  msgstr ""
1388
 
1389
- #: src/central/bootstrap.php:475
1390
  msgid "Details"
1391
  msgstr ""
1392
 
1393
- #: src/central/bootstrap.php:474
1394
  msgid "Key description"
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1398
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:217
1402
  msgid "An invalid URL was entered"
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:81
1406
  msgid "Close..."
1407
  msgstr ""
1408
 
1409
- #: src/central/bootstrap.php:73
1410
  msgid "This connection appears to already have been made."
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:70
1414
  msgid "You must visit this link in the same browser and login session as you created the key in."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:66
1418
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:66
1422
  msgid "You are not logged into this WordPress site in your web browser."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:63
1426
  msgid "The key referred to was unknown."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:60
1430
  msgid "A new UpdraftCentral connection has not been made."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:58
1434
  msgid "An UpdraftCentral connection has been made successfully."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:55
1438
  msgid "UpdraftCentral Connection"
1439
  msgstr ""
1440
 
1441
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1442
  msgid "The backup was aborted by the user"
1443
  msgstr ""
1444
 
1445
- #: src/admin.php:4735
1446
  msgid "Your settings have been saved."
1447
  msgstr ""
1448
 
1449
- #: src/admin.php:3787
1450
  msgid "Total backup size:"
1451
  msgstr ""
1452
 
1453
- #: src/admin.php:3144
1454
  msgid "stop"
1455
  msgstr ""
1456
 
1457
- #: src/admin.php:2986
1458
  msgid "The backup has finished running"
1459
  msgstr ""
1460
 
@@ -1480,19 +1512,19 @@ msgstr ""
1480
  msgid "calculate"
1481
  msgstr ""
1482
 
1483
- #: src/admin.php:741
1484
  msgid "You should save your changes to ensure that they are used for making your backup."
1485
  msgstr ""
1486
 
1487
- #: src/admin.php:734
1488
  msgid "We requested to delete the file, but could not understand the server's response"
1489
  msgstr ""
1490
 
1491
- #: src/admin.php:733
1492
  msgid "Please enter a valid URL"
1493
  msgstr ""
1494
 
1495
- #: src/admin.php:716
1496
  msgid "Saving..."
1497
  msgstr ""
1498
 
@@ -1516,24 +1548,24 @@ msgstr ""
1516
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1517
  msgstr ""
1518
 
1519
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1520
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1521
  msgstr ""
1522
 
1523
- #: src/class-updraftplus.php:4285
1524
  msgid "Please read this link for important information on this process."
1525
  msgstr ""
1526
 
1527
- #: src/class-updraftplus.php:4285
1528
  msgid "It will be imported as a new site."
1529
  msgstr ""
1530
 
1531
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1532
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1533
  msgid "Dismiss"
1534
  msgstr ""
1535
 
1536
- #: src/admin.php:753
1537
  msgid "Please fill in the required information."
1538
  msgstr ""
1539
 
@@ -1594,11 +1626,11 @@ msgstr ""
1594
  msgid "Call WordPress action:"
1595
  msgstr ""
1596
 
1597
- #: src/admin.php:2812
1598
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1599
  msgstr ""
1600
 
1601
- #: src/admin.php:4241
1602
  msgid "Skipping: this archive was already restored."
1603
  msgstr ""
1604
 
@@ -1630,51 +1662,51 @@ msgstr ""
1630
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1631
  msgstr ""
1632
 
1633
- #: src/admin.php:4609
1634
  msgid "Send this backup to remote storage"
1635
  msgstr ""
1636
 
1637
- #: src/admin.php:4607
1638
  msgid "Check out UpdraftPlus Vault."
1639
  msgstr ""
1640
 
1641
- #: src/admin.php:4607
1642
  msgid "Not got any remote storage?"
1643
  msgstr ""
1644
 
1645
- #: src/admin.php:4607
1646
  msgid "settings"
1647
  msgstr ""
1648
 
1649
- #: src/admin.php:4607
1650
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:2810
1654
  msgid "Include any files in the backup"
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:2796
1658
  msgid "Include the database in the backup"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:2701
1662
  msgid "Continue restoration"
1663
  msgstr ""
1664
 
1665
- #: src/admin.php:2696
1666
  msgid "You have an unfinished restoration operation, begun %s ago."
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2695
1670
  msgid "Unfinished restoration"
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2693
1674
  msgid "%s minutes, %s seconds"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2640
1678
  msgid "Backup Contents And Schedule"
1679
  msgstr ""
1680
 
@@ -1682,11 +1714,11 @@ msgstr ""
1682
  msgid "Premium / Extensions"
1683
  msgstr ""
1684
 
1685
- #: src/admin.php:2409, src/admin.php:2418
1686
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1687
  msgstr ""
1688
 
1689
- #: src/addons/morefiles.php:77, src/admin.php:739
1690
  msgctxt "(verb)"
1691
  msgid "Download"
1692
  msgstr ""
@@ -1822,7 +1854,7 @@ msgstr ""
1822
  msgid "Could not access container"
1823
  msgstr ""
1824
 
1825
- #: src/class-updraftplus.php:2951
1826
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1827
  msgstr ""
1828
 
@@ -1951,35 +1983,35 @@ msgstr ""
1951
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1952
  msgstr ""
1953
 
1954
- #: src/admin.php:1795
1955
  msgid "Backup sets removed:"
1956
  msgstr ""
1957
 
1958
- #: src/admin.php:752
1959
  msgid "Processing..."
1960
  msgstr ""
1961
 
1962
- #: src/admin.php:750
1963
  msgid "For backups older than"
1964
  msgstr ""
1965
 
1966
- #: src/admin.php:749
1967
  msgid "week(s)"
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:748
1971
  msgid "hour(s)"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:747
1975
  msgid "day(s)"
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:746
1979
  msgid "in the month"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:745
1983
  msgid "day"
1984
  msgstr ""
1985
 
@@ -2003,15 +2035,15 @@ msgstr ""
2003
  msgid "You do not currently have any UpdraftPlus Vault quota"
2004
  msgstr ""
2005
 
2006
- #: src/class-updraftplus.php:4358
2007
  msgid "You must upgrade MySQL to be able to use this database."
2008
  msgstr ""
2009
 
2010
- #: src/class-updraftplus.php:4358
2011
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2012
  msgstr ""
2013
 
2014
- #: src/admin.php:2528
2015
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2016
  msgstr ""
2017
 
@@ -2039,11 +2071,11 @@ msgstr ""
2039
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2040
  msgstr ""
2041
 
2042
- #: src/admin.php:1013
2043
  msgid "Go to the remote storage settings in order to connect."
2044
  msgstr ""
2045
 
2046
- #: src/admin.php:1013
2047
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2048
  msgstr ""
2049
 
@@ -2051,19 +2083,19 @@ msgstr ""
2051
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2052
  msgstr ""
2053
 
2054
- #: src/admin.php:722
2055
  msgid "Update quota count"
2056
  msgstr ""
2057
 
2058
- #: src/admin.php:721
2059
  msgid "Counting..."
2060
  msgstr ""
2061
 
2062
- #: src/admin.php:720
2063
  msgid "Disconnecting..."
2064
  msgstr ""
2065
 
2066
- #: src/admin.php:718
2067
  msgid "Connecting..."
2068
  msgstr ""
2069
 
@@ -2089,7 +2121,7 @@ msgstr ""
2089
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2090
  msgstr ""
2091
 
2092
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2093
  #: src/methods/updraftvault.php:450
2094
  msgid "Disconnect"
2095
  msgstr ""
@@ -2122,7 +2154,7 @@ msgstr ""
2122
  msgid "E-mail"
2123
  msgstr ""
2124
 
2125
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2126
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2127
  msgid "Back..."
2128
  msgstr ""
@@ -2140,7 +2172,7 @@ msgstr ""
2140
  msgid "%s per quarter"
2141
  msgstr ""
2142
 
2143
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2144
  #: src/methods/updraftvault.php:351
2145
  msgid "Read more about it here."
2146
  msgstr ""
@@ -2214,7 +2246,7 @@ msgstr ""
2214
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2215
  msgstr ""
2216
 
2217
- #: src/addons/migrator.php:1926, src/admin.php:728
2218
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2219
  msgstr ""
2220
 
@@ -2226,11 +2258,11 @@ msgstr ""
2226
  msgid "Your new key:"
2227
  msgstr ""
2228
 
2229
- #: src/central/bootstrap.php:401
2230
  msgid "You must copy and paste this key now - it cannot be shown again."
2231
  msgstr ""
2232
 
2233
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2234
  msgid "Key created successfully."
2235
  msgstr ""
2236
 
@@ -2270,17 +2302,17 @@ msgstr ""
2270
  msgid "This storage method does not allow downloading"
2271
  msgstr ""
2272
 
2273
- #: src/admin.php:3972
2274
  msgid "(backup set imported from remote location)"
2275
  msgstr ""
2276
 
2277
- #: src/addons/wp-cli.php:344,
2278
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2279
  msgid "Site"
2280
  msgstr ""
2281
 
2282
- #: src/addons/wp-cli.php:342,
2283
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2284
  msgid "Backup sent to remote site - not available for download."
2285
  msgstr ""
2286
 
@@ -2292,23 +2324,23 @@ msgstr ""
2292
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2293
  msgstr ""
2294
 
2295
- #: src/addons/migrator.php:1954, src/admin.php:735
2296
  msgid "Testing connection..."
2297
  msgstr ""
2298
 
2299
- #: src/admin.php:732
2300
  msgid "Deleting..."
2301
  msgstr ""
2302
 
2303
- #: src/admin.php:731
2304
  msgid "key name"
2305
  msgstr ""
2306
 
2307
- #: src/admin.php:729
2308
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2309
  msgstr ""
2310
 
2311
- #: src/admin.php:726
2312
  msgid "Creating..."
2313
  msgstr ""
2314
 
@@ -2332,11 +2364,11 @@ msgstr ""
2332
  msgid "Or, send a backup to another site"
2333
  msgstr ""
2334
 
2335
- #: src/addons/migrator.php:2128, src/admin.php:736
2336
  msgid "Send"
2337
  msgstr ""
2338
 
2339
- #: src/addons/migrator.php:2122, src/admin.php:727
2340
  msgid "Send to site:"
2341
  msgstr ""
2342
 
@@ -2401,15 +2433,15 @@ msgstr ""
2401
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2402
  msgstr ""
2403
 
2404
- #: src/admin.php:725
2405
  msgid "Resetting..."
2406
  msgstr ""
2407
 
2408
- #: src/addons/migrator.php:2431, src/admin.php:724
2409
  msgid "Add site"
2410
  msgstr ""
2411
 
2412
- #: src/admin.php:723
2413
  msgid "Adding..."
2414
  msgstr ""
2415
 
@@ -2445,28 +2477,28 @@ msgstr ""
2445
  msgid "To restore using any of the backup sets below, press the button."
2446
  msgstr ""
2447
 
2448
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2449
  msgid "You have made changes to your settings, and not saved."
2450
  msgstr ""
2451
 
2452
- #: src/addons/onedrive.php:1111
2453
  msgid "N.B. %s is not case-sensitive."
2454
  msgstr ""
2455
 
2456
- #: src/addons/onedrive.php:1101
2457
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2458
  msgstr ""
2459
 
2460
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2461
- #: src/addons/onedrive.php:1074
2462
  msgid "For longer help, including screenshots, follow this link."
2463
  msgstr ""
2464
 
2465
- #: src/addons/onedrive.php:1067
2466
  msgid "Create OneDrive credentials in your OneDrive developer console."
2467
  msgstr ""
2468
 
2469
- #: src/addons/onedrive.php:1059
2470
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2471
  msgstr ""
2472
 
@@ -2474,16 +2506,16 @@ msgstr ""
2474
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2475
  msgstr ""
2476
 
2477
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2478
  msgid "%s authorisation failed:"
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2482
- #: src/addons/onedrive.php:1104
2483
  msgid "OneDrive"
2484
  msgstr ""
2485
 
2486
- #: src/addons/onedrive.php:691
2487
  msgid "Please re-authorize the connection to your %s account."
2488
  msgstr ""
2489
 
@@ -2491,7 +2523,7 @@ msgstr ""
2491
  msgid "configure it here"
2492
  msgstr ""
2493
 
2494
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2495
  msgid "To remove the block, please go here."
2496
  msgstr ""
2497
 
@@ -2648,18 +2680,18 @@ msgstr ""
2648
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2649
  msgstr ""
2650
 
2651
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2652
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2653
  #: src/udaddons/updraftplus-addons.php:887
2654
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2655
  msgstr ""
2656
 
2657
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2658
  #: src/udaddons/updraftplus-addons.php:887
2659
  msgid "It appears that your web server's IP Address (%s) is blocked."
2660
  msgstr ""
2661
 
2662
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2663
  #: src/udaddons/updraftplus-addons.php:887
2664
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2665
  msgstr ""
@@ -2703,7 +2735,7 @@ msgstr ""
2703
  msgid "(at same time as files backup)"
2704
  msgstr ""
2705
 
2706
- #: src/admin.php:3443
2707
  msgid "No backup has been completed"
2708
  msgstr ""
2709
 
@@ -2746,7 +2778,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2746
  msgid "or"
2747
  msgstr ""
2748
 
2749
- #: src/admin.php:709
2750
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2751
  msgstr ""
2752
 
@@ -2777,7 +2809,7 @@ msgstr ""
2777
  msgid "Check this box to have a basic report sent to"
2778
  msgstr ""
2779
 
2780
- #: src/admin.php:3457
2781
  msgctxt "i.e. Non-automatic"
2782
  msgid "Manual"
2783
  msgstr ""
@@ -2795,7 +2827,7 @@ msgstr ""
2795
  msgid "Any other file/directory on your server that you wish to back up"
2796
  msgstr ""
2797
 
2798
- #: src/admin.php:2545
2799
  msgid "For even more features and personal support, check out "
2800
  msgstr ""
2801
 
@@ -2804,7 +2836,7 @@ msgid "Database decryption phrase"
2804
  msgstr ""
2805
 
2806
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2807
- #: src/admin.php:714
2808
  msgid "Automatic backup before update"
2809
  msgstr ""
2810
 
@@ -2889,7 +2921,7 @@ msgstr ""
2889
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2890
  msgstr ""
2891
 
2892
- #: src/admin.php:2986, src/admin.php:4003
2893
  msgid "View Log"
2894
  msgstr ""
2895
 
@@ -2906,7 +2938,7 @@ msgstr ""
2906
  msgid "and retain this many scheduled backups"
2907
  msgstr ""
2908
 
2909
- #: src/admin.php:3413
2910
  msgid "incremental backup; base backup: %s"
2911
  msgstr ""
2912
 
@@ -2918,16 +2950,16 @@ msgstr ""
2918
  msgid "Upload files into UpdraftPlus."
2919
  msgstr ""
2920
 
2921
- #: src/admin.php:959, src/includes/class-commands.php:391,
2922
  #: src/templates/wp-admin/settings/tab-status.php:22
2923
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2924
  msgstr ""
2925
 
2926
- #: src/class-updraftplus.php:4274
2927
  msgid "Backup label:"
2928
  msgstr ""
2929
 
2930
- #: src/addons/backblaze.php:205, src/admin.php:2056
2931
  msgid "Error: unexpected file read fail"
2932
  msgstr ""
2933
 
@@ -2967,11 +2999,11 @@ msgstr ""
2967
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2968
  msgstr ""
2969
 
2970
- #: src/class-updraftplus.php:4293
2971
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2972
  msgstr ""
2973
 
2974
- #: src/class-updraftplus.php:4293
2975
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2976
  msgstr ""
2977
 
@@ -3008,19 +3040,19 @@ msgstr ""
3008
  msgid "You need to connect to receive future updates to UpdraftPlus."
3009
  msgstr ""
3010
 
3011
- #: src/class-updraftplus.php:4266
3012
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3013
  msgstr ""
3014
 
3015
- #: src/class-updraftplus.php:4266
3016
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3017
  msgstr ""
3018
 
3019
- #: src/class-updraftplus.php:4266
3020
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3021
  msgstr ""
3022
 
3023
- #: src/class-updraftplus.php:4266
3024
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3025
  msgstr ""
3026
 
@@ -3049,7 +3081,7 @@ msgstr ""
3049
  msgid "UpdraftPlus is on social media - check us out!"
3050
  msgstr ""
3051
 
3052
- #: src/admin.php:4070
3053
  msgid "Why am I seeing this?"
3054
  msgstr ""
3055
 
@@ -3061,15 +3093,15 @@ msgstr ""
3061
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3062
  msgstr ""
3063
 
3064
- #: src/admin.php:1995, src/admin.php:2007
3065
  msgid "Start backup"
3066
  msgstr ""
3067
 
3068
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3069
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3070
  msgstr ""
3071
 
3072
- #: src/admin.php:3311
3073
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3074
  msgstr ""
3075
 
@@ -3077,11 +3109,11 @@ msgstr ""
3077
  msgid "Unless you have a problem, you can completely ignore everything here."
3078
  msgstr ""
3079
 
3080
- #: src/admin.php:2231
3081
  msgid "This file could not be uploaded"
3082
  msgstr ""
3083
 
3084
- #: src/admin.php:2194
3085
  msgid "You will find more information about this in the Settings section."
3086
  msgstr ""
3087
 
@@ -3101,7 +3133,7 @@ msgstr ""
3101
  msgid "Memory limit"
3102
  msgstr ""
3103
 
3104
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3105
  msgid "restoration"
3106
  msgstr ""
3107
 
@@ -3125,7 +3157,7 @@ msgstr ""
3125
  msgid "Backup succeeded"
3126
  msgstr ""
3127
 
3128
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3129
  #: src/updraftplus.php:99, src/updraftplus.php:100
3130
  msgid "Every %s hours"
3131
  msgstr ""
@@ -3180,7 +3212,7 @@ msgstr ""
3180
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3181
  msgstr ""
3182
 
3183
- #: src/admin.php:3814
3184
  msgid "You have not yet made any backups."
3185
  msgstr ""
3186
 
@@ -3200,11 +3232,11 @@ msgstr ""
3200
  msgid "Free disk space in account:"
3201
  msgstr ""
3202
 
3203
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3204
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3205
  msgstr ""
3206
 
3207
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3208
  #: src/includes/deprecated-actions.php:29,
3209
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3210
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3215,15 +3247,15 @@ msgstr ""
3215
  msgid "Current Status"
3216
  msgstr ""
3217
 
3218
- #: src/admin.php:964
3219
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3220
  msgstr ""
3221
 
3222
- #: src/admin.php:964
3223
  msgid "To make a backup, just press the Backup Now button."
3224
  msgstr ""
3225
 
3226
- #: src/admin.php:964
3227
  msgid "Welcome to UpdraftPlus!"
3228
  msgstr ""
3229
 
@@ -3295,7 +3327,7 @@ msgstr ""
3295
  msgid "user"
3296
  msgstr ""
3297
 
3298
- #: src/class-updraftplus.php:1856
3299
  msgid "External database (%s)"
3300
  msgstr ""
3301
 
@@ -3307,13 +3339,13 @@ msgstr ""
3307
  msgid "failed to access parent folder"
3308
  msgstr ""
3309
 
3310
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3311
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3312
  #: src/methods/googledrive.php:447
3313
  msgid "However, subsequent access attempts failed:"
3314
  msgstr ""
3315
 
3316
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3317
  msgid "External database"
3318
  msgstr ""
3319
 
@@ -3345,7 +3377,7 @@ msgstr ""
3345
  msgid "use UpdraftPlus Premium"
3346
  msgstr ""
3347
 
3348
- #: src/class-updraftplus.php:4120
3349
  msgid "Decryption failed. The database file is encrypted."
3350
  msgstr ""
3351
 
@@ -3375,16 +3407,16 @@ msgid "In %s, path names are case sensitive."
3375
  msgstr ""
3376
 
3377
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3378
- #: src/addons/onedrive.php:1111
3379
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3380
  msgstr ""
3381
 
3382
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3383
- #: src/addons/onedrive.php:1111
3384
  msgid "e.g. %s"
3385
  msgstr ""
3386
 
3387
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3388
  msgid "Enter the path of the %s folder you wish to use here."
3389
  msgstr ""
3390
 
@@ -3400,7 +3432,8 @@ msgstr ""
3400
  msgid "Tenant"
3401
  msgstr ""
3402
 
3403
- #: src/methods/openstack2.php:144
 
3404
  msgid "Follow this link for more information"
3405
  msgstr ""
3406
 
@@ -3436,7 +3469,7 @@ msgstr ""
3436
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3437
  msgstr ""
3438
 
3439
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3440
  msgid "(You appear to be already authenticated)."
3441
  msgstr ""
3442
 
@@ -3444,7 +3477,7 @@ msgstr ""
3444
  msgid "Dropbox"
3445
  msgstr ""
3446
 
3447
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3448
  msgid "Authenticate with %s"
3449
  msgstr ""
3450
 
@@ -3475,7 +3508,7 @@ msgstr ""
3475
  msgid "%s error - failed to access the container"
3476
  msgstr ""
3477
 
3478
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3479
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3480
  msgid "Account holder's name: %s."
3481
  msgstr ""
@@ -3492,12 +3525,12 @@ msgstr ""
3492
  msgid "<strong>This is NOT a folder name</strong>."
3493
  msgstr ""
3494
 
3495
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3496
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3497
  msgid "Folder"
3498
  msgstr ""
3499
 
3500
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3501
  #: src/methods/googledrive.php:1152
3502
  msgid "%s download: failed: file not found"
3503
  msgstr ""
@@ -3541,7 +3574,7 @@ msgstr ""
3541
  msgid "Failed to unpack the archive"
3542
  msgstr ""
3543
 
3544
- #: src/class-updraftplus.php:1380
3545
  msgid "Error - failed to download the file"
3546
  msgstr ""
3547
 
@@ -3565,8 +3598,8 @@ msgstr ""
3565
  msgid "password/key"
3566
  msgstr ""
3567
 
3568
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3569
- #: src/admin.php:4995
3570
  msgid "Key"
3571
  msgstr ""
3572
 
@@ -3582,24 +3615,24 @@ msgstr ""
3582
  msgid "SCP/SFTP password/key"
3583
  msgstr ""
3584
 
3585
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3586
  msgid "Files backup (created by %s)"
3587
  msgstr ""
3588
 
3589
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3590
  msgid "Files and database WordPress backup (created by %s)"
3591
  msgstr ""
3592
 
3593
- #: src/addons/importer.php:276, src/admin.php:3877,
3594
  #: src/includes/class-backup-history.php:349
3595
  msgid "Backup created by: %s."
3596
  msgstr ""
3597
 
3598
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3599
  msgid "Database (created by %s)"
3600
  msgstr ""
3601
 
3602
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3603
  msgid "unknown source"
3604
  msgstr ""
3605
 
@@ -3611,15 +3644,15 @@ msgstr ""
3611
  msgid "Upload backup files"
3612
  msgstr ""
3613
 
3614
- #: src/admin.php:2246
3615
  msgid "This backup was created by %s, and can be imported."
3616
  msgstr ""
3617
 
3618
- #: src/admin.php:993
3619
  msgid "Read this page for a guide to possible causes and how to fix it."
3620
  msgstr ""
3621
 
3622
- #: src/admin.php:993
3623
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3624
  msgstr ""
3625
 
@@ -3636,7 +3669,7 @@ msgstr ""
3636
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3637
  msgstr ""
3638
 
3639
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3640
  #: src/restorer.php:1577
3641
  msgid "Backup created by unknown source (%s) - cannot be restored."
3642
  msgstr ""
@@ -3696,16 +3729,16 @@ msgstr ""
3696
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3697
  msgstr ""
3698
 
3699
- #: src/addons/morefiles.php:468, src/admin.php:3562
3700
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3701
  msgstr ""
3702
 
3703
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3704
  #: src/restorer.php:1608
3705
  msgid "Your hosting company must enable these functions before %s can work."
3706
  msgstr ""
3707
 
3708
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3709
  msgid "Your web server's PHP installation has these functions disabled: %s."
3710
  msgstr ""
3711
 
@@ -3775,15 +3808,15 @@ msgstr ""
3775
  msgid "Dismiss from main dashboard (for %s weeks)"
3776
  msgstr ""
3777
 
3778
- #: src/class-updraftplus.php:4757
3779
  msgid "The attempt to undo the double-compression succeeded."
3780
  msgstr ""
3781
 
3782
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3783
  msgid "The attempt to undo the double-compression failed."
3784
  msgstr ""
3785
 
3786
- #: src/class-updraftplus.php:4727
3787
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3788
  msgstr ""
3789
 
@@ -3807,7 +3840,7 @@ msgstr ""
3807
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3808
  msgstr ""
3809
 
3810
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3811
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3812
  msgstr ""
3813
 
@@ -3816,7 +3849,7 @@ msgstr ""
3816
  msgid "Errors occurred:"
3817
  msgstr ""
3818
 
3819
- #: src/admin.php:4089
3820
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3821
  msgstr ""
3822
 
@@ -3840,7 +3873,7 @@ msgstr ""
3840
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3841
  msgstr ""
3842
 
3843
- #: src/admin.php:968, src/class-updraftplus.php:865
3844
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3845
  msgstr ""
3846
 
@@ -3853,7 +3886,7 @@ msgstr ""
3853
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3854
  msgstr ""
3855
 
3856
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3857
  msgid "Messages:"
3858
  msgstr ""
3859
 
@@ -4014,12 +4047,12 @@ msgstr ""
4014
  msgid "Authorisation failed (check your credentials)"
4015
  msgstr ""
4016
 
4017
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4018
  #: src/udaddons/options.php:257
4019
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4020
  msgstr ""
4021
 
4022
- #: src/admin.php:708, src/central/bootstrap.php:560
4023
  msgid "Create"
4024
  msgstr ""
4025
 
@@ -4031,15 +4064,15 @@ msgstr ""
4031
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4032
  msgstr ""
4033
 
4034
- #: src/admin.php:680, src/admin.php:4387
4035
  msgid "Error data:"
4036
  msgstr ""
4037
 
4038
- #: src/admin.php:4041
4039
  msgid "Backup does not exist in the backup history"
4040
  msgstr ""
4041
 
4042
- #: src/admin.php:2921
4043
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4044
  msgstr ""
4045
 
@@ -4079,11 +4112,11 @@ msgstr ""
4079
  msgid "Email reports"
4080
  msgstr ""
4081
 
4082
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4083
  msgid "%s checksum: %s"
4084
  msgstr ""
4085
 
4086
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4087
  msgid "files: %s"
4088
  msgstr ""
4089
 
@@ -4095,7 +4128,7 @@ msgstr ""
4095
  msgid "Debugging information"
4096
  msgstr ""
4097
 
4098
- #: src/addons/reporting.php:222, src/admin.php:3770
4099
  msgid "Uploaded to:"
4100
  msgstr ""
4101
 
@@ -4136,12 +4169,12 @@ msgstr ""
4136
  msgid "%d errors, %d warnings"
4137
  msgstr ""
4138
 
4139
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4140
  #: src/methods/dropbox.php:772
4141
  msgid "%s authentication"
4142
  msgstr ""
4143
 
4144
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4145
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4146
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4147
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4168,7 +4201,7 @@ msgstr ""
4168
  msgid "Your site's admin email address (%s) will be used."
4169
  msgstr ""
4170
 
4171
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4172
  #: src/methods/updraftvault.php:362
4173
  msgid "Connect"
4174
  msgstr ""
@@ -4177,7 +4210,7 @@ msgstr ""
4177
  msgid "For more reporting features, use the Reporting add-on."
4178
  msgstr ""
4179
 
4180
- #: src/class-updraftplus.php:4201
4181
  msgid "(version: %s)"
4182
  msgstr ""
4183
 
@@ -4317,7 +4350,7 @@ msgstr ""
4317
  msgid "Reporting"
4318
  msgstr ""
4319
 
4320
- #: src/admin.php:4992
4321
  msgid "Options (raw)"
4322
  msgstr ""
4323
 
@@ -4337,11 +4370,11 @@ msgstr ""
4337
  msgid "See also the \"More Files\" add-on from our shop."
4338
  msgstr ""
4339
 
4340
- #: src/backup.php:3359, src/class-updraftplus.php:878
4341
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4342
  msgstr ""
4343
 
4344
- #: src/class-updraftplus.php:862
4345
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4346
  msgstr ""
4347
 
@@ -4417,7 +4450,7 @@ msgstr ""
4417
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4418
  msgstr ""
4419
 
4420
- #: src/admin.php:2721
4421
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4422
  msgstr ""
4423
 
@@ -4485,7 +4518,7 @@ msgstr ""
4485
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4486
  msgstr ""
4487
 
4488
- #: src/addons/wp-cli.php:93, src/admin.php:663
4489
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4490
  msgstr ""
4491
 
@@ -4514,11 +4547,11 @@ msgstr ""
4514
  msgid "You can send a backup to more than one destination with an add-on."
4515
  msgstr ""
4516
 
4517
- #: src/admin.php:3144
4518
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4519
  msgstr ""
4520
 
4521
- #: src/admin.php:3043
4522
  msgid "(%s%%, file %s of %s)"
4523
  msgstr ""
4524
 
@@ -4555,15 +4588,15 @@ msgstr ""
4555
  msgid "Backup is of: %s."
4556
  msgstr ""
4557
 
4558
- #: src/admin.php:756
4559
  msgid "%s settings test result:"
4560
  msgstr ""
4561
 
4562
- #: src/admin.php:3945, src/admin.php:3947
4563
  msgid "(Not finished)"
4564
  msgstr ""
4565
 
4566
- #: src/admin.php:3947
4567
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4568
  msgstr ""
4569
 
@@ -4575,77 +4608,77 @@ msgstr ""
4575
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4576
  msgstr ""
4577
 
4578
- #: src/admin.php:3139
4579
  msgid "Job ID: %s"
4580
  msgstr ""
4581
 
4582
- #: src/admin.php:3124
4583
  msgid "last activity: %ss ago"
4584
  msgstr ""
4585
 
4586
- #: src/admin.php:3123
4587
  msgid "next resumption: %d (after %ss)"
4588
  msgstr ""
4589
 
4590
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4591
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4592
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4593
  msgid "Unknown"
4594
  msgstr ""
4595
 
4596
- #: src/admin.php:3057
4597
  msgid "Backup finished"
4598
  msgstr ""
4599
 
4600
- #: src/admin.php:3052
4601
  msgid "Waiting until scheduled time to retry because of errors"
4602
  msgstr ""
4603
 
4604
- #: src/admin.php:3048
4605
  msgid "Pruning old backup sets"
4606
  msgstr ""
4607
 
4608
- #: src/admin.php:3036
4609
  msgid "Uploading files to remote storage"
4610
  msgstr ""
4611
 
4612
- #: src/admin.php:3104
4613
  msgid "Encrypted database"
4614
  msgstr ""
4615
 
4616
- #: src/admin.php:3096
4617
  msgid "Encrypting database"
4618
  msgstr ""
4619
 
4620
- #: src/admin.php:3070
4621
  msgid "Created database backup"
4622
  msgstr ""
4623
 
4624
- #: src/admin.php:3083
4625
  msgid "table: %s"
4626
  msgstr ""
4627
 
4628
- #: src/admin.php:3081
4629
  msgid "Creating database backup"
4630
  msgstr ""
4631
 
4632
- #: src/admin.php:3031
4633
  msgid "Created file backup zips"
4634
  msgstr ""
4635
 
4636
- #: src/admin.php:3018
4637
  msgid "Creating file backup zips"
4638
  msgstr ""
4639
 
4640
- #: src/admin.php:3013
4641
  msgid "Backup begun"
4642
  msgstr ""
4643
 
4644
- #: src/admin.php:2846
4645
  msgid "Backups in progress:"
4646
  msgstr ""
4647
 
4648
- #: src/admin.php:972
4649
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4650
  msgstr ""
4651
 
@@ -4661,24 +4694,24 @@ msgstr ""
4661
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4662
  msgstr ""
4663
 
4664
- #: src/class-updraftplus.php:2958
4665
  msgid "The backup has not finished; a resumption is scheduled"
4666
  msgstr ""
4667
 
4668
- #: src/class-updraftplus.php:2142
4669
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4670
  msgstr ""
4671
 
4672
- #: src/addons/onedrive.php:966,
4673
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4674
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4675
  msgstr ""
4676
 
4677
- #: src/admin.php:2572
4678
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4679
  msgstr ""
4680
 
4681
- #: src/addons/autobackup.php:1085, src/admin.php:710
4682
  msgid "Proceed with update"
4683
  msgstr ""
4684
 
@@ -4754,32 +4787,32 @@ msgstr ""
4754
  msgid "Support"
4755
  msgstr ""
4756
 
4757
- #: src/class-updraftplus.php:4506
4758
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4759
  msgstr ""
4760
 
4761
- #: src/class-updraftplus.php:4498
4762
  msgid "This database backup is missing core WordPress tables: %s"
4763
  msgstr ""
4764
 
4765
- #: src/class-updraftplus.php:4259
4766
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4767
  msgstr ""
4768
 
4769
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4770
  msgid "%s version: %s"
4771
  msgstr ""
4772
 
4773
- #: src/class-updraftplus.php:4137
4774
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4775
  msgstr ""
4776
 
4777
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4778
  #: src/includes/updraftplus-notices.php:171
4779
  msgid "Be safe with an automatic backup"
4780
  msgstr ""
4781
 
4782
- #: src/admin.php:2525
4783
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4784
  msgstr ""
4785
 
@@ -4827,11 +4860,11 @@ msgstr ""
4827
  msgid "Delete from your web server"
4828
  msgstr ""
4829
 
4830
- #: src/admin.php:3917
4831
  msgid "You appear to be missing one or more archives from this multi-archive set."
4832
  msgstr ""
4833
 
4834
- #: src/admin.php:3914
4835
  msgid "(%d archive(s) in set)."
4836
  msgstr ""
4837
 
@@ -4851,7 +4884,7 @@ msgstr ""
4851
  msgid "Error: the server sent an empty response."
4852
  msgstr ""
4853
 
4854
- #: src/admin.php:2260
4855
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4856
  msgstr ""
4857
 
@@ -4887,7 +4920,7 @@ msgstr ""
4887
  msgid "No such backup set exists"
4888
  msgstr ""
4889
 
4890
- #: src/admin.php:1389
4891
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4892
  msgstr ""
4893
 
@@ -4903,7 +4936,7 @@ msgstr ""
4903
  msgid "WordPress root directory server path: %s"
4904
  msgstr ""
4905
 
4906
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4907
  msgid "%s end-point"
4908
  msgstr ""
4909
 
@@ -4916,15 +4949,15 @@ msgstr ""
4916
  msgid "S3 (Compatible)"
4917
  msgstr ""
4918
 
4919
- #: src/admin.php:1299
4920
  msgid "File is not locally present - needs retrieving from remote storage"
4921
  msgstr ""
4922
 
4923
- #: src/admin.php:4238
4924
  msgid "Looking for %s archive: file name: %s"
4925
  msgstr ""
4926
 
4927
- #: src/admin.php:4199
4928
  msgid "Final checks"
4929
  msgstr ""
4930
 
@@ -4936,7 +4969,7 @@ msgstr ""
4936
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4937
  msgstr ""
4938
 
4939
- #: src/admin.php:3551
4940
  msgid "Your wp-content directory server path: %s"
4941
  msgstr ""
4942
 
@@ -4952,20 +4985,15 @@ msgstr ""
4952
  msgid "Processing files - please wait..."
4953
  msgstr ""
4954
 
4955
- #: src/admin.php:4389,
4956
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4957
- msgid "Please consult this FAQ for help on what to do about it."
4958
- msgstr ""
4959
-
4960
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4961
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4962
  msgstr ""
4963
 
4964
- #: src/class-updraftplus.php:4145
4965
  msgid "Failed to open database file."
4966
  msgstr ""
4967
 
4968
- #: src/admin.php:4957
4969
  msgid "Known backups (raw)"
4970
  msgstr ""
4971
 
@@ -4977,14 +5005,14 @@ msgstr ""
4977
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4978
  msgstr ""
4979
 
4980
- #: src/admin.php:4258
4981
  msgid "file is size:"
4982
  msgstr ""
4983
 
4984
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4985
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4986
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4987
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4988
  msgid "Go here for more information."
4989
  msgstr ""
4990
 
@@ -4992,7 +5020,7 @@ msgstr ""
4992
  msgid "Some files are still downloading or being processed - please wait."
4993
  msgstr ""
4994
 
4995
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
4996
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
4997
  msgstr ""
4998
 
@@ -5048,7 +5076,7 @@ msgstr ""
5048
  msgid "%s error - failed to upload file"
5049
  msgstr ""
5050
 
5051
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5052
  msgid "%s error - failed to re-assemble chunks"
5053
  msgstr ""
5054
 
@@ -5063,24 +5091,24 @@ msgid "%s authentication failed"
5063
  msgstr ""
5064
 
5065
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5066
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5067
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5068
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5069
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5070
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5071
  #: src/methods/s3.php:341
5072
  msgid "Error: %s"
5073
  msgstr ""
5074
 
5075
- #: src/admin.php:3476
5076
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5077
  msgstr ""
5078
 
5079
- #: src/admin.php:3474
5080
  msgid "Backup directory specified does <b>not</b> exist."
5081
  msgstr ""
5082
 
5083
- #: src/admin.php:3151, src/admin.php:3425
5084
  msgid "Warning: %s"
5085
  msgstr ""
5086
 
@@ -5108,11 +5136,11 @@ msgstr ""
5108
  msgid "Warnings encountered:"
5109
  msgstr ""
5110
 
5111
- #: src/class-updraftplus.php:2946
5112
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5113
  msgstr ""
5114
 
5115
- #: src/class-updraftplus.php:891
5116
  msgid "Your free disk space is very low - only %s Mb remain"
5117
  msgstr ""
5118
 
@@ -5164,7 +5192,7 @@ msgstr ""
5164
  msgid "Please supply the requested information, and then continue."
5165
  msgstr ""
5166
 
5167
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5168
  msgid "Site information:"
5169
  msgstr ""
5170
 
@@ -5172,24 +5200,24 @@ msgstr ""
5172
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5173
  msgstr ""
5174
 
5175
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5176
  msgid "Warning:"
5177
  msgstr ""
5178
 
5179
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5180
  #: src/restorer.php:184
5181
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5182
  msgstr ""
5183
 
5184
- #: src/admin.php:4226
5185
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5186
  msgstr ""
5187
 
5188
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5189
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5190
  msgstr ""
5191
 
5192
- #: src/admin.php:711
5193
  msgid "Close"
5194
  msgstr ""
5195
 
@@ -5240,7 +5268,7 @@ msgstr ""
5240
  msgid "Also delete from remote storage"
5241
  msgstr ""
5242
 
5243
- #: src/admin.php:2873
5244
  msgid "Latest UpdraftPlus.com news:"
5245
  msgstr ""
5246
 
@@ -5257,7 +5285,7 @@ msgstr ""
5257
  msgid "News"
5258
  msgstr ""
5259
 
5260
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5261
  msgid "Backup set not found"
5262
  msgstr ""
5263
 
@@ -5279,7 +5307,7 @@ msgstr ""
5279
  msgid "Blog link"
5280
  msgstr ""
5281
 
5282
- #: src/admin.php:755
5283
  msgid "Testing %s Settings..."
5284
  msgstr ""
5285
 
@@ -5287,11 +5315,11 @@ msgstr ""
5287
  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."
5288
  msgstr ""
5289
 
5290
- #: src/admin.php:988
5291
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5292
  msgstr ""
5293
 
5294
- #: src/admin.php:988
5295
  msgid "Notice"
5296
  msgstr ""
5297
 
@@ -5489,14 +5517,14 @@ msgstr ""
5489
  msgid "WordPress Core"
5490
  msgstr ""
5491
 
5492
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5493
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5494
  msgstr ""
5495
 
5496
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5497
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5498
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5499
- #: src/methods/stream-base.php:351
5500
  msgid "Failed"
5501
  msgstr ""
5502
 
@@ -5551,7 +5579,7 @@ msgstr ""
5551
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5552
  msgstr ""
5553
 
5554
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5555
  msgid "Your %s account name: %s"
5556
  msgstr ""
5557
 
@@ -5715,7 +5743,7 @@ msgstr ""
5715
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5716
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5717
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5718
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5719
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5720
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5721
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5757,11 +5785,11 @@ msgstr ""
5757
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5758
  msgstr ""
5759
 
5760
- #: src/admin.php:754, src/methods/backup-module.php:315
5761
  msgid "Test %s Settings"
5762
  msgstr ""
5763
 
5764
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5765
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5766
  msgid "Error opening local file: Failed to download"
5767
  msgstr ""
@@ -5778,7 +5806,7 @@ msgid "%s Error: Failed to upload"
5778
  msgstr ""
5779
 
5780
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5781
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5782
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5783
  msgid "%s Error: Failed to open local file"
5784
  msgstr ""
@@ -5799,7 +5827,7 @@ msgstr ""
5799
  msgid "Authenticate with Google"
5800
  msgstr ""
5801
 
5802
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5803
  #: src/methods/googledrive.php:1226
5804
  msgid "Client Secret"
5805
  msgstr ""
@@ -5808,7 +5836,7 @@ msgstr ""
5808
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5809
  msgstr ""
5810
 
5811
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5812
  #: src/methods/googledrive.php:1222
5813
  msgid "Client ID"
5814
  msgstr ""
@@ -5846,20 +5874,20 @@ msgstr ""
5846
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5847
  msgstr ""
5848
 
5849
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5850
  #: src/methods/googledrive.php:467
5851
  msgid "you have authenticated your %s account."
5852
  msgstr ""
5853
 
5854
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5855
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5856
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5857
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5858
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5859
  msgid "Success"
5860
  msgstr ""
5861
 
5862
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5863
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5864
  msgid "Your %s quota usage: %s %% used, %s available"
5865
  msgstr ""
@@ -5891,8 +5919,8 @@ msgstr ""
5891
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5892
  msgstr ""
5893
 
5894
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5895
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5896
  #: src/restorer.php:2437, src/restorer.php:2542
5897
  msgid "OK"
5898
  msgstr ""
@@ -5909,13 +5937,13 @@ msgstr ""
5909
  msgid "will restore as:"
5910
  msgstr ""
5911
 
5912
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5913
  #: src/restorer.php:1896, src/restorer.php:1922
5914
  msgid "Old table prefix:"
5915
  msgstr ""
5916
 
5917
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5918
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5919
  msgid "Backup of:"
5920
  msgstr ""
5921
 
@@ -5987,55 +6015,55 @@ msgstr ""
5987
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5988
  msgstr ""
5989
 
5990
- #: src/admin.php:4264, src/admin.php:4265
5991
  msgid "Could not find one of the files for restoration"
5992
  msgstr ""
5993
 
5994
- #: src/admin.php:4379
5995
  msgid "Error message"
5996
  msgstr ""
5997
 
5998
- #: src/admin.php:4261
5999
  msgid "The backup records do not contain information about the proper size of this file."
6000
  msgstr ""
6001
 
6002
- #: src/admin.php:4253
6003
  msgid "Archive is expected to be size:"
6004
  msgstr ""
6005
 
6006
- #: src/admin.php:4133
6007
  msgid "If making a request for support, please include this information:"
6008
  msgstr ""
6009
 
6010
- #: src/admin.php:4132
6011
  msgid "ABORT: Could not find the information on which entities to restore."
6012
  msgstr ""
6013
 
6014
- #: src/admin.php:4087
6015
  msgid "UpdraftPlus Restoration: Progress"
6016
  msgstr ""
6017
 
6018
- #: src/admin.php:4040
6019
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6020
  msgstr ""
6021
 
6022
- #: src/admin.php:3975
6023
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6024
  msgstr ""
6025
 
6026
- #: src/admin.php:3993
6027
  msgid "Delete this backup set"
6028
  msgstr ""
6029
 
6030
- #: src/admin.php:3635
6031
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6032
  msgstr ""
6033
 
6034
- #: src/admin.php:3632
6035
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6036
  msgstr ""
6037
 
6038
- #: src/admin.php:3630
6039
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6040
  msgstr ""
6041
 
@@ -6076,23 +6104,23 @@ msgstr ""
6076
  msgid "Use the server's SSL certificates"
6077
  msgstr ""
6078
 
6079
- #: src/admin.php:3478
6080
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6081
  msgstr ""
6082
 
6083
- #: src/admin.php:3478
6084
  msgid "click here"
6085
  msgstr ""
6086
 
6087
- #: src/admin.php:3478
6088
  msgid "or, to reset this option"
6089
  msgstr ""
6090
 
6091
- #: src/admin.php:3478
6092
  msgid "Follow this link to attempt to create the directory and set the permissions"
6093
  msgstr ""
6094
 
6095
- #: src/admin.php:3470
6096
  msgid "Backup directory specified is writable, which is good."
6097
  msgstr ""
6098
 
@@ -6132,7 +6160,7 @@ msgstr ""
6132
  msgid "Cancel"
6133
  msgstr ""
6134
 
6135
- #: src/addons/reporting.php:244, src/admin.php:3782
6136
  msgid "None"
6137
  msgstr ""
6138
 
@@ -6157,11 +6185,11 @@ msgstr ""
6157
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6158
  msgstr ""
6159
 
6160
- #: src/addons/morefiles.php:466, src/admin.php:3560
6161
  msgid "Exclude these:"
6162
  msgstr ""
6163
 
6164
- #: src/admin.php:3551
6165
  msgid "Any other directories found inside wp-content"
6166
  msgstr ""
6167
 
@@ -6177,45 +6205,45 @@ msgstr ""
6177
  msgid "To fix the time at which a backup should take place,"
6178
  msgstr ""
6179
 
6180
- #: src/admin.php:3464
6181
  msgid "Monthly"
6182
  msgstr ""
6183
 
6184
- #: src/admin.php:3463
6185
  msgid "Fortnightly"
6186
  msgstr ""
6187
 
6188
- #: src/admin.php:3462
6189
  msgid "Weekly"
6190
  msgstr ""
6191
 
6192
- #: src/admin.php:3461
6193
  msgid "Daily"
6194
  msgstr ""
6195
 
6196
- #: src/admin.php:713, src/admin.php:3439
6197
  msgid "Download log file"
6198
  msgstr ""
6199
 
6200
- #: src/admin.php:3311
6201
  msgid "The folder exists, but your webserver does not have permission to write to it."
6202
  msgstr ""
6203
 
6204
- #: src/admin.php:3306
6205
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6206
  msgstr ""
6207
 
6208
- #: src/admin.php:3292
6209
  msgid "The request to the filesystem to create the directory failed."
6210
  msgstr ""
6211
 
6212
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6213
- #: src/admin.php:3237, src/admin.php:3993,
6214
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6215
  msgid "Delete"
6216
  msgstr ""
6217
 
6218
- #: src/admin.php:3142
6219
  msgid "show log"
6220
  msgstr ""
6221
 
@@ -6331,7 +6359,7 @@ msgstr ""
6331
  msgid "Do read this helpful article of useful things to know before restoring."
6332
  msgstr ""
6333
 
6334
- #: src/class-updraftplus.php:4231
6335
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6336
  msgstr ""
6337
 
@@ -6386,7 +6414,7 @@ msgstr ""
6386
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6387
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6388
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6389
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6390
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6391
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6392
  msgid "Error:"
@@ -6437,20 +6465,20 @@ msgstr ""
6437
  msgid "More tasks:"
6438
  msgstr ""
6439
 
6440
- #: src/admin.php:2900
6441
  msgid "Download most recently modified log file"
6442
  msgstr ""
6443
 
6444
- #: src/central/bootstrap.php:185
6445
  msgid "(Nothing yet logged)"
6446
  msgstr ""
6447
 
6448
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6449
- #: src/admin.php:2855, src/admin.php:2860
6450
  msgid "Last log message"
6451
  msgstr ""
6452
 
6453
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6454
  #: src/templates/wp-admin/settings/tab-status.php:30
6455
  msgid "Restore"
6456
  msgstr ""
@@ -6461,8 +6489,8 @@ msgid "Backup Now"
6461
  msgstr ""
6462
 
6463
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6464
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6465
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6466
  #: src/includes/class-wpadmin-commands.php:147,
6467
  #: src/includes/class-wpadmin-commands.php:507,
6468
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6470,7 +6498,7 @@ msgstr ""
6470
  msgid "Database"
6471
  msgstr ""
6472
 
6473
- #: src/admin.php:311, src/admin.php:4964
6474
  msgid "Files"
6475
  msgstr ""
6476
 
@@ -6498,15 +6526,15 @@ msgstr ""
6498
  msgid "JavaScript warning"
6499
  msgstr ""
6500
 
6501
- #: src/admin.php:692, src/admin.php:2927
6502
  msgid "Delete Old Directories"
6503
  msgstr ""
6504
 
6505
- #: src/admin.php:2572
6506
  msgid "Current limit is:"
6507
  msgstr ""
6508
 
6509
- #: src/admin.php:2547
6510
  msgid "Your backup has been restored."
6511
  msgstr ""
6512
 
@@ -6518,72 +6546,72 @@ msgstr ""
6518
  msgid "Lead developer's homepage"
6519
  msgstr ""
6520
 
6521
- #: src/central/bootstrap.php:504
6522
  msgid "UpdraftPlus.Com"
6523
  msgstr ""
6524
 
6525
- #: src/admin.php:4856
6526
  msgid "Your settings have been wiped."
6527
  msgstr ""
6528
 
6529
- #: src/admin.php:2507
6530
  msgid "Backup directory successfully created."
6531
  msgstr ""
6532
 
6533
- #: src/admin.php:2500
6534
  msgid "Backup directory could not be created"
6535
  msgstr ""
6536
 
6537
- #: src/admin.php:3174
6538
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:3172
6542
  msgid "Old directories successfully removed."
6543
  msgstr ""
6544
 
6545
- #: src/admin.php:3169, src/admin.php:3169
6546
  msgid "Remove old directories"
6547
  msgstr ""
6548
 
6549
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6550
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6551
- #: src/admin.php:2509, src/admin.php:3176
6552
  msgid "Return to UpdraftPlus Configuration"
6553
  msgstr ""
6554
 
6555
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6556
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6557
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6558
  msgid "Actions"
6559
  msgstr ""
6560
 
6561
- #: src/admin.php:2352
6562
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6563
  msgstr ""
6564
 
6565
- #: src/admin.php:2252
6566
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6567
  msgstr ""
6568
 
6569
- #: src/admin.php:2148
6570
  msgid "No local copy present."
6571
  msgstr ""
6572
 
6573
- #: src/admin.php:2145
6574
  msgid "Download in progress"
6575
  msgstr ""
6576
 
6577
- #: src/admin.php:684, src/admin.php:2134
6578
  msgid "File ready."
6579
  msgstr ""
6580
 
6581
- #: src/admin.php:2115
6582
  msgid "Download failed"
6583
  msgstr ""
6584
 
6585
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6586
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6587
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6588
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6589
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6591,41 +6619,41 @@ msgstr ""
6591
  msgid "Error"
6592
  msgstr ""
6593
 
6594
- #: src/admin.php:1917
6595
  msgid "Could not find that job - perhaps it has already finished?"
6596
  msgstr ""
6597
 
6598
- #: src/admin.php:1909
6599
  msgid "Job deleted"
6600
  msgstr ""
6601
 
6602
- #: src/admin.php:1995
6603
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6604
  msgstr ""
6605
 
6606
- #: src/admin.php:757
6607
  msgid "Nothing yet logged"
6608
  msgstr ""
6609
 
6610
- #: src/admin.php:984
6611
  msgid "Please consult this FAQ if you have problems backing up."
6612
  msgstr ""
6613
 
6614
- #: src/admin.php:984
6615
  msgid "Your website is hosted using the %s web server."
6616
  msgstr ""
6617
 
6618
- #: src/admin.php:980
6619
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6620
  msgstr ""
6621
 
6622
- #: src/admin.php:976
6623
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6624
  msgstr ""
6625
 
6626
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6627
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6628
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6629
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6630
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6631
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6635,11 +6663,11 @@ msgstr ""
6635
  msgid "Warning"
6636
  msgstr ""
6637
 
6638
- #: src/admin.php:914
6639
  msgid "Add-Ons / Pro Support"
6640
  msgstr ""
6641
 
6642
- #: src/admin.php:548, src/admin.php:912,
6643
  #: src/templates/wp-admin/settings/tab-bar.php:7
6644
  msgid "Settings"
6645
  msgstr ""
@@ -6660,21 +6688,21 @@ msgstr ""
6660
  msgid "Like UpdraftPlus and can spare one minute?"
6661
  msgstr ""
6662
 
6663
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6664
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6665
  msgid "File not found"
6666
  msgstr ""
6667
 
6668
- #: src/class-updraftplus.php:3898
6669
  msgid "The decryption key used:"
6670
  msgstr ""
6671
 
6672
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6673
  #: src/restorer.php:422
6674
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6675
  msgstr ""
6676
 
6677
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6678
  #: src/restorer.php:409
6679
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6680
  msgstr ""
@@ -6683,15 +6711,15 @@ msgstr ""
6683
  msgid "Could not open the backup file for writing"
6684
  msgstr ""
6685
 
6686
- #: src/class-updraftplus.php:3484
6687
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6688
  msgstr ""
6689
 
6690
- #: src/class-updraftplus.php:3445
6691
  msgid "Could not read the directory"
6692
  msgstr ""
6693
 
6694
- #: src/admin.php:2194, src/backup.php:1323
6695
  msgid "Backup directory (%s) is not writable, or does not exist."
6696
  msgstr ""
6697
 
@@ -6699,11 +6727,11 @@ msgstr ""
6699
  msgid "WordPress backup is complete"
6700
  msgstr ""
6701
 
6702
- #: src/class-updraftplus.php:2955
6703
  msgid "The backup attempt has finished, apparently unsuccessfully"
6704
  msgstr ""
6705
 
6706
- #: src/class-updraftplus.php:2940
6707
  msgid "The backup apparently succeeded and is now complete"
6708
  msgstr ""
6709
 
@@ -6711,37 +6739,37 @@ msgstr ""
6711
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6712
  msgstr ""
6713
 
6714
- #: src/class-updraftplus.php:2643
6715
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6716
  msgstr ""
6717
 
6718
- #: src/class-updraftplus.php:1921
6719
  msgid "Others"
6720
  msgstr ""
6721
 
6722
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6723
  msgid "Uploads"
6724
  msgstr ""
6725
 
6726
- #: src/class-updraftplus.php:1905
6727
  msgid "Themes"
6728
  msgstr ""
6729
 
6730
- #: src/class-updraftplus.php:1904
6731
  msgid "Plugins"
6732
  msgstr ""
6733
 
6734
- #: src/class-updraftplus.php:626
6735
  msgid "No log files were found."
6736
  msgstr ""
6737
 
6738
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6739
  msgid "The log file could not be read."
6740
  msgstr ""
6741
 
6742
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6743
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6744
- #: src/class-updraftplus.php:631
6745
  msgid "UpdraftPlus notice:"
6746
  msgstr ""
6747
 
11
  "Language: bg\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
+ #: src/class-updraftplus.php:4450
257
  msgid "Your chosen replacement collation"
258
  msgstr ""
259
 
260
+ #: src/class-updraftplus.php:4427
261
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
262
  msgstr ""
263
 
264
+ #: src/class-updraftplus.php:4427
265
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
266
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
267
  msgstr[0] ""
299
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
300
  msgstr ""
301
 
302
+ #: src/central/bootstrap.php:520
303
  msgid "URL for the site of your UpdraftCentral dashboard"
304
  msgstr ""
305
 
306
+ #: src/central/bootstrap.php:518
307
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
308
  msgstr ""
309
 
310
+ #: src/central/bootstrap.php:515
311
  msgid "A website where you have installed %s"
312
  msgstr ""
313
 
314
+ #: src/central/bootstrap.php:513
315
  msgid "Self-hosted dashboard"
316
  msgstr ""
317
 
318
+ #: src/central/bootstrap.php:255
319
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
320
  msgstr ""
321
 
329
  msgid "Requested table character set (%s) is not present - changing to %s."
330
  msgstr ""
331
 
332
+ #: src/class-updraftplus.php:4403
333
  msgid "Your chosen character set to use instead:"
334
  msgstr ""
335
 
336
+ #: src/class-updraftplus.php:4393
337
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
338
  msgstr ""
339
 
340
+ #: src/class-updraftplus.php:4393
341
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
342
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
343
  msgstr[0] ""
344
  msgstr[1] ""
345
 
346
+ #: src/central/bootstrap.php:598
347
  msgid "Create another key"
348
  msgstr "Създай друг ключ"
349
 
350
+ #: src/central/bootstrap.php:527
351
  msgid "UpdraftCentral dashboard connection details"
352
  msgstr ""
353
 
354
+ #: src/central/bootstrap.php:521
355
  msgid "Next"
356
  msgstr "Следващ"
357
 
358
+ #: src/central/bootstrap.php:507
359
  msgid "an account"
360
  msgstr ""
361
 
362
+ #: src/central/bootstrap.php:507
363
  msgid "i.e. if you have %s there"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:496
367
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:470
371
  msgid "Manage existing keys (%d)..."
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:420
375
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:257
379
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:255
383
  msgid "Detailed instructions for this can be found at %s"
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:255
387
  msgid "You now need to copy the key below and enter it at your %s."
388
  msgstr ""
389
 
390
+ #: src/admin.php:779
391
  msgid "Please enter a valid URL e.g http://example.com"
392
  msgstr "Моля въведете валиден адрес - пример http://example.com"
393
 
427
  msgid "Account ID"
428
  msgstr "Акаунт ID"
429
 
430
+ #: src/class-updraftplus.php:4234
431
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
432
  msgstr ""
433
 
434
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
435
  msgid "the migrator add-on"
436
  msgstr ""
437
 
438
+ #: src/class-updraftplus.php:4232
439
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
440
  msgstr ""
441
 
442
+ #: src/class-updraftplus.php:4230
443
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4225
447
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
448
  msgstr ""
449
 
459
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
460
  msgstr ""
461
 
462
+ #: src/admin.php:760
463
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
464
  msgstr ""
465
 
466
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
467
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
468
+ #: src/class-updraftplus.php:2462
469
  msgid "A PHP fatal error (%s) has occurred: %s"
470
  msgstr ""
471
 
472
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
473
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
474
+ #: src/class-updraftplus.php:2455
475
  msgid "A PHP exception (%s) has occurred: %s"
476
  msgstr ""
477
 
527
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
528
  msgstr ""
529
 
530
+ #: src/admin.php:5192
531
  msgid "Value"
532
  msgstr ""
533
 
534
+ #: src/admin.php:1726
535
  msgid "Did not know how to delete from this cloud service."
536
  msgstr ""
537
 
543
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
544
  msgstr ""
545
 
546
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
547
  msgid "Stored at: %s"
548
  msgstr ""
549
 
551
  msgid "Cloud Files"
552
  msgstr ""
553
 
554
+ #: src/admin.php:4937
555
  msgid "Your settings failed to save. Please refresh the settings page and try again"
556
  msgstr ""
557
 
558
+ #: src/admin.php:4896
559
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
560
  msgstr ""
561
 
572
  msgid "Extra database"
573
  msgstr ""
574
 
575
+ #: src/admin.php:3915
576
  msgid "Press here to download or browse"
577
  msgstr ""
578
 
579
+ #: src/admin.php:1163, src/admin.php:1173
580
  msgid "Error: invalid path"
581
  msgstr ""
582
 
583
+ #: src/admin.php:960
584
  msgid "An error occurred when fetching storage module options: "
585
  msgstr ""
586
 
587
+ #: src/admin.php:776
588
  msgid "Loading log file"
589
  msgstr ""
590
 
591
+ #: src/admin.php:775
592
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
593
  msgstr ""
594
 
595
+ #: src/admin.php:774
596
  msgid "Search"
597
  msgstr ""
598
 
599
+ #: src/admin.php:773
600
  msgid "Select a file to view information about it"
601
  msgstr ""
602
 
603
+ #: src/admin.php:772
604
  msgid "Browsing zip file"
605
  msgstr ""
606
 
607
+ #: src/admin.php:741
608
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
609
  msgstr ""
610
 
616
  msgid "Skipped tables:"
617
  msgstr ""
618
 
619
+ #: src/class-updraftplus.php:4515
620
  msgid "This database backup has the following WordPress tables excluded: %s"
621
  msgstr ""
622
 
623
+ #: src/admin.php:2810
624
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
625
  msgstr ""
626
 
627
+ #: src/admin.php:2810
628
  msgid "All WordPress tables will be backed up."
629
  msgstr ""
630
 
631
+ #: src/admin.php:771
632
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
633
  msgstr ""
634
 
635
+ #: src/admin.php:771
636
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
637
  msgstr ""
638
 
639
+ #: src/admin.php:771
640
  msgid "The available memory on the server."
641
  msgstr ""
642
 
643
+ #: src/admin.php:771
644
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "The file failed to upload. Please check the following:"
649
  msgstr ""
650
 
651
+ #: src/admin.php:770
652
  msgid "HTTP code:"
653
  msgstr ""
654
 
655
+ #: src/addons/wp-cli.php:89, src/admin.php:665
656
  msgid "You have chosen to backup a database, but no tables have been selected"
657
  msgstr ""
658
 
1104
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1105
  msgstr ""
1106
 
1107
+ #: src/central/bootstrap.php:593
1108
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1109
  msgstr ""
1110
 
1116
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1117
  msgstr ""
1118
 
1119
+ #: src/admin.php:1802
1120
  msgid "Remote files deleted:"
1121
  msgstr ""
1122
 
1123
+ #: src/admin.php:1801
1124
  msgid "Local files deleted:"
1125
  msgstr ""
1126
 
1128
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1129
  msgstr ""
1130
 
1131
+ #: src/admin.php:769
1132
  msgid "remote files deleted"
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:767
1136
  msgid "Complete"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:766
1140
  msgid "Do you want to carry out the import?"
1141
  msgstr ""
1142
 
1143
+ #: src/admin.php:765
1144
  msgid "Which was exported on:"
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:764
1148
  msgid "This will import data from:"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:763
1152
  msgid "Importing..."
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:759
1156
  msgid "You have not yet selected a file to import."
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:743
1160
  msgid "Your export file will be of your displayed settings, not your saved ones."
1161
  msgstr ""
1162
 
1168
  msgid "US East (Ohio)"
1169
  msgstr ""
1170
 
1171
+ #: src/addons/onedrive.php:1104
1172
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1173
  msgstr ""
1174
 
1175
+ #: src/addons/onedrive.php:718
1176
  msgid "Account is not authorized (%s)."
1177
  msgstr ""
1178
 
1179
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1180
  msgid "Your IP address:"
1181
  msgstr ""
1182
 
1183
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1184
  #: src/udaddons/updraftplus-addons.php:887
1185
  msgid "To remove any block, please go here."
1186
  msgstr ""
1187
 
1188
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1189
  msgid "An error response was received; HTTP code:"
1190
  msgstr ""
1191
 
1192
+ #: src/includes/class-commands.php:344
1193
  msgid "%s add-on not found"
1194
  msgstr ""
1195
 
1201
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1202
  msgstr ""
1203
 
1204
+ #: src/admin.php:2548
1205
  msgid "To fix this problem go here."
1206
  msgstr ""
1207
 
1208
+ #: src/admin.php:2548
1209
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1210
  msgstr ""
1211
 
1212
+ #: src/admin.php:727
1213
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1214
  msgstr ""
1215
 
1265
  msgid "FAQs"
1266
  msgstr ""
1267
 
1268
+ #: src/central/bootstrap.php:549
1269
  msgid "More information..."
1270
  msgstr ""
1271
 
1272
+ #: src/central/bootstrap.php:547
1273
  msgid "Use the alternative method for making a connection with the dashboard."
1274
  msgstr ""
1275
 
1276
+ #: src/central/bootstrap.php:457
1277
  msgid "Key size: %d bits"
1278
  msgstr ""
1279
 
1280
+ #: src/central/bootstrap.php:452
1281
  msgid "Public key was sent to:"
1282
  msgstr ""
1283
 
1293
  msgid "Create key"
1294
  msgstr ""
1295
 
1296
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1297
  msgid "slower, strongest"
1298
  msgstr ""
1299
 
1300
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1301
  msgid "recommended"
1302
  msgstr ""
1303
 
1304
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1305
  msgid "%s bytes"
1306
  msgstr ""
1307
 
1308
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1309
  msgid "faster (possibility for slow PHP installs)"
1310
  msgstr ""
1311
 
1312
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1313
  msgid "easy to break, fastest"
1314
  msgstr ""
1315
 
1316
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1317
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1318
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1319
  msgid "%s bits"
1320
  msgstr ""
1321
 
1322
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1323
  msgid "Encryption key size:"
1324
  msgstr ""
1325
 
1352
  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."
1353
  msgstr ""
1354
 
1355
+ #: src/class-updraftplus.php:1869
1356
  msgid "Size: %s MB"
1357
  msgstr ""
1358
 
1364
  msgid "Now"
1365
  msgstr ""
1366
 
1367
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1368
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1369
  msgstr ""
1370
 
1386
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1387
  msgstr ""
1388
 
1389
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1390
  msgid "The given file was not found, or could not be read."
1391
  msgstr ""
1392
 
1393
+ #: src/central/bootstrap.php:591
1394
  msgid "UpdraftCentral (Remote Control)"
1395
  msgstr ""
1396
 
1397
+ #: src/central/bootstrap.php:580
1398
  msgid "View recent UpdraftCentral log events"
1399
  msgstr ""
1400
 
1401
+ #: src/central/bootstrap.php:530
1402
  msgid "Enter any description"
1403
  msgstr ""
1404
 
1405
+ #: src/central/bootstrap.php:529
1406
  msgid "Description"
1407
  msgstr ""
1408
 
1409
+ #: src/central/bootstrap.php:462
1410
  msgid "Delete..."
1411
  msgstr ""
1412
 
1413
+ #: src/central/bootstrap.php:455
1414
  msgid "Created:"
1415
  msgstr ""
1416
 
1417
+ #: src/central/bootstrap.php:452
1418
  msgid "Access this site as user:"
1419
  msgstr ""
1420
 
1421
+ #: src/central/bootstrap.php:476
1422
  msgid "Details"
1423
  msgstr ""
1424
 
1425
+ #: src/central/bootstrap.php:475
1426
  msgid "Key description"
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1430
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:218
1434
  msgid "An invalid URL was entered"
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:82
1438
  msgid "Close..."
1439
  msgstr ""
1440
 
1441
+ #: src/central/bootstrap.php:74
1442
  msgid "This connection appears to already have been made."
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:71
1446
  msgid "You must visit this link in the same browser and login session as you created the key in."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:67
1450
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:67
1454
  msgid "You are not logged into this WordPress site in your web browser."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:64
1458
  msgid "The key referred to was unknown."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:61
1462
  msgid "A new UpdraftCentral connection has not been made."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:59
1466
  msgid "An UpdraftCentral connection has been made successfully."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:56
1470
  msgid "UpdraftCentral Connection"
1471
  msgstr ""
1472
 
1473
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1474
  msgid "The backup was aborted by the user"
1475
  msgstr ""
1476
 
1477
+ #: src/admin.php:4932
1478
  msgid "Your settings have been saved."
1479
  msgstr ""
1480
 
1481
+ #: src/admin.php:3793
1482
  msgid "Total backup size:"
1483
  msgstr ""
1484
 
1485
+ #: src/admin.php:3150
1486
  msgid "stop"
1487
  msgstr ""
1488
 
1489
+ #: src/admin.php:2992
1490
  msgid "The backup has finished running"
1491
  msgstr ""
1492
 
1512
  msgid "calculate"
1513
  msgstr ""
1514
 
1515
+ #: src/admin.php:742
1516
  msgid "You should save your changes to ensure that they are used for making your backup."
1517
  msgstr ""
1518
 
1519
+ #: src/admin.php:735
1520
  msgid "We requested to delete the file, but could not understand the server's response"
1521
  msgstr ""
1522
 
1523
+ #: src/admin.php:734
1524
  msgid "Please enter a valid URL"
1525
  msgstr ""
1526
 
1527
+ #: src/admin.php:717
1528
  msgid "Saving..."
1529
  msgstr ""
1530
 
1548
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1549
  msgstr ""
1550
 
1551
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1552
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1553
  msgstr ""
1554
 
1555
+ #: src/class-updraftplus.php:4299
1556
  msgid "Please read this link for important information on this process."
1557
  msgstr ""
1558
 
1559
+ #: src/class-updraftplus.php:4299
1560
  msgid "It will be imported as a new site."
1561
  msgstr ""
1562
 
1563
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1564
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1565
  msgid "Dismiss"
1566
  msgstr ""
1567
 
1568
+ #: src/admin.php:754
1569
  msgid "Please fill in the required information."
1570
  msgstr ""
1571
 
1626
  msgid "Call WordPress action:"
1627
  msgstr ""
1628
 
1629
+ #: src/admin.php:2818
1630
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1631
  msgstr ""
1632
 
1633
+ #: src/admin.php:4438
1634
  msgid "Skipping: this archive was already restored."
1635
  msgstr ""
1636
 
1662
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1663
  msgstr ""
1664
 
1665
+ #: src/admin.php:4806
1666
  msgid "Send this backup to remote storage"
1667
  msgstr ""
1668
 
1669
+ #: src/admin.php:4804
1670
  msgid "Check out UpdraftPlus Vault."
1671
  msgstr ""
1672
 
1673
+ #: src/admin.php:4804
1674
  msgid "Not got any remote storage?"
1675
  msgstr ""
1676
 
1677
+ #: src/admin.php:4804
1678
  msgid "settings"
1679
  msgstr ""
1680
 
1681
+ #: src/admin.php:4804
1682
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:2816
1686
  msgid "Include any files in the backup"
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:2802
1690
  msgid "Include the database in the backup"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:2707
1694
  msgid "Continue restoration"
1695
  msgstr ""
1696
 
1697
+ #: src/admin.php:2702
1698
  msgid "You have an unfinished restoration operation, begun %s ago."
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2701
1702
  msgid "Unfinished restoration"
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2699
1706
  msgid "%s minutes, %s seconds"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2646
1710
  msgid "Backup Contents And Schedule"
1711
  msgstr ""
1712
 
1714
  msgid "Premium / Extensions"
1715
  msgstr ""
1716
 
1717
+ #: src/admin.php:2414, src/admin.php:2423
1718
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1719
  msgstr ""
1720
 
1721
+ #: src/addons/morefiles.php:77, src/admin.php:740
1722
  msgctxt "(verb)"
1723
  msgid "Download"
1724
  msgstr ""
1854
  msgid "Could not access container"
1855
  msgstr ""
1856
 
1857
+ #: src/class-updraftplus.php:2962
1858
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1859
  msgstr ""
1860
 
1983
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1984
  msgstr ""
1985
 
1986
+ #: src/admin.php:1800
1987
  msgid "Backup sets removed:"
1988
  msgstr ""
1989
 
1990
+ #: src/admin.php:753
1991
  msgid "Processing..."
1992
  msgstr ""
1993
 
1994
+ #: src/admin.php:751
1995
  msgid "For backups older than"
1996
  msgstr ""
1997
 
1998
+ #: src/admin.php:750
1999
  msgid "week(s)"
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:749
2003
  msgid "hour(s)"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:748
2007
  msgid "day(s)"
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:747
2011
  msgid "in the month"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:746
2015
  msgid "day"
2016
  msgstr ""
2017
 
2035
  msgid "You do not currently have any UpdraftPlus Vault quota"
2036
  msgstr ""
2037
 
2038
+ #: src/class-updraftplus.php:4372
2039
  msgid "You must upgrade MySQL to be able to use this database."
2040
  msgstr ""
2041
 
2042
+ #: src/class-updraftplus.php:4372
2043
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2044
  msgstr ""
2045
 
2046
+ #: src/admin.php:2533
2047
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2048
  msgstr ""
2049
 
2071
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2072
  msgstr ""
2073
 
2074
+ #: src/admin.php:1018
2075
  msgid "Go to the remote storage settings in order to connect."
2076
  msgstr ""
2077
 
2078
+ #: src/admin.php:1018
2079
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2080
  msgstr ""
2081
 
2083
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2084
  msgstr ""
2085
 
2086
+ #: src/admin.php:723
2087
  msgid "Update quota count"
2088
  msgstr ""
2089
 
2090
+ #: src/admin.php:722
2091
  msgid "Counting..."
2092
  msgstr ""
2093
 
2094
+ #: src/admin.php:721
2095
  msgid "Disconnecting..."
2096
  msgstr ""
2097
 
2098
+ #: src/admin.php:719
2099
  msgid "Connecting..."
2100
  msgstr ""
2101
 
2121
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2122
  msgstr ""
2123
 
2124
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2125
  #: src/methods/updraftvault.php:450
2126
  msgid "Disconnect"
2127
  msgstr ""
2154
  msgid "E-mail"
2155
  msgstr ""
2156
 
2157
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2158
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2159
  msgid "Back..."
2160
  msgstr ""
2172
  msgid "%s per quarter"
2173
  msgstr ""
2174
 
2175
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2176
  #: src/methods/updraftvault.php:351
2177
  msgid "Read more about it here."
2178
  msgstr ""
2246
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2247
  msgstr ""
2248
 
2249
+ #: src/addons/migrator.php:1926, src/admin.php:729
2250
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2251
  msgstr ""
2252
 
2258
  msgid "Your new key:"
2259
  msgstr ""
2260
 
2261
+ #: src/central/bootstrap.php:402
2262
  msgid "You must copy and paste this key now - it cannot be shown again."
2263
  msgstr ""
2264
 
2265
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2266
  msgid "Key created successfully."
2267
  msgstr ""
2268
 
2302
  msgid "This storage method does not allow downloading"
2303
  msgstr ""
2304
 
2305
+ #: src/admin.php:3978
2306
  msgid "(backup set imported from remote location)"
2307
  msgstr ""
2308
 
2309
+ #: src/addons/wp-cli.php:346,
2310
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2311
  msgid "Site"
2312
  msgstr ""
2313
 
2314
+ #: src/addons/wp-cli.php:344,
2315
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2316
  msgid "Backup sent to remote site - not available for download."
2317
  msgstr ""
2318
 
2324
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2325
  msgstr ""
2326
 
2327
+ #: src/addons/migrator.php:1954, src/admin.php:736
2328
  msgid "Testing connection..."
2329
  msgstr ""
2330
 
2331
+ #: src/admin.php:733
2332
  msgid "Deleting..."
2333
  msgstr ""
2334
 
2335
+ #: src/admin.php:732
2336
  msgid "key name"
2337
  msgstr ""
2338
 
2339
+ #: src/admin.php:730
2340
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2341
  msgstr ""
2342
 
2343
+ #: src/admin.php:727
2344
  msgid "Creating..."
2345
  msgstr ""
2346
 
2364
  msgid "Or, send a backup to another site"
2365
  msgstr ""
2366
 
2367
+ #: src/addons/migrator.php:2128, src/admin.php:737
2368
  msgid "Send"
2369
  msgstr ""
2370
 
2371
+ #: src/addons/migrator.php:2122, src/admin.php:728
2372
  msgid "Send to site:"
2373
  msgstr ""
2374
 
2433
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2434
  msgstr ""
2435
 
2436
+ #: src/admin.php:726
2437
  msgid "Resetting..."
2438
  msgstr ""
2439
 
2440
+ #: src/addons/migrator.php:2431, src/admin.php:725
2441
  msgid "Add site"
2442
  msgstr ""
2443
 
2444
+ #: src/admin.php:724
2445
  msgid "Adding..."
2446
  msgstr ""
2447
 
2477
  msgid "To restore using any of the backup sets below, press the button."
2478
  msgstr ""
2479
 
2480
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2481
  msgid "You have made changes to your settings, and not saved."
2482
  msgstr ""
2483
 
2484
+ #: src/addons/onedrive.php:1164
2485
  msgid "N.B. %s is not case-sensitive."
2486
  msgstr ""
2487
 
2488
+ #: src/addons/onedrive.php:1154
2489
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2490
  msgstr ""
2491
 
2492
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2493
+ #: src/addons/onedrive.php:1127
2494
  msgid "For longer help, including screenshots, follow this link."
2495
  msgstr ""
2496
 
2497
+ #: src/addons/onedrive.php:1120
2498
  msgid "Create OneDrive credentials in your OneDrive developer console."
2499
  msgstr ""
2500
 
2501
+ #: src/addons/onedrive.php:1112
2502
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2503
  msgstr ""
2504
 
2506
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2507
  msgstr ""
2508
 
2509
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2510
  msgid "%s authorisation failed:"
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2514
+ #: src/addons/onedrive.php:1157
2515
  msgid "OneDrive"
2516
  msgstr ""
2517
 
2518
+ #: src/addons/onedrive.php:709
2519
  msgid "Please re-authorize the connection to your %s account."
2520
  msgstr ""
2521
 
2523
  msgid "configure it here"
2524
  msgstr ""
2525
 
2526
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2527
  msgid "To remove the block, please go here."
2528
  msgstr ""
2529
 
2680
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2681
  msgstr ""
2682
 
2683
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2684
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2685
  #: src/udaddons/updraftplus-addons.php:887
2686
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2687
  msgstr ""
2688
 
2689
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2690
  #: src/udaddons/updraftplus-addons.php:887
2691
  msgid "It appears that your web server's IP Address (%s) is blocked."
2692
  msgstr ""
2693
 
2694
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2695
  #: src/udaddons/updraftplus-addons.php:887
2696
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2697
  msgstr ""
2735
  msgid "(at same time as files backup)"
2736
  msgstr ""
2737
 
2738
+ #: src/admin.php:3449
2739
  msgid "No backup has been completed"
2740
  msgstr ""
2741
 
2778
  msgid "or"
2779
  msgstr ""
2780
 
2781
+ #: src/admin.php:710
2782
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2783
  msgstr ""
2784
 
2809
  msgid "Check this box to have a basic report sent to"
2810
  msgstr ""
2811
 
2812
+ #: src/admin.php:3463
2813
  msgctxt "i.e. Non-automatic"
2814
  msgid "Manual"
2815
  msgstr ""
2827
  msgid "Any other file/directory on your server that you wish to back up"
2828
  msgstr ""
2829
 
2830
+ #: src/admin.php:2550
2831
  msgid "For even more features and personal support, check out "
2832
  msgstr ""
2833
 
2836
  msgstr ""
2837
 
2838
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2839
+ #: src/admin.php:715
2840
  msgid "Automatic backup before update"
2841
  msgstr ""
2842
 
2921
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2922
  msgstr ""
2923
 
2924
+ #: src/admin.php:2992, src/admin.php:4092
2925
  msgid "View Log"
2926
  msgstr ""
2927
 
2938
  msgid "and retain this many scheduled backups"
2939
  msgstr ""
2940
 
2941
+ #: src/admin.php:3419
2942
  msgid "incremental backup; base backup: %s"
2943
  msgstr ""
2944
 
2950
  msgid "Upload files into UpdraftPlus."
2951
  msgstr ""
2952
 
2953
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2954
  #: src/templates/wp-admin/settings/tab-status.php:22
2955
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2956
  msgstr ""
2957
 
2958
+ #: src/class-updraftplus.php:4288
2959
  msgid "Backup label:"
2960
  msgstr ""
2961
 
2962
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2963
  msgid "Error: unexpected file read fail"
2964
  msgstr ""
2965
 
2999
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3000
  msgstr ""
3001
 
3002
+ #: src/class-updraftplus.php:4307
3003
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3004
  msgstr ""
3005
 
3006
+ #: src/class-updraftplus.php:4307
3007
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3008
  msgstr ""
3009
 
3040
  msgid "You need to connect to receive future updates to UpdraftPlus."
3041
  msgstr ""
3042
 
3043
+ #: src/class-updraftplus.php:4280
3044
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3045
  msgstr ""
3046
 
3047
+ #: src/class-updraftplus.php:4280
3048
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3049
  msgstr ""
3050
 
3051
+ #: src/class-updraftplus.php:4280
3052
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3053
  msgstr ""
3054
 
3055
+ #: src/class-updraftplus.php:4280
3056
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3057
  msgstr ""
3058
 
3081
  msgid "UpdraftPlus is on social media - check us out!"
3082
  msgstr ""
3083
 
3084
+ #: src/admin.php:4267
3085
  msgid "Why am I seeing this?"
3086
  msgstr ""
3087
 
3093
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3094
  msgstr ""
3095
 
3096
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3097
  msgid "Start backup"
3098
  msgstr ""
3099
 
3100
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3101
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3102
  msgstr ""
3103
 
3104
+ #: src/admin.php:3317
3105
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3106
  msgstr ""
3107
 
3109
  msgid "Unless you have a problem, you can completely ignore everything here."
3110
  msgstr ""
3111
 
3112
+ #: src/admin.php:2236
3113
  msgid "This file could not be uploaded"
3114
  msgstr ""
3115
 
3116
+ #: src/admin.php:2199
3117
  msgid "You will find more information about this in the Settings section."
3118
  msgstr ""
3119
 
3133
  msgid "Memory limit"
3134
  msgstr ""
3135
 
3136
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3137
  msgid "restoration"
3138
  msgstr ""
3139
 
3157
  msgid "Backup succeeded"
3158
  msgstr ""
3159
 
3160
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3161
  #: src/updraftplus.php:99, src/updraftplus.php:100
3162
  msgid "Every %s hours"
3163
  msgstr ""
3212
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3213
  msgstr ""
3214
 
3215
+ #: src/admin.php:3820
3216
  msgid "You have not yet made any backups."
3217
  msgstr ""
3218
 
3232
  msgid "Free disk space in account:"
3233
  msgstr ""
3234
 
3235
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3236
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3237
  msgstr ""
3238
 
3239
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3240
  #: src/includes/deprecated-actions.php:29,
3241
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3242
  #: src/templates/wp-admin/settings/tab-bar.php:6
3247
  msgid "Current Status"
3248
  msgstr ""
3249
 
3250
+ #: src/admin.php:969
3251
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3252
  msgstr ""
3253
 
3254
+ #: src/admin.php:969
3255
  msgid "To make a backup, just press the Backup Now button."
3256
  msgstr ""
3257
 
3258
+ #: src/admin.php:969
3259
  msgid "Welcome to UpdraftPlus!"
3260
  msgstr ""
3261
 
3327
  msgid "user"
3328
  msgstr ""
3329
 
3330
+ #: src/class-updraftplus.php:1866
3331
  msgid "External database (%s)"
3332
  msgstr ""
3333
 
3339
  msgid "failed to access parent folder"
3340
  msgstr ""
3341
 
3342
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3343
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3344
  #: src/methods/googledrive.php:447
3345
  msgid "However, subsequent access attempts failed:"
3346
  msgstr ""
3347
 
3348
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3349
  msgid "External database"
3350
  msgstr ""
3351
 
3377
  msgid "use UpdraftPlus Premium"
3378
  msgstr ""
3379
 
3380
+ #: src/class-updraftplus.php:4131
3381
  msgid "Decryption failed. The database file is encrypted."
3382
  msgstr ""
3383
 
3407
  msgstr ""
3408
 
3409
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3410
+ #: src/addons/onedrive.php:1164
3411
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3412
  msgstr ""
3413
 
3414
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3415
+ #: src/addons/onedrive.php:1164
3416
  msgid "e.g. %s"
3417
  msgstr ""
3418
 
3419
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3420
  msgid "Enter the path of the %s folder you wish to use here."
3421
  msgstr ""
3422
 
3432
  msgid "Tenant"
3433
  msgstr ""
3434
 
3435
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3436
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3437
  msgid "Follow this link for more information"
3438
  msgstr ""
3439
 
3469
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3470
  msgstr ""
3471
 
3472
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3473
  msgid "(You appear to be already authenticated)."
3474
  msgstr ""
3475
 
3477
  msgid "Dropbox"
3478
  msgstr ""
3479
 
3480
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3481
  msgid "Authenticate with %s"
3482
  msgstr ""
3483
 
3508
  msgid "%s error - failed to access the container"
3509
  msgstr ""
3510
 
3511
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3512
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3513
  msgid "Account holder's name: %s."
3514
  msgstr ""
3525
  msgid "<strong>This is NOT a folder name</strong>."
3526
  msgstr ""
3527
 
3528
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3529
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3530
  msgid "Folder"
3531
  msgstr ""
3532
 
3533
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3534
  #: src/methods/googledrive.php:1152
3535
  msgid "%s download: failed: file not found"
3536
  msgstr ""
3574
  msgid "Failed to unpack the archive"
3575
  msgstr ""
3576
 
3577
+ #: src/class-updraftplus.php:1390
3578
  msgid "Error - failed to download the file"
3579
  msgstr ""
3580
 
3598
  msgid "password/key"
3599
  msgstr ""
3600
 
3601
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3602
+ #: src/admin.php:5192
3603
  msgid "Key"
3604
  msgstr ""
3605
 
3615
  msgid "SCP/SFTP password/key"
3616
  msgstr ""
3617
 
3618
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3619
  msgid "Files backup (created by %s)"
3620
  msgstr ""
3621
 
3622
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3623
  msgid "Files and database WordPress backup (created by %s)"
3624
  msgstr ""
3625
 
3626
+ #: src/addons/importer.php:276, src/admin.php:3883,
3627
  #: src/includes/class-backup-history.php:349
3628
  msgid "Backup created by: %s."
3629
  msgstr ""
3630
 
3631
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3632
  msgid "Database (created by %s)"
3633
  msgstr ""
3634
 
3635
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3636
  msgid "unknown source"
3637
  msgstr ""
3638
 
3644
  msgid "Upload backup files"
3645
  msgstr ""
3646
 
3647
+ #: src/admin.php:2251
3648
  msgid "This backup was created by %s, and can be imported."
3649
  msgstr ""
3650
 
3651
+ #: src/admin.php:998
3652
  msgid "Read this page for a guide to possible causes and how to fix it."
3653
  msgstr ""
3654
 
3655
+ #: src/admin.php:998
3656
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3657
  msgstr ""
3658
 
3669
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3670
  msgstr ""
3671
 
3672
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3673
  #: src/restorer.php:1577
3674
  msgid "Backup created by unknown source (%s) - cannot be restored."
3675
  msgstr ""
3729
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3730
  msgstr ""
3731
 
3732
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3733
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3734
  msgstr ""
3735
 
3736
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3737
  #: src/restorer.php:1608
3738
  msgid "Your hosting company must enable these functions before %s can work."
3739
  msgstr ""
3740
 
3741
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3742
  msgid "Your web server's PHP installation has these functions disabled: %s."
3743
  msgstr ""
3744
 
3808
  msgid "Dismiss from main dashboard (for %s weeks)"
3809
  msgstr ""
3810
 
3811
+ #: src/class-updraftplus.php:4771
3812
  msgid "The attempt to undo the double-compression succeeded."
3813
  msgstr ""
3814
 
3815
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3816
  msgid "The attempt to undo the double-compression failed."
3817
  msgstr ""
3818
 
3819
+ #: src/class-updraftplus.php:4741
3820
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3821
  msgstr ""
3822
 
3840
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3841
  msgstr ""
3842
 
3843
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3844
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3845
  msgstr ""
3846
 
3849
  msgid "Errors occurred:"
3850
  msgstr ""
3851
 
3852
+ #: src/admin.php:4286
3853
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3854
  msgstr ""
3855
 
3873
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3874
  msgstr ""
3875
 
3876
+ #: src/admin.php:973, src/class-updraftplus.php:875
3877
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3878
  msgstr ""
3879
 
3886
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3887
  msgstr ""
3888
 
3889
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3890
  msgid "Messages:"
3891
  msgstr ""
3892
 
4047
  msgid "Authorisation failed (check your credentials)"
4048
  msgstr ""
4049
 
4050
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4051
  #: src/udaddons/options.php:257
4052
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4053
  msgstr ""
4054
 
4055
+ #: src/admin.php:708, src/central/bootstrap.php:561
4056
  msgid "Create"
4057
  msgstr ""
4058
 
4064
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4065
  msgstr ""
4066
 
4067
+ #: src/admin.php:680, src/admin.php:4584
4068
  msgid "Error data:"
4069
  msgstr ""
4070
 
4071
+ #: src/admin.php:4238
4072
  msgid "Backup does not exist in the backup history"
4073
  msgstr ""
4074
 
4075
+ #: src/admin.php:2927
4076
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4077
  msgstr ""
4078
 
4112
  msgid "Email reports"
4113
  msgstr ""
4114
 
4115
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4116
  msgid "%s checksum: %s"
4117
  msgstr ""
4118
 
4119
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4120
  msgid "files: %s"
4121
  msgstr ""
4122
 
4128
  msgid "Debugging information"
4129
  msgstr ""
4130
 
4131
+ #: src/addons/reporting.php:222, src/admin.php:3776
4132
  msgid "Uploaded to:"
4133
  msgstr ""
4134
 
4169
  msgid "%d errors, %d warnings"
4170
  msgstr ""
4171
 
4172
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4173
  #: src/methods/dropbox.php:772
4174
  msgid "%s authentication"
4175
  msgstr ""
4176
 
4177
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4178
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4179
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4180
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4201
  msgid "Your site's admin email address (%s) will be used."
4202
  msgstr ""
4203
 
4204
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4205
  #: src/methods/updraftvault.php:362
4206
  msgid "Connect"
4207
  msgstr ""
4210
  msgid "For more reporting features, use the Reporting add-on."
4211
  msgstr ""
4212
 
4213
+ #: src/class-updraftplus.php:4212
4214
  msgid "(version: %s)"
4215
  msgstr ""
4216
 
4350
  msgid "Reporting"
4351
  msgstr ""
4352
 
4353
+ #: src/admin.php:5189
4354
  msgid "Options (raw)"
4355
  msgstr ""
4356
 
4370
  msgid "See also the \"More Files\" add-on from our shop."
4371
  msgstr ""
4372
 
4373
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4374
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4375
  msgstr ""
4376
 
4377
+ #: src/class-updraftplus.php:872
4378
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4379
  msgstr ""
4380
 
4450
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4451
  msgstr ""
4452
 
4453
+ #: src/admin.php:2727
4454
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4455
  msgstr ""
4456
 
4518
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4519
  msgstr ""
4520
 
4521
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4522
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4523
  msgstr ""
4524
 
4547
  msgid "You can send a backup to more than one destination with an add-on."
4548
  msgstr ""
4549
 
4550
+ #: src/admin.php:3150
4551
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4552
  msgstr ""
4553
 
4554
+ #: src/admin.php:3049
4555
  msgid "(%s%%, file %s of %s)"
4556
  msgstr ""
4557
 
4588
  msgid "Backup is of: %s."
4589
  msgstr ""
4590
 
4591
+ #: src/admin.php:757
4592
  msgid "%s settings test result:"
4593
  msgstr ""
4594
 
4595
+ #: src/admin.php:3951, src/admin.php:3953
4596
  msgid "(Not finished)"
4597
  msgstr ""
4598
 
4599
+ #: src/admin.php:3953
4600
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4601
  msgstr ""
4602
 
4608
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4609
  msgstr ""
4610
 
4611
+ #: src/admin.php:3145
4612
  msgid "Job ID: %s"
4613
  msgstr ""
4614
 
4615
+ #: src/admin.php:3130
4616
  msgid "last activity: %ss ago"
4617
  msgstr ""
4618
 
4619
+ #: src/admin.php:3129
4620
  msgid "next resumption: %d (after %ss)"
4621
  msgstr ""
4622
 
4623
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4624
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4625
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4626
  msgid "Unknown"
4627
  msgstr ""
4628
 
4629
+ #: src/admin.php:3063
4630
  msgid "Backup finished"
4631
  msgstr ""
4632
 
4633
+ #: src/admin.php:3058
4634
  msgid "Waiting until scheduled time to retry because of errors"
4635
  msgstr ""
4636
 
4637
+ #: src/admin.php:3054
4638
  msgid "Pruning old backup sets"
4639
  msgstr ""
4640
 
4641
+ #: src/admin.php:3042
4642
  msgid "Uploading files to remote storage"
4643
  msgstr ""
4644
 
4645
+ #: src/admin.php:3110
4646
  msgid "Encrypted database"
4647
  msgstr ""
4648
 
4649
+ #: src/admin.php:3102
4650
  msgid "Encrypting database"
4651
  msgstr ""
4652
 
4653
+ #: src/admin.php:3076
4654
  msgid "Created database backup"
4655
  msgstr ""
4656
 
4657
+ #: src/admin.php:3089
4658
  msgid "table: %s"
4659
  msgstr ""
4660
 
4661
+ #: src/admin.php:3087
4662
  msgid "Creating database backup"
4663
  msgstr ""
4664
 
4665
+ #: src/admin.php:3037
4666
  msgid "Created file backup zips"
4667
  msgstr ""
4668
 
4669
+ #: src/admin.php:3024
4670
  msgid "Creating file backup zips"
4671
  msgstr ""
4672
 
4673
+ #: src/admin.php:3019
4674
  msgid "Backup begun"
4675
  msgstr ""
4676
 
4677
+ #: src/admin.php:2852
4678
  msgid "Backups in progress:"
4679
  msgstr ""
4680
 
4681
+ #: src/admin.php:977
4682
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4683
  msgstr ""
4684
 
4694
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4695
  msgstr ""
4696
 
4697
+ #: src/class-updraftplus.php:2969
4698
  msgid "The backup has not finished; a resumption is scheduled"
4699
  msgstr ""
4700
 
4701
+ #: src/class-updraftplus.php:2152
4702
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4703
  msgstr ""
4704
 
4705
+ #: src/addons/onedrive.php:1017,
4706
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4707
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4708
  msgstr ""
4709
 
4710
+ #: src/admin.php:2577
4711
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4712
  msgstr ""
4713
 
4714
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4715
  msgid "Proceed with update"
4716
  msgstr ""
4717
 
4787
  msgid "Support"
4788
  msgstr ""
4789
 
4790
+ #: src/class-updraftplus.php:4520
4791
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4792
  msgstr ""
4793
 
4794
+ #: src/class-updraftplus.php:4512
4795
  msgid "This database backup is missing core WordPress tables: %s"
4796
  msgstr ""
4797
 
4798
+ #: src/class-updraftplus.php:4273
4799
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4800
  msgstr ""
4801
 
4802
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4803
  msgid "%s version: %s"
4804
  msgstr ""
4805
 
4806
+ #: src/class-updraftplus.php:4148
4807
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4808
  msgstr ""
4809
 
4810
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4811
  #: src/includes/updraftplus-notices.php:171
4812
  msgid "Be safe with an automatic backup"
4813
  msgstr ""
4814
 
4815
+ #: src/admin.php:2530
4816
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4817
  msgstr ""
4818
 
4860
  msgid "Delete from your web server"
4861
  msgstr ""
4862
 
4863
+ #: src/admin.php:3923
4864
  msgid "You appear to be missing one or more archives from this multi-archive set."
4865
  msgstr ""
4866
 
4867
+ #: src/admin.php:3920
4868
  msgid "(%d archive(s) in set)."
4869
  msgstr ""
4870
 
4884
  msgid "Error: the server sent an empty response."
4885
  msgstr ""
4886
 
4887
+ #: src/admin.php:2265
4888
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4889
  msgstr ""
4890
 
4920
  msgid "No such backup set exists"
4921
  msgstr ""
4922
 
4923
+ #: src/admin.php:1394
4924
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4925
  msgstr ""
4926
 
4936
  msgid "WordPress root directory server path: %s"
4937
  msgstr ""
4938
 
4939
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4940
  msgid "%s end-point"
4941
  msgstr ""
4942
 
4949
  msgid "S3 (Compatible)"
4950
  msgstr ""
4951
 
4952
+ #: src/admin.php:1304
4953
  msgid "File is not locally present - needs retrieving from remote storage"
4954
  msgstr ""
4955
 
4956
+ #: src/admin.php:4435
4957
  msgid "Looking for %s archive: file name: %s"
4958
  msgstr ""
4959
 
4960
+ #: src/admin.php:4396
4961
  msgid "Final checks"
4962
  msgstr ""
4963
 
4969
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4970
  msgstr ""
4971
 
4972
+ #: src/admin.php:3557
4973
  msgid "Your wp-content directory server path: %s"
4974
  msgstr ""
4975
 
4985
  msgid "Processing files - please wait..."
4986
  msgstr ""
4987
 
 
 
 
 
 
4988
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4989
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4990
  msgstr ""
4991
 
4992
+ #: src/class-updraftplus.php:4156
4993
  msgid "Failed to open database file."
4994
  msgstr ""
4995
 
4996
+ #: src/admin.php:5154
4997
  msgid "Known backups (raw)"
4998
  msgstr ""
4999
 
5005
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5006
  msgstr ""
5007
 
5008
+ #: src/admin.php:4455
5009
  msgid "file is size:"
5010
  msgstr ""
5011
 
5012
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5013
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5014
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5015
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5016
  msgid "Go here for more information."
5017
  msgstr ""
5018
 
5020
  msgid "Some files are still downloading or being processed - please wait."
5021
  msgstr ""
5022
 
5023
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5024
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5025
  msgstr ""
5026
 
5076
  msgid "%s error - failed to upload file"
5077
  msgstr ""
5078
 
5079
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5080
  msgid "%s error - failed to re-assemble chunks"
5081
  msgstr ""
5082
 
5091
  msgstr ""
5092
 
5093
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5094
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5095
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5096
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5097
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5098
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5099
  #: src/methods/s3.php:341
5100
  msgid "Error: %s"
5101
  msgstr ""
5102
 
5103
+ #: src/admin.php:3482
5104
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5105
  msgstr ""
5106
 
5107
+ #: src/admin.php:3480
5108
  msgid "Backup directory specified does <b>not</b> exist."
5109
  msgstr ""
5110
 
5111
+ #: src/admin.php:3157, src/admin.php:3431
5112
  msgid "Warning: %s"
5113
  msgstr ""
5114
 
5136
  msgid "Warnings encountered:"
5137
  msgstr ""
5138
 
5139
+ #: src/class-updraftplus.php:2957
5140
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5141
  msgstr ""
5142
 
5143
+ #: src/class-updraftplus.php:901
5144
  msgid "Your free disk space is very low - only %s Mb remain"
5145
  msgstr ""
5146
 
5192
  msgid "Please supply the requested information, and then continue."
5193
  msgstr ""
5194
 
5195
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5196
  msgid "Site information:"
5197
  msgstr ""
5198
 
5200
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5201
  msgstr ""
5202
 
5203
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5204
  msgid "Warning:"
5205
  msgstr ""
5206
 
5207
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5208
  #: src/restorer.php:184
5209
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5210
  msgstr ""
5211
 
5212
+ #: src/admin.php:4423
5213
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5214
  msgstr ""
5215
 
5216
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5217
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5218
  msgstr ""
5219
 
5220
+ #: src/admin.php:712
5221
  msgid "Close"
5222
  msgstr ""
5223
 
5268
  msgid "Also delete from remote storage"
5269
  msgstr ""
5270
 
5271
+ #: src/admin.php:2879
5272
  msgid "Latest UpdraftPlus.com news:"
5273
  msgstr ""
5274
 
5285
  msgid "News"
5286
  msgstr ""
5287
 
5288
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5289
  msgid "Backup set not found"
5290
  msgstr ""
5291
 
5307
  msgid "Blog link"
5308
  msgstr ""
5309
 
5310
+ #: src/admin.php:756
5311
  msgid "Testing %s Settings..."
5312
  msgstr ""
5313
 
5315
  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."
5316
  msgstr ""
5317
 
5318
+ #: src/admin.php:993
5319
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5320
  msgstr ""
5321
 
5322
+ #: src/admin.php:993
5323
  msgid "Notice"
5324
  msgstr ""
5325
 
5517
  msgid "WordPress Core"
5518
  msgstr ""
5519
 
5520
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5521
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5522
  msgstr ""
5523
 
5524
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5525
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5526
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5527
+ #: src/methods/stream-base.php:356
5528
  msgid "Failed"
5529
  msgstr ""
5530
 
5579
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5580
  msgstr ""
5581
 
5582
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5583
  msgid "Your %s account name: %s"
5584
  msgstr ""
5585
 
5743
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5744
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5745
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5746
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5747
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5748
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5749
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5785
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5786
  msgstr ""
5787
 
5788
+ #: src/admin.php:755, src/methods/backup-module.php:315
5789
  msgid "Test %s Settings"
5790
  msgstr ""
5791
 
5792
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5793
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5794
  msgid "Error opening local file: Failed to download"
5795
  msgstr ""
5806
  msgstr ""
5807
 
5808
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5809
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5810
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5811
  msgid "%s Error: Failed to open local file"
5812
  msgstr ""
5827
  msgid "Authenticate with Google"
5828
  msgstr ""
5829
 
5830
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5831
  #: src/methods/googledrive.php:1226
5832
  msgid "Client Secret"
5833
  msgstr ""
5836
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5837
  msgstr ""
5838
 
5839
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5840
  #: src/methods/googledrive.php:1222
5841
  msgid "Client ID"
5842
  msgstr ""
5874
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5875
  msgstr ""
5876
 
5877
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5878
  #: src/methods/googledrive.php:467
5879
  msgid "you have authenticated your %s account."
5880
  msgstr ""
5881
 
5882
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5883
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5884
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5885
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5886
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5887
  msgid "Success"
5888
  msgstr ""
5889
 
5890
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5891
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5892
  msgid "Your %s quota usage: %s %% used, %s available"
5893
  msgstr ""
5919
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5920
  msgstr ""
5921
 
5922
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5923
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5924
  #: src/restorer.php:2437, src/restorer.php:2542
5925
  msgid "OK"
5926
  msgstr ""
5937
  msgid "will restore as:"
5938
  msgstr ""
5939
 
5940
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5941
  #: src/restorer.php:1896, src/restorer.php:1922
5942
  msgid "Old table prefix:"
5943
  msgstr ""
5944
 
5945
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5946
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5947
  msgid "Backup of:"
5948
  msgstr ""
5949
 
6015
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6016
  msgstr ""
6017
 
6018
+ #: src/admin.php:4461, src/admin.php:4462
6019
  msgid "Could not find one of the files for restoration"
6020
  msgstr ""
6021
 
6022
+ #: src/admin.php:4576
6023
  msgid "Error message"
6024
  msgstr ""
6025
 
6026
+ #: src/admin.php:4458
6027
  msgid "The backup records do not contain information about the proper size of this file."
6028
  msgstr ""
6029
 
6030
+ #: src/admin.php:4450
6031
  msgid "Archive is expected to be size:"
6032
  msgstr ""
6033
 
6034
+ #: src/admin.php:4330
6035
  msgid "If making a request for support, please include this information:"
6036
  msgstr ""
6037
 
6038
+ #: src/admin.php:4329
6039
  msgid "ABORT: Could not find the information on which entities to restore."
6040
  msgstr ""
6041
 
6042
+ #: src/admin.php:4284
6043
  msgid "UpdraftPlus Restoration: Progress"
6044
  msgstr ""
6045
 
6046
+ #: src/admin.php:4237
6047
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6048
  msgstr ""
6049
 
6050
+ #: src/admin.php:3981
6051
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6052
  msgstr ""
6053
 
6054
+ #: src/admin.php:4082
6055
  msgid "Delete this backup set"
6056
  msgstr ""
6057
 
6058
+ #: src/admin.php:3641
6059
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6060
  msgstr ""
6061
 
6062
+ #: src/admin.php:3638
6063
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6064
  msgstr ""
6065
 
6066
+ #: src/admin.php:3636
6067
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6068
  msgstr ""
6069
 
6104
  msgid "Use the server's SSL certificates"
6105
  msgstr ""
6106
 
6107
+ #: src/admin.php:3484
6108
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6109
  msgstr ""
6110
 
6111
+ #: src/admin.php:3484
6112
  msgid "click here"
6113
  msgstr ""
6114
 
6115
+ #: src/admin.php:3484
6116
  msgid "or, to reset this option"
6117
  msgstr ""
6118
 
6119
+ #: src/admin.php:3484
6120
  msgid "Follow this link to attempt to create the directory and set the permissions"
6121
  msgstr ""
6122
 
6123
+ #: src/admin.php:3476
6124
  msgid "Backup directory specified is writable, which is good."
6125
  msgstr ""
6126
 
6160
  msgid "Cancel"
6161
  msgstr ""
6162
 
6163
+ #: src/addons/reporting.php:244, src/admin.php:3788
6164
  msgid "None"
6165
  msgstr ""
6166
 
6185
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6186
  msgstr ""
6187
 
6188
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6189
  msgid "Exclude these:"
6190
  msgstr ""
6191
 
6192
+ #: src/admin.php:3557
6193
  msgid "Any other directories found inside wp-content"
6194
  msgstr ""
6195
 
6205
  msgid "To fix the time at which a backup should take place,"
6206
  msgstr ""
6207
 
6208
+ #: src/admin.php:3470
6209
  msgid "Monthly"
6210
  msgstr ""
6211
 
6212
+ #: src/admin.php:3469
6213
  msgid "Fortnightly"
6214
  msgstr ""
6215
 
6216
+ #: src/admin.php:3468
6217
  msgid "Weekly"
6218
  msgstr ""
6219
 
6220
+ #: src/admin.php:3467
6221
  msgid "Daily"
6222
  msgstr ""
6223
 
6224
+ #: src/admin.php:714, src/admin.php:3445
6225
  msgid "Download log file"
6226
  msgstr ""
6227
 
6228
+ #: src/admin.php:3317
6229
  msgid "The folder exists, but your webserver does not have permission to write to it."
6230
  msgstr ""
6231
 
6232
+ #: src/admin.php:3312
6233
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6234
  msgstr ""
6235
 
6236
+ #: src/admin.php:3298
6237
  msgid "The request to the filesystem to create the directory failed."
6238
  msgstr ""
6239
 
6240
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6241
+ #: src/admin.php:3243, src/admin.php:4082,
6242
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6243
  msgid "Delete"
6244
  msgstr ""
6245
 
6246
+ #: src/admin.php:3148
6247
  msgid "show log"
6248
  msgstr ""
6249
 
6359
  msgid "Do read this helpful article of useful things to know before restoring."
6360
  msgstr ""
6361
 
6362
+ #: src/class-updraftplus.php:4246
6363
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6364
  msgstr ""
6365
 
6414
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6415
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6416
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6417
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6418
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6419
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6420
  msgid "Error:"
6465
  msgid "More tasks:"
6466
  msgstr ""
6467
 
6468
+ #: src/admin.php:2906
6469
  msgid "Download most recently modified log file"
6470
  msgstr ""
6471
 
6472
+ #: src/central/bootstrap.php:186
6473
  msgid "(Nothing yet logged)"
6474
  msgstr ""
6475
 
6476
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6477
+ #: src/admin.php:2861, src/admin.php:2866
6478
  msgid "Last log message"
6479
  msgstr ""
6480
 
6481
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6482
  #: src/templates/wp-admin/settings/tab-status.php:30
6483
  msgid "Restore"
6484
  msgstr ""
6489
  msgstr ""
6490
 
6491
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6492
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6493
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6494
  #: src/includes/class-wpadmin-commands.php:147,
6495
  #: src/includes/class-wpadmin-commands.php:507,
6496
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6498
  msgid "Database"
6499
  msgstr ""
6500
 
6501
+ #: src/admin.php:311, src/admin.php:5161
6502
  msgid "Files"
6503
  msgstr ""
6504
 
6526
  msgid "JavaScript warning"
6527
  msgstr ""
6528
 
6529
+ #: src/admin.php:692, src/admin.php:2933
6530
  msgid "Delete Old Directories"
6531
  msgstr ""
6532
 
6533
+ #: src/admin.php:2577
6534
  msgid "Current limit is:"
6535
  msgstr ""
6536
 
6537
+ #: src/admin.php:2552
6538
  msgid "Your backup has been restored."
6539
  msgstr ""
6540
 
6546
  msgid "Lead developer's homepage"
6547
  msgstr ""
6548
 
6549
+ #: src/central/bootstrap.php:505
6550
  msgid "UpdraftPlus.Com"
6551
  msgstr ""
6552
 
6553
+ #: src/admin.php:5053
6554
  msgid "Your settings have been wiped."
6555
  msgstr ""
6556
 
6557
+ #: src/admin.php:2512
6558
  msgid "Backup directory successfully created."
6559
  msgstr ""
6560
 
6561
+ #: src/admin.php:2505
6562
  msgid "Backup directory could not be created"
6563
  msgstr ""
6564
 
6565
+ #: src/admin.php:3180
6566
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:3178
6570
  msgid "Old directories successfully removed."
6571
  msgstr ""
6572
 
6573
+ #: src/admin.php:3175, src/admin.php:3175
6574
  msgid "Remove old directories"
6575
  msgstr ""
6576
 
6577
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6578
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6579
+ #: src/admin.php:2514, src/admin.php:3182
6580
  msgid "Return to UpdraftPlus Configuration"
6581
  msgstr ""
6582
 
6583
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6584
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6585
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6586
  msgid "Actions"
6587
  msgstr ""
6588
 
6589
+ #: src/admin.php:2357
6590
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6591
  msgstr ""
6592
 
6593
+ #: src/admin.php:2257
6594
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6595
  msgstr ""
6596
 
6597
+ #: src/admin.php:2153
6598
  msgid "No local copy present."
6599
  msgstr ""
6600
 
6601
+ #: src/admin.php:2150
6602
  msgid "Download in progress"
6603
  msgstr ""
6604
 
6605
+ #: src/admin.php:684, src/admin.php:2139
6606
  msgid "File ready."
6607
  msgstr ""
6608
 
6609
+ #: src/admin.php:2120
6610
  msgid "Download failed"
6611
  msgstr ""
6612
 
6613
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6614
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6615
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6616
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6617
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6619
  msgid "Error"
6620
  msgstr ""
6621
 
6622
+ #: src/admin.php:1922
6623
  msgid "Could not find that job - perhaps it has already finished?"
6624
  msgstr ""
6625
 
6626
+ #: src/admin.php:1914
6627
  msgid "Job deleted"
6628
  msgstr ""
6629
 
6630
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6631
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6632
  msgstr ""
6633
 
6634
+ #: src/admin.php:758
6635
  msgid "Nothing yet logged"
6636
  msgstr ""
6637
 
6638
+ #: src/admin.php:989
6639
  msgid "Please consult this FAQ if you have problems backing up."
6640
  msgstr ""
6641
 
6642
+ #: src/admin.php:989
6643
  msgid "Your website is hosted using the %s web server."
6644
  msgstr ""
6645
 
6646
+ #: src/admin.php:985
6647
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6648
  msgstr ""
6649
 
6650
+ #: src/admin.php:981
6651
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6652
  msgstr ""
6653
 
6654
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6655
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6656
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6657
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6658
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6659
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6663
  msgid "Warning"
6664
  msgstr ""
6665
 
6666
+ #: src/admin.php:919
6667
  msgid "Add-Ons / Pro Support"
6668
  msgstr ""
6669
 
6670
+ #: src/admin.php:548, src/admin.php:917,
6671
  #: src/templates/wp-admin/settings/tab-bar.php:7
6672
  msgid "Settings"
6673
  msgstr ""
6688
  msgid "Like UpdraftPlus and can spare one minute?"
6689
  msgstr ""
6690
 
6691
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6692
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6693
  msgid "File not found"
6694
  msgstr ""
6695
 
6696
+ #: src/class-updraftplus.php:3909
6697
  msgid "The decryption key used:"
6698
  msgstr ""
6699
 
6700
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6701
  #: src/restorer.php:422
6702
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6703
  msgstr ""
6704
 
6705
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6706
  #: src/restorer.php:409
6707
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6708
  msgstr ""
6711
  msgid "Could not open the backup file for writing"
6712
  msgstr ""
6713
 
6714
+ #: src/class-updraftplus.php:3495
6715
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6716
  msgstr ""
6717
 
6718
+ #: src/class-updraftplus.php:3456
6719
  msgid "Could not read the directory"
6720
  msgstr ""
6721
 
6722
+ #: src/admin.php:2199, src/backup.php:1323
6723
  msgid "Backup directory (%s) is not writable, or does not exist."
6724
  msgstr ""
6725
 
6727
  msgid "WordPress backup is complete"
6728
  msgstr ""
6729
 
6730
+ #: src/class-updraftplus.php:2966
6731
  msgid "The backup attempt has finished, apparently unsuccessfully"
6732
  msgstr ""
6733
 
6734
+ #: src/class-updraftplus.php:2951
6735
  msgid "The backup apparently succeeded and is now complete"
6736
  msgstr ""
6737
 
6739
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6740
  msgstr ""
6741
 
6742
+ #: src/class-updraftplus.php:2654
6743
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6744
  msgstr ""
6745
 
6746
+ #: src/class-updraftplus.php:1931
6747
  msgid "Others"
6748
  msgstr ""
6749
 
6750
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6751
  msgid "Uploads"
6752
  msgstr ""
6753
 
6754
+ #: src/class-updraftplus.php:1915
6755
  msgid "Themes"
6756
  msgstr ""
6757
 
6758
+ #: src/class-updraftplus.php:1914
6759
  msgid "Plugins"
6760
  msgstr ""
6761
 
6762
+ #: src/class-updraftplus.php:627
6763
  msgid "No log files were found."
6764
  msgstr ""
6765
 
6766
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6767
  msgid "The log file could not be read."
6768
  msgstr ""
6769
 
6770
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6771
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6772
+ #: src/class-updraftplus.php:632
6773
  msgid "UpdraftPlus notice:"
6774
  msgstr ""
6775
 
languages/updraftplus-bn_BD.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: bn\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -221,15 +253,15 @@ msgid_plural "Requested table collations (%1$s) are not present - changing to %2
221
  msgstr[0] ""
222
  msgstr[1] ""
223
 
224
- #: src/class-updraftplus.php:4436
225
  msgid "Your chosen replacement collation"
226
  msgstr ""
227
 
228
- #: src/class-updraftplus.php:4413
229
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
230
  msgstr ""
231
 
232
- #: src/class-updraftplus.php:4413
233
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
234
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
235
  msgstr[0] ""
@@ -267,23 +299,23 @@ msgstr ""
267
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
268
  msgstr ""
269
 
270
- #: src/central/bootstrap.php:519
271
  msgid "URL for the site of your UpdraftCentral dashboard"
272
  msgstr ""
273
 
274
- #: src/central/bootstrap.php:517
275
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
276
  msgstr ""
277
 
278
- #: src/central/bootstrap.php:514
279
  msgid "A website where you have installed %s"
280
  msgstr ""
281
 
282
- #: src/central/bootstrap.php:512
283
  msgid "Self-hosted dashboard"
284
  msgstr ""
285
 
286
- #: src/central/bootstrap.php:254
287
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
288
  msgstr ""
289
 
@@ -297,65 +329,65 @@ msgstr[1] ""
297
  msgid "Requested table character set (%s) is not present - changing to %s."
298
  msgstr ""
299
 
300
- #: src/class-updraftplus.php:4389
301
  msgid "Your chosen character set to use instead:"
302
  msgstr ""
303
 
304
- #: src/class-updraftplus.php:4379
305
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
306
  msgstr ""
307
 
308
- #: src/class-updraftplus.php:4379
309
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
310
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
311
  msgstr[0] ""
312
  msgstr[1] ""
313
 
314
- #: src/central/bootstrap.php:597
315
  msgid "Create another key"
316
  msgstr ""
317
 
318
- #: src/central/bootstrap.php:526
319
  msgid "UpdraftCentral dashboard connection details"
320
  msgstr ""
321
 
322
- #: src/central/bootstrap.php:520
323
  msgid "Next"
324
  msgstr ""
325
 
326
- #: src/central/bootstrap.php:506
327
  msgid "an account"
328
  msgstr ""
329
 
330
- #: src/central/bootstrap.php:506
331
  msgid "i.e. if you have %s there"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:495
335
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:469
339
  msgid "Manage existing keys (%d)..."
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:419
343
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:256
347
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:254
351
  msgid "Detailed instructions for this can be found at %s"
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:254
355
  msgid "You now need to copy the key below and enter it at your %s."
356
  msgstr ""
357
 
358
- #: src/admin.php:778
359
  msgid "Please enter a valid URL e.g http://example.com"
360
  msgstr ""
361
 
@@ -395,23 +427,23 @@ msgstr ""
395
  msgid "Account ID"
396
  msgstr ""
397
 
398
- #: src/class-updraftplus.php:4221
399
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
400
  msgstr ""
401
 
402
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
403
  msgid "the migrator add-on"
404
  msgstr ""
405
 
406
- #: src/class-updraftplus.php:4219
407
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
408
  msgstr ""
409
 
410
- #: src/class-updraftplus.php:4217
411
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4212
415
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
416
  msgstr ""
417
 
@@ -427,19 +459,19 @@ msgstr ""
427
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
428
  msgstr ""
429
 
430
- #: src/admin.php:759
431
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
432
  msgstr ""
433
 
434
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
435
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
436
- #: src/class-updraftplus.php:2452
437
  msgid "A PHP fatal error (%s) has occurred: %s"
438
  msgstr ""
439
 
440
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
441
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
442
- #: src/class-updraftplus.php:2445
443
  msgid "A PHP exception (%s) has occurred: %s"
444
  msgstr ""
445
 
@@ -495,11 +527,11 @@ msgstr ""
495
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
496
  msgstr ""
497
 
498
- #: src/admin.php:4995
499
  msgid "Value"
500
  msgstr ""
501
 
502
- #: src/admin.php:1721
503
  msgid "Did not know how to delete from this cloud service."
504
  msgstr ""
505
 
@@ -511,7 +543,7 @@ msgstr ""
511
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
512
  msgstr ""
513
 
514
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
515
  msgid "Stored at: %s"
516
  msgstr ""
517
 
@@ -519,11 +551,11 @@ msgstr ""
519
  msgid "Cloud Files"
520
  msgstr ""
521
 
522
- #: src/admin.php:4740
523
  msgid "Your settings failed to save. Please refresh the settings page and try again"
524
  msgstr ""
525
 
526
- #: src/admin.php:4699
527
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
528
  msgstr ""
529
 
@@ -540,39 +572,39 @@ msgstr ""
540
  msgid "Extra database"
541
  msgstr ""
542
 
543
- #: src/admin.php:3909
544
  msgid "Press here to download or browse"
545
  msgstr ""
546
 
547
- #: src/admin.php:1158, src/admin.php:1168
548
  msgid "Error: invalid path"
549
  msgstr ""
550
 
551
- #: src/admin.php:955
552
  msgid "An error occurred when fetching storage module options: "
553
  msgstr ""
554
 
555
- #: src/admin.php:775
556
  msgid "Loading log file"
557
  msgstr ""
558
 
559
- #: src/admin.php:774
560
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
561
  msgstr ""
562
 
563
- #: src/admin.php:773
564
  msgid "Search"
565
  msgstr ""
566
 
567
- #: src/admin.php:772
568
  msgid "Select a file to view information about it"
569
  msgstr ""
570
 
571
- #: src/admin.php:771
572
  msgid "Browsing zip file"
573
  msgstr ""
574
 
575
- #: src/admin.php:740
576
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
577
  msgstr ""
578
 
@@ -584,43 +616,43 @@ msgstr ""
584
  msgid "Skipped tables:"
585
  msgstr ""
586
 
587
- #: src/class-updraftplus.php:4501
588
  msgid "This database backup has the following WordPress tables excluded: %s"
589
  msgstr ""
590
 
591
- #: src/admin.php:2804
592
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
593
  msgstr ""
594
 
595
- #: src/admin.php:2804
596
  msgid "All WordPress tables will be backed up."
597
  msgstr ""
598
 
599
- #: src/admin.php:770
600
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
601
  msgstr ""
602
 
603
- #: src/admin.php:770
604
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
605
  msgstr ""
606
 
607
- #: src/admin.php:770
608
  msgid "The available memory on the server."
609
  msgstr ""
610
 
611
- #: src/admin.php:770
612
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "The file failed to upload. Please check the following:"
617
  msgstr ""
618
 
619
- #: src/admin.php:769
620
  msgid "HTTP code:"
621
  msgstr ""
622
 
623
- #: src/addons/wp-cli.php:87, src/admin.php:665
624
  msgid "You have chosen to backup a database, but no tables have been selected"
625
  msgstr ""
626
 
@@ -1072,7 +1104,7 @@ msgstr ""
1072
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1073
  msgstr ""
1074
 
1075
- #: src/central/bootstrap.php:592
1076
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1077
  msgstr ""
1078
 
@@ -1084,11 +1116,11 @@ msgstr ""
1084
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1085
  msgstr ""
1086
 
1087
- #: src/admin.php:1797
1088
  msgid "Remote files deleted:"
1089
  msgstr ""
1090
 
1091
- #: src/admin.php:1796
1092
  msgid "Local files deleted:"
1093
  msgstr ""
1094
 
@@ -1096,35 +1128,35 @@ msgstr ""
1096
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1097
  msgstr ""
1098
 
1099
- #: src/admin.php:768
1100
  msgid "remote files deleted"
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:766
1104
  msgid "Complete"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:765
1108
  msgid "Do you want to carry out the import?"
1109
  msgstr ""
1110
 
1111
- #: src/admin.php:764
1112
  msgid "Which was exported on:"
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:763
1116
  msgid "This will import data from:"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:762
1120
  msgid "Importing..."
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:758
1124
  msgid "You have not yet selected a file to import."
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:742
1128
  msgid "Your export file will be of your displayed settings, not your saved ones."
1129
  msgstr ""
1130
 
@@ -1136,28 +1168,28 @@ msgstr ""
1136
  msgid "US East (Ohio)"
1137
  msgstr ""
1138
 
1139
- #: src/addons/onedrive.php:1051
1140
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1141
  msgstr ""
1142
 
1143
- #: src/addons/onedrive.php:700
1144
  msgid "Account is not authorized (%s)."
1145
  msgstr ""
1146
 
1147
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1148
  msgid "Your IP address:"
1149
  msgstr "আপনার আইপি অ্যাড্রেসঃ"
1150
 
1151
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1152
  #: src/udaddons/updraftplus-addons.php:887
1153
  msgid "To remove any block, please go here."
1154
  msgstr "কোন ব্লক সরাতে এখানে যান।"
1155
 
1156
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1157
  msgid "An error response was received; HTTP code:"
1158
  msgstr ""
1159
 
1160
- #: src/includes/class-commands.php:337
1161
  msgid "%s add-on not found"
1162
  msgstr "%s অ্যাড-অন পাওয়া যায়নি"
1163
 
@@ -1169,15 +1201,15 @@ msgstr "অথবা ম্যানুয়ালি পুনরুদ্ধা
1169
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1170
  msgstr "এভাবে \"টাইম-আউট\" হতে পারে। আপনাকে safe_mode বন্ধ করার অথবা একসাথে শুধুমাত্র একটা জিনিস পুনরুদ্ধার করার পরামর্শ দেয়া হচ্ছে"
1171
 
1172
- #: src/admin.php:2543
1173
  msgid "To fix this problem go here."
1174
  msgstr "এই সমস্যা সমাধান করতে এখানে যান।"
1175
 
1176
- #: src/admin.php:2543
1177
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1178
  msgstr "অপটিমাইজপ্রেস ২.০ এর কন্টেন্টসমূহ সঙ্কেতাক্ষরে লিখে রাখে, তাই সার্চ/প্রতিস্থাপন কাজ করে না।"
1179
 
1180
- #: src/admin.php:726
1181
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1182
  msgstr "আপনার পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল নেই, যার ফলে এটা বেশ কয়েক মিনিট সময় নিতে পারে। তারপরও যদি কিছু না ঘটে, তবে অপেক্ষাকৃত ছোট \"key size\" ব্যাবহার করুন। অথবা আপনার হোস্টিং কোম্পানিকে জিজ্ঞাস করুন কিভাবে পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল চালু করতে হয়।"
1183
 
@@ -1233,19 +1265,19 @@ msgstr "স্ট্যান্ডার্ড (কদাচিৎ অ্যা
1233
  msgid "FAQs"
1234
  msgstr "বার বার জিজ্ঞাসিত প্রশ্নসমূহ"
1235
 
1236
- #: src/central/bootstrap.php:548
1237
  msgid "More information..."
1238
  msgstr "আরও তথ্য..."
1239
 
1240
- #: src/central/bootstrap.php:546
1241
  msgid "Use the alternative method for making a connection with the dashboard."
1242
  msgstr "ড্যাশবোর্ডের সাথে যুক্ত হতে বিকল্প পদ্ধতিটি ব্যবহার করুন।"
1243
 
1244
- #: src/central/bootstrap.php:456
1245
  msgid "Key size: %d bits"
1246
  msgstr "কি সাইজ: %d বিটস"
1247
 
1248
- #: src/central/bootstrap.php:451
1249
  msgid "Public key was sent to:"
1250
  msgstr "পাবলিক কি টি পাঠানো হয়েছিল:"
1251
 
@@ -1261,33 +1293,33 @@ msgstr "%s: অপাঠযোগ্য ফাইল - ব্যাকআপ
1261
  msgid "Create key"
1262
  msgstr "পিন তৈরি করুন"
1263
 
1264
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1265
  msgid "slower, strongest"
1266
  msgstr "ধীরতর, সবচেয়ে বেশি শক্তিশালী"
1267
 
1268
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1269
  msgid "recommended"
1270
  msgstr "নির্দেশিত"
1271
 
1272
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1273
  msgid "%s bytes"
1274
  msgstr "%s বাইটস"
1275
 
1276
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1277
  msgid "faster (possibility for slow PHP installs)"
1278
  msgstr "দ্রুততর (ধীর পি এইচ পি ইন্সটল এর ক্ষেত্রে)"
1279
 
1280
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1281
  msgid "easy to break, fastest"
1282
  msgstr "ভাঙতে সহজ, দ্রুততম সময়ে"
1283
 
1284
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1285
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1286
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1287
  msgid "%s bits"
1288
  msgstr "%s বিটস"
1289
 
1290
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1291
  msgid "Encryption key size:"
1292
  msgstr "এনক্রিপশন পিনের সাইজঃ"
1293
 
@@ -1320,7 +1352,7 @@ msgstr ""
1320
  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."
1321
  msgstr ""
1322
 
1323
- #: src/class-updraftplus.php:1859
1324
  msgid "Size: %s MB"
1325
  msgstr "সাইজঃ %s MB"
1326
 
@@ -1332,7 +1364,7 @@ msgstr ""
1332
  msgid "Now"
1333
  msgstr "এখন"
1334
 
1335
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1336
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1337
  msgstr ""
1338
 
@@ -1354,107 +1386,107 @@ msgstr "অথবা (বাৎসরিক মূল্যছাড়)"
1354
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1355
  msgstr "এই সাইটের জন্য কোন ভল্ট কানেকশন পাওয়া যায়নি (এটা কি স্থানান্তর করা হয়েছে?), দয়া করে ডিসকানেক্ট করে আবার কানেক্ট করুন।"
1356
 
1357
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1358
  msgid "The given file was not found, or could not be read."
1359
  msgstr "প্রদত্ত ফাইল পাওয়া যায়নি অথবা পড়া সম্ভব হয়নি।"
1360
 
1361
- #: src/central/bootstrap.php:590
1362
  msgid "UpdraftCentral (Remote Control)"
1363
  msgstr "UpdraftCentral (দূরনিয়ন্ত্রণ)"
1364
 
1365
- #: src/central/bootstrap.php:579
1366
  msgid "View recent UpdraftCentral log events"
1367
  msgstr ""
1368
 
1369
- #: src/central/bootstrap.php:529
1370
  msgid "Enter any description"
1371
  msgstr ""
1372
 
1373
- #: src/central/bootstrap.php:528
1374
  msgid "Description"
1375
  msgstr "বর্ণনা"
1376
 
1377
- #: src/central/bootstrap.php:461
1378
  msgid "Delete..."
1379
  msgstr "ডিলিট..."
1380
 
1381
- #: src/central/bootstrap.php:454
1382
  msgid "Created:"
1383
  msgstr "তৈরিকৃতঃ"
1384
 
1385
- #: src/central/bootstrap.php:451
1386
  msgid "Access this site as user:"
1387
  msgstr "এই ইউজার হিসেবে এই সাইট অ্যাকসেস করুনঃ"
1388
 
1389
- #: src/central/bootstrap.php:475
1390
  msgid "Details"
1391
  msgstr "বিস্তারিত"
1392
 
1393
- #: src/central/bootstrap.php:474
1394
  msgid "Key description"
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1398
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:217
1402
  msgid "An invalid URL was entered"
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:81
1406
  msgid "Close..."
1407
  msgstr ""
1408
 
1409
- #: src/central/bootstrap.php:73
1410
  msgid "This connection appears to already have been made."
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:70
1414
  msgid "You must visit this link in the same browser and login session as you created the key in."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:66
1418
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:66
1422
  msgid "You are not logged into this WordPress site in your web browser."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:63
1426
  msgid "The key referred to was unknown."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:60
1430
  msgid "A new UpdraftCentral connection has not been made."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:58
1434
  msgid "An UpdraftCentral connection has been made successfully."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:55
1438
  msgid "UpdraftCentral Connection"
1439
  msgstr ""
1440
 
1441
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1442
  msgid "The backup was aborted by the user"
1443
  msgstr ""
1444
 
1445
- #: src/admin.php:4735
1446
  msgid "Your settings have been saved."
1447
  msgstr "আপনার সেটিংস সংরক্ষণ করা হয়েছে। "
1448
 
1449
- #: src/admin.php:3787
1450
  msgid "Total backup size:"
1451
  msgstr ""
1452
 
1453
- #: src/admin.php:3144
1454
  msgid "stop"
1455
  msgstr ""
1456
 
1457
- #: src/admin.php:2986
1458
  msgid "The backup has finished running"
1459
  msgstr ""
1460
 
@@ -1480,19 +1512,19 @@ msgstr "এই ব্যাকআপ সেট"
1480
  msgid "calculate"
1481
  msgstr "গণনা করুন"
1482
 
1483
- #: src/admin.php:741
1484
  msgid "You should save your changes to ensure that they are used for making your backup."
1485
  msgstr ""
1486
 
1487
- #: src/admin.php:734
1488
  msgid "We requested to delete the file, but could not understand the server's response"
1489
  msgstr ""
1490
 
1491
- #: src/admin.php:733
1492
  msgid "Please enter a valid URL"
1493
  msgstr "দয়া করে সঠিক URL প্রবেশ করান"
1494
 
1495
- #: src/admin.php:716
1496
  msgid "Saving..."
1497
  msgstr "সংরক্ষণ হচ্ছে..."
1498
 
@@ -1516,24 +1548,24 @@ msgstr ""
1516
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1517
  msgstr ""
1518
 
1519
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1520
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1521
  msgstr ""
1522
 
1523
- #: src/class-updraftplus.php:4285
1524
  msgid "Please read this link for important information on this process."
1525
  msgstr ""
1526
 
1527
- #: src/class-updraftplus.php:4285
1528
  msgid "It will be imported as a new site."
1529
  msgstr ""
1530
 
1531
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1532
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1533
  msgid "Dismiss"
1534
  msgstr "খারিজ"
1535
 
1536
- #: src/admin.php:753
1537
  msgid "Please fill in the required information."
1538
  msgstr ""
1539
 
@@ -1594,11 +1626,11 @@ msgstr ""
1594
  msgid "Call WordPress action:"
1595
  msgstr ""
1596
 
1597
- #: src/admin.php:2812
1598
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1599
  msgstr ""
1600
 
1601
- #: src/admin.php:4241
1602
  msgid "Skipping: this archive was already restored."
1603
  msgstr ""
1604
 
@@ -1630,51 +1662,51 @@ msgstr ""
1630
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1631
  msgstr ""
1632
 
1633
- #: src/admin.php:4609
1634
  msgid "Send this backup to remote storage"
1635
  msgstr ""
1636
 
1637
- #: src/admin.php:4607
1638
  msgid "Check out UpdraftPlus Vault."
1639
  msgstr ""
1640
 
1641
- #: src/admin.php:4607
1642
  msgid "Not got any remote storage?"
1643
  msgstr ""
1644
 
1645
- #: src/admin.php:4607
1646
  msgid "settings"
1647
  msgstr "সেটিংস"
1648
 
1649
- #: src/admin.php:4607
1650
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:2810
1654
  msgid "Include any files in the backup"
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:2796
1658
  msgid "Include the database in the backup"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:2701
1662
  msgid "Continue restoration"
1663
  msgstr ""
1664
 
1665
- #: src/admin.php:2696
1666
  msgid "You have an unfinished restoration operation, begun %s ago."
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2695
1670
  msgid "Unfinished restoration"
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2693
1674
  msgid "%s minutes, %s seconds"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2640
1678
  msgid "Backup Contents And Schedule"
1679
  msgstr ""
1680
 
@@ -1682,11 +1714,11 @@ msgstr ""
1682
  msgid "Premium / Extensions"
1683
  msgstr ""
1684
 
1685
- #: src/admin.php:2409, src/admin.php:2418
1686
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1687
  msgstr ""
1688
 
1689
- #: src/addons/morefiles.php:77, src/admin.php:739
1690
  msgctxt "(verb)"
1691
  msgid "Download"
1692
  msgstr ""
@@ -1822,7 +1854,7 @@ msgstr ""
1822
  msgid "Could not access container"
1823
  msgstr ""
1824
 
1825
- #: src/class-updraftplus.php:2951
1826
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1827
  msgstr ""
1828
 
@@ -1951,35 +1983,35 @@ msgstr ""
1951
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1952
  msgstr ""
1953
 
1954
- #: src/admin.php:1795
1955
  msgid "Backup sets removed:"
1956
  msgstr ""
1957
 
1958
- #: src/admin.php:752
1959
  msgid "Processing..."
1960
  msgstr ""
1961
 
1962
- #: src/admin.php:750
1963
  msgid "For backups older than"
1964
  msgstr ""
1965
 
1966
- #: src/admin.php:749
1967
  msgid "week(s)"
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:748
1971
  msgid "hour(s)"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:747
1975
  msgid "day(s)"
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:746
1979
  msgid "in the month"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:745
1983
  msgid "day"
1984
  msgstr ""
1985
 
@@ -2003,15 +2035,15 @@ msgstr ""
2003
  msgid "You do not currently have any UpdraftPlus Vault quota"
2004
  msgstr ""
2005
 
2006
- #: src/class-updraftplus.php:4358
2007
  msgid "You must upgrade MySQL to be able to use this database."
2008
  msgstr ""
2009
 
2010
- #: src/class-updraftplus.php:4358
2011
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2012
  msgstr ""
2013
 
2014
- #: src/admin.php:2528
2015
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2016
  msgstr ""
2017
 
@@ -2039,11 +2071,11 @@ msgstr "সার্ভার সাইড এনক্রিপশন"
2039
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2040
  msgstr ""
2041
 
2042
- #: src/admin.php:1013
2043
  msgid "Go to the remote storage settings in order to connect."
2044
  msgstr ""
2045
 
2046
- #: src/admin.php:1013
2047
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2048
  msgstr ""
2049
 
@@ -2051,19 +2083,19 @@ msgstr ""
2051
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2052
  msgstr "পেমেন্ট ইউএস ডলার, ইউরো বা GB pounds sterling এর মাধ্যমে কার্ড বা পেপ্যাল এর দ্বারা করতে হবে।"
2053
 
2054
- #: src/admin.php:722
2055
  msgid "Update quota count"
2056
  msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
2057
 
2058
- #: src/admin.php:721
2059
  msgid "Counting..."
2060
  msgstr "গণনা করা হচ্ছে..."
2061
 
2062
- #: src/admin.php:720
2063
  msgid "Disconnecting..."
2064
  msgstr "সংযোগ বিচ্ছিন্ন করা হচ্ছে..."
2065
 
2066
- #: src/admin.php:718
2067
  msgid "Connecting..."
2068
  msgstr "সংযোগ করা হচ্ছে..."
2069
 
@@ -2089,7 +2121,7 @@ msgstr "আপনি এখান থেকে আরও প্রাপ্য
2089
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2090
  msgstr "%s ইরোর: আপনার যথেষ্ট প্রাপ্য(%s) নেই আর্কাইভটি(%s) আপলোড করার জন্য।"
2091
 
2092
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2093
  #: src/methods/updraftvault.php:450
2094
  msgid "Disconnect"
2095
  msgstr "সংযোগ বিচ্ছিন্ন করুন"
@@ -2122,7 +2154,7 @@ msgstr "সাহায্যের জন্য এখানে যান"
2122
  msgid "E-mail"
2123
  msgstr "ই-মেইল"
2124
 
2125
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2126
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2127
  msgid "Back..."
2128
  msgstr "ফিরে চলুন..."
@@ -2140,7 +2172,7 @@ msgstr ""
2140
  msgid "%s per quarter"
2141
  msgstr "%s প্রতি তিন মাসে"
2142
 
2143
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2144
  #: src/methods/updraftvault.php:351
2145
  msgid "Read more about it here."
2146
  msgstr "এইটি সম্পর্কে আরও পড়ুন এখানে।"
@@ -2214,7 +2246,7 @@ msgstr "ডাউনলোড এর অনুমতি দিন"
2214
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2215
  msgstr ""
2216
 
2217
- #: src/addons/migrator.php:1926, src/admin.php:728
2218
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2219
  msgstr ""
2220
 
@@ -2226,11 +2258,11 @@ msgstr ""
2226
  msgid "Your new key:"
2227
  msgstr "আপনার নতুন চাবি:"
2228
 
2229
- #: src/central/bootstrap.php:401
2230
  msgid "You must copy and paste this key now - it cannot be shown again."
2231
  msgstr ""
2232
 
2233
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2234
  msgid "Key created successfully."
2235
  msgstr "চাবি সফলভাবে তৈরি করা হয়েছে।"
2236
 
@@ -2270,17 +2302,17 @@ msgstr "ব্যাকআপ তৈরি করেছেন %s"
2270
  msgid "This storage method does not allow downloading"
2271
  msgstr "এই স্টোরেজ পদ্ধতি ডাউনলোড করার অনুমতি দেয় না"
2272
 
2273
- #: src/admin.php:3972
2274
  msgid "(backup set imported from remote location)"
2275
  msgstr "(ব্যাকআপ সেট দূরবর্তী অবস্থান থেকে আমদানি করা হয়েছে)"
2276
 
2277
- #: src/addons/wp-cli.php:344,
2278
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2279
  msgid "Site"
2280
  msgstr "সাইট"
2281
 
2282
- #: src/addons/wp-cli.php:342,
2283
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2284
  msgid "Backup sent to remote site - not available for download."
2285
  msgstr "ব্যাকআপ রিমোট সাইটের পাঠানো হয়েছে - ডাউনলোডের জন্য উপলব্ধ না"
2286
 
@@ -2292,23 +2324,23 @@ msgstr ""
2292
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2293
  msgstr ""
2294
 
2295
- #: src/addons/migrator.php:1954, src/admin.php:735
2296
  msgid "Testing connection..."
2297
  msgstr "কানেকশন পরীক্ষা করা হচ্ছে..."
2298
 
2299
- #: src/admin.php:732
2300
  msgid "Deleting..."
2301
  msgstr "মুছে ফেলা হচ্ছে..."
2302
 
2303
- #: src/admin.php:731
2304
  msgid "key name"
2305
  msgstr "চাবির(কি) নাম"
2306
 
2307
- #: src/admin.php:729
2308
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2309
  msgstr "এই চাবিকাঠির একটি নাম দিন (e.g. indicate the site it is for):"
2310
 
2311
- #: src/admin.php:726
2312
  msgid "Creating..."
2313
  msgstr "তৈরি করা হচ্ছে..."
2314
 
@@ -2332,11 +2364,11 @@ msgstr ""
2332
  msgid "Or, send a backup to another site"
2333
  msgstr "অথবা, ব্যাকআপ অন্য একটি সাইটে পাঠান"
2334
 
2335
- #: src/addons/migrator.php:2128, src/admin.php:736
2336
  msgid "Send"
2337
  msgstr "পাঠান"
2338
 
2339
- #: src/addons/migrator.php:2122, src/admin.php:727
2340
  msgid "Send to site:"
2341
  msgstr ""
2342
 
@@ -2401,15 +2433,15 @@ msgstr ""
2401
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2402
  msgstr ""
2403
 
2404
- #: src/admin.php:725
2405
  msgid "Resetting..."
2406
  msgstr ""
2407
 
2408
- #: src/addons/migrator.php:2431, src/admin.php:724
2409
  msgid "Add site"
2410
  msgstr "সাইট যুক্ত করুন"
2411
 
2412
- #: src/admin.php:723
2413
  msgid "Adding..."
2414
  msgstr "যুক্ত করা হচ্ছে..."
2415
 
@@ -2445,28 +2477,28 @@ msgstr ""
2445
  msgid "To restore using any of the backup sets below, press the button."
2446
  msgstr ""
2447
 
2448
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2449
  msgid "You have made changes to your settings, and not saved."
2450
  msgstr ""
2451
 
2452
- #: src/addons/onedrive.php:1111
2453
  msgid "N.B. %s is not case-sensitive."
2454
  msgstr ""
2455
 
2456
- #: src/addons/onedrive.php:1101
2457
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2458
  msgstr ""
2459
 
2460
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2461
- #: src/addons/onedrive.php:1074
2462
  msgid "For longer help, including screenshots, follow this link."
2463
  msgstr ""
2464
 
2465
- #: src/addons/onedrive.php:1067
2466
  msgid "Create OneDrive credentials in your OneDrive developer console."
2467
  msgstr ""
2468
 
2469
- #: src/addons/onedrive.php:1059
2470
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2471
  msgstr ""
2472
 
@@ -2474,16 +2506,16 @@ msgstr ""
2474
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2475
  msgstr ""
2476
 
2477
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2478
  msgid "%s authorisation failed:"
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2482
- #: src/addons/onedrive.php:1104
2483
  msgid "OneDrive"
2484
  msgstr "OneDrive"
2485
 
2486
- #: src/addons/onedrive.php:691
2487
  msgid "Please re-authorize the connection to your %s account."
2488
  msgstr ""
2489
 
@@ -2491,7 +2523,7 @@ msgstr ""
2491
  msgid "configure it here"
2492
  msgstr "এটিকে এইখানে কনফিগার করুন"
2493
 
2494
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2495
  msgid "To remove the block, please go here."
2496
  msgstr "ব্লক সরাতে, এখানে যান।"
2497
 
@@ -2648,18 +2680,18 @@ msgstr ""
2648
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2649
  msgstr ""
2650
 
2651
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2652
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2653
  #: src/udaddons/updraftplus-addons.php:887
2654
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2655
  msgstr ""
2656
 
2657
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2658
  #: src/udaddons/updraftplus-addons.php:887
2659
  msgid "It appears that your web server's IP Address (%s) is blocked."
2660
  msgstr "আপনার ওয়েব সার্ভার এর আইপি ঠিকানা (%s) ব্লক করা হয়ছে বলে মনে হচ্ছে।"
2661
 
2662
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2663
  #: src/udaddons/updraftplus-addons.php:887
2664
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2665
  msgstr "UpdraftPlus.com 'অ্যাকসেস অস্বীকার' প্রতিক্রিয়া পাঠিয়েছে।"
@@ -2703,7 +2735,7 @@ msgstr ""
2703
  msgid "(at same time as files backup)"
2704
  msgstr ""
2705
 
2706
- #: src/admin.php:3443
2707
  msgid "No backup has been completed"
2708
  msgstr ""
2709
 
@@ -2746,7 +2778,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2746
  msgid "or"
2747
  msgstr "অথবা"
2748
 
2749
- #: src/admin.php:709
2750
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2751
  msgstr ""
2752
 
@@ -2777,7 +2809,7 @@ msgstr ""
2777
  msgid "Check this box to have a basic report sent to"
2778
  msgstr ""
2779
 
2780
- #: src/admin.php:3457
2781
  msgctxt "i.e. Non-automatic"
2782
  msgid "Manual"
2783
  msgstr ""
@@ -2795,7 +2827,7 @@ msgstr "লক সেটিং পরিবর্তন করুন"
2795
  msgid "Any other file/directory on your server that you wish to back up"
2796
  msgstr ""
2797
 
2798
- #: src/admin.php:2545
2799
  msgid "For even more features and personal support, check out "
2800
  msgstr ""
2801
 
@@ -2804,7 +2836,7 @@ msgid "Database decryption phrase"
2804
  msgstr "ডাটাবেস ডিক্রিপশন শব্দগুচ্ছ"
2805
 
2806
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2807
- #: src/admin.php:714
2808
  msgid "Automatic backup before update"
2809
  msgstr "আপডেট করার আগে স্বয়ংক্রিয় ব্যাকআপ"
2810
 
@@ -2889,7 +2921,7 @@ msgstr ""
2889
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2890
  msgstr ""
2891
 
2892
- #: src/admin.php:2986, src/admin.php:4003
2893
  msgid "View Log"
2894
  msgstr ""
2895
 
@@ -2906,7 +2938,7 @@ msgstr ""
2906
  msgid "and retain this many scheduled backups"
2907
  msgstr ""
2908
 
2909
- #: src/admin.php:3413
2910
  msgid "incremental backup; base backup: %s"
2911
  msgstr ""
2912
 
@@ -2918,16 +2950,16 @@ msgstr ""
2918
  msgid "Upload files into UpdraftPlus."
2919
  msgstr ""
2920
 
2921
- #: src/admin.php:959, src/includes/class-commands.php:391,
2922
  #: src/templates/wp-admin/settings/tab-status.php:22
2923
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2924
  msgstr ""
2925
 
2926
- #: src/class-updraftplus.php:4274
2927
  msgid "Backup label:"
2928
  msgstr ""
2929
 
2930
- #: src/addons/backblaze.php:205, src/admin.php:2056
2931
  msgid "Error: unexpected file read fail"
2932
  msgstr ""
2933
 
@@ -2967,11 +2999,11 @@ msgstr ""
2967
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2968
  msgstr ""
2969
 
2970
- #: src/class-updraftplus.php:4293
2971
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2972
  msgstr ""
2973
 
2974
- #: src/class-updraftplus.php:4293
2975
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2976
  msgstr ""
2977
 
@@ -3008,19 +3040,19 @@ msgstr ""
3008
  msgid "You need to connect to receive future updates to UpdraftPlus."
3009
  msgstr ""
3010
 
3011
- #: src/class-updraftplus.php:4266
3012
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3013
  msgstr ""
3014
 
3015
- #: src/class-updraftplus.php:4266
3016
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3017
  msgstr ""
3018
 
3019
- #: src/class-updraftplus.php:4266
3020
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3021
  msgstr ""
3022
 
3023
- #: src/class-updraftplus.php:4266
3024
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3025
  msgstr ""
3026
 
@@ -3049,7 +3081,7 @@ msgstr ""
3049
  msgid "UpdraftPlus is on social media - check us out!"
3050
  msgstr ""
3051
 
3052
- #: src/admin.php:4070
3053
  msgid "Why am I seeing this?"
3054
  msgstr "আমি কেন এটি দেখছি?"
3055
 
@@ -3061,15 +3093,15 @@ msgstr ""
3061
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3062
  msgstr ""
3063
 
3064
- #: src/admin.php:1995, src/admin.php:2007
3065
  msgid "Start backup"
3066
  msgstr "ব্যাকআপ শুরু করুন"
3067
 
3068
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3069
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3070
  msgstr ""
3071
 
3072
- #: src/admin.php:3311
3073
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3074
  msgstr ""
3075
 
@@ -3077,11 +3109,11 @@ msgstr ""
3077
  msgid "Unless you have a problem, you can completely ignore everything here."
3078
  msgstr ""
3079
 
3080
- #: src/admin.php:2231
3081
  msgid "This file could not be uploaded"
3082
  msgstr "ফাইলটি আপলোড করা সম্ভব হয় নি"
3083
 
3084
- #: src/admin.php:2194
3085
  msgid "You will find more information about this in the Settings section."
3086
  msgstr ""
3087
 
@@ -3101,7 +3133,7 @@ msgstr ""
3101
  msgid "Memory limit"
3102
  msgstr ""
3103
 
3104
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3105
  msgid "restoration"
3106
  msgstr ""
3107
 
@@ -3125,7 +3157,7 @@ msgstr ""
3125
  msgid "Backup succeeded"
3126
  msgstr ""
3127
 
3128
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3129
  #: src/updraftplus.php:99, src/updraftplus.php:100
3130
  msgid "Every %s hours"
3131
  msgstr ""
@@ -3180,7 +3212,7 @@ msgstr ""
3180
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3181
  msgstr ""
3182
 
3183
- #: src/admin.php:3814
3184
  msgid "You have not yet made any backups."
3185
  msgstr ""
3186
 
@@ -3200,11 +3232,11 @@ msgstr ""
3200
  msgid "Free disk space in account:"
3201
  msgstr ""
3202
 
3203
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3204
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3205
  msgstr ""
3206
 
3207
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3208
  #: src/includes/deprecated-actions.php:29,
3209
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3210
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3215,15 +3247,15 @@ msgstr ""
3215
  msgid "Current Status"
3216
  msgstr ""
3217
 
3218
- #: src/admin.php:964
3219
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3220
  msgstr ""
3221
 
3222
- #: src/admin.php:964
3223
  msgid "To make a backup, just press the Backup Now button."
3224
  msgstr ""
3225
 
3226
- #: src/admin.php:964
3227
  msgid "Welcome to UpdraftPlus!"
3228
  msgstr ""
3229
 
@@ -3295,7 +3327,7 @@ msgstr ""
3295
  msgid "user"
3296
  msgstr ""
3297
 
3298
- #: src/class-updraftplus.php:1856
3299
  msgid "External database (%s)"
3300
  msgstr ""
3301
 
@@ -3307,13 +3339,13 @@ msgstr ""
3307
  msgid "failed to access parent folder"
3308
  msgstr ""
3309
 
3310
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3311
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3312
  #: src/methods/googledrive.php:447
3313
  msgid "However, subsequent access attempts failed:"
3314
  msgstr ""
3315
 
3316
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3317
  msgid "External database"
3318
  msgstr ""
3319
 
@@ -3345,7 +3377,7 @@ msgstr ""
3345
  msgid "use UpdraftPlus Premium"
3346
  msgstr ""
3347
 
3348
- #: src/class-updraftplus.php:4120
3349
  msgid "Decryption failed. The database file is encrypted."
3350
  msgstr ""
3351
 
@@ -3375,16 +3407,16 @@ msgid "In %s, path names are case sensitive."
3375
  msgstr ""
3376
 
3377
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3378
- #: src/addons/onedrive.php:1111
3379
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3380
  msgstr ""
3381
 
3382
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3383
- #: src/addons/onedrive.php:1111
3384
  msgid "e.g. %s"
3385
  msgstr ""
3386
 
3387
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3388
  msgid "Enter the path of the %s folder you wish to use here."
3389
  msgstr ""
3390
 
@@ -3400,7 +3432,8 @@ msgstr ""
3400
  msgid "Tenant"
3401
  msgstr ""
3402
 
3403
- #: src/methods/openstack2.php:144
 
3404
  msgid "Follow this link for more information"
3405
  msgstr ""
3406
 
@@ -3436,7 +3469,7 @@ msgstr ""
3436
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3437
  msgstr ""
3438
 
3439
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3440
  msgid "(You appear to be already authenticated)."
3441
  msgstr ""
3442
 
@@ -3444,7 +3477,7 @@ msgstr ""
3444
  msgid "Dropbox"
3445
  msgstr ""
3446
 
3447
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3448
  msgid "Authenticate with %s"
3449
  msgstr ""
3450
 
@@ -3475,7 +3508,7 @@ msgstr ""
3475
  msgid "%s error - failed to access the container"
3476
  msgstr ""
3477
 
3478
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3479
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3480
  msgid "Account holder's name: %s."
3481
  msgstr ""
@@ -3492,12 +3525,12 @@ msgstr ""
3492
  msgid "<strong>This is NOT a folder name</strong>."
3493
  msgstr ""
3494
 
3495
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3496
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3497
  msgid "Folder"
3498
  msgstr ""
3499
 
3500
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3501
  #: src/methods/googledrive.php:1152
3502
  msgid "%s download: failed: file not found"
3503
  msgstr ""
@@ -3541,7 +3574,7 @@ msgstr ""
3541
  msgid "Failed to unpack the archive"
3542
  msgstr ""
3543
 
3544
- #: src/class-updraftplus.php:1380
3545
  msgid "Error - failed to download the file"
3546
  msgstr ""
3547
 
@@ -3565,8 +3598,8 @@ msgstr ""
3565
  msgid "password/key"
3566
  msgstr ""
3567
 
3568
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3569
- #: src/admin.php:4995
3570
  msgid "Key"
3571
  msgstr ""
3572
 
@@ -3582,24 +3615,24 @@ msgstr ""
3582
  msgid "SCP/SFTP password/key"
3583
  msgstr ""
3584
 
3585
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3586
  msgid "Files backup (created by %s)"
3587
  msgstr ""
3588
 
3589
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3590
  msgid "Files and database WordPress backup (created by %s)"
3591
  msgstr ""
3592
 
3593
- #: src/addons/importer.php:276, src/admin.php:3877,
3594
  #: src/includes/class-backup-history.php:349
3595
  msgid "Backup created by: %s."
3596
  msgstr ""
3597
 
3598
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3599
  msgid "Database (created by %s)"
3600
  msgstr ""
3601
 
3602
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3603
  msgid "unknown source"
3604
  msgstr ""
3605
 
@@ -3611,15 +3644,15 @@ msgstr ""
3611
  msgid "Upload backup files"
3612
  msgstr ""
3613
 
3614
- #: src/admin.php:2246
3615
  msgid "This backup was created by %s, and can be imported."
3616
  msgstr ""
3617
 
3618
- #: src/admin.php:993
3619
  msgid "Read this page for a guide to possible causes and how to fix it."
3620
  msgstr ""
3621
 
3622
- #: src/admin.php:993
3623
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3624
  msgstr ""
3625
 
@@ -3636,7 +3669,7 @@ msgstr ""
3636
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3637
  msgstr ""
3638
 
3639
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3640
  #: src/restorer.php:1577
3641
  msgid "Backup created by unknown source (%s) - cannot be restored."
3642
  msgstr ""
@@ -3696,16 +3729,16 @@ msgstr ""
3696
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3697
  msgstr ""
3698
 
3699
- #: src/addons/morefiles.php:468, src/admin.php:3562
3700
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3701
  msgstr ""
3702
 
3703
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3704
  #: src/restorer.php:1608
3705
  msgid "Your hosting company must enable these functions before %s can work."
3706
  msgstr ""
3707
 
3708
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3709
  msgid "Your web server's PHP installation has these functions disabled: %s."
3710
  msgstr ""
3711
 
@@ -3775,15 +3808,15 @@ msgstr ""
3775
  msgid "Dismiss from main dashboard (for %s weeks)"
3776
  msgstr ""
3777
 
3778
- #: src/class-updraftplus.php:4757
3779
  msgid "The attempt to undo the double-compression succeeded."
3780
  msgstr ""
3781
 
3782
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3783
  msgid "The attempt to undo the double-compression failed."
3784
  msgstr ""
3785
 
3786
- #: src/class-updraftplus.php:4727
3787
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3788
  msgstr ""
3789
 
@@ -3807,7 +3840,7 @@ msgstr ""
3807
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3808
  msgstr ""
3809
 
3810
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3811
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3812
  msgstr ""
3813
 
@@ -3816,7 +3849,7 @@ msgstr ""
3816
  msgid "Errors occurred:"
3817
  msgstr ""
3818
 
3819
- #: src/admin.php:4089
3820
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3821
  msgstr ""
3822
 
@@ -3840,7 +3873,7 @@ msgstr ""
3840
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3841
  msgstr ""
3842
 
3843
- #: src/admin.php:968, src/class-updraftplus.php:865
3844
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3845
  msgstr ""
3846
 
@@ -3853,7 +3886,7 @@ msgstr ""
3853
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3854
  msgstr ""
3855
 
3856
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3857
  msgid "Messages:"
3858
  msgstr ""
3859
 
@@ -4014,12 +4047,12 @@ msgstr ""
4014
  msgid "Authorisation failed (check your credentials)"
4015
  msgstr ""
4016
 
4017
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4018
  #: src/udaddons/options.php:257
4019
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4020
  msgstr ""
4021
 
4022
- #: src/admin.php:708, src/central/bootstrap.php:560
4023
  msgid "Create"
4024
  msgstr ""
4025
 
@@ -4031,15 +4064,15 @@ msgstr ""
4031
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4032
  msgstr ""
4033
 
4034
- #: src/admin.php:680, src/admin.php:4387
4035
  msgid "Error data:"
4036
  msgstr ""
4037
 
4038
- #: src/admin.php:4041
4039
  msgid "Backup does not exist in the backup history"
4040
  msgstr ""
4041
 
4042
- #: src/admin.php:2921
4043
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4044
  msgstr ""
4045
 
@@ -4079,11 +4112,11 @@ msgstr ""
4079
  msgid "Email reports"
4080
  msgstr ""
4081
 
4082
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4083
  msgid "%s checksum: %s"
4084
  msgstr ""
4085
 
4086
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4087
  msgid "files: %s"
4088
  msgstr ""
4089
 
@@ -4095,7 +4128,7 @@ msgstr ""
4095
  msgid "Debugging information"
4096
  msgstr ""
4097
 
4098
- #: src/addons/reporting.php:222, src/admin.php:3770
4099
  msgid "Uploaded to:"
4100
  msgstr ""
4101
 
@@ -4136,12 +4169,12 @@ msgstr ""
4136
  msgid "%d errors, %d warnings"
4137
  msgstr ""
4138
 
4139
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4140
  #: src/methods/dropbox.php:772
4141
  msgid "%s authentication"
4142
  msgstr ""
4143
 
4144
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4145
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4146
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4147
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4168,7 +4201,7 @@ msgstr ""
4168
  msgid "Your site's admin email address (%s) will be used."
4169
  msgstr ""
4170
 
4171
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4172
  #: src/methods/updraftvault.php:362
4173
  msgid "Connect"
4174
  msgstr ""
@@ -4177,7 +4210,7 @@ msgstr ""
4177
  msgid "For more reporting features, use the Reporting add-on."
4178
  msgstr ""
4179
 
4180
- #: src/class-updraftplus.php:4201
4181
  msgid "(version: %s)"
4182
  msgstr ""
4183
 
@@ -4317,7 +4350,7 @@ msgstr ""
4317
  msgid "Reporting"
4318
  msgstr ""
4319
 
4320
- #: src/admin.php:4992
4321
  msgid "Options (raw)"
4322
  msgstr ""
4323
 
@@ -4337,11 +4370,11 @@ msgstr ""
4337
  msgid "See also the \"More Files\" add-on from our shop."
4338
  msgstr ""
4339
 
4340
- #: src/backup.php:3359, src/class-updraftplus.php:878
4341
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4342
  msgstr ""
4343
 
4344
- #: src/class-updraftplus.php:862
4345
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4346
  msgstr ""
4347
 
@@ -4417,7 +4450,7 @@ msgstr ""
4417
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4418
  msgstr ""
4419
 
4420
- #: src/admin.php:2721
4421
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4422
  msgstr ""
4423
 
@@ -4485,7 +4518,7 @@ msgstr ""
4485
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4486
  msgstr ""
4487
 
4488
- #: src/addons/wp-cli.php:93, src/admin.php:663
4489
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4490
  msgstr ""
4491
 
@@ -4514,11 +4547,11 @@ msgstr ""
4514
  msgid "You can send a backup to more than one destination with an add-on."
4515
  msgstr ""
4516
 
4517
- #: src/admin.php:3144
4518
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4519
  msgstr ""
4520
 
4521
- #: src/admin.php:3043
4522
  msgid "(%s%%, file %s of %s)"
4523
  msgstr ""
4524
 
@@ -4555,15 +4588,15 @@ msgstr ""
4555
  msgid "Backup is of: %s."
4556
  msgstr ""
4557
 
4558
- #: src/admin.php:756
4559
  msgid "%s settings test result:"
4560
  msgstr ""
4561
 
4562
- #: src/admin.php:3945, src/admin.php:3947
4563
  msgid "(Not finished)"
4564
  msgstr ""
4565
 
4566
- #: src/admin.php:3947
4567
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4568
  msgstr ""
4569
 
@@ -4575,77 +4608,77 @@ msgstr ""
4575
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4576
  msgstr ""
4577
 
4578
- #: src/admin.php:3139
4579
  msgid "Job ID: %s"
4580
  msgstr ""
4581
 
4582
- #: src/admin.php:3124
4583
  msgid "last activity: %ss ago"
4584
  msgstr ""
4585
 
4586
- #: src/admin.php:3123
4587
  msgid "next resumption: %d (after %ss)"
4588
  msgstr ""
4589
 
4590
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4591
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4592
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4593
  msgid "Unknown"
4594
  msgstr ""
4595
 
4596
- #: src/admin.php:3057
4597
  msgid "Backup finished"
4598
  msgstr ""
4599
 
4600
- #: src/admin.php:3052
4601
  msgid "Waiting until scheduled time to retry because of errors"
4602
  msgstr ""
4603
 
4604
- #: src/admin.php:3048
4605
  msgid "Pruning old backup sets"
4606
  msgstr ""
4607
 
4608
- #: src/admin.php:3036
4609
  msgid "Uploading files to remote storage"
4610
  msgstr ""
4611
 
4612
- #: src/admin.php:3104
4613
  msgid "Encrypted database"
4614
  msgstr ""
4615
 
4616
- #: src/admin.php:3096
4617
  msgid "Encrypting database"
4618
  msgstr ""
4619
 
4620
- #: src/admin.php:3070
4621
  msgid "Created database backup"
4622
  msgstr ""
4623
 
4624
- #: src/admin.php:3083
4625
  msgid "table: %s"
4626
  msgstr ""
4627
 
4628
- #: src/admin.php:3081
4629
  msgid "Creating database backup"
4630
  msgstr ""
4631
 
4632
- #: src/admin.php:3031
4633
  msgid "Created file backup zips"
4634
  msgstr ""
4635
 
4636
- #: src/admin.php:3018
4637
  msgid "Creating file backup zips"
4638
  msgstr ""
4639
 
4640
- #: src/admin.php:3013
4641
  msgid "Backup begun"
4642
  msgstr ""
4643
 
4644
- #: src/admin.php:2846
4645
  msgid "Backups in progress:"
4646
  msgstr ""
4647
 
4648
- #: src/admin.php:972
4649
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4650
  msgstr ""
4651
 
@@ -4661,24 +4694,24 @@ msgstr ""
4661
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4662
  msgstr ""
4663
 
4664
- #: src/class-updraftplus.php:2958
4665
  msgid "The backup has not finished; a resumption is scheduled"
4666
  msgstr ""
4667
 
4668
- #: src/class-updraftplus.php:2142
4669
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4670
  msgstr ""
4671
 
4672
- #: src/addons/onedrive.php:966,
4673
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4674
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4675
  msgstr ""
4676
 
4677
- #: src/admin.php:2572
4678
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4679
  msgstr ""
4680
 
4681
- #: src/addons/autobackup.php:1085, src/admin.php:710
4682
  msgid "Proceed with update"
4683
  msgstr ""
4684
 
@@ -4754,32 +4787,32 @@ msgstr ""
4754
  msgid "Support"
4755
  msgstr "সহায়তা"
4756
 
4757
- #: src/class-updraftplus.php:4506
4758
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4759
  msgstr ""
4760
 
4761
- #: src/class-updraftplus.php:4498
4762
  msgid "This database backup is missing core WordPress tables: %s"
4763
  msgstr ""
4764
 
4765
- #: src/class-updraftplus.php:4259
4766
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4767
  msgstr ""
4768
 
4769
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4770
  msgid "%s version: %s"
4771
  msgstr ""
4772
 
4773
- #: src/class-updraftplus.php:4137
4774
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4775
  msgstr ""
4776
 
4777
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4778
  #: src/includes/updraftplus-notices.php:171
4779
  msgid "Be safe with an automatic backup"
4780
  msgstr ""
4781
 
4782
- #: src/admin.php:2525
4783
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4784
  msgstr ""
4785
 
@@ -4827,11 +4860,11 @@ msgstr ""
4827
  msgid "Delete from your web server"
4828
  msgstr ""
4829
 
4830
- #: src/admin.php:3917
4831
  msgid "You appear to be missing one or more archives from this multi-archive set."
4832
  msgstr ""
4833
 
4834
- #: src/admin.php:3914
4835
  msgid "(%d archive(s) in set)."
4836
  msgstr ""
4837
 
@@ -4851,7 +4884,7 @@ msgstr ""
4851
  msgid "Error: the server sent an empty response."
4852
  msgstr ""
4853
 
4854
- #: src/admin.php:2260
4855
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4856
  msgstr ""
4857
 
@@ -4887,7 +4920,7 @@ msgstr ""
4887
  msgid "No such backup set exists"
4888
  msgstr ""
4889
 
4890
- #: src/admin.php:1389
4891
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4892
  msgstr ""
4893
 
@@ -4903,7 +4936,7 @@ msgstr ""
4903
  msgid "WordPress root directory server path: %s"
4904
  msgstr ""
4905
 
4906
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4907
  msgid "%s end-point"
4908
  msgstr ""
4909
 
@@ -4916,15 +4949,15 @@ msgstr ""
4916
  msgid "S3 (Compatible)"
4917
  msgstr ""
4918
 
4919
- #: src/admin.php:1299
4920
  msgid "File is not locally present - needs retrieving from remote storage"
4921
  msgstr ""
4922
 
4923
- #: src/admin.php:4238
4924
  msgid "Looking for %s archive: file name: %s"
4925
  msgstr ""
4926
 
4927
- #: src/admin.php:4199
4928
  msgid "Final checks"
4929
  msgstr ""
4930
 
@@ -4936,7 +4969,7 @@ msgstr ""
4936
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4937
  msgstr ""
4938
 
4939
- #: src/admin.php:3551
4940
  msgid "Your wp-content directory server path: %s"
4941
  msgstr ""
4942
 
@@ -4952,20 +4985,15 @@ msgstr ""
4952
  msgid "Processing files - please wait..."
4953
  msgstr ""
4954
 
4955
- #: src/admin.php:4389,
4956
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4957
- msgid "Please consult this FAQ for help on what to do about it."
4958
- msgstr ""
4959
-
4960
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4961
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4962
  msgstr ""
4963
 
4964
- #: src/class-updraftplus.php:4145
4965
  msgid "Failed to open database file."
4966
  msgstr ""
4967
 
4968
- #: src/admin.php:4957
4969
  msgid "Known backups (raw)"
4970
  msgstr ""
4971
 
@@ -4977,14 +5005,14 @@ msgstr ""
4977
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4978
  msgstr ""
4979
 
4980
- #: src/admin.php:4258
4981
  msgid "file is size:"
4982
  msgstr ""
4983
 
4984
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4985
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4986
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4987
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4988
  msgid "Go here for more information."
4989
  msgstr ""
4990
 
@@ -4992,7 +5020,7 @@ msgstr ""
4992
  msgid "Some files are still downloading or being processed - please wait."
4993
  msgstr ""
4994
 
4995
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
4996
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
4997
  msgstr ""
4998
 
@@ -5048,7 +5076,7 @@ msgstr ""
5048
  msgid "%s error - failed to upload file"
5049
  msgstr ""
5050
 
5051
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5052
  msgid "%s error - failed to re-assemble chunks"
5053
  msgstr ""
5054
 
@@ -5063,24 +5091,24 @@ msgid "%s authentication failed"
5063
  msgstr ""
5064
 
5065
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5066
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5067
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5068
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5069
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5070
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5071
  #: src/methods/s3.php:341
5072
  msgid "Error: %s"
5073
  msgstr ""
5074
 
5075
- #: src/admin.php:3476
5076
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5077
  msgstr ""
5078
 
5079
- #: src/admin.php:3474
5080
  msgid "Backup directory specified does <b>not</b> exist."
5081
  msgstr ""
5082
 
5083
- #: src/admin.php:3151, src/admin.php:3425
5084
  msgid "Warning: %s"
5085
  msgstr ""
5086
 
@@ -5108,11 +5136,11 @@ msgstr ""
5108
  msgid "Warnings encountered:"
5109
  msgstr ""
5110
 
5111
- #: src/class-updraftplus.php:2946
5112
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5113
  msgstr ""
5114
 
5115
- #: src/class-updraftplus.php:891
5116
  msgid "Your free disk space is very low - only %s Mb remain"
5117
  msgstr ""
5118
 
@@ -5164,7 +5192,7 @@ msgstr ""
5164
  msgid "Please supply the requested information, and then continue."
5165
  msgstr ""
5166
 
5167
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5168
  msgid "Site information:"
5169
  msgstr ""
5170
 
@@ -5172,24 +5200,24 @@ msgstr ""
5172
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5173
  msgstr ""
5174
 
5175
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5176
  msgid "Warning:"
5177
  msgstr ""
5178
 
5179
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5180
  #: src/restorer.php:184
5181
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5182
  msgstr ""
5183
 
5184
- #: src/admin.php:4226
5185
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5186
  msgstr ""
5187
 
5188
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5189
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5190
  msgstr ""
5191
 
5192
- #: src/admin.php:711
5193
  msgid "Close"
5194
  msgstr ""
5195
 
@@ -5240,7 +5268,7 @@ msgstr ""
5240
  msgid "Also delete from remote storage"
5241
  msgstr ""
5242
 
5243
- #: src/admin.php:2873
5244
  msgid "Latest UpdraftPlus.com news:"
5245
  msgstr ""
5246
 
@@ -5257,7 +5285,7 @@ msgstr ""
5257
  msgid "News"
5258
  msgstr ""
5259
 
5260
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5261
  msgid "Backup set not found"
5262
  msgstr ""
5263
 
@@ -5279,7 +5307,7 @@ msgstr ""
5279
  msgid "Blog link"
5280
  msgstr ""
5281
 
5282
- #: src/admin.php:755
5283
  msgid "Testing %s Settings..."
5284
  msgstr ""
5285
 
@@ -5287,11 +5315,11 @@ msgstr ""
5287
  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."
5288
  msgstr ""
5289
 
5290
- #: src/admin.php:988
5291
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5292
  msgstr ""
5293
 
5294
- #: src/admin.php:988
5295
  msgid "Notice"
5296
  msgstr ""
5297
 
@@ -5489,14 +5517,14 @@ msgstr ""
5489
  msgid "WordPress Core"
5490
  msgstr ""
5491
 
5492
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5493
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5494
  msgstr ""
5495
 
5496
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5497
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5498
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5499
- #: src/methods/stream-base.php:351
5500
  msgid "Failed"
5501
  msgstr ""
5502
 
@@ -5551,7 +5579,7 @@ msgstr ""
5551
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5552
  msgstr ""
5553
 
5554
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5555
  msgid "Your %s account name: %s"
5556
  msgstr ""
5557
 
@@ -5715,7 +5743,7 @@ msgstr ""
5715
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5716
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5717
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5718
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5719
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5720
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5721
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5757,11 +5785,11 @@ msgstr ""
5757
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5758
  msgstr ""
5759
 
5760
- #: src/admin.php:754, src/methods/backup-module.php:315
5761
  msgid "Test %s Settings"
5762
  msgstr ""
5763
 
5764
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5765
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5766
  msgid "Error opening local file: Failed to download"
5767
  msgstr ""
@@ -5778,7 +5806,7 @@ msgid "%s Error: Failed to upload"
5778
  msgstr ""
5779
 
5780
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5781
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5782
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5783
  msgid "%s Error: Failed to open local file"
5784
  msgstr ""
@@ -5799,7 +5827,7 @@ msgstr ""
5799
  msgid "Authenticate with Google"
5800
  msgstr ""
5801
 
5802
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5803
  #: src/methods/googledrive.php:1226
5804
  msgid "Client Secret"
5805
  msgstr ""
@@ -5808,7 +5836,7 @@ msgstr ""
5808
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5809
  msgstr ""
5810
 
5811
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5812
  #: src/methods/googledrive.php:1222
5813
  msgid "Client ID"
5814
  msgstr ""
@@ -5846,20 +5874,20 @@ msgstr ""
5846
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5847
  msgstr ""
5848
 
5849
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5850
  #: src/methods/googledrive.php:467
5851
  msgid "you have authenticated your %s account."
5852
  msgstr ""
5853
 
5854
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5855
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5856
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5857
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5858
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5859
  msgid "Success"
5860
  msgstr ""
5861
 
5862
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5863
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5864
  msgid "Your %s quota usage: %s %% used, %s available"
5865
  msgstr ""
@@ -5891,8 +5919,8 @@ msgstr ""
5891
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5892
  msgstr ""
5893
 
5894
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5895
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5896
  #: src/restorer.php:2437, src/restorer.php:2542
5897
  msgid "OK"
5898
  msgstr "ঠিক আছে"
@@ -5909,13 +5937,13 @@ msgstr ""
5909
  msgid "will restore as:"
5910
  msgstr ""
5911
 
5912
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5913
  #: src/restorer.php:1896, src/restorer.php:1922
5914
  msgid "Old table prefix:"
5915
  msgstr ""
5916
 
5917
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5918
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5919
  msgid "Backup of:"
5920
  msgstr ""
5921
 
@@ -5987,55 +6015,55 @@ msgstr ""
5987
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5988
  msgstr ""
5989
 
5990
- #: src/admin.php:4264, src/admin.php:4265
5991
  msgid "Could not find one of the files for restoration"
5992
  msgstr ""
5993
 
5994
- #: src/admin.php:4379
5995
  msgid "Error message"
5996
  msgstr ""
5997
 
5998
- #: src/admin.php:4261
5999
  msgid "The backup records do not contain information about the proper size of this file."
6000
  msgstr ""
6001
 
6002
- #: src/admin.php:4253
6003
  msgid "Archive is expected to be size:"
6004
  msgstr ""
6005
 
6006
- #: src/admin.php:4133
6007
  msgid "If making a request for support, please include this information:"
6008
  msgstr ""
6009
 
6010
- #: src/admin.php:4132
6011
  msgid "ABORT: Could not find the information on which entities to restore."
6012
  msgstr ""
6013
 
6014
- #: src/admin.php:4087
6015
  msgid "UpdraftPlus Restoration: Progress"
6016
  msgstr ""
6017
 
6018
- #: src/admin.php:4040
6019
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6020
  msgstr ""
6021
 
6022
- #: src/admin.php:3975
6023
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6024
  msgstr ""
6025
 
6026
- #: src/admin.php:3993
6027
  msgid "Delete this backup set"
6028
  msgstr ""
6029
 
6030
- #: src/admin.php:3635
6031
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6032
  msgstr ""
6033
 
6034
- #: src/admin.php:3632
6035
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6036
  msgstr ""
6037
 
6038
- #: src/admin.php:3630
6039
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6040
  msgstr ""
6041
 
@@ -6076,23 +6104,23 @@ msgstr ""
6076
  msgid "Use the server's SSL certificates"
6077
  msgstr ""
6078
 
6079
- #: src/admin.php:3478
6080
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6081
  msgstr ""
6082
 
6083
- #: src/admin.php:3478
6084
  msgid "click here"
6085
  msgstr "এখানে ক্লিক করুন"
6086
 
6087
- #: src/admin.php:3478
6088
  msgid "or, to reset this option"
6089
  msgstr ""
6090
 
6091
- #: src/admin.php:3478
6092
  msgid "Follow this link to attempt to create the directory and set the permissions"
6093
  msgstr ""
6094
 
6095
- #: src/admin.php:3470
6096
  msgid "Backup directory specified is writable, which is good."
6097
  msgstr ""
6098
 
@@ -6132,7 +6160,7 @@ msgstr ""
6132
  msgid "Cancel"
6133
  msgstr "বাতিল"
6134
 
6135
- #: src/addons/reporting.php:244, src/admin.php:3782
6136
  msgid "None"
6137
  msgstr "কোনটিই না"
6138
 
@@ -6157,11 +6185,11 @@ msgstr ""
6157
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6158
  msgstr ""
6159
 
6160
- #: src/addons/morefiles.php:466, src/admin.php:3560
6161
  msgid "Exclude these:"
6162
  msgstr ""
6163
 
6164
- #: src/admin.php:3551
6165
  msgid "Any other directories found inside wp-content"
6166
  msgstr ""
6167
 
@@ -6177,45 +6205,45 @@ msgstr ""
6177
  msgid "To fix the time at which a backup should take place,"
6178
  msgstr ""
6179
 
6180
- #: src/admin.php:3464
6181
  msgid "Monthly"
6182
  msgstr "মাসিক"
6183
 
6184
- #: src/admin.php:3463
6185
  msgid "Fortnightly"
6186
  msgstr "পাক্ষিক"
6187
 
6188
- #: src/admin.php:3462
6189
  msgid "Weekly"
6190
  msgstr "সাপ্তাহিক"
6191
 
6192
- #: src/admin.php:3461
6193
  msgid "Daily"
6194
  msgstr ""
6195
 
6196
- #: src/admin.php:713, src/admin.php:3439
6197
  msgid "Download log file"
6198
  msgstr "লগ ফাইল ডাউনলোড করুন"
6199
 
6200
- #: src/admin.php:3311
6201
  msgid "The folder exists, but your webserver does not have permission to write to it."
6202
  msgstr ""
6203
 
6204
- #: src/admin.php:3306
6205
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6206
  msgstr ""
6207
 
6208
- #: src/admin.php:3292
6209
  msgid "The request to the filesystem to create the directory failed."
6210
  msgstr ""
6211
 
6212
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6213
- #: src/admin.php:3237, src/admin.php:3993,
6214
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6215
  msgid "Delete"
6216
  msgstr "মুছুন"
6217
 
6218
- #: src/admin.php:3142
6219
  msgid "show log"
6220
  msgstr "লগ দেখান"
6221
 
@@ -6331,7 +6359,7 @@ msgstr ""
6331
  msgid "Do read this helpful article of useful things to know before restoring."
6332
  msgstr ""
6333
 
6334
- #: src/class-updraftplus.php:4231
6335
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6336
  msgstr ""
6337
 
@@ -6386,7 +6414,7 @@ msgstr ""
6386
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6387
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6388
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6389
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6390
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6391
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6392
  msgid "Error:"
@@ -6437,20 +6465,20 @@ msgstr "অপেরা ওযেব ব্রাউজার"
6437
  msgid "More tasks:"
6438
  msgstr "আরও টাস্ক:"
6439
 
6440
- #: src/admin.php:2900
6441
  msgid "Download most recently modified log file"
6442
  msgstr ""
6443
 
6444
- #: src/central/bootstrap.php:185
6445
  msgid "(Nothing yet logged)"
6446
  msgstr ""
6447
 
6448
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6449
- #: src/admin.php:2855, src/admin.php:2860
6450
  msgid "Last log message"
6451
  msgstr ""
6452
 
6453
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6454
  #: src/templates/wp-admin/settings/tab-status.php:30
6455
  msgid "Restore"
6456
  msgstr "পুনঃস্থাপন"
@@ -6461,8 +6489,8 @@ msgid "Backup Now"
6461
  msgstr ""
6462
 
6463
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6464
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6465
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6466
  #: src/includes/class-wpadmin-commands.php:147,
6467
  #: src/includes/class-wpadmin-commands.php:507,
6468
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6470,7 +6498,7 @@ msgstr ""
6470
  msgid "Database"
6471
  msgstr ""
6472
 
6473
- #: src/admin.php:311, src/admin.php:4964
6474
  msgid "Files"
6475
  msgstr ""
6476
 
@@ -6498,15 +6526,15 @@ msgstr ""
6498
  msgid "JavaScript warning"
6499
  msgstr ""
6500
 
6501
- #: src/admin.php:692, src/admin.php:2927
6502
  msgid "Delete Old Directories"
6503
  msgstr ""
6504
 
6505
- #: src/admin.php:2572
6506
  msgid "Current limit is:"
6507
  msgstr ""
6508
 
6509
- #: src/admin.php:2547
6510
  msgid "Your backup has been restored."
6511
  msgstr ""
6512
 
@@ -6518,72 +6546,72 @@ msgstr ""
6518
  msgid "Lead developer's homepage"
6519
  msgstr "প্রধান ডেভেলপার এর হোমপেজে"
6520
 
6521
- #: src/central/bootstrap.php:504
6522
  msgid "UpdraftPlus.Com"
6523
  msgstr ""
6524
 
6525
- #: src/admin.php:4856
6526
  msgid "Your settings have been wiped."
6527
  msgstr ""
6528
 
6529
- #: src/admin.php:2507
6530
  msgid "Backup directory successfully created."
6531
  msgstr ""
6532
 
6533
- #: src/admin.php:2500
6534
  msgid "Backup directory could not be created"
6535
  msgstr ""
6536
 
6537
- #: src/admin.php:3174
6538
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:3172
6542
  msgid "Old directories successfully removed."
6543
  msgstr ""
6544
 
6545
- #: src/admin.php:3169, src/admin.php:3169
6546
  msgid "Remove old directories"
6547
  msgstr ""
6548
 
6549
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6550
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6551
- #: src/admin.php:2509, src/admin.php:3176
6552
  msgid "Return to UpdraftPlus Configuration"
6553
  msgstr ""
6554
 
6555
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6556
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6557
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6558
  msgid "Actions"
6559
  msgstr ""
6560
 
6561
- #: src/admin.php:2352
6562
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6563
  msgstr ""
6564
 
6565
- #: src/admin.php:2252
6566
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6567
  msgstr ""
6568
 
6569
- #: src/admin.php:2148
6570
  msgid "No local copy present."
6571
  msgstr ""
6572
 
6573
- #: src/admin.php:2145
6574
  msgid "Download in progress"
6575
  msgstr "ডাউনলোড হচ্ছে"
6576
 
6577
- #: src/admin.php:684, src/admin.php:2134
6578
  msgid "File ready."
6579
  msgstr "ফাইল তৈরি।"
6580
 
6581
- #: src/admin.php:2115
6582
  msgid "Download failed"
6583
  msgstr ""
6584
 
6585
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6586
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6587
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6588
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6589
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6591,41 +6619,41 @@ msgstr ""
6591
  msgid "Error"
6592
  msgstr ""
6593
 
6594
- #: src/admin.php:1917
6595
  msgid "Could not find that job - perhaps it has already finished?"
6596
  msgstr ""
6597
 
6598
- #: src/admin.php:1909
6599
  msgid "Job deleted"
6600
  msgstr ""
6601
 
6602
- #: src/admin.php:1995
6603
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6604
  msgstr ""
6605
 
6606
- #: src/admin.php:757
6607
  msgid "Nothing yet logged"
6608
  msgstr ""
6609
 
6610
- #: src/admin.php:984
6611
  msgid "Please consult this FAQ if you have problems backing up."
6612
  msgstr ""
6613
 
6614
- #: src/admin.php:984
6615
  msgid "Your website is hosted using the %s web server."
6616
  msgstr ""
6617
 
6618
- #: src/admin.php:980
6619
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6620
  msgstr ""
6621
 
6622
- #: src/admin.php:976
6623
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6624
  msgstr ""
6625
 
6626
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6627
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6628
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6629
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6630
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6631
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6635,11 +6663,11 @@ msgstr ""
6635
  msgid "Warning"
6636
  msgstr "সতর্কতা"
6637
 
6638
- #: src/admin.php:914
6639
  msgid "Add-Ons / Pro Support"
6640
  msgstr "অ্যাড অন / প্রো সাপোর্ট"
6641
 
6642
- #: src/admin.php:548, src/admin.php:912,
6643
  #: src/templates/wp-admin/settings/tab-bar.php:7
6644
  msgid "Settings"
6645
  msgstr "সেটিংস"
@@ -6660,21 +6688,21 @@ msgstr ""
6660
  msgid "Like UpdraftPlus and can spare one minute?"
6661
  msgstr ""
6662
 
6663
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6664
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6665
  msgid "File not found"
6666
  msgstr "ফাইলটি খুঁজে পাওয়া যায় নি"
6667
 
6668
- #: src/class-updraftplus.php:3898
6669
  msgid "The decryption key used:"
6670
  msgstr ""
6671
 
6672
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6673
  #: src/restorer.php:422
6674
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6675
  msgstr ""
6676
 
6677
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6678
  #: src/restorer.php:409
6679
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6680
  msgstr ""
@@ -6683,15 +6711,15 @@ msgstr ""
6683
  msgid "Could not open the backup file for writing"
6684
  msgstr ""
6685
 
6686
- #: src/class-updraftplus.php:3484
6687
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6688
  msgstr ""
6689
 
6690
- #: src/class-updraftplus.php:3445
6691
  msgid "Could not read the directory"
6692
  msgstr "ডিরেক্টরিটি পড়া যায়নি"
6693
 
6694
- #: src/admin.php:2194, src/backup.php:1323
6695
  msgid "Backup directory (%s) is not writable, or does not exist."
6696
  msgstr ""
6697
 
@@ -6699,11 +6727,11 @@ msgstr ""
6699
  msgid "WordPress backup is complete"
6700
  msgstr "ওয়ার্ডপ্রেস ব্যাক-আপ সমাপ্ত"
6701
 
6702
- #: src/class-updraftplus.php:2955
6703
  msgid "The backup attempt has finished, apparently unsuccessfully"
6704
  msgstr ""
6705
 
6706
- #: src/class-updraftplus.php:2940
6707
  msgid "The backup apparently succeeded and is now complete"
6708
  msgstr ""
6709
 
@@ -6711,37 +6739,37 @@ msgstr ""
6711
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6712
  msgstr ""
6713
 
6714
- #: src/class-updraftplus.php:2643
6715
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6716
  msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল তৈরি করা সম্ভব হয় নি। ব্যাকআপ বন্ধ হয়ে গিয়্যেছে - আপনার UpdraftPlus সেটিংস দেখুন।"
6717
 
6718
- #: src/class-updraftplus.php:1921
6719
  msgid "Others"
6720
  msgstr "অন্যান্য"
6721
 
6722
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6723
  msgid "Uploads"
6724
  msgstr "আপলোডসমূহ"
6725
 
6726
- #: src/class-updraftplus.php:1905
6727
  msgid "Themes"
6728
  msgstr "থিমসমূহ"
6729
 
6730
- #: src/class-updraftplus.php:1904
6731
  msgid "Plugins"
6732
  msgstr "প্লাগইন"
6733
 
6734
- #: src/class-updraftplus.php:626
6735
  msgid "No log files were found."
6736
  msgstr "কোনও লগ ফাইল খুঁজে পাওয়া যায় নি।"
6737
 
6738
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6739
  msgid "The log file could not be read."
6740
  msgstr "লগ ফাইলটি পড়া সম্ভব হয় নি।"
6741
 
6742
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6743
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6744
- #: src/class-updraftplus.php:631
6745
  msgid "UpdraftPlus notice:"
6746
  msgstr "UpdraftPlus নোটিশ:"
6747
 
11
  "Language: bn\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
+ #: src/class-updraftplus.php:4450
257
  msgid "Your chosen replacement collation"
258
  msgstr ""
259
 
260
+ #: src/class-updraftplus.php:4427
261
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
262
  msgstr ""
263
 
264
+ #: src/class-updraftplus.php:4427
265
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
266
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
267
  msgstr[0] ""
299
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
300
  msgstr ""
301
 
302
+ #: src/central/bootstrap.php:520
303
  msgid "URL for the site of your UpdraftCentral dashboard"
304
  msgstr ""
305
 
306
+ #: src/central/bootstrap.php:518
307
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
308
  msgstr ""
309
 
310
+ #: src/central/bootstrap.php:515
311
  msgid "A website where you have installed %s"
312
  msgstr ""
313
 
314
+ #: src/central/bootstrap.php:513
315
  msgid "Self-hosted dashboard"
316
  msgstr ""
317
 
318
+ #: src/central/bootstrap.php:255
319
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
320
  msgstr ""
321
 
329
  msgid "Requested table character set (%s) is not present - changing to %s."
330
  msgstr ""
331
 
332
+ #: src/class-updraftplus.php:4403
333
  msgid "Your chosen character set to use instead:"
334
  msgstr ""
335
 
336
+ #: src/class-updraftplus.php:4393
337
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
338
  msgstr ""
339
 
340
+ #: src/class-updraftplus.php:4393
341
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
342
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
343
  msgstr[0] ""
344
  msgstr[1] ""
345
 
346
+ #: src/central/bootstrap.php:598
347
  msgid "Create another key"
348
  msgstr ""
349
 
350
+ #: src/central/bootstrap.php:527
351
  msgid "UpdraftCentral dashboard connection details"
352
  msgstr ""
353
 
354
+ #: src/central/bootstrap.php:521
355
  msgid "Next"
356
  msgstr ""
357
 
358
+ #: src/central/bootstrap.php:507
359
  msgid "an account"
360
  msgstr ""
361
 
362
+ #: src/central/bootstrap.php:507
363
  msgid "i.e. if you have %s there"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:496
367
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:470
371
  msgid "Manage existing keys (%d)..."
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:420
375
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:257
379
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:255
383
  msgid "Detailed instructions for this can be found at %s"
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:255
387
  msgid "You now need to copy the key below and enter it at your %s."
388
  msgstr ""
389
 
390
+ #: src/admin.php:779
391
  msgid "Please enter a valid URL e.g http://example.com"
392
  msgstr ""
393
 
427
  msgid "Account ID"
428
  msgstr ""
429
 
430
+ #: src/class-updraftplus.php:4234
431
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
432
  msgstr ""
433
 
434
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
435
  msgid "the migrator add-on"
436
  msgstr ""
437
 
438
+ #: src/class-updraftplus.php:4232
439
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
440
  msgstr ""
441
 
442
+ #: src/class-updraftplus.php:4230
443
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4225
447
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
448
  msgstr ""
449
 
459
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
460
  msgstr ""
461
 
462
+ #: src/admin.php:760
463
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
464
  msgstr ""
465
 
466
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
467
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
468
+ #: src/class-updraftplus.php:2462
469
  msgid "A PHP fatal error (%s) has occurred: %s"
470
  msgstr ""
471
 
472
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
473
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
474
+ #: src/class-updraftplus.php:2455
475
  msgid "A PHP exception (%s) has occurred: %s"
476
  msgstr ""
477
 
527
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
528
  msgstr ""
529
 
530
+ #: src/admin.php:5192
531
  msgid "Value"
532
  msgstr ""
533
 
534
+ #: src/admin.php:1726
535
  msgid "Did not know how to delete from this cloud service."
536
  msgstr ""
537
 
543
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
544
  msgstr ""
545
 
546
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
547
  msgid "Stored at: %s"
548
  msgstr ""
549
 
551
  msgid "Cloud Files"
552
  msgstr ""
553
 
554
+ #: src/admin.php:4937
555
  msgid "Your settings failed to save. Please refresh the settings page and try again"
556
  msgstr ""
557
 
558
+ #: src/admin.php:4896
559
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
560
  msgstr ""
561
 
572
  msgid "Extra database"
573
  msgstr ""
574
 
575
+ #: src/admin.php:3915
576
  msgid "Press here to download or browse"
577
  msgstr ""
578
 
579
+ #: src/admin.php:1163, src/admin.php:1173
580
  msgid "Error: invalid path"
581
  msgstr ""
582
 
583
+ #: src/admin.php:960
584
  msgid "An error occurred when fetching storage module options: "
585
  msgstr ""
586
 
587
+ #: src/admin.php:776
588
  msgid "Loading log file"
589
  msgstr ""
590
 
591
+ #: src/admin.php:775
592
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
593
  msgstr ""
594
 
595
+ #: src/admin.php:774
596
  msgid "Search"
597
  msgstr ""
598
 
599
+ #: src/admin.php:773
600
  msgid "Select a file to view information about it"
601
  msgstr ""
602
 
603
+ #: src/admin.php:772
604
  msgid "Browsing zip file"
605
  msgstr ""
606
 
607
+ #: src/admin.php:741
608
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
609
  msgstr ""
610
 
616
  msgid "Skipped tables:"
617
  msgstr ""
618
 
619
+ #: src/class-updraftplus.php:4515
620
  msgid "This database backup has the following WordPress tables excluded: %s"
621
  msgstr ""
622
 
623
+ #: src/admin.php:2810
624
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
625
  msgstr ""
626
 
627
+ #: src/admin.php:2810
628
  msgid "All WordPress tables will be backed up."
629
  msgstr ""
630
 
631
+ #: src/admin.php:771
632
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
633
  msgstr ""
634
 
635
+ #: src/admin.php:771
636
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
637
  msgstr ""
638
 
639
+ #: src/admin.php:771
640
  msgid "The available memory on the server."
641
  msgstr ""
642
 
643
+ #: src/admin.php:771
644
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "The file failed to upload. Please check the following:"
649
  msgstr ""
650
 
651
+ #: src/admin.php:770
652
  msgid "HTTP code:"
653
  msgstr ""
654
 
655
+ #: src/addons/wp-cli.php:89, src/admin.php:665
656
  msgid "You have chosen to backup a database, but no tables have been selected"
657
  msgstr ""
658
 
1104
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1105
  msgstr ""
1106
 
1107
+ #: src/central/bootstrap.php:593
1108
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1109
  msgstr ""
1110
 
1116
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1117
  msgstr ""
1118
 
1119
+ #: src/admin.php:1802
1120
  msgid "Remote files deleted:"
1121
  msgstr ""
1122
 
1123
+ #: src/admin.php:1801
1124
  msgid "Local files deleted:"
1125
  msgstr ""
1126
 
1128
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1129
  msgstr ""
1130
 
1131
+ #: src/admin.php:769
1132
  msgid "remote files deleted"
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:767
1136
  msgid "Complete"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:766
1140
  msgid "Do you want to carry out the import?"
1141
  msgstr ""
1142
 
1143
+ #: src/admin.php:765
1144
  msgid "Which was exported on:"
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:764
1148
  msgid "This will import data from:"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:763
1152
  msgid "Importing..."
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:759
1156
  msgid "You have not yet selected a file to import."
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:743
1160
  msgid "Your export file will be of your displayed settings, not your saved ones."
1161
  msgstr ""
1162
 
1168
  msgid "US East (Ohio)"
1169
  msgstr ""
1170
 
1171
+ #: src/addons/onedrive.php:1104
1172
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1173
  msgstr ""
1174
 
1175
+ #: src/addons/onedrive.php:718
1176
  msgid "Account is not authorized (%s)."
1177
  msgstr ""
1178
 
1179
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1180
  msgid "Your IP address:"
1181
  msgstr "আপনার আইপি অ্যাড্রেসঃ"
1182
 
1183
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1184
  #: src/udaddons/updraftplus-addons.php:887
1185
  msgid "To remove any block, please go here."
1186
  msgstr "কোন ব্লক সরাতে এখানে যান।"
1187
 
1188
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1189
  msgid "An error response was received; HTTP code:"
1190
  msgstr ""
1191
 
1192
+ #: src/includes/class-commands.php:344
1193
  msgid "%s add-on not found"
1194
  msgstr "%s অ্যাড-অন পাওয়া যায়নি"
1195
 
1201
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1202
  msgstr "এভাবে \"টাইম-আউট\" হতে পারে। আপনাকে safe_mode বন্ধ করার অথবা একসাথে শুধুমাত্র একটা জিনিস পুনরুদ্ধার করার পরামর্শ দেয়া হচ্ছে"
1203
 
1204
+ #: src/admin.php:2548
1205
  msgid "To fix this problem go here."
1206
  msgstr "এই সমস্যা সমাধান করতে এখানে যান।"
1207
 
1208
+ #: src/admin.php:2548
1209
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1210
  msgstr "অপটিমাইজপ্রেস ২.০ এর কন্টেন্টসমূহ সঙ্কেতাক্ষরে লিখে রাখে, তাই সার্চ/প্রতিস্থাপন কাজ করে না।"
1211
 
1212
+ #: src/admin.php:727
1213
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1214
  msgstr "আপনার পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল নেই, যার ফলে এটা বেশ কয়েক মিনিট সময় নিতে পারে। তারপরও যদি কিছু না ঘটে, তবে অপেক্ষাকৃত ছোট \"key size\" ব্যাবহার করুন। অথবা আপনার হোস্টিং কোম্পানিকে জিজ্ঞাস করুন কিভাবে পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল চালু করতে হয়।"
1215
 
1265
  msgid "FAQs"
1266
  msgstr "বার বার জিজ্ঞাসিত প্রশ্নসমূহ"
1267
 
1268
+ #: src/central/bootstrap.php:549
1269
  msgid "More information..."
1270
  msgstr "আরও তথ্য..."
1271
 
1272
+ #: src/central/bootstrap.php:547
1273
  msgid "Use the alternative method for making a connection with the dashboard."
1274
  msgstr "ড্যাশবোর্ডের সাথে যুক্ত হতে বিকল্প পদ্ধতিটি ব্যবহার করুন।"
1275
 
1276
+ #: src/central/bootstrap.php:457
1277
  msgid "Key size: %d bits"
1278
  msgstr "কি সাইজ: %d বিটস"
1279
 
1280
+ #: src/central/bootstrap.php:452
1281
  msgid "Public key was sent to:"
1282
  msgstr "পাবলিক কি টি পাঠানো হয়েছিল:"
1283
 
1293
  msgid "Create key"
1294
  msgstr "পিন তৈরি করুন"
1295
 
1296
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1297
  msgid "slower, strongest"
1298
  msgstr "ধীরতর, সবচেয়ে বেশি শক্তিশালী"
1299
 
1300
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1301
  msgid "recommended"
1302
  msgstr "নির্দেশিত"
1303
 
1304
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1305
  msgid "%s bytes"
1306
  msgstr "%s বাইটস"
1307
 
1308
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1309
  msgid "faster (possibility for slow PHP installs)"
1310
  msgstr "দ্রুততর (ধীর পি এইচ পি ইন্সটল এর ক্ষেত্রে)"
1311
 
1312
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1313
  msgid "easy to break, fastest"
1314
  msgstr "ভাঙতে সহজ, দ্রুততম সময়ে"
1315
 
1316
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1317
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1318
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1319
  msgid "%s bits"
1320
  msgstr "%s বিটস"
1321
 
1322
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1323
  msgid "Encryption key size:"
1324
  msgstr "এনক্রিপশন পিনের সাইজঃ"
1325
 
1352
  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."
1353
  msgstr ""
1354
 
1355
+ #: src/class-updraftplus.php:1869
1356
  msgid "Size: %s MB"
1357
  msgstr "সাইজঃ %s MB"
1358
 
1364
  msgid "Now"
1365
  msgstr "এখন"
1366
 
1367
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1368
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1369
  msgstr ""
1370
 
1386
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1387
  msgstr "এই সাইটের জন্য কোন ভল্ট কানেকশন পাওয়া যায়নি (এটা কি স্থানান্তর করা হয়েছে?), দয়া করে ডিসকানেক্ট করে আবার কানেক্ট করুন।"
1388
 
1389
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1390
  msgid "The given file was not found, or could not be read."
1391
  msgstr "প্রদত্ত ফাইল পাওয়া যায়নি অথবা পড়া সম্ভব হয়নি।"
1392
 
1393
+ #: src/central/bootstrap.php:591
1394
  msgid "UpdraftCentral (Remote Control)"
1395
  msgstr "UpdraftCentral (দূরনিয়ন্ত্রণ)"
1396
 
1397
+ #: src/central/bootstrap.php:580
1398
  msgid "View recent UpdraftCentral log events"
1399
  msgstr ""
1400
 
1401
+ #: src/central/bootstrap.php:530
1402
  msgid "Enter any description"
1403
  msgstr ""
1404
 
1405
+ #: src/central/bootstrap.php:529
1406
  msgid "Description"
1407
  msgstr "বর্ণনা"
1408
 
1409
+ #: src/central/bootstrap.php:462
1410
  msgid "Delete..."
1411
  msgstr "ডিলিট..."
1412
 
1413
+ #: src/central/bootstrap.php:455
1414
  msgid "Created:"
1415
  msgstr "তৈরিকৃতঃ"
1416
 
1417
+ #: src/central/bootstrap.php:452
1418
  msgid "Access this site as user:"
1419
  msgstr "এই ইউজার হিসেবে এই সাইট অ্যাকসেস করুনঃ"
1420
 
1421
+ #: src/central/bootstrap.php:476
1422
  msgid "Details"
1423
  msgstr "বিস্তারিত"
1424
 
1425
+ #: src/central/bootstrap.php:475
1426
  msgid "Key description"
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1430
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:218
1434
  msgid "An invalid URL was entered"
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:82
1438
  msgid "Close..."
1439
  msgstr ""
1440
 
1441
+ #: src/central/bootstrap.php:74
1442
  msgid "This connection appears to already have been made."
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:71
1446
  msgid "You must visit this link in the same browser and login session as you created the key in."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:67
1450
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:67
1454
  msgid "You are not logged into this WordPress site in your web browser."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:64
1458
  msgid "The key referred to was unknown."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:61
1462
  msgid "A new UpdraftCentral connection has not been made."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:59
1466
  msgid "An UpdraftCentral connection has been made successfully."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:56
1470
  msgid "UpdraftCentral Connection"
1471
  msgstr ""
1472
 
1473
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1474
  msgid "The backup was aborted by the user"
1475
  msgstr ""
1476
 
1477
+ #: src/admin.php:4932
1478
  msgid "Your settings have been saved."
1479
  msgstr "আপনার সেটিংস সংরক্ষণ করা হয়েছে। "
1480
 
1481
+ #: src/admin.php:3793
1482
  msgid "Total backup size:"
1483
  msgstr ""
1484
 
1485
+ #: src/admin.php:3150
1486
  msgid "stop"
1487
  msgstr ""
1488
 
1489
+ #: src/admin.php:2992
1490
  msgid "The backup has finished running"
1491
  msgstr ""
1492
 
1512
  msgid "calculate"
1513
  msgstr "গণনা করুন"
1514
 
1515
+ #: src/admin.php:742
1516
  msgid "You should save your changes to ensure that they are used for making your backup."
1517
  msgstr ""
1518
 
1519
+ #: src/admin.php:735
1520
  msgid "We requested to delete the file, but could not understand the server's response"
1521
  msgstr ""
1522
 
1523
+ #: src/admin.php:734
1524
  msgid "Please enter a valid URL"
1525
  msgstr "দয়া করে সঠিক URL প্রবেশ করান"
1526
 
1527
+ #: src/admin.php:717
1528
  msgid "Saving..."
1529
  msgstr "সংরক্ষণ হচ্ছে..."
1530
 
1548
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1549
  msgstr ""
1550
 
1551
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1552
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1553
  msgstr ""
1554
 
1555
+ #: src/class-updraftplus.php:4299
1556
  msgid "Please read this link for important information on this process."
1557
  msgstr ""
1558
 
1559
+ #: src/class-updraftplus.php:4299
1560
  msgid "It will be imported as a new site."
1561
  msgstr ""
1562
 
1563
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1564
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1565
  msgid "Dismiss"
1566
  msgstr "খারিজ"
1567
 
1568
+ #: src/admin.php:754
1569
  msgid "Please fill in the required information."
1570
  msgstr ""
1571
 
1626
  msgid "Call WordPress action:"
1627
  msgstr ""
1628
 
1629
+ #: src/admin.php:2818
1630
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1631
  msgstr ""
1632
 
1633
+ #: src/admin.php:4438
1634
  msgid "Skipping: this archive was already restored."
1635
  msgstr ""
1636
 
1662
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1663
  msgstr ""
1664
 
1665
+ #: src/admin.php:4806
1666
  msgid "Send this backup to remote storage"
1667
  msgstr ""
1668
 
1669
+ #: src/admin.php:4804
1670
  msgid "Check out UpdraftPlus Vault."
1671
  msgstr ""
1672
 
1673
+ #: src/admin.php:4804
1674
  msgid "Not got any remote storage?"
1675
  msgstr ""
1676
 
1677
+ #: src/admin.php:4804
1678
  msgid "settings"
1679
  msgstr "সেটিংস"
1680
 
1681
+ #: src/admin.php:4804
1682
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:2816
1686
  msgid "Include any files in the backup"
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:2802
1690
  msgid "Include the database in the backup"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:2707
1694
  msgid "Continue restoration"
1695
  msgstr ""
1696
 
1697
+ #: src/admin.php:2702
1698
  msgid "You have an unfinished restoration operation, begun %s ago."
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2701
1702
  msgid "Unfinished restoration"
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2699
1706
  msgid "%s minutes, %s seconds"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2646
1710
  msgid "Backup Contents And Schedule"
1711
  msgstr ""
1712
 
1714
  msgid "Premium / Extensions"
1715
  msgstr ""
1716
 
1717
+ #: src/admin.php:2414, src/admin.php:2423
1718
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1719
  msgstr ""
1720
 
1721
+ #: src/addons/morefiles.php:77, src/admin.php:740
1722
  msgctxt "(verb)"
1723
  msgid "Download"
1724
  msgstr ""
1854
  msgid "Could not access container"
1855
  msgstr ""
1856
 
1857
+ #: src/class-updraftplus.php:2962
1858
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1859
  msgstr ""
1860
 
1983
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1984
  msgstr ""
1985
 
1986
+ #: src/admin.php:1800
1987
  msgid "Backup sets removed:"
1988
  msgstr ""
1989
 
1990
+ #: src/admin.php:753
1991
  msgid "Processing..."
1992
  msgstr ""
1993
 
1994
+ #: src/admin.php:751
1995
  msgid "For backups older than"
1996
  msgstr ""
1997
 
1998
+ #: src/admin.php:750
1999
  msgid "week(s)"
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:749
2003
  msgid "hour(s)"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:748
2007
  msgid "day(s)"
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:747
2011
  msgid "in the month"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:746
2015
  msgid "day"
2016
  msgstr ""
2017
 
2035
  msgid "You do not currently have any UpdraftPlus Vault quota"
2036
  msgstr ""
2037
 
2038
+ #: src/class-updraftplus.php:4372
2039
  msgid "You must upgrade MySQL to be able to use this database."
2040
  msgstr ""
2041
 
2042
+ #: src/class-updraftplus.php:4372
2043
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2044
  msgstr ""
2045
 
2046
+ #: src/admin.php:2533
2047
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2048
  msgstr ""
2049
 
2071
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2072
  msgstr ""
2073
 
2074
+ #: src/admin.php:1018
2075
  msgid "Go to the remote storage settings in order to connect."
2076
  msgstr ""
2077
 
2078
+ #: src/admin.php:1018
2079
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2080
  msgstr ""
2081
 
2083
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2084
  msgstr "পেমেন্ট ইউএস ডলার, ইউরো বা GB pounds sterling এর মাধ্যমে কার্ড বা পেপ্যাল এর দ্বারা করতে হবে।"
2085
 
2086
+ #: src/admin.php:723
2087
  msgid "Update quota count"
2088
  msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
2089
 
2090
+ #: src/admin.php:722
2091
  msgid "Counting..."
2092
  msgstr "গণনা করা হচ্ছে..."
2093
 
2094
+ #: src/admin.php:721
2095
  msgid "Disconnecting..."
2096
  msgstr "সংযোগ বিচ্ছিন্ন করা হচ্ছে..."
2097
 
2098
+ #: src/admin.php:719
2099
  msgid "Connecting..."
2100
  msgstr "সংযোগ করা হচ্ছে..."
2101
 
2121
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2122
  msgstr "%s ইরোর: আপনার যথেষ্ট প্রাপ্য(%s) নেই আর্কাইভটি(%s) আপলোড করার জন্য।"
2123
 
2124
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2125
  #: src/methods/updraftvault.php:450
2126
  msgid "Disconnect"
2127
  msgstr "সংযোগ বিচ্ছিন্ন করুন"
2154
  msgid "E-mail"
2155
  msgstr "ই-মেইল"
2156
 
2157
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2158
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2159
  msgid "Back..."
2160
  msgstr "ফিরে চলুন..."
2172
  msgid "%s per quarter"
2173
  msgstr "%s প্রতি তিন মাসে"
2174
 
2175
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2176
  #: src/methods/updraftvault.php:351
2177
  msgid "Read more about it here."
2178
  msgstr "এইটি সম্পর্কে আরও পড়ুন এখানে।"
2246
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2247
  msgstr ""
2248
 
2249
+ #: src/addons/migrator.php:1926, src/admin.php:729
2250
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2251
  msgstr ""
2252
 
2258
  msgid "Your new key:"
2259
  msgstr "আপনার নতুন চাবি:"
2260
 
2261
+ #: src/central/bootstrap.php:402
2262
  msgid "You must copy and paste this key now - it cannot be shown again."
2263
  msgstr ""
2264
 
2265
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2266
  msgid "Key created successfully."
2267
  msgstr "চাবি সফলভাবে তৈরি করা হয়েছে।"
2268
 
2302
  msgid "This storage method does not allow downloading"
2303
  msgstr "এই স্টোরেজ পদ্ধতি ডাউনলোড করার অনুমতি দেয় না"
2304
 
2305
+ #: src/admin.php:3978
2306
  msgid "(backup set imported from remote location)"
2307
  msgstr "(ব্যাকআপ সেট দূরবর্তী অবস্থান থেকে আমদানি করা হয়েছে)"
2308
 
2309
+ #: src/addons/wp-cli.php:346,
2310
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2311
  msgid "Site"
2312
  msgstr "সাইট"
2313
 
2314
+ #: src/addons/wp-cli.php:344,
2315
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2316
  msgid "Backup sent to remote site - not available for download."
2317
  msgstr "ব্যাকআপ রিমোট সাইটের পাঠানো হয়েছে - ডাউনলোডের জন্য উপলব্ধ না"
2318
 
2324
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2325
  msgstr ""
2326
 
2327
+ #: src/addons/migrator.php:1954, src/admin.php:736
2328
  msgid "Testing connection..."
2329
  msgstr "কানেকশন পরীক্ষা করা হচ্ছে..."
2330
 
2331
+ #: src/admin.php:733
2332
  msgid "Deleting..."
2333
  msgstr "মুছে ফেলা হচ্ছে..."
2334
 
2335
+ #: src/admin.php:732
2336
  msgid "key name"
2337
  msgstr "চাবির(কি) নাম"
2338
 
2339
+ #: src/admin.php:730
2340
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2341
  msgstr "এই চাবিকাঠির একটি নাম দিন (e.g. indicate the site it is for):"
2342
 
2343
+ #: src/admin.php:727
2344
  msgid "Creating..."
2345
  msgstr "তৈরি করা হচ্ছে..."
2346
 
2364
  msgid "Or, send a backup to another site"
2365
  msgstr "অথবা, ব্যাকআপ অন্য একটি সাইটে পাঠান"
2366
 
2367
+ #: src/addons/migrator.php:2128, src/admin.php:737
2368
  msgid "Send"
2369
  msgstr "পাঠান"
2370
 
2371
+ #: src/addons/migrator.php:2122, src/admin.php:728
2372
  msgid "Send to site:"
2373
  msgstr ""
2374
 
2433
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2434
  msgstr ""
2435
 
2436
+ #: src/admin.php:726
2437
  msgid "Resetting..."
2438
  msgstr ""
2439
 
2440
+ #: src/addons/migrator.php:2431, src/admin.php:725
2441
  msgid "Add site"
2442
  msgstr "সাইট যুক্ত করুন"
2443
 
2444
+ #: src/admin.php:724
2445
  msgid "Adding..."
2446
  msgstr "যুক্ত করা হচ্ছে..."
2447
 
2477
  msgid "To restore using any of the backup sets below, press the button."
2478
  msgstr ""
2479
 
2480
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2481
  msgid "You have made changes to your settings, and not saved."
2482
  msgstr ""
2483
 
2484
+ #: src/addons/onedrive.php:1164
2485
  msgid "N.B. %s is not case-sensitive."
2486
  msgstr ""
2487
 
2488
+ #: src/addons/onedrive.php:1154
2489
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2490
  msgstr ""
2491
 
2492
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2493
+ #: src/addons/onedrive.php:1127
2494
  msgid "For longer help, including screenshots, follow this link."
2495
  msgstr ""
2496
 
2497
+ #: src/addons/onedrive.php:1120
2498
  msgid "Create OneDrive credentials in your OneDrive developer console."
2499
  msgstr ""
2500
 
2501
+ #: src/addons/onedrive.php:1112
2502
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2503
  msgstr ""
2504
 
2506
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2507
  msgstr ""
2508
 
2509
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2510
  msgid "%s authorisation failed:"
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2514
+ #: src/addons/onedrive.php:1157
2515
  msgid "OneDrive"
2516
  msgstr "OneDrive"
2517
 
2518
+ #: src/addons/onedrive.php:709
2519
  msgid "Please re-authorize the connection to your %s account."
2520
  msgstr ""
2521
 
2523
  msgid "configure it here"
2524
  msgstr "এটিকে এইখানে কনফিগার করুন"
2525
 
2526
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2527
  msgid "To remove the block, please go here."
2528
  msgstr "ব্লক সরাতে, এখানে যান।"
2529
 
2680
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2681
  msgstr ""
2682
 
2683
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2684
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2685
  #: src/udaddons/updraftplus-addons.php:887
2686
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2687
  msgstr ""
2688
 
2689
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2690
  #: src/udaddons/updraftplus-addons.php:887
2691
  msgid "It appears that your web server's IP Address (%s) is blocked."
2692
  msgstr "আপনার ওয়েব সার্ভার এর আইপি ঠিকানা (%s) ব্লক করা হয়ছে বলে মনে হচ্ছে।"
2693
 
2694
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2695
  #: src/udaddons/updraftplus-addons.php:887
2696
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2697
  msgstr "UpdraftPlus.com 'অ্যাকসেস অস্বীকার' প্রতিক্রিয়া পাঠিয়েছে।"
2735
  msgid "(at same time as files backup)"
2736
  msgstr ""
2737
 
2738
+ #: src/admin.php:3449
2739
  msgid "No backup has been completed"
2740
  msgstr ""
2741
 
2778
  msgid "or"
2779
  msgstr "অথবা"
2780
 
2781
+ #: src/admin.php:710
2782
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2783
  msgstr ""
2784
 
2809
  msgid "Check this box to have a basic report sent to"
2810
  msgstr ""
2811
 
2812
+ #: src/admin.php:3463
2813
  msgctxt "i.e. Non-automatic"
2814
  msgid "Manual"
2815
  msgstr ""
2827
  msgid "Any other file/directory on your server that you wish to back up"
2828
  msgstr ""
2829
 
2830
+ #: src/admin.php:2550
2831
  msgid "For even more features and personal support, check out "
2832
  msgstr ""
2833
 
2836
  msgstr "ডাটাবেস ডিক্রিপশন শব্দগুচ্ছ"
2837
 
2838
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2839
+ #: src/admin.php:715
2840
  msgid "Automatic backup before update"
2841
  msgstr "আপডেট করার আগে স্বয়ংক্রিয় ব্যাকআপ"
2842
 
2921
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2922
  msgstr ""
2923
 
2924
+ #: src/admin.php:2992, src/admin.php:4092
2925
  msgid "View Log"
2926
  msgstr ""
2927
 
2938
  msgid "and retain this many scheduled backups"
2939
  msgstr ""
2940
 
2941
+ #: src/admin.php:3419
2942
  msgid "incremental backup; base backup: %s"
2943
  msgstr ""
2944
 
2950
  msgid "Upload files into UpdraftPlus."
2951
  msgstr ""
2952
 
2953
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2954
  #: src/templates/wp-admin/settings/tab-status.php:22
2955
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2956
  msgstr ""
2957
 
2958
+ #: src/class-updraftplus.php:4288
2959
  msgid "Backup label:"
2960
  msgstr ""
2961
 
2962
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2963
  msgid "Error: unexpected file read fail"
2964
  msgstr ""
2965
 
2999
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3000
  msgstr ""
3001
 
3002
+ #: src/class-updraftplus.php:4307
3003
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3004
  msgstr ""
3005
 
3006
+ #: src/class-updraftplus.php:4307
3007
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3008
  msgstr ""
3009
 
3040
  msgid "You need to connect to receive future updates to UpdraftPlus."
3041
  msgstr ""
3042
 
3043
+ #: src/class-updraftplus.php:4280
3044
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3045
  msgstr ""
3046
 
3047
+ #: src/class-updraftplus.php:4280
3048
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3049
  msgstr ""
3050
 
3051
+ #: src/class-updraftplus.php:4280
3052
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3053
  msgstr ""
3054
 
3055
+ #: src/class-updraftplus.php:4280
3056
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3057
  msgstr ""
3058
 
3081
  msgid "UpdraftPlus is on social media - check us out!"
3082
  msgstr ""
3083
 
3084
+ #: src/admin.php:4267
3085
  msgid "Why am I seeing this?"
3086
  msgstr "আমি কেন এটি দেখছি?"
3087
 
3093
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3094
  msgstr ""
3095
 
3096
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3097
  msgid "Start backup"
3098
  msgstr "ব্যাকআপ শুরু করুন"
3099
 
3100
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3101
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3102
  msgstr ""
3103
 
3104
+ #: src/admin.php:3317
3105
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3106
  msgstr ""
3107
 
3109
  msgid "Unless you have a problem, you can completely ignore everything here."
3110
  msgstr ""
3111
 
3112
+ #: src/admin.php:2236
3113
  msgid "This file could not be uploaded"
3114
  msgstr "ফাইলটি আপলোড করা সম্ভব হয় নি"
3115
 
3116
+ #: src/admin.php:2199
3117
  msgid "You will find more information about this in the Settings section."
3118
  msgstr ""
3119
 
3133
  msgid "Memory limit"
3134
  msgstr ""
3135
 
3136
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3137
  msgid "restoration"
3138
  msgstr ""
3139
 
3157
  msgid "Backup succeeded"
3158
  msgstr ""
3159
 
3160
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3161
  #: src/updraftplus.php:99, src/updraftplus.php:100
3162
  msgid "Every %s hours"
3163
  msgstr ""
3212
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3213
  msgstr ""
3214
 
3215
+ #: src/admin.php:3820
3216
  msgid "You have not yet made any backups."
3217
  msgstr ""
3218
 
3232
  msgid "Free disk space in account:"
3233
  msgstr ""
3234
 
3235
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3236
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3237
  msgstr ""
3238
 
3239
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3240
  #: src/includes/deprecated-actions.php:29,
3241
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3242
  #: src/templates/wp-admin/settings/tab-bar.php:6
3247
  msgid "Current Status"
3248
  msgstr ""
3249
 
3250
+ #: src/admin.php:969
3251
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3252
  msgstr ""
3253
 
3254
+ #: src/admin.php:969
3255
  msgid "To make a backup, just press the Backup Now button."
3256
  msgstr ""
3257
 
3258
+ #: src/admin.php:969
3259
  msgid "Welcome to UpdraftPlus!"
3260
  msgstr ""
3261
 
3327
  msgid "user"
3328
  msgstr ""
3329
 
3330
+ #: src/class-updraftplus.php:1866
3331
  msgid "External database (%s)"
3332
  msgstr ""
3333
 
3339
  msgid "failed to access parent folder"
3340
  msgstr ""
3341
 
3342
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3343
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3344
  #: src/methods/googledrive.php:447
3345
  msgid "However, subsequent access attempts failed:"
3346
  msgstr ""
3347
 
3348
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3349
  msgid "External database"
3350
  msgstr ""
3351
 
3377
  msgid "use UpdraftPlus Premium"
3378
  msgstr ""
3379
 
3380
+ #: src/class-updraftplus.php:4131
3381
  msgid "Decryption failed. The database file is encrypted."
3382
  msgstr ""
3383
 
3407
  msgstr ""
3408
 
3409
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3410
+ #: src/addons/onedrive.php:1164
3411
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3412
  msgstr ""
3413
 
3414
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3415
+ #: src/addons/onedrive.php:1164
3416
  msgid "e.g. %s"
3417
  msgstr ""
3418
 
3419
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3420
  msgid "Enter the path of the %s folder you wish to use here."
3421
  msgstr ""
3422
 
3432
  msgid "Tenant"
3433
  msgstr ""
3434
 
3435
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3436
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3437
  msgid "Follow this link for more information"
3438
  msgstr ""
3439
 
3469
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3470
  msgstr ""
3471
 
3472
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3473
  msgid "(You appear to be already authenticated)."
3474
  msgstr ""
3475
 
3477
  msgid "Dropbox"
3478
  msgstr ""
3479
 
3480
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3481
  msgid "Authenticate with %s"
3482
  msgstr ""
3483
 
3508
  msgid "%s error - failed to access the container"
3509
  msgstr ""
3510
 
3511
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3512
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3513
  msgid "Account holder's name: %s."
3514
  msgstr ""
3525
  msgid "<strong>This is NOT a folder name</strong>."
3526
  msgstr ""
3527
 
3528
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3529
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3530
  msgid "Folder"
3531
  msgstr ""
3532
 
3533
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3534
  #: src/methods/googledrive.php:1152
3535
  msgid "%s download: failed: file not found"
3536
  msgstr ""
3574
  msgid "Failed to unpack the archive"
3575
  msgstr ""
3576
 
3577
+ #: src/class-updraftplus.php:1390
3578
  msgid "Error - failed to download the file"
3579
  msgstr ""
3580
 
3598
  msgid "password/key"
3599
  msgstr ""
3600
 
3601
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3602
+ #: src/admin.php:5192
3603
  msgid "Key"
3604
  msgstr ""
3605
 
3615
  msgid "SCP/SFTP password/key"
3616
  msgstr ""
3617
 
3618
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3619
  msgid "Files backup (created by %s)"
3620
  msgstr ""
3621
 
3622
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3623
  msgid "Files and database WordPress backup (created by %s)"
3624
  msgstr ""
3625
 
3626
+ #: src/addons/importer.php:276, src/admin.php:3883,
3627
  #: src/includes/class-backup-history.php:349
3628
  msgid "Backup created by: %s."
3629
  msgstr ""
3630
 
3631
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3632
  msgid "Database (created by %s)"
3633
  msgstr ""
3634
 
3635
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3636
  msgid "unknown source"
3637
  msgstr ""
3638
 
3644
  msgid "Upload backup files"
3645
  msgstr ""
3646
 
3647
+ #: src/admin.php:2251
3648
  msgid "This backup was created by %s, and can be imported."
3649
  msgstr ""
3650
 
3651
+ #: src/admin.php:998
3652
  msgid "Read this page for a guide to possible causes and how to fix it."
3653
  msgstr ""
3654
 
3655
+ #: src/admin.php:998
3656
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3657
  msgstr ""
3658
 
3669
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3670
  msgstr ""
3671
 
3672
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3673
  #: src/restorer.php:1577
3674
  msgid "Backup created by unknown source (%s) - cannot be restored."
3675
  msgstr ""
3729
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3730
  msgstr ""
3731
 
3732
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3733
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3734
  msgstr ""
3735
 
3736
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3737
  #: src/restorer.php:1608
3738
  msgid "Your hosting company must enable these functions before %s can work."
3739
  msgstr ""
3740
 
3741
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3742
  msgid "Your web server's PHP installation has these functions disabled: %s."
3743
  msgstr ""
3744
 
3808
  msgid "Dismiss from main dashboard (for %s weeks)"
3809
  msgstr ""
3810
 
3811
+ #: src/class-updraftplus.php:4771
3812
  msgid "The attempt to undo the double-compression succeeded."
3813
  msgstr ""
3814
 
3815
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3816
  msgid "The attempt to undo the double-compression failed."
3817
  msgstr ""
3818
 
3819
+ #: src/class-updraftplus.php:4741
3820
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3821
  msgstr ""
3822
 
3840
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3841
  msgstr ""
3842
 
3843
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3844
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3845
  msgstr ""
3846
 
3849
  msgid "Errors occurred:"
3850
  msgstr ""
3851
 
3852
+ #: src/admin.php:4286
3853
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3854
  msgstr ""
3855
 
3873
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3874
  msgstr ""
3875
 
3876
+ #: src/admin.php:973, src/class-updraftplus.php:875
3877
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3878
  msgstr ""
3879
 
3886
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3887
  msgstr ""
3888
 
3889
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3890
  msgid "Messages:"
3891
  msgstr ""
3892
 
4047
  msgid "Authorisation failed (check your credentials)"
4048
  msgstr ""
4049
 
4050
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4051
  #: src/udaddons/options.php:257
4052
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4053
  msgstr ""
4054
 
4055
+ #: src/admin.php:708, src/central/bootstrap.php:561
4056
  msgid "Create"
4057
  msgstr ""
4058
 
4064
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4065
  msgstr ""
4066
 
4067
+ #: src/admin.php:680, src/admin.php:4584
4068
  msgid "Error data:"
4069
  msgstr ""
4070
 
4071
+ #: src/admin.php:4238
4072
  msgid "Backup does not exist in the backup history"
4073
  msgstr ""
4074
 
4075
+ #: src/admin.php:2927
4076
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4077
  msgstr ""
4078
 
4112
  msgid "Email reports"
4113
  msgstr ""
4114
 
4115
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4116
  msgid "%s checksum: %s"
4117
  msgstr ""
4118
 
4119
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4120
  msgid "files: %s"
4121
  msgstr ""
4122
 
4128
  msgid "Debugging information"
4129
  msgstr ""
4130
 
4131
+ #: src/addons/reporting.php:222, src/admin.php:3776
4132
  msgid "Uploaded to:"
4133
  msgstr ""
4134
 
4169
  msgid "%d errors, %d warnings"
4170
  msgstr ""
4171
 
4172
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4173
  #: src/methods/dropbox.php:772
4174
  msgid "%s authentication"
4175
  msgstr ""
4176
 
4177
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4178
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4179
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4180
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4201
  msgid "Your site's admin email address (%s) will be used."
4202
  msgstr ""
4203
 
4204
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4205
  #: src/methods/updraftvault.php:362
4206
  msgid "Connect"
4207
  msgstr ""
4210
  msgid "For more reporting features, use the Reporting add-on."
4211
  msgstr ""
4212
 
4213
+ #: src/class-updraftplus.php:4212
4214
  msgid "(version: %s)"
4215
  msgstr ""
4216
 
4350
  msgid "Reporting"
4351
  msgstr ""
4352
 
4353
+ #: src/admin.php:5189
4354
  msgid "Options (raw)"
4355
  msgstr ""
4356
 
4370
  msgid "See also the \"More Files\" add-on from our shop."
4371
  msgstr ""
4372
 
4373
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4374
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4375
  msgstr ""
4376
 
4377
+ #: src/class-updraftplus.php:872
4378
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4379
  msgstr ""
4380
 
4450
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4451
  msgstr ""
4452
 
4453
+ #: src/admin.php:2727
4454
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4455
  msgstr ""
4456
 
4518
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4519
  msgstr ""
4520
 
4521
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4522
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4523
  msgstr ""
4524
 
4547
  msgid "You can send a backup to more than one destination with an add-on."
4548
  msgstr ""
4549
 
4550
+ #: src/admin.php:3150
4551
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4552
  msgstr ""
4553
 
4554
+ #: src/admin.php:3049
4555
  msgid "(%s%%, file %s of %s)"
4556
  msgstr ""
4557
 
4588
  msgid "Backup is of: %s."
4589
  msgstr ""
4590
 
4591
+ #: src/admin.php:757
4592
  msgid "%s settings test result:"
4593
  msgstr ""
4594
 
4595
+ #: src/admin.php:3951, src/admin.php:3953
4596
  msgid "(Not finished)"
4597
  msgstr ""
4598
 
4599
+ #: src/admin.php:3953
4600
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4601
  msgstr ""
4602
 
4608
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4609
  msgstr ""
4610
 
4611
+ #: src/admin.php:3145
4612
  msgid "Job ID: %s"
4613
  msgstr ""
4614
 
4615
+ #: src/admin.php:3130
4616
  msgid "last activity: %ss ago"
4617
  msgstr ""
4618
 
4619
+ #: src/admin.php:3129
4620
  msgid "next resumption: %d (after %ss)"
4621
  msgstr ""
4622
 
4623
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4624
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4625
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4626
  msgid "Unknown"
4627
  msgstr ""
4628
 
4629
+ #: src/admin.php:3063
4630
  msgid "Backup finished"
4631
  msgstr ""
4632
 
4633
+ #: src/admin.php:3058
4634
  msgid "Waiting until scheduled time to retry because of errors"
4635
  msgstr ""
4636
 
4637
+ #: src/admin.php:3054
4638
  msgid "Pruning old backup sets"
4639
  msgstr ""
4640
 
4641
+ #: src/admin.php:3042
4642
  msgid "Uploading files to remote storage"
4643
  msgstr ""
4644
 
4645
+ #: src/admin.php:3110
4646
  msgid "Encrypted database"
4647
  msgstr ""
4648
 
4649
+ #: src/admin.php:3102
4650
  msgid "Encrypting database"
4651
  msgstr ""
4652
 
4653
+ #: src/admin.php:3076
4654
  msgid "Created database backup"
4655
  msgstr ""
4656
 
4657
+ #: src/admin.php:3089
4658
  msgid "table: %s"
4659
  msgstr ""
4660
 
4661
+ #: src/admin.php:3087
4662
  msgid "Creating database backup"
4663
  msgstr ""
4664
 
4665
+ #: src/admin.php:3037
4666
  msgid "Created file backup zips"
4667
  msgstr ""
4668
 
4669
+ #: src/admin.php:3024
4670
  msgid "Creating file backup zips"
4671
  msgstr ""
4672
 
4673
+ #: src/admin.php:3019
4674
  msgid "Backup begun"
4675
  msgstr ""
4676
 
4677
+ #: src/admin.php:2852
4678
  msgid "Backups in progress:"
4679
  msgstr ""
4680
 
4681
+ #: src/admin.php:977
4682
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4683
  msgstr ""
4684
 
4694
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4695
  msgstr ""
4696
 
4697
+ #: src/class-updraftplus.php:2969
4698
  msgid "The backup has not finished; a resumption is scheduled"
4699
  msgstr ""
4700
 
4701
+ #: src/class-updraftplus.php:2152
4702
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4703
  msgstr ""
4704
 
4705
+ #: src/addons/onedrive.php:1017,
4706
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4707
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4708
  msgstr ""
4709
 
4710
+ #: src/admin.php:2577
4711
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4712
  msgstr ""
4713
 
4714
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4715
  msgid "Proceed with update"
4716
  msgstr ""
4717
 
4787
  msgid "Support"
4788
  msgstr "সহায়তা"
4789
 
4790
+ #: src/class-updraftplus.php:4520
4791
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4792
  msgstr ""
4793
 
4794
+ #: src/class-updraftplus.php:4512
4795
  msgid "This database backup is missing core WordPress tables: %s"
4796
  msgstr ""
4797
 
4798
+ #: src/class-updraftplus.php:4273
4799
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4800
  msgstr ""
4801
 
4802
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4803
  msgid "%s version: %s"
4804
  msgstr ""
4805
 
4806
+ #: src/class-updraftplus.php:4148
4807
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4808
  msgstr ""
4809
 
4810
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4811
  #: src/includes/updraftplus-notices.php:171
4812
  msgid "Be safe with an automatic backup"
4813
  msgstr ""
4814
 
4815
+ #: src/admin.php:2530
4816
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4817
  msgstr ""
4818
 
4860
  msgid "Delete from your web server"
4861
  msgstr ""
4862
 
4863
+ #: src/admin.php:3923
4864
  msgid "You appear to be missing one or more archives from this multi-archive set."
4865
  msgstr ""
4866
 
4867
+ #: src/admin.php:3920
4868
  msgid "(%d archive(s) in set)."
4869
  msgstr ""
4870
 
4884
  msgid "Error: the server sent an empty response."
4885
  msgstr ""
4886
 
4887
+ #: src/admin.php:2265
4888
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4889
  msgstr ""
4890
 
4920
  msgid "No such backup set exists"
4921
  msgstr ""
4922
 
4923
+ #: src/admin.php:1394
4924
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4925
  msgstr ""
4926
 
4936
  msgid "WordPress root directory server path: %s"
4937
  msgstr ""
4938
 
4939
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4940
  msgid "%s end-point"
4941
  msgstr ""
4942
 
4949
  msgid "S3 (Compatible)"
4950
  msgstr ""
4951
 
4952
+ #: src/admin.php:1304
4953
  msgid "File is not locally present - needs retrieving from remote storage"
4954
  msgstr ""
4955
 
4956
+ #: src/admin.php:4435
4957
  msgid "Looking for %s archive: file name: %s"
4958
  msgstr ""
4959
 
4960
+ #: src/admin.php:4396
4961
  msgid "Final checks"
4962
  msgstr ""
4963
 
4969
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4970
  msgstr ""
4971
 
4972
+ #: src/admin.php:3557
4973
  msgid "Your wp-content directory server path: %s"
4974
  msgstr ""
4975
 
4985
  msgid "Processing files - please wait..."
4986
  msgstr ""
4987
 
 
 
 
 
 
4988
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4989
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4990
  msgstr ""
4991
 
4992
+ #: src/class-updraftplus.php:4156
4993
  msgid "Failed to open database file."
4994
  msgstr ""
4995
 
4996
+ #: src/admin.php:5154
4997
  msgid "Known backups (raw)"
4998
  msgstr ""
4999
 
5005
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5006
  msgstr ""
5007
 
5008
+ #: src/admin.php:4455
5009
  msgid "file is size:"
5010
  msgstr ""
5011
 
5012
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5013
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5014
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5015
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5016
  msgid "Go here for more information."
5017
  msgstr ""
5018
 
5020
  msgid "Some files are still downloading or being processed - please wait."
5021
  msgstr ""
5022
 
5023
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5024
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5025
  msgstr ""
5026
 
5076
  msgid "%s error - failed to upload file"
5077
  msgstr ""
5078
 
5079
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5080
  msgid "%s error - failed to re-assemble chunks"
5081
  msgstr ""
5082
 
5091
  msgstr ""
5092
 
5093
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5094
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5095
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5096
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5097
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5098
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5099
  #: src/methods/s3.php:341
5100
  msgid "Error: %s"
5101
  msgstr ""
5102
 
5103
+ #: src/admin.php:3482
5104
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5105
  msgstr ""
5106
 
5107
+ #: src/admin.php:3480
5108
  msgid "Backup directory specified does <b>not</b> exist."
5109
  msgstr ""
5110
 
5111
+ #: src/admin.php:3157, src/admin.php:3431
5112
  msgid "Warning: %s"
5113
  msgstr ""
5114
 
5136
  msgid "Warnings encountered:"
5137
  msgstr ""
5138
 
5139
+ #: src/class-updraftplus.php:2957
5140
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5141
  msgstr ""
5142
 
5143
+ #: src/class-updraftplus.php:901
5144
  msgid "Your free disk space is very low - only %s Mb remain"
5145
  msgstr ""
5146
 
5192
  msgid "Please supply the requested information, and then continue."
5193
  msgstr ""
5194
 
5195
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5196
  msgid "Site information:"
5197
  msgstr ""
5198
 
5200
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5201
  msgstr ""
5202
 
5203
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5204
  msgid "Warning:"
5205
  msgstr ""
5206
 
5207
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5208
  #: src/restorer.php:184
5209
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5210
  msgstr ""
5211
 
5212
+ #: src/admin.php:4423
5213
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5214
  msgstr ""
5215
 
5216
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5217
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5218
  msgstr ""
5219
 
5220
+ #: src/admin.php:712
5221
  msgid "Close"
5222
  msgstr ""
5223
 
5268
  msgid "Also delete from remote storage"
5269
  msgstr ""
5270
 
5271
+ #: src/admin.php:2879
5272
  msgid "Latest UpdraftPlus.com news:"
5273
  msgstr ""
5274
 
5285
  msgid "News"
5286
  msgstr ""
5287
 
5288
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5289
  msgid "Backup set not found"
5290
  msgstr ""
5291
 
5307
  msgid "Blog link"
5308
  msgstr ""
5309
 
5310
+ #: src/admin.php:756
5311
  msgid "Testing %s Settings..."
5312
  msgstr ""
5313
 
5315
  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."
5316
  msgstr ""
5317
 
5318
+ #: src/admin.php:993
5319
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5320
  msgstr ""
5321
 
5322
+ #: src/admin.php:993
5323
  msgid "Notice"
5324
  msgstr ""
5325
 
5517
  msgid "WordPress Core"
5518
  msgstr ""
5519
 
5520
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5521
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5522
  msgstr ""
5523
 
5524
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5525
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5526
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5527
+ #: src/methods/stream-base.php:356
5528
  msgid "Failed"
5529
  msgstr ""
5530
 
5579
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5580
  msgstr ""
5581
 
5582
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5583
  msgid "Your %s account name: %s"
5584
  msgstr ""
5585
 
5743
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5744
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5745
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5746
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5747
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5748
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5749
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5785
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5786
  msgstr ""
5787
 
5788
+ #: src/admin.php:755, src/methods/backup-module.php:315
5789
  msgid "Test %s Settings"
5790
  msgstr ""
5791
 
5792
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5793
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5794
  msgid "Error opening local file: Failed to download"
5795
  msgstr ""
5806
  msgstr ""
5807
 
5808
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5809
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5810
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5811
  msgid "%s Error: Failed to open local file"
5812
  msgstr ""
5827
  msgid "Authenticate with Google"
5828
  msgstr ""
5829
 
5830
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5831
  #: src/methods/googledrive.php:1226
5832
  msgid "Client Secret"
5833
  msgstr ""
5836
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5837
  msgstr ""
5838
 
5839
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5840
  #: src/methods/googledrive.php:1222
5841
  msgid "Client ID"
5842
  msgstr ""
5874
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5875
  msgstr ""
5876
 
5877
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5878
  #: src/methods/googledrive.php:467
5879
  msgid "you have authenticated your %s account."
5880
  msgstr ""
5881
 
5882
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5883
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5884
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5885
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5886
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5887
  msgid "Success"
5888
  msgstr ""
5889
 
5890
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5891
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5892
  msgid "Your %s quota usage: %s %% used, %s available"
5893
  msgstr ""
5919
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5920
  msgstr ""
5921
 
5922
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5923
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5924
  #: src/restorer.php:2437, src/restorer.php:2542
5925
  msgid "OK"
5926
  msgstr "ঠিক আছে"
5937
  msgid "will restore as:"
5938
  msgstr ""
5939
 
5940
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5941
  #: src/restorer.php:1896, src/restorer.php:1922
5942
  msgid "Old table prefix:"
5943
  msgstr ""
5944
 
5945
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5946
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5947
  msgid "Backup of:"
5948
  msgstr ""
5949
 
6015
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6016
  msgstr ""
6017
 
6018
+ #: src/admin.php:4461, src/admin.php:4462
6019
  msgid "Could not find one of the files for restoration"
6020
  msgstr ""
6021
 
6022
+ #: src/admin.php:4576
6023
  msgid "Error message"
6024
  msgstr ""
6025
 
6026
+ #: src/admin.php:4458
6027
  msgid "The backup records do not contain information about the proper size of this file."
6028
  msgstr ""
6029
 
6030
+ #: src/admin.php:4450
6031
  msgid "Archive is expected to be size:"
6032
  msgstr ""
6033
 
6034
+ #: src/admin.php:4330
6035
  msgid "If making a request for support, please include this information:"
6036
  msgstr ""
6037
 
6038
+ #: src/admin.php:4329
6039
  msgid "ABORT: Could not find the information on which entities to restore."
6040
  msgstr ""
6041
 
6042
+ #: src/admin.php:4284
6043
  msgid "UpdraftPlus Restoration: Progress"
6044
  msgstr ""
6045
 
6046
+ #: src/admin.php:4237
6047
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6048
  msgstr ""
6049
 
6050
+ #: src/admin.php:3981
6051
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6052
  msgstr ""
6053
 
6054
+ #: src/admin.php:4082
6055
  msgid "Delete this backup set"
6056
  msgstr ""
6057
 
6058
+ #: src/admin.php:3641
6059
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6060
  msgstr ""
6061
 
6062
+ #: src/admin.php:3638
6063
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6064
  msgstr ""
6065
 
6066
+ #: src/admin.php:3636
6067
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6068
  msgstr ""
6069
 
6104
  msgid "Use the server's SSL certificates"
6105
  msgstr ""
6106
 
6107
+ #: src/admin.php:3484
6108
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6109
  msgstr ""
6110
 
6111
+ #: src/admin.php:3484
6112
  msgid "click here"
6113
  msgstr "এখানে ক্লিক করুন"
6114
 
6115
+ #: src/admin.php:3484
6116
  msgid "or, to reset this option"
6117
  msgstr ""
6118
 
6119
+ #: src/admin.php:3484
6120
  msgid "Follow this link to attempt to create the directory and set the permissions"
6121
  msgstr ""
6122
 
6123
+ #: src/admin.php:3476
6124
  msgid "Backup directory specified is writable, which is good."
6125
  msgstr ""
6126
 
6160
  msgid "Cancel"
6161
  msgstr "বাতিল"
6162
 
6163
+ #: src/addons/reporting.php:244, src/admin.php:3788
6164
  msgid "None"
6165
  msgstr "কোনটিই না"
6166
 
6185
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6186
  msgstr ""
6187
 
6188
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6189
  msgid "Exclude these:"
6190
  msgstr ""
6191
 
6192
+ #: src/admin.php:3557
6193
  msgid "Any other directories found inside wp-content"
6194
  msgstr ""
6195
 
6205
  msgid "To fix the time at which a backup should take place,"
6206
  msgstr ""
6207
 
6208
+ #: src/admin.php:3470
6209
  msgid "Monthly"
6210
  msgstr "মাসিক"
6211
 
6212
+ #: src/admin.php:3469
6213
  msgid "Fortnightly"
6214
  msgstr "পাক্ষিক"
6215
 
6216
+ #: src/admin.php:3468
6217
  msgid "Weekly"
6218
  msgstr "সাপ্তাহিক"
6219
 
6220
+ #: src/admin.php:3467
6221
  msgid "Daily"
6222
  msgstr ""
6223
 
6224
+ #: src/admin.php:714, src/admin.php:3445
6225
  msgid "Download log file"
6226
  msgstr "লগ ফাইল ডাউনলোড করুন"
6227
 
6228
+ #: src/admin.php:3317
6229
  msgid "The folder exists, but your webserver does not have permission to write to it."
6230
  msgstr ""
6231
 
6232
+ #: src/admin.php:3312
6233
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6234
  msgstr ""
6235
 
6236
+ #: src/admin.php:3298
6237
  msgid "The request to the filesystem to create the directory failed."
6238
  msgstr ""
6239
 
6240
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6241
+ #: src/admin.php:3243, src/admin.php:4082,
6242
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6243
  msgid "Delete"
6244
  msgstr "মুছুন"
6245
 
6246
+ #: src/admin.php:3148
6247
  msgid "show log"
6248
  msgstr "লগ দেখান"
6249
 
6359
  msgid "Do read this helpful article of useful things to know before restoring."
6360
  msgstr ""
6361
 
6362
+ #: src/class-updraftplus.php:4246
6363
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6364
  msgstr ""
6365
 
6414
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6415
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6416
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6417
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6418
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6419
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6420
  msgid "Error:"
6465
  msgid "More tasks:"
6466
  msgstr "আরও টাস্ক:"
6467
 
6468
+ #: src/admin.php:2906
6469
  msgid "Download most recently modified log file"
6470
  msgstr ""
6471
 
6472
+ #: src/central/bootstrap.php:186
6473
  msgid "(Nothing yet logged)"
6474
  msgstr ""
6475
 
6476
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6477
+ #: src/admin.php:2861, src/admin.php:2866
6478
  msgid "Last log message"
6479
  msgstr ""
6480
 
6481
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6482
  #: src/templates/wp-admin/settings/tab-status.php:30
6483
  msgid "Restore"
6484
  msgstr "পুনঃস্থাপন"
6489
  msgstr ""
6490
 
6491
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6492
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6493
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6494
  #: src/includes/class-wpadmin-commands.php:147,
6495
  #: src/includes/class-wpadmin-commands.php:507,
6496
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6498
  msgid "Database"
6499
  msgstr ""
6500
 
6501
+ #: src/admin.php:311, src/admin.php:5161
6502
  msgid "Files"
6503
  msgstr ""
6504
 
6526
  msgid "JavaScript warning"
6527
  msgstr ""
6528
 
6529
+ #: src/admin.php:692, src/admin.php:2933
6530
  msgid "Delete Old Directories"
6531
  msgstr ""
6532
 
6533
+ #: src/admin.php:2577
6534
  msgid "Current limit is:"
6535
  msgstr ""
6536
 
6537
+ #: src/admin.php:2552
6538
  msgid "Your backup has been restored."
6539
  msgstr ""
6540
 
6546
  msgid "Lead developer's homepage"
6547
  msgstr "প্রধান ডেভেলপার এর হোমপেজে"
6548
 
6549
+ #: src/central/bootstrap.php:505
6550
  msgid "UpdraftPlus.Com"
6551
  msgstr ""
6552
 
6553
+ #: src/admin.php:5053
6554
  msgid "Your settings have been wiped."
6555
  msgstr ""
6556
 
6557
+ #: src/admin.php:2512
6558
  msgid "Backup directory successfully created."
6559
  msgstr ""
6560
 
6561
+ #: src/admin.php:2505
6562
  msgid "Backup directory could not be created"
6563
  msgstr ""
6564
 
6565
+ #: src/admin.php:3180
6566
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:3178
6570
  msgid "Old directories successfully removed."
6571
  msgstr ""
6572
 
6573
+ #: src/admin.php:3175, src/admin.php:3175
6574
  msgid "Remove old directories"
6575
  msgstr ""
6576
 
6577
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6578
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6579
+ #: src/admin.php:2514, src/admin.php:3182
6580
  msgid "Return to UpdraftPlus Configuration"
6581
  msgstr ""
6582
 
6583
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6584
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6585
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6586
  msgid "Actions"
6587
  msgstr ""
6588
 
6589
+ #: src/admin.php:2357
6590
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6591
  msgstr ""
6592
 
6593
+ #: src/admin.php:2257
6594
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6595
  msgstr ""
6596
 
6597
+ #: src/admin.php:2153
6598
  msgid "No local copy present."
6599
  msgstr ""
6600
 
6601
+ #: src/admin.php:2150
6602
  msgid "Download in progress"
6603
  msgstr "ডাউনলোড হচ্ছে"
6604
 
6605
+ #: src/admin.php:684, src/admin.php:2139
6606
  msgid "File ready."
6607
  msgstr "ফাইল তৈরি।"
6608
 
6609
+ #: src/admin.php:2120
6610
  msgid "Download failed"
6611
  msgstr ""
6612
 
6613
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6614
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6615
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6616
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6617
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6619
  msgid "Error"
6620
  msgstr ""
6621
 
6622
+ #: src/admin.php:1922
6623
  msgid "Could not find that job - perhaps it has already finished?"
6624
  msgstr ""
6625
 
6626
+ #: src/admin.php:1914
6627
  msgid "Job deleted"
6628
  msgstr ""
6629
 
6630
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6631
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6632
  msgstr ""
6633
 
6634
+ #: src/admin.php:758
6635
  msgid "Nothing yet logged"
6636
  msgstr ""
6637
 
6638
+ #: src/admin.php:989
6639
  msgid "Please consult this FAQ if you have problems backing up."
6640
  msgstr ""
6641
 
6642
+ #: src/admin.php:989
6643
  msgid "Your website is hosted using the %s web server."
6644
  msgstr ""
6645
 
6646
+ #: src/admin.php:985
6647
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6648
  msgstr ""
6649
 
6650
+ #: src/admin.php:981
6651
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6652
  msgstr ""
6653
 
6654
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6655
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6656
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6657
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6658
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6659
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6663
  msgid "Warning"
6664
  msgstr "সতর্কতা"
6665
 
6666
+ #: src/admin.php:919
6667
  msgid "Add-Ons / Pro Support"
6668
  msgstr "অ্যাড অন / প্রো সাপোর্ট"
6669
 
6670
+ #: src/admin.php:548, src/admin.php:917,
6671
  #: src/templates/wp-admin/settings/tab-bar.php:7
6672
  msgid "Settings"
6673
  msgstr "সেটিংস"
6688
  msgid "Like UpdraftPlus and can spare one minute?"
6689
  msgstr ""
6690
 
6691
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6692
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6693
  msgid "File not found"
6694
  msgstr "ফাইলটি খুঁজে পাওয়া যায় নি"
6695
 
6696
+ #: src/class-updraftplus.php:3909
6697
  msgid "The decryption key used:"
6698
  msgstr ""
6699
 
6700
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6701
  #: src/restorer.php:422
6702
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6703
  msgstr ""
6704
 
6705
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6706
  #: src/restorer.php:409
6707
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6708
  msgstr ""
6711
  msgid "Could not open the backup file for writing"
6712
  msgstr ""
6713
 
6714
+ #: src/class-updraftplus.php:3495
6715
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6716
  msgstr ""
6717
 
6718
+ #: src/class-updraftplus.php:3456
6719
  msgid "Could not read the directory"
6720
  msgstr "ডিরেক্টরিটি পড়া যায়নি"
6721
 
6722
+ #: src/admin.php:2199, src/backup.php:1323
6723
  msgid "Backup directory (%s) is not writable, or does not exist."
6724
  msgstr ""
6725
 
6727
  msgid "WordPress backup is complete"
6728
  msgstr "ওয়ার্ডপ্রেস ব্যাক-আপ সমাপ্ত"
6729
 
6730
+ #: src/class-updraftplus.php:2966
6731
  msgid "The backup attempt has finished, apparently unsuccessfully"
6732
  msgstr ""
6733
 
6734
+ #: src/class-updraftplus.php:2951
6735
  msgid "The backup apparently succeeded and is now complete"
6736
  msgstr ""
6737
 
6739
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6740
  msgstr ""
6741
 
6742
+ #: src/class-updraftplus.php:2654
6743
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6744
  msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল তৈরি করা সম্ভব হয় নি। ব্যাকআপ বন্ধ হয়ে গিয়্যেছে - আপনার UpdraftPlus সেটিংস দেখুন।"
6745
 
6746
+ #: src/class-updraftplus.php:1931
6747
  msgid "Others"
6748
  msgstr "অন্যান্য"
6749
 
6750
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6751
  msgid "Uploads"
6752
  msgstr "আপলোডসমূহ"
6753
 
6754
+ #: src/class-updraftplus.php:1915
6755
  msgid "Themes"
6756
  msgstr "থিমসমূহ"
6757
 
6758
+ #: src/class-updraftplus.php:1914
6759
  msgid "Plugins"
6760
  msgstr "প্লাগইন"
6761
 
6762
+ #: src/class-updraftplus.php:627
6763
  msgid "No log files were found."
6764
  msgstr "কোনও লগ ফাইল খুঁজে পাওয়া যায় নি।"
6765
 
6766
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6767
  msgid "The log file could not be read."
6768
  msgstr "লগ ফাইলটি পড়া সম্ভব হয় নি।"
6769
 
6770
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6771
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6772
+ #: src/class-updraftplus.php:632
6773
  msgid "UpdraftPlus notice:"
6774
  msgstr "UpdraftPlus নোটিশ:"
6775
 
languages/updraftplus-bs_BA.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: bs_BA\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -222,15 +254,15 @@ msgstr[0] ""
222
  msgstr[1] ""
223
  msgstr[2] ""
224
 
225
- #: src/class-updraftplus.php:4436
226
  msgid "Your chosen replacement collation"
227
  msgstr ""
228
 
229
- #: src/class-updraftplus.php:4413
230
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
231
  msgstr ""
232
 
233
- #: src/class-updraftplus.php:4413
234
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
235
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
236
  msgstr[0] ""
@@ -269,23 +301,23 @@ msgstr ""
269
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
270
  msgstr ""
271
 
272
- #: src/central/bootstrap.php:519
273
  msgid "URL for the site of your UpdraftCentral dashboard"
274
  msgstr ""
275
 
276
- #: src/central/bootstrap.php:517
277
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
278
  msgstr ""
279
 
280
- #: src/central/bootstrap.php:514
281
  msgid "A website where you have installed %s"
282
  msgstr ""
283
 
284
- #: src/central/bootstrap.php:512
285
  msgid "Self-hosted dashboard"
286
  msgstr ""
287
 
288
- #: src/central/bootstrap.php:254
289
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
290
  msgstr ""
291
 
@@ -300,66 +332,66 @@ msgstr[2] ""
300
  msgid "Requested table character set (%s) is not present - changing to %s."
301
  msgstr ""
302
 
303
- #: src/class-updraftplus.php:4389
304
  msgid "Your chosen character set to use instead:"
305
  msgstr ""
306
 
307
- #: src/class-updraftplus.php:4379
308
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
309
  msgstr ""
310
 
311
- #: src/class-updraftplus.php:4379
312
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
313
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
314
  msgstr[0] ""
315
  msgstr[1] ""
316
  msgstr[2] ""
317
 
318
- #: src/central/bootstrap.php:597
319
  msgid "Create another key"
320
  msgstr ""
321
 
322
- #: src/central/bootstrap.php:526
323
  msgid "UpdraftCentral dashboard connection details"
324
  msgstr ""
325
 
326
- #: src/central/bootstrap.php:520
327
  msgid "Next"
328
  msgstr ""
329
 
330
- #: src/central/bootstrap.php:506
331
  msgid "an account"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:506
335
  msgid "i.e. if you have %s there"
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:495
339
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:469
343
  msgid "Manage existing keys (%d)..."
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:419
347
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:256
351
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:254
355
  msgid "Detailed instructions for this can be found at %s"
356
  msgstr ""
357
 
358
- #: src/central/bootstrap.php:254
359
  msgid "You now need to copy the key below and enter it at your %s."
360
  msgstr ""
361
 
362
- #: src/admin.php:778
363
  msgid "Please enter a valid URL e.g http://example.com"
364
  msgstr ""
365
 
@@ -399,23 +431,23 @@ msgstr ""
399
  msgid "Account ID"
400
  msgstr ""
401
 
402
- #: src/class-updraftplus.php:4221
403
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
404
  msgstr ""
405
 
406
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
407
  msgid "the migrator add-on"
408
  msgstr ""
409
 
410
- #: src/class-updraftplus.php:4219
411
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4217
415
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
416
  msgstr ""
417
 
418
- #: src/class-updraftplus.php:4212
419
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
420
  msgstr ""
421
 
@@ -431,19 +463,19 @@ msgstr ""
431
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
432
  msgstr ""
433
 
434
- #: src/admin.php:759
435
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
436
  msgstr ""
437
 
438
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
439
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
440
- #: src/class-updraftplus.php:2452
441
  msgid "A PHP fatal error (%s) has occurred: %s"
442
  msgstr ""
443
 
444
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
445
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
446
- #: src/class-updraftplus.php:2445
447
  msgid "A PHP exception (%s) has occurred: %s"
448
  msgstr ""
449
 
@@ -499,11 +531,11 @@ msgstr ""
499
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
500
  msgstr ""
501
 
502
- #: src/admin.php:4995
503
  msgid "Value"
504
  msgstr ""
505
 
506
- #: src/admin.php:1721
507
  msgid "Did not know how to delete from this cloud service."
508
  msgstr ""
509
 
@@ -515,7 +547,7 @@ msgstr ""
515
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
516
  msgstr ""
517
 
518
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
519
  msgid "Stored at: %s"
520
  msgstr ""
521
 
@@ -523,11 +555,11 @@ msgstr ""
523
  msgid "Cloud Files"
524
  msgstr ""
525
 
526
- #: src/admin.php:4740
527
  msgid "Your settings failed to save. Please refresh the settings page and try again"
528
  msgstr ""
529
 
530
- #: src/admin.php:4699
531
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
532
  msgstr ""
533
 
@@ -544,39 +576,39 @@ msgstr ""
544
  msgid "Extra database"
545
  msgstr ""
546
 
547
- #: src/admin.php:3909
548
  msgid "Press here to download or browse"
549
  msgstr ""
550
 
551
- #: src/admin.php:1158, src/admin.php:1168
552
  msgid "Error: invalid path"
553
  msgstr ""
554
 
555
- #: src/admin.php:955
556
  msgid "An error occurred when fetching storage module options: "
557
  msgstr ""
558
 
559
- #: src/admin.php:775
560
  msgid "Loading log file"
561
  msgstr ""
562
 
563
- #: src/admin.php:774
564
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
565
  msgstr ""
566
 
567
- #: src/admin.php:773
568
  msgid "Search"
569
  msgstr ""
570
 
571
- #: src/admin.php:772
572
  msgid "Select a file to view information about it"
573
  msgstr ""
574
 
575
- #: src/admin.php:771
576
  msgid "Browsing zip file"
577
  msgstr ""
578
 
579
- #: src/admin.php:740
580
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
581
  msgstr ""
582
 
@@ -588,43 +620,43 @@ msgstr ""
588
  msgid "Skipped tables:"
589
  msgstr ""
590
 
591
- #: src/class-updraftplus.php:4501
592
  msgid "This database backup has the following WordPress tables excluded: %s"
593
  msgstr ""
594
 
595
- #: src/admin.php:2804
596
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
597
  msgstr ""
598
 
599
- #: src/admin.php:2804
600
  msgid "All WordPress tables will be backed up."
601
  msgstr ""
602
 
603
- #: src/admin.php:770
604
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
605
  msgstr ""
606
 
607
- #: src/admin.php:770
608
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
609
  msgstr ""
610
 
611
- #: src/admin.php:770
612
  msgid "The available memory on the server."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
617
  msgstr ""
618
 
619
- #: src/admin.php:770
620
  msgid "The file failed to upload. Please check the following:"
621
  msgstr ""
622
 
623
- #: src/admin.php:769
624
  msgid "HTTP code:"
625
  msgstr ""
626
 
627
- #: src/addons/wp-cli.php:87, src/admin.php:665
628
  msgid "You have chosen to backup a database, but no tables have been selected"
629
  msgstr ""
630
 
@@ -1076,7 +1108,7 @@ msgstr ""
1076
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1077
  msgstr ""
1078
 
1079
- #: src/central/bootstrap.php:592
1080
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1081
  msgstr ""
1082
 
@@ -1088,11 +1120,11 @@ msgstr ""
1088
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1089
  msgstr ""
1090
 
1091
- #: src/admin.php:1797
1092
  msgid "Remote files deleted:"
1093
  msgstr ""
1094
 
1095
- #: src/admin.php:1796
1096
  msgid "Local files deleted:"
1097
  msgstr ""
1098
 
@@ -1100,35 +1132,35 @@ msgstr ""
1100
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:768
1104
  msgid "remote files deleted"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:766
1108
  msgid "Complete"
1109
  msgstr ""
1110
 
1111
- #: src/admin.php:765
1112
  msgid "Do you want to carry out the import?"
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:764
1116
  msgid "Which was exported on:"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:763
1120
  msgid "This will import data from:"
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:762
1124
  msgid "Importing..."
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:758
1128
  msgid "You have not yet selected a file to import."
1129
  msgstr ""
1130
 
1131
- #: src/admin.php:742
1132
  msgid "Your export file will be of your displayed settings, not your saved ones."
1133
  msgstr ""
1134
 
@@ -1140,28 +1172,28 @@ msgstr ""
1140
  msgid "US East (Ohio)"
1141
  msgstr ""
1142
 
1143
- #: src/addons/onedrive.php:1051
1144
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1145
  msgstr ""
1146
 
1147
- #: src/addons/onedrive.php:700
1148
  msgid "Account is not authorized (%s)."
1149
  msgstr ""
1150
 
1151
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1152
  msgid "Your IP address:"
1153
  msgstr ""
1154
 
1155
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1156
  #: src/udaddons/updraftplus-addons.php:887
1157
  msgid "To remove any block, please go here."
1158
  msgstr ""
1159
 
1160
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1161
  msgid "An error response was received; HTTP code:"
1162
  msgstr ""
1163
 
1164
- #: src/includes/class-commands.php:337
1165
  msgid "%s add-on not found"
1166
  msgstr ""
1167
 
@@ -1173,15 +1205,15 @@ msgstr ""
1173
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1174
  msgstr ""
1175
 
1176
- #: src/admin.php:2543
1177
  msgid "To fix this problem go here."
1178
  msgstr ""
1179
 
1180
- #: src/admin.php:2543
1181
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1182
  msgstr ""
1183
 
1184
- #: src/admin.php:726
1185
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1186
  msgstr ""
1187
 
@@ -1237,19 +1269,19 @@ msgstr ""
1237
  msgid "FAQs"
1238
  msgstr ""
1239
 
1240
- #: src/central/bootstrap.php:548
1241
  msgid "More information..."
1242
  msgstr ""
1243
 
1244
- #: src/central/bootstrap.php:546
1245
  msgid "Use the alternative method for making a connection with the dashboard."
1246
  msgstr ""
1247
 
1248
- #: src/central/bootstrap.php:456
1249
  msgid "Key size: %d bits"
1250
  msgstr ""
1251
 
1252
- #: src/central/bootstrap.php:451
1253
  msgid "Public key was sent to:"
1254
  msgstr ""
1255
 
@@ -1265,33 +1297,33 @@ msgstr ""
1265
  msgid "Create key"
1266
  msgstr ""
1267
 
1268
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1269
  msgid "slower, strongest"
1270
  msgstr ""
1271
 
1272
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1273
  msgid "recommended"
1274
  msgstr ""
1275
 
1276
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1277
  msgid "%s bytes"
1278
  msgstr ""
1279
 
1280
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1281
  msgid "faster (possibility for slow PHP installs)"
1282
  msgstr ""
1283
 
1284
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1285
  msgid "easy to break, fastest"
1286
  msgstr ""
1287
 
1288
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1289
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1290
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1291
  msgid "%s bits"
1292
  msgstr ""
1293
 
1294
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1295
  msgid "Encryption key size:"
1296
  msgstr ""
1297
 
@@ -1324,7 +1356,7 @@ msgstr ""
1324
  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."
1325
  msgstr ""
1326
 
1327
- #: src/class-updraftplus.php:1859
1328
  msgid "Size: %s MB"
1329
  msgstr ""
1330
 
@@ -1336,7 +1368,7 @@ msgstr ""
1336
  msgid "Now"
1337
  msgstr ""
1338
 
1339
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1340
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1341
  msgstr ""
1342
 
@@ -1358,107 +1390,107 @@ msgstr ""
1358
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1359
  msgstr ""
1360
 
1361
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1362
  msgid "The given file was not found, or could not be read."
1363
  msgstr ""
1364
 
1365
- #: src/central/bootstrap.php:590
1366
  msgid "UpdraftCentral (Remote Control)"
1367
  msgstr ""
1368
 
1369
- #: src/central/bootstrap.php:579
1370
  msgid "View recent UpdraftCentral log events"
1371
  msgstr ""
1372
 
1373
- #: src/central/bootstrap.php:529
1374
  msgid "Enter any description"
1375
  msgstr ""
1376
 
1377
- #: src/central/bootstrap.php:528
1378
  msgid "Description"
1379
  msgstr ""
1380
 
1381
- #: src/central/bootstrap.php:461
1382
  msgid "Delete..."
1383
  msgstr ""
1384
 
1385
- #: src/central/bootstrap.php:454
1386
  msgid "Created:"
1387
  msgstr ""
1388
 
1389
- #: src/central/bootstrap.php:451
1390
  msgid "Access this site as user:"
1391
  msgstr ""
1392
 
1393
- #: src/central/bootstrap.php:475
1394
  msgid "Details"
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:474
1398
  msgid "Key description"
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1402
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:217
1406
  msgid "An invalid URL was entered"
1407
  msgstr ""
1408
 
1409
- #: src/central/bootstrap.php:81
1410
  msgid "Close..."
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:73
1414
  msgid "This connection appears to already have been made."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:70
1418
  msgid "You must visit this link in the same browser and login session as you created the key in."
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:66
1422
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:66
1426
  msgid "You are not logged into this WordPress site in your web browser."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:63
1430
  msgid "The key referred to was unknown."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:60
1434
  msgid "A new UpdraftCentral connection has not been made."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:58
1438
  msgid "An UpdraftCentral connection has been made successfully."
1439
  msgstr ""
1440
 
1441
- #: src/central/bootstrap.php:55
1442
  msgid "UpdraftCentral Connection"
1443
  msgstr ""
1444
 
1445
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1446
  msgid "The backup was aborted by the user"
1447
  msgstr ""
1448
 
1449
- #: src/admin.php:4735
1450
  msgid "Your settings have been saved."
1451
  msgstr ""
1452
 
1453
- #: src/admin.php:3787
1454
  msgid "Total backup size:"
1455
  msgstr ""
1456
 
1457
- #: src/admin.php:3144
1458
  msgid "stop"
1459
  msgstr ""
1460
 
1461
- #: src/admin.php:2986
1462
  msgid "The backup has finished running"
1463
  msgstr ""
1464
 
@@ -1484,19 +1516,19 @@ msgstr ""
1484
  msgid "calculate"
1485
  msgstr ""
1486
 
1487
- #: src/admin.php:741
1488
  msgid "You should save your changes to ensure that they are used for making your backup."
1489
  msgstr ""
1490
 
1491
- #: src/admin.php:734
1492
  msgid "We requested to delete the file, but could not understand the server's response"
1493
  msgstr ""
1494
 
1495
- #: src/admin.php:733
1496
  msgid "Please enter a valid URL"
1497
  msgstr ""
1498
 
1499
- #: src/admin.php:716
1500
  msgid "Saving..."
1501
  msgstr ""
1502
 
@@ -1520,24 +1552,24 @@ msgstr ""
1520
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1521
  msgstr ""
1522
 
1523
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1524
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1525
  msgstr ""
1526
 
1527
- #: src/class-updraftplus.php:4285
1528
  msgid "Please read this link for important information on this process."
1529
  msgstr ""
1530
 
1531
- #: src/class-updraftplus.php:4285
1532
  msgid "It will be imported as a new site."
1533
  msgstr ""
1534
 
1535
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1536
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1537
  msgid "Dismiss"
1538
  msgstr ""
1539
 
1540
- #: src/admin.php:753
1541
  msgid "Please fill in the required information."
1542
  msgstr ""
1543
 
@@ -1598,11 +1630,11 @@ msgstr ""
1598
  msgid "Call WordPress action:"
1599
  msgstr ""
1600
 
1601
- #: src/admin.php:2812
1602
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1603
  msgstr ""
1604
 
1605
- #: src/admin.php:4241
1606
  msgid "Skipping: this archive was already restored."
1607
  msgstr ""
1608
 
@@ -1634,51 +1666,51 @@ msgstr ""
1634
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1635
  msgstr ""
1636
 
1637
- #: src/admin.php:4609
1638
  msgid "Send this backup to remote storage"
1639
  msgstr ""
1640
 
1641
- #: src/admin.php:4607
1642
  msgid "Check out UpdraftPlus Vault."
1643
  msgstr ""
1644
 
1645
- #: src/admin.php:4607
1646
  msgid "Not got any remote storage?"
1647
  msgstr ""
1648
 
1649
- #: src/admin.php:4607
1650
  msgid "settings"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:4607
1654
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:2810
1658
  msgid "Include any files in the backup"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:2796
1662
  msgid "Include the database in the backup"
1663
  msgstr ""
1664
 
1665
- #: src/admin.php:2701
1666
  msgid "Continue restoration"
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2696
1670
  msgid "You have an unfinished restoration operation, begun %s ago."
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2695
1674
  msgid "Unfinished restoration"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2693
1678
  msgid "%s minutes, %s seconds"
1679
  msgstr ""
1680
 
1681
- #: src/admin.php:2640
1682
  msgid "Backup Contents And Schedule"
1683
  msgstr ""
1684
 
@@ -1686,11 +1718,11 @@ msgstr ""
1686
  msgid "Premium / Extensions"
1687
  msgstr ""
1688
 
1689
- #: src/admin.php:2409, src/admin.php:2418
1690
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1691
  msgstr ""
1692
 
1693
- #: src/addons/morefiles.php:77, src/admin.php:739
1694
  msgctxt "(verb)"
1695
  msgid "Download"
1696
  msgstr ""
@@ -1826,7 +1858,7 @@ msgstr ""
1826
  msgid "Could not access container"
1827
  msgstr ""
1828
 
1829
- #: src/class-updraftplus.php:2951
1830
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1831
  msgstr ""
1832
 
@@ -1955,35 +1987,35 @@ msgstr ""
1955
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1956
  msgstr ""
1957
 
1958
- #: src/admin.php:1795
1959
  msgid "Backup sets removed:"
1960
  msgstr ""
1961
 
1962
- #: src/admin.php:752
1963
  msgid "Processing..."
1964
  msgstr ""
1965
 
1966
- #: src/admin.php:750
1967
  msgid "For backups older than"
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:749
1971
  msgid "week(s)"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:748
1975
  msgid "hour(s)"
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:747
1979
  msgid "day(s)"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:746
1983
  msgid "in the month"
1984
  msgstr ""
1985
 
1986
- #: src/admin.php:745
1987
  msgid "day"
1988
  msgstr ""
1989
 
@@ -2007,15 +2039,15 @@ msgstr ""
2007
  msgid "You do not currently have any UpdraftPlus Vault quota"
2008
  msgstr ""
2009
 
2010
- #: src/class-updraftplus.php:4358
2011
  msgid "You must upgrade MySQL to be able to use this database."
2012
  msgstr ""
2013
 
2014
- #: src/class-updraftplus.php:4358
2015
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2016
  msgstr ""
2017
 
2018
- #: src/admin.php:2528
2019
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2020
  msgstr ""
2021
 
@@ -2043,11 +2075,11 @@ msgstr ""
2043
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2044
  msgstr ""
2045
 
2046
- #: src/admin.php:1013
2047
  msgid "Go to the remote storage settings in order to connect."
2048
  msgstr ""
2049
 
2050
- #: src/admin.php:1013
2051
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2052
  msgstr ""
2053
 
@@ -2055,19 +2087,19 @@ msgstr ""
2055
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2056
  msgstr ""
2057
 
2058
- #: src/admin.php:722
2059
  msgid "Update quota count"
2060
  msgstr ""
2061
 
2062
- #: src/admin.php:721
2063
  msgid "Counting..."
2064
  msgstr ""
2065
 
2066
- #: src/admin.php:720
2067
  msgid "Disconnecting..."
2068
  msgstr ""
2069
 
2070
- #: src/admin.php:718
2071
  msgid "Connecting..."
2072
  msgstr ""
2073
 
@@ -2093,7 +2125,7 @@ msgstr ""
2093
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2094
  msgstr ""
2095
 
2096
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2097
  #: src/methods/updraftvault.php:450
2098
  msgid "Disconnect"
2099
  msgstr ""
@@ -2126,7 +2158,7 @@ msgstr ""
2126
  msgid "E-mail"
2127
  msgstr ""
2128
 
2129
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2130
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2131
  msgid "Back..."
2132
  msgstr ""
@@ -2144,7 +2176,7 @@ msgstr ""
2144
  msgid "%s per quarter"
2145
  msgstr ""
2146
 
2147
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2148
  #: src/methods/updraftvault.php:351
2149
  msgid "Read more about it here."
2150
  msgstr ""
@@ -2218,7 +2250,7 @@ msgstr ""
2218
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2219
  msgstr ""
2220
 
2221
- #: src/addons/migrator.php:1926, src/admin.php:728
2222
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2223
  msgstr ""
2224
 
@@ -2230,11 +2262,11 @@ msgstr ""
2230
  msgid "Your new key:"
2231
  msgstr ""
2232
 
2233
- #: src/central/bootstrap.php:401
2234
  msgid "You must copy and paste this key now - it cannot be shown again."
2235
  msgstr ""
2236
 
2237
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2238
  msgid "Key created successfully."
2239
  msgstr ""
2240
 
@@ -2274,17 +2306,17 @@ msgstr ""
2274
  msgid "This storage method does not allow downloading"
2275
  msgstr ""
2276
 
2277
- #: src/admin.php:3972
2278
  msgid "(backup set imported from remote location)"
2279
  msgstr ""
2280
 
2281
- #: src/addons/wp-cli.php:344,
2282
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2283
  msgid "Site"
2284
  msgstr ""
2285
 
2286
- #: src/addons/wp-cli.php:342,
2287
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2288
  msgid "Backup sent to remote site - not available for download."
2289
  msgstr ""
2290
 
@@ -2296,23 +2328,23 @@ msgstr ""
2296
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2297
  msgstr ""
2298
 
2299
- #: src/addons/migrator.php:1954, src/admin.php:735
2300
  msgid "Testing connection..."
2301
  msgstr ""
2302
 
2303
- #: src/admin.php:732
2304
  msgid "Deleting..."
2305
  msgstr ""
2306
 
2307
- #: src/admin.php:731
2308
  msgid "key name"
2309
  msgstr ""
2310
 
2311
- #: src/admin.php:729
2312
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2313
  msgstr ""
2314
 
2315
- #: src/admin.php:726
2316
  msgid "Creating..."
2317
  msgstr ""
2318
 
@@ -2336,11 +2368,11 @@ msgstr ""
2336
  msgid "Or, send a backup to another site"
2337
  msgstr ""
2338
 
2339
- #: src/addons/migrator.php:2128, src/admin.php:736
2340
  msgid "Send"
2341
  msgstr ""
2342
 
2343
- #: src/addons/migrator.php:2122, src/admin.php:727
2344
  msgid "Send to site:"
2345
  msgstr ""
2346
 
@@ -2405,15 +2437,15 @@ msgstr ""
2405
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2406
  msgstr ""
2407
 
2408
- #: src/admin.php:725
2409
  msgid "Resetting..."
2410
  msgstr ""
2411
 
2412
- #: src/addons/migrator.php:2431, src/admin.php:724
2413
  msgid "Add site"
2414
  msgstr ""
2415
 
2416
- #: src/admin.php:723
2417
  msgid "Adding..."
2418
  msgstr ""
2419
 
@@ -2449,28 +2481,28 @@ msgstr ""
2449
  msgid "To restore using any of the backup sets below, press the button."
2450
  msgstr ""
2451
 
2452
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2453
  msgid "You have made changes to your settings, and not saved."
2454
  msgstr ""
2455
 
2456
- #: src/addons/onedrive.php:1111
2457
  msgid "N.B. %s is not case-sensitive."
2458
  msgstr ""
2459
 
2460
- #: src/addons/onedrive.php:1101
2461
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2462
  msgstr ""
2463
 
2464
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2465
- #: src/addons/onedrive.php:1074
2466
  msgid "For longer help, including screenshots, follow this link."
2467
  msgstr ""
2468
 
2469
- #: src/addons/onedrive.php:1067
2470
  msgid "Create OneDrive credentials in your OneDrive developer console."
2471
  msgstr ""
2472
 
2473
- #: src/addons/onedrive.php:1059
2474
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2475
  msgstr ""
2476
 
@@ -2478,16 +2510,16 @@ msgstr ""
2478
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2482
  msgid "%s authorisation failed:"
2483
  msgstr ""
2484
 
2485
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2486
- #: src/addons/onedrive.php:1104
2487
  msgid "OneDrive"
2488
  msgstr ""
2489
 
2490
- #: src/addons/onedrive.php:691
2491
  msgid "Please re-authorize the connection to your %s account."
2492
  msgstr ""
2493
 
@@ -2495,7 +2527,7 @@ msgstr ""
2495
  msgid "configure it here"
2496
  msgstr ""
2497
 
2498
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2499
  msgid "To remove the block, please go here."
2500
  msgstr ""
2501
 
@@ -2652,18 +2684,18 @@ msgstr ""
2652
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2653
  msgstr ""
2654
 
2655
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2656
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2657
  #: src/udaddons/updraftplus-addons.php:887
2658
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2659
  msgstr ""
2660
 
2661
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2662
  #: src/udaddons/updraftplus-addons.php:887
2663
  msgid "It appears that your web server's IP Address (%s) is blocked."
2664
  msgstr ""
2665
 
2666
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2667
  #: src/udaddons/updraftplus-addons.php:887
2668
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2669
  msgstr ""
@@ -2707,7 +2739,7 @@ msgstr ""
2707
  msgid "(at same time as files backup)"
2708
  msgstr ""
2709
 
2710
- #: src/admin.php:3443
2711
  msgid "No backup has been completed"
2712
  msgstr ""
2713
 
@@ -2750,7 +2782,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2750
  msgid "or"
2751
  msgstr ""
2752
 
2753
- #: src/admin.php:709
2754
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2755
  msgstr ""
2756
 
@@ -2781,7 +2813,7 @@ msgstr ""
2781
  msgid "Check this box to have a basic report sent to"
2782
  msgstr ""
2783
 
2784
- #: src/admin.php:3457
2785
  msgctxt "i.e. Non-automatic"
2786
  msgid "Manual"
2787
  msgstr ""
@@ -2799,7 +2831,7 @@ msgstr ""
2799
  msgid "Any other file/directory on your server that you wish to back up"
2800
  msgstr ""
2801
 
2802
- #: src/admin.php:2545
2803
  msgid "For even more features and personal support, check out "
2804
  msgstr ""
2805
 
@@ -2808,7 +2840,7 @@ msgid "Database decryption phrase"
2808
  msgstr ""
2809
 
2810
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2811
- #: src/admin.php:714
2812
  msgid "Automatic backup before update"
2813
  msgstr ""
2814
 
@@ -2893,7 +2925,7 @@ msgstr ""
2893
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2894
  msgstr ""
2895
 
2896
- #: src/admin.php:2986, src/admin.php:4003
2897
  msgid "View Log"
2898
  msgstr ""
2899
 
@@ -2910,7 +2942,7 @@ msgstr ""
2910
  msgid "and retain this many scheduled backups"
2911
  msgstr ""
2912
 
2913
- #: src/admin.php:3413
2914
  msgid "incremental backup; base backup: %s"
2915
  msgstr ""
2916
 
@@ -2922,16 +2954,16 @@ msgstr ""
2922
  msgid "Upload files into UpdraftPlus."
2923
  msgstr ""
2924
 
2925
- #: src/admin.php:959, src/includes/class-commands.php:391,
2926
  #: src/templates/wp-admin/settings/tab-status.php:22
2927
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2928
  msgstr ""
2929
 
2930
- #: src/class-updraftplus.php:4274
2931
  msgid "Backup label:"
2932
  msgstr ""
2933
 
2934
- #: src/addons/backblaze.php:205, src/admin.php:2056
2935
  msgid "Error: unexpected file read fail"
2936
  msgstr ""
2937
 
@@ -2971,11 +3003,11 @@ msgstr ""
2971
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2972
  msgstr ""
2973
 
2974
- #: src/class-updraftplus.php:4293
2975
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2976
  msgstr ""
2977
 
2978
- #: src/class-updraftplus.php:4293
2979
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2980
  msgstr ""
2981
 
@@ -3012,19 +3044,19 @@ msgstr ""
3012
  msgid "You need to connect to receive future updates to UpdraftPlus."
3013
  msgstr ""
3014
 
3015
- #: src/class-updraftplus.php:4266
3016
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3017
  msgstr ""
3018
 
3019
- #: src/class-updraftplus.php:4266
3020
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3021
  msgstr ""
3022
 
3023
- #: src/class-updraftplus.php:4266
3024
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3025
  msgstr ""
3026
 
3027
- #: src/class-updraftplus.php:4266
3028
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3029
  msgstr ""
3030
 
@@ -3053,7 +3085,7 @@ msgstr ""
3053
  msgid "UpdraftPlus is on social media - check us out!"
3054
  msgstr ""
3055
 
3056
- #: src/admin.php:4070
3057
  msgid "Why am I seeing this?"
3058
  msgstr ""
3059
 
@@ -3065,15 +3097,15 @@ msgstr ""
3065
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3066
  msgstr ""
3067
 
3068
- #: src/admin.php:1995, src/admin.php:2007
3069
  msgid "Start backup"
3070
  msgstr ""
3071
 
3072
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3073
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3074
  msgstr ""
3075
 
3076
- #: src/admin.php:3311
3077
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3078
  msgstr ""
3079
 
@@ -3081,11 +3113,11 @@ msgstr ""
3081
  msgid "Unless you have a problem, you can completely ignore everything here."
3082
  msgstr ""
3083
 
3084
- #: src/admin.php:2231
3085
  msgid "This file could not be uploaded"
3086
  msgstr ""
3087
 
3088
- #: src/admin.php:2194
3089
  msgid "You will find more information about this in the Settings section."
3090
  msgstr ""
3091
 
@@ -3105,7 +3137,7 @@ msgstr ""
3105
  msgid "Memory limit"
3106
  msgstr ""
3107
 
3108
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3109
  msgid "restoration"
3110
  msgstr ""
3111
 
@@ -3129,7 +3161,7 @@ msgstr ""
3129
  msgid "Backup succeeded"
3130
  msgstr ""
3131
 
3132
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3133
  #: src/updraftplus.php:99, src/updraftplus.php:100
3134
  msgid "Every %s hours"
3135
  msgstr ""
@@ -3184,7 +3216,7 @@ msgstr ""
3184
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3185
  msgstr ""
3186
 
3187
- #: src/admin.php:3814
3188
  msgid "You have not yet made any backups."
3189
  msgstr ""
3190
 
@@ -3204,11 +3236,11 @@ msgstr ""
3204
  msgid "Free disk space in account:"
3205
  msgstr ""
3206
 
3207
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3208
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3209
  msgstr ""
3210
 
3211
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3212
  #: src/includes/deprecated-actions.php:29,
3213
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3214
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3219,15 +3251,15 @@ msgstr ""
3219
  msgid "Current Status"
3220
  msgstr ""
3221
 
3222
- #: src/admin.php:964
3223
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3224
  msgstr ""
3225
 
3226
- #: src/admin.php:964
3227
  msgid "To make a backup, just press the Backup Now button."
3228
  msgstr ""
3229
 
3230
- #: src/admin.php:964
3231
  msgid "Welcome to UpdraftPlus!"
3232
  msgstr ""
3233
 
@@ -3299,7 +3331,7 @@ msgstr ""
3299
  msgid "user"
3300
  msgstr ""
3301
 
3302
- #: src/class-updraftplus.php:1856
3303
  msgid "External database (%s)"
3304
  msgstr ""
3305
 
@@ -3311,13 +3343,13 @@ msgstr ""
3311
  msgid "failed to access parent folder"
3312
  msgstr ""
3313
 
3314
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3315
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3316
  #: src/methods/googledrive.php:447
3317
  msgid "However, subsequent access attempts failed:"
3318
  msgstr ""
3319
 
3320
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3321
  msgid "External database"
3322
  msgstr ""
3323
 
@@ -3349,7 +3381,7 @@ msgstr ""
3349
  msgid "use UpdraftPlus Premium"
3350
  msgstr ""
3351
 
3352
- #: src/class-updraftplus.php:4120
3353
  msgid "Decryption failed. The database file is encrypted."
3354
  msgstr ""
3355
 
@@ -3379,16 +3411,16 @@ msgid "In %s, path names are case sensitive."
3379
  msgstr ""
3380
 
3381
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3382
- #: src/addons/onedrive.php:1111
3383
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3384
  msgstr ""
3385
 
3386
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3387
- #: src/addons/onedrive.php:1111
3388
  msgid "e.g. %s"
3389
  msgstr ""
3390
 
3391
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3392
  msgid "Enter the path of the %s folder you wish to use here."
3393
  msgstr ""
3394
 
@@ -3404,7 +3436,8 @@ msgstr ""
3404
  msgid "Tenant"
3405
  msgstr ""
3406
 
3407
- #: src/methods/openstack2.php:144
 
3408
  msgid "Follow this link for more information"
3409
  msgstr ""
3410
 
@@ -3440,7 +3473,7 @@ msgstr ""
3440
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3441
  msgstr ""
3442
 
3443
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3444
  msgid "(You appear to be already authenticated)."
3445
  msgstr ""
3446
 
@@ -3448,7 +3481,7 @@ msgstr ""
3448
  msgid "Dropbox"
3449
  msgstr ""
3450
 
3451
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3452
  msgid "Authenticate with %s"
3453
  msgstr ""
3454
 
@@ -3479,7 +3512,7 @@ msgstr ""
3479
  msgid "%s error - failed to access the container"
3480
  msgstr ""
3481
 
3482
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3483
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3484
  msgid "Account holder's name: %s."
3485
  msgstr ""
@@ -3496,12 +3529,12 @@ msgstr ""
3496
  msgid "<strong>This is NOT a folder name</strong>."
3497
  msgstr ""
3498
 
3499
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3500
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3501
  msgid "Folder"
3502
  msgstr ""
3503
 
3504
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3505
  #: src/methods/googledrive.php:1152
3506
  msgid "%s download: failed: file not found"
3507
  msgstr ""
@@ -3545,7 +3578,7 @@ msgstr ""
3545
  msgid "Failed to unpack the archive"
3546
  msgstr ""
3547
 
3548
- #: src/class-updraftplus.php:1380
3549
  msgid "Error - failed to download the file"
3550
  msgstr ""
3551
 
@@ -3569,8 +3602,8 @@ msgstr ""
3569
  msgid "password/key"
3570
  msgstr ""
3571
 
3572
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3573
- #: src/admin.php:4995
3574
  msgid "Key"
3575
  msgstr ""
3576
 
@@ -3586,24 +3619,24 @@ msgstr ""
3586
  msgid "SCP/SFTP password/key"
3587
  msgstr ""
3588
 
3589
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3590
  msgid "Files backup (created by %s)"
3591
  msgstr ""
3592
 
3593
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3594
  msgid "Files and database WordPress backup (created by %s)"
3595
  msgstr ""
3596
 
3597
- #: src/addons/importer.php:276, src/admin.php:3877,
3598
  #: src/includes/class-backup-history.php:349
3599
  msgid "Backup created by: %s."
3600
  msgstr ""
3601
 
3602
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3603
  msgid "Database (created by %s)"
3604
  msgstr ""
3605
 
3606
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3607
  msgid "unknown source"
3608
  msgstr ""
3609
 
@@ -3615,15 +3648,15 @@ msgstr ""
3615
  msgid "Upload backup files"
3616
  msgstr ""
3617
 
3618
- #: src/admin.php:2246
3619
  msgid "This backup was created by %s, and can be imported."
3620
  msgstr ""
3621
 
3622
- #: src/admin.php:993
3623
  msgid "Read this page for a guide to possible causes and how to fix it."
3624
  msgstr ""
3625
 
3626
- #: src/admin.php:993
3627
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3628
  msgstr ""
3629
 
@@ -3640,7 +3673,7 @@ msgstr ""
3640
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3641
  msgstr ""
3642
 
3643
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3644
  #: src/restorer.php:1577
3645
  msgid "Backup created by unknown source (%s) - cannot be restored."
3646
  msgstr ""
@@ -3700,16 +3733,16 @@ msgstr ""
3700
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3701
  msgstr ""
3702
 
3703
- #: src/addons/morefiles.php:468, src/admin.php:3562
3704
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3705
  msgstr ""
3706
 
3707
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3708
  #: src/restorer.php:1608
3709
  msgid "Your hosting company must enable these functions before %s can work."
3710
  msgstr ""
3711
 
3712
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3713
  msgid "Your web server's PHP installation has these functions disabled: %s."
3714
  msgstr ""
3715
 
@@ -3779,15 +3812,15 @@ msgstr ""
3779
  msgid "Dismiss from main dashboard (for %s weeks)"
3780
  msgstr ""
3781
 
3782
- #: src/class-updraftplus.php:4757
3783
  msgid "The attempt to undo the double-compression succeeded."
3784
  msgstr ""
3785
 
3786
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3787
  msgid "The attempt to undo the double-compression failed."
3788
  msgstr ""
3789
 
3790
- #: src/class-updraftplus.php:4727
3791
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3792
  msgstr ""
3793
 
@@ -3811,7 +3844,7 @@ msgstr ""
3811
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3812
  msgstr ""
3813
 
3814
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3815
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3816
  msgstr ""
3817
 
@@ -3820,7 +3853,7 @@ msgstr ""
3820
  msgid "Errors occurred:"
3821
  msgstr ""
3822
 
3823
- #: src/admin.php:4089
3824
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3825
  msgstr ""
3826
 
@@ -3844,7 +3877,7 @@ msgstr ""
3844
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3845
  msgstr ""
3846
 
3847
- #: src/admin.php:968, src/class-updraftplus.php:865
3848
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3849
  msgstr ""
3850
 
@@ -3857,7 +3890,7 @@ msgstr ""
3857
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3858
  msgstr ""
3859
 
3860
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3861
  msgid "Messages:"
3862
  msgstr ""
3863
 
@@ -4018,12 +4051,12 @@ msgstr ""
4018
  msgid "Authorisation failed (check your credentials)"
4019
  msgstr ""
4020
 
4021
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4022
  #: src/udaddons/options.php:257
4023
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4024
  msgstr ""
4025
 
4026
- #: src/admin.php:708, src/central/bootstrap.php:560
4027
  msgid "Create"
4028
  msgstr ""
4029
 
@@ -4035,15 +4068,15 @@ msgstr ""
4035
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4036
  msgstr ""
4037
 
4038
- #: src/admin.php:680, src/admin.php:4387
4039
  msgid "Error data:"
4040
  msgstr ""
4041
 
4042
- #: src/admin.php:4041
4043
  msgid "Backup does not exist in the backup history"
4044
  msgstr ""
4045
 
4046
- #: src/admin.php:2921
4047
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4048
  msgstr ""
4049
 
@@ -4083,11 +4116,11 @@ msgstr ""
4083
  msgid "Email reports"
4084
  msgstr ""
4085
 
4086
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4087
  msgid "%s checksum: %s"
4088
  msgstr ""
4089
 
4090
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4091
  msgid "files: %s"
4092
  msgstr ""
4093
 
@@ -4099,7 +4132,7 @@ msgstr ""
4099
  msgid "Debugging information"
4100
  msgstr ""
4101
 
4102
- #: src/addons/reporting.php:222, src/admin.php:3770
4103
  msgid "Uploaded to:"
4104
  msgstr ""
4105
 
@@ -4140,12 +4173,12 @@ msgstr ""
4140
  msgid "%d errors, %d warnings"
4141
  msgstr ""
4142
 
4143
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4144
  #: src/methods/dropbox.php:772
4145
  msgid "%s authentication"
4146
  msgstr ""
4147
 
4148
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4149
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4150
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4151
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4172,7 +4205,7 @@ msgstr ""
4172
  msgid "Your site's admin email address (%s) will be used."
4173
  msgstr ""
4174
 
4175
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4176
  #: src/methods/updraftvault.php:362
4177
  msgid "Connect"
4178
  msgstr ""
@@ -4181,7 +4214,7 @@ msgstr ""
4181
  msgid "For more reporting features, use the Reporting add-on."
4182
  msgstr ""
4183
 
4184
- #: src/class-updraftplus.php:4201
4185
  msgid "(version: %s)"
4186
  msgstr ""
4187
 
@@ -4321,7 +4354,7 @@ msgstr ""
4321
  msgid "Reporting"
4322
  msgstr ""
4323
 
4324
- #: src/admin.php:4992
4325
  msgid "Options (raw)"
4326
  msgstr ""
4327
 
@@ -4341,11 +4374,11 @@ msgstr ""
4341
  msgid "See also the \"More Files\" add-on from our shop."
4342
  msgstr ""
4343
 
4344
- #: src/backup.php:3359, src/class-updraftplus.php:878
4345
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4346
  msgstr ""
4347
 
4348
- #: src/class-updraftplus.php:862
4349
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4350
  msgstr ""
4351
 
@@ -4421,7 +4454,7 @@ msgstr ""
4421
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4422
  msgstr ""
4423
 
4424
- #: src/admin.php:2721
4425
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4426
  msgstr ""
4427
 
@@ -4489,7 +4522,7 @@ msgstr ""
4489
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4490
  msgstr ""
4491
 
4492
- #: src/addons/wp-cli.php:93, src/admin.php:663
4493
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4494
  msgstr ""
4495
 
@@ -4518,11 +4551,11 @@ msgstr ""
4518
  msgid "You can send a backup to more than one destination with an add-on."
4519
  msgstr ""
4520
 
4521
- #: src/admin.php:3144
4522
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4523
  msgstr ""
4524
 
4525
- #: src/admin.php:3043
4526
  msgid "(%s%%, file %s of %s)"
4527
  msgstr ""
4528
 
@@ -4559,15 +4592,15 @@ msgstr ""
4559
  msgid "Backup is of: %s."
4560
  msgstr ""
4561
 
4562
- #: src/admin.php:756
4563
  msgid "%s settings test result:"
4564
  msgstr ""
4565
 
4566
- #: src/admin.php:3945, src/admin.php:3947
4567
  msgid "(Not finished)"
4568
  msgstr ""
4569
 
4570
- #: src/admin.php:3947
4571
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4572
  msgstr ""
4573
 
@@ -4579,77 +4612,77 @@ msgstr ""
4579
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4580
  msgstr ""
4581
 
4582
- #: src/admin.php:3139
4583
  msgid "Job ID: %s"
4584
  msgstr ""
4585
 
4586
- #: src/admin.php:3124
4587
  msgid "last activity: %ss ago"
4588
  msgstr ""
4589
 
4590
- #: src/admin.php:3123
4591
  msgid "next resumption: %d (after %ss)"
4592
  msgstr ""
4593
 
4594
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4595
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4596
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4597
  msgid "Unknown"
4598
  msgstr ""
4599
 
4600
- #: src/admin.php:3057
4601
  msgid "Backup finished"
4602
  msgstr ""
4603
 
4604
- #: src/admin.php:3052
4605
  msgid "Waiting until scheduled time to retry because of errors"
4606
  msgstr ""
4607
 
4608
- #: src/admin.php:3048
4609
  msgid "Pruning old backup sets"
4610
  msgstr ""
4611
 
4612
- #: src/admin.php:3036
4613
  msgid "Uploading files to remote storage"
4614
  msgstr ""
4615
 
4616
- #: src/admin.php:3104
4617
  msgid "Encrypted database"
4618
  msgstr ""
4619
 
4620
- #: src/admin.php:3096
4621
  msgid "Encrypting database"
4622
  msgstr ""
4623
 
4624
- #: src/admin.php:3070
4625
  msgid "Created database backup"
4626
  msgstr ""
4627
 
4628
- #: src/admin.php:3083
4629
  msgid "table: %s"
4630
  msgstr ""
4631
 
4632
- #: src/admin.php:3081
4633
  msgid "Creating database backup"
4634
  msgstr ""
4635
 
4636
- #: src/admin.php:3031
4637
  msgid "Created file backup zips"
4638
  msgstr ""
4639
 
4640
- #: src/admin.php:3018
4641
  msgid "Creating file backup zips"
4642
  msgstr ""
4643
 
4644
- #: src/admin.php:3013
4645
  msgid "Backup begun"
4646
  msgstr ""
4647
 
4648
- #: src/admin.php:2846
4649
  msgid "Backups in progress:"
4650
  msgstr ""
4651
 
4652
- #: src/admin.php:972
4653
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4654
  msgstr ""
4655
 
@@ -4665,24 +4698,24 @@ msgstr ""
4665
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4666
  msgstr ""
4667
 
4668
- #: src/class-updraftplus.php:2958
4669
  msgid "The backup has not finished; a resumption is scheduled"
4670
  msgstr ""
4671
 
4672
- #: src/class-updraftplus.php:2142
4673
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4674
  msgstr ""
4675
 
4676
- #: src/addons/onedrive.php:966,
4677
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4678
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4679
  msgstr ""
4680
 
4681
- #: src/admin.php:2572
4682
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4683
  msgstr ""
4684
 
4685
- #: src/addons/autobackup.php:1085, src/admin.php:710
4686
  msgid "Proceed with update"
4687
  msgstr ""
4688
 
@@ -4758,32 +4791,32 @@ msgstr ""
4758
  msgid "Support"
4759
  msgstr ""
4760
 
4761
- #: src/class-updraftplus.php:4506
4762
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4763
  msgstr ""
4764
 
4765
- #: src/class-updraftplus.php:4498
4766
  msgid "This database backup is missing core WordPress tables: %s"
4767
  msgstr ""
4768
 
4769
- #: src/class-updraftplus.php:4259
4770
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4771
  msgstr ""
4772
 
4773
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4774
  msgid "%s version: %s"
4775
  msgstr ""
4776
 
4777
- #: src/class-updraftplus.php:4137
4778
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4779
  msgstr ""
4780
 
4781
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4782
  #: src/includes/updraftplus-notices.php:171
4783
  msgid "Be safe with an automatic backup"
4784
  msgstr ""
4785
 
4786
- #: src/admin.php:2525
4787
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4788
  msgstr ""
4789
 
@@ -4831,11 +4864,11 @@ msgstr ""
4831
  msgid "Delete from your web server"
4832
  msgstr ""
4833
 
4834
- #: src/admin.php:3917
4835
  msgid "You appear to be missing one or more archives from this multi-archive set."
4836
  msgstr ""
4837
 
4838
- #: src/admin.php:3914
4839
  msgid "(%d archive(s) in set)."
4840
  msgstr ""
4841
 
@@ -4855,7 +4888,7 @@ msgstr ""
4855
  msgid "Error: the server sent an empty response."
4856
  msgstr ""
4857
 
4858
- #: src/admin.php:2260
4859
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4860
  msgstr ""
4861
 
@@ -4891,7 +4924,7 @@ msgstr ""
4891
  msgid "No such backup set exists"
4892
  msgstr ""
4893
 
4894
- #: src/admin.php:1389
4895
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4896
  msgstr ""
4897
 
@@ -4907,7 +4940,7 @@ msgstr ""
4907
  msgid "WordPress root directory server path: %s"
4908
  msgstr ""
4909
 
4910
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4911
  msgid "%s end-point"
4912
  msgstr ""
4913
 
@@ -4920,15 +4953,15 @@ msgstr ""
4920
  msgid "S3 (Compatible)"
4921
  msgstr ""
4922
 
4923
- #: src/admin.php:1299
4924
  msgid "File is not locally present - needs retrieving from remote storage"
4925
  msgstr ""
4926
 
4927
- #: src/admin.php:4238
4928
  msgid "Looking for %s archive: file name: %s"
4929
  msgstr ""
4930
 
4931
- #: src/admin.php:4199
4932
  msgid "Final checks"
4933
  msgstr ""
4934
 
@@ -4940,7 +4973,7 @@ msgstr ""
4940
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4941
  msgstr ""
4942
 
4943
- #: src/admin.php:3551
4944
  msgid "Your wp-content directory server path: %s"
4945
  msgstr ""
4946
 
@@ -4956,20 +4989,15 @@ msgstr ""
4956
  msgid "Processing files - please wait..."
4957
  msgstr ""
4958
 
4959
- #: src/admin.php:4389,
4960
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4961
- msgid "Please consult this FAQ for help on what to do about it."
4962
- msgstr ""
4963
-
4964
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4965
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4966
  msgstr ""
4967
 
4968
- #: src/class-updraftplus.php:4145
4969
  msgid "Failed to open database file."
4970
  msgstr ""
4971
 
4972
- #: src/admin.php:4957
4973
  msgid "Known backups (raw)"
4974
  msgstr ""
4975
 
@@ -4981,14 +5009,14 @@ msgstr ""
4981
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4982
  msgstr ""
4983
 
4984
- #: src/admin.php:4258
4985
  msgid "file is size:"
4986
  msgstr ""
4987
 
4988
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4989
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4990
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4991
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4992
  msgid "Go here for more information."
4993
  msgstr ""
4994
 
@@ -4996,7 +5024,7 @@ msgstr ""
4996
  msgid "Some files are still downloading or being processed - please wait."
4997
  msgstr ""
4998
 
4999
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
5000
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5001
  msgstr ""
5002
 
@@ -5052,7 +5080,7 @@ msgstr ""
5052
  msgid "%s error - failed to upload file"
5053
  msgstr ""
5054
 
5055
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5056
  msgid "%s error - failed to re-assemble chunks"
5057
  msgstr ""
5058
 
@@ -5067,24 +5095,24 @@ msgid "%s authentication failed"
5067
  msgstr ""
5068
 
5069
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5070
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5071
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5072
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5073
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5074
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5075
  #: src/methods/s3.php:341
5076
  msgid "Error: %s"
5077
  msgstr ""
5078
 
5079
- #: src/admin.php:3476
5080
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5081
  msgstr ""
5082
 
5083
- #: src/admin.php:3474
5084
  msgid "Backup directory specified does <b>not</b> exist."
5085
  msgstr ""
5086
 
5087
- #: src/admin.php:3151, src/admin.php:3425
5088
  msgid "Warning: %s"
5089
  msgstr ""
5090
 
@@ -5112,11 +5140,11 @@ msgstr ""
5112
  msgid "Warnings encountered:"
5113
  msgstr ""
5114
 
5115
- #: src/class-updraftplus.php:2946
5116
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5117
  msgstr ""
5118
 
5119
- #: src/class-updraftplus.php:891
5120
  msgid "Your free disk space is very low - only %s Mb remain"
5121
  msgstr ""
5122
 
@@ -5168,7 +5196,7 @@ msgstr ""
5168
  msgid "Please supply the requested information, and then continue."
5169
  msgstr ""
5170
 
5171
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5172
  msgid "Site information:"
5173
  msgstr ""
5174
 
@@ -5176,24 +5204,24 @@ msgstr ""
5176
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5177
  msgstr ""
5178
 
5179
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5180
  msgid "Warning:"
5181
  msgstr ""
5182
 
5183
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5184
  #: src/restorer.php:184
5185
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5186
  msgstr ""
5187
 
5188
- #: src/admin.php:4226
5189
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5190
  msgstr ""
5191
 
5192
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5193
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5194
  msgstr ""
5195
 
5196
- #: src/admin.php:711
5197
  msgid "Close"
5198
  msgstr ""
5199
 
@@ -5244,7 +5272,7 @@ msgstr ""
5244
  msgid "Also delete from remote storage"
5245
  msgstr ""
5246
 
5247
- #: src/admin.php:2873
5248
  msgid "Latest UpdraftPlus.com news:"
5249
  msgstr ""
5250
 
@@ -5261,7 +5289,7 @@ msgstr ""
5261
  msgid "News"
5262
  msgstr ""
5263
 
5264
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5265
  msgid "Backup set not found"
5266
  msgstr ""
5267
 
@@ -5283,7 +5311,7 @@ msgstr ""
5283
  msgid "Blog link"
5284
  msgstr ""
5285
 
5286
- #: src/admin.php:755
5287
  msgid "Testing %s Settings..."
5288
  msgstr ""
5289
 
@@ -5291,11 +5319,11 @@ msgstr ""
5291
  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."
5292
  msgstr ""
5293
 
5294
- #: src/admin.php:988
5295
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5296
  msgstr ""
5297
 
5298
- #: src/admin.php:988
5299
  msgid "Notice"
5300
  msgstr ""
5301
 
@@ -5493,14 +5521,14 @@ msgstr ""
5493
  msgid "WordPress Core"
5494
  msgstr ""
5495
 
5496
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5497
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5498
  msgstr ""
5499
 
5500
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5501
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5502
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5503
- #: src/methods/stream-base.php:351
5504
  msgid "Failed"
5505
  msgstr ""
5506
 
@@ -5555,7 +5583,7 @@ msgstr ""
5555
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5556
  msgstr ""
5557
 
5558
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5559
  msgid "Your %s account name: %s"
5560
  msgstr ""
5561
 
@@ -5719,7 +5747,7 @@ msgstr ""
5719
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5720
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5721
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5722
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5723
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5724
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5725
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5761,11 +5789,11 @@ msgstr ""
5761
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5762
  msgstr ""
5763
 
5764
- #: src/admin.php:754, src/methods/backup-module.php:315
5765
  msgid "Test %s Settings"
5766
  msgstr ""
5767
 
5768
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5769
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5770
  msgid "Error opening local file: Failed to download"
5771
  msgstr ""
@@ -5782,7 +5810,7 @@ msgid "%s Error: Failed to upload"
5782
  msgstr ""
5783
 
5784
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5785
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5786
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5787
  msgid "%s Error: Failed to open local file"
5788
  msgstr ""
@@ -5803,7 +5831,7 @@ msgstr ""
5803
  msgid "Authenticate with Google"
5804
  msgstr ""
5805
 
5806
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5807
  #: src/methods/googledrive.php:1226
5808
  msgid "Client Secret"
5809
  msgstr ""
@@ -5812,7 +5840,7 @@ msgstr ""
5812
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5813
  msgstr ""
5814
 
5815
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5816
  #: src/methods/googledrive.php:1222
5817
  msgid "Client ID"
5818
  msgstr ""
@@ -5850,20 +5878,20 @@ msgstr ""
5850
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5851
  msgstr ""
5852
 
5853
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5854
  #: src/methods/googledrive.php:467
5855
  msgid "you have authenticated your %s account."
5856
  msgstr ""
5857
 
5858
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5859
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5860
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5861
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5862
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5863
  msgid "Success"
5864
  msgstr ""
5865
 
5866
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5867
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5868
  msgid "Your %s quota usage: %s %% used, %s available"
5869
  msgstr ""
@@ -5895,8 +5923,8 @@ msgstr ""
5895
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5896
  msgstr ""
5897
 
5898
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5899
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5900
  #: src/restorer.php:2437, src/restorer.php:2542
5901
  msgid "OK"
5902
  msgstr ""
@@ -5913,13 +5941,13 @@ msgstr ""
5913
  msgid "will restore as:"
5914
  msgstr ""
5915
 
5916
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5917
  #: src/restorer.php:1896, src/restorer.php:1922
5918
  msgid "Old table prefix:"
5919
  msgstr ""
5920
 
5921
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5922
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5923
  msgid "Backup of:"
5924
  msgstr ""
5925
 
@@ -5991,55 +6019,55 @@ msgstr ""
5991
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5992
  msgstr ""
5993
 
5994
- #: src/admin.php:4264, src/admin.php:4265
5995
  msgid "Could not find one of the files for restoration"
5996
  msgstr ""
5997
 
5998
- #: src/admin.php:4379
5999
  msgid "Error message"
6000
  msgstr ""
6001
 
6002
- #: src/admin.php:4261
6003
  msgid "The backup records do not contain information about the proper size of this file."
6004
  msgstr ""
6005
 
6006
- #: src/admin.php:4253
6007
  msgid "Archive is expected to be size:"
6008
  msgstr ""
6009
 
6010
- #: src/admin.php:4133
6011
  msgid "If making a request for support, please include this information:"
6012
  msgstr ""
6013
 
6014
- #: src/admin.php:4132
6015
  msgid "ABORT: Could not find the information on which entities to restore."
6016
  msgstr ""
6017
 
6018
- #: src/admin.php:4087
6019
  msgid "UpdraftPlus Restoration: Progress"
6020
  msgstr ""
6021
 
6022
- #: src/admin.php:4040
6023
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6024
  msgstr ""
6025
 
6026
- #: src/admin.php:3975
6027
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6028
  msgstr ""
6029
 
6030
- #: src/admin.php:3993
6031
  msgid "Delete this backup set"
6032
  msgstr ""
6033
 
6034
- #: src/admin.php:3635
6035
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6036
  msgstr ""
6037
 
6038
- #: src/admin.php:3632
6039
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6040
  msgstr ""
6041
 
6042
- #: src/admin.php:3630
6043
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6044
  msgstr ""
6045
 
@@ -6080,23 +6108,23 @@ msgstr ""
6080
  msgid "Use the server's SSL certificates"
6081
  msgstr ""
6082
 
6083
- #: src/admin.php:3478
6084
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6085
  msgstr ""
6086
 
6087
- #: src/admin.php:3478
6088
  msgid "click here"
6089
  msgstr ""
6090
 
6091
- #: src/admin.php:3478
6092
  msgid "or, to reset this option"
6093
  msgstr ""
6094
 
6095
- #: src/admin.php:3478
6096
  msgid "Follow this link to attempt to create the directory and set the permissions"
6097
  msgstr ""
6098
 
6099
- #: src/admin.php:3470
6100
  msgid "Backup directory specified is writable, which is good."
6101
  msgstr ""
6102
 
@@ -6136,7 +6164,7 @@ msgstr ""
6136
  msgid "Cancel"
6137
  msgstr ""
6138
 
6139
- #: src/addons/reporting.php:244, src/admin.php:3782
6140
  msgid "None"
6141
  msgstr ""
6142
 
@@ -6161,11 +6189,11 @@ msgstr ""
6161
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6162
  msgstr ""
6163
 
6164
- #: src/addons/morefiles.php:466, src/admin.php:3560
6165
  msgid "Exclude these:"
6166
  msgstr ""
6167
 
6168
- #: src/admin.php:3551
6169
  msgid "Any other directories found inside wp-content"
6170
  msgstr ""
6171
 
@@ -6181,45 +6209,45 @@ msgstr ""
6181
  msgid "To fix the time at which a backup should take place,"
6182
  msgstr ""
6183
 
6184
- #: src/admin.php:3464
6185
  msgid "Monthly"
6186
  msgstr ""
6187
 
6188
- #: src/admin.php:3463
6189
  msgid "Fortnightly"
6190
  msgstr ""
6191
 
6192
- #: src/admin.php:3462
6193
  msgid "Weekly"
6194
  msgstr ""
6195
 
6196
- #: src/admin.php:3461
6197
  msgid "Daily"
6198
  msgstr ""
6199
 
6200
- #: src/admin.php:713, src/admin.php:3439
6201
  msgid "Download log file"
6202
  msgstr ""
6203
 
6204
- #: src/admin.php:3311
6205
  msgid "The folder exists, but your webserver does not have permission to write to it."
6206
  msgstr ""
6207
 
6208
- #: src/admin.php:3306
6209
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6210
  msgstr ""
6211
 
6212
- #: src/admin.php:3292
6213
  msgid "The request to the filesystem to create the directory failed."
6214
  msgstr ""
6215
 
6216
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6217
- #: src/admin.php:3237, src/admin.php:3993,
6218
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6219
  msgid "Delete"
6220
  msgstr ""
6221
 
6222
- #: src/admin.php:3142
6223
  msgid "show log"
6224
  msgstr ""
6225
 
@@ -6335,7 +6363,7 @@ msgstr ""
6335
  msgid "Do read this helpful article of useful things to know before restoring."
6336
  msgstr ""
6337
 
6338
- #: src/class-updraftplus.php:4231
6339
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6340
  msgstr ""
6341
 
@@ -6390,7 +6418,7 @@ msgstr ""
6390
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6391
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6392
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6393
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6394
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6395
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6396
  msgid "Error:"
@@ -6441,20 +6469,20 @@ msgstr ""
6441
  msgid "More tasks:"
6442
  msgstr ""
6443
 
6444
- #: src/admin.php:2900
6445
  msgid "Download most recently modified log file"
6446
  msgstr ""
6447
 
6448
- #: src/central/bootstrap.php:185
6449
  msgid "(Nothing yet logged)"
6450
  msgstr ""
6451
 
6452
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6453
- #: src/admin.php:2855, src/admin.php:2860
6454
  msgid "Last log message"
6455
  msgstr ""
6456
 
6457
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6458
  #: src/templates/wp-admin/settings/tab-status.php:30
6459
  msgid "Restore"
6460
  msgstr ""
@@ -6465,8 +6493,8 @@ msgid "Backup Now"
6465
  msgstr ""
6466
 
6467
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6468
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6469
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6470
  #: src/includes/class-wpadmin-commands.php:147,
6471
  #: src/includes/class-wpadmin-commands.php:507,
6472
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6474,7 +6502,7 @@ msgstr ""
6474
  msgid "Database"
6475
  msgstr ""
6476
 
6477
- #: src/admin.php:311, src/admin.php:4964
6478
  msgid "Files"
6479
  msgstr ""
6480
 
@@ -6502,15 +6530,15 @@ msgstr ""
6502
  msgid "JavaScript warning"
6503
  msgstr ""
6504
 
6505
- #: src/admin.php:692, src/admin.php:2927
6506
  msgid "Delete Old Directories"
6507
  msgstr ""
6508
 
6509
- #: src/admin.php:2572
6510
  msgid "Current limit is:"
6511
  msgstr ""
6512
 
6513
- #: src/admin.php:2547
6514
  msgid "Your backup has been restored."
6515
  msgstr ""
6516
 
@@ -6522,72 +6550,72 @@ msgstr ""
6522
  msgid "Lead developer's homepage"
6523
  msgstr ""
6524
 
6525
- #: src/central/bootstrap.php:504
6526
  msgid "UpdraftPlus.Com"
6527
  msgstr ""
6528
 
6529
- #: src/admin.php:4856
6530
  msgid "Your settings have been wiped."
6531
  msgstr ""
6532
 
6533
- #: src/admin.php:2507
6534
  msgid "Backup directory successfully created."
6535
  msgstr ""
6536
 
6537
- #: src/admin.php:2500
6538
  msgid "Backup directory could not be created"
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:3174
6542
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6543
  msgstr ""
6544
 
6545
- #: src/admin.php:3172
6546
  msgid "Old directories successfully removed."
6547
  msgstr ""
6548
 
6549
- #: src/admin.php:3169, src/admin.php:3169
6550
  msgid "Remove old directories"
6551
  msgstr ""
6552
 
6553
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6554
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6555
- #: src/admin.php:2509, src/admin.php:3176
6556
  msgid "Return to UpdraftPlus Configuration"
6557
  msgstr ""
6558
 
6559
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6560
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6561
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6562
  msgid "Actions"
6563
  msgstr ""
6564
 
6565
- #: src/admin.php:2352
6566
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6567
  msgstr ""
6568
 
6569
- #: src/admin.php:2252
6570
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6571
  msgstr ""
6572
 
6573
- #: src/admin.php:2148
6574
  msgid "No local copy present."
6575
  msgstr ""
6576
 
6577
- #: src/admin.php:2145
6578
  msgid "Download in progress"
6579
  msgstr ""
6580
 
6581
- #: src/admin.php:684, src/admin.php:2134
6582
  msgid "File ready."
6583
  msgstr ""
6584
 
6585
- #: src/admin.php:2115
6586
  msgid "Download failed"
6587
  msgstr ""
6588
 
6589
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6590
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6591
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6592
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6593
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6595,41 +6623,41 @@ msgstr ""
6595
  msgid "Error"
6596
  msgstr ""
6597
 
6598
- #: src/admin.php:1917
6599
  msgid "Could not find that job - perhaps it has already finished?"
6600
  msgstr ""
6601
 
6602
- #: src/admin.php:1909
6603
  msgid "Job deleted"
6604
  msgstr ""
6605
 
6606
- #: src/admin.php:1995
6607
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6608
  msgstr ""
6609
 
6610
- #: src/admin.php:757
6611
  msgid "Nothing yet logged"
6612
  msgstr ""
6613
 
6614
- #: src/admin.php:984
6615
  msgid "Please consult this FAQ if you have problems backing up."
6616
  msgstr ""
6617
 
6618
- #: src/admin.php:984
6619
  msgid "Your website is hosted using the %s web server."
6620
  msgstr ""
6621
 
6622
- #: src/admin.php:980
6623
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6624
  msgstr ""
6625
 
6626
- #: src/admin.php:976
6627
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6628
  msgstr ""
6629
 
6630
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6631
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6632
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6633
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6634
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6635
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6639,11 +6667,11 @@ msgstr ""
6639
  msgid "Warning"
6640
  msgstr ""
6641
 
6642
- #: src/admin.php:914
6643
  msgid "Add-Ons / Pro Support"
6644
  msgstr ""
6645
 
6646
- #: src/admin.php:548, src/admin.php:912,
6647
  #: src/templates/wp-admin/settings/tab-bar.php:7
6648
  msgid "Settings"
6649
  msgstr ""
@@ -6664,21 +6692,21 @@ msgstr ""
6664
  msgid "Like UpdraftPlus and can spare one minute?"
6665
  msgstr ""
6666
 
6667
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6668
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6669
  msgid "File not found"
6670
  msgstr ""
6671
 
6672
- #: src/class-updraftplus.php:3898
6673
  msgid "The decryption key used:"
6674
  msgstr ""
6675
 
6676
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6677
  #: src/restorer.php:422
6678
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6679
  msgstr ""
6680
 
6681
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6682
  #: src/restorer.php:409
6683
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6684
  msgstr ""
@@ -6687,15 +6715,15 @@ msgstr ""
6687
  msgid "Could not open the backup file for writing"
6688
  msgstr ""
6689
 
6690
- #: src/class-updraftplus.php:3484
6691
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6692
  msgstr ""
6693
 
6694
- #: src/class-updraftplus.php:3445
6695
  msgid "Could not read the directory"
6696
  msgstr ""
6697
 
6698
- #: src/admin.php:2194, src/backup.php:1323
6699
  msgid "Backup directory (%s) is not writable, or does not exist."
6700
  msgstr ""
6701
 
@@ -6703,11 +6731,11 @@ msgstr ""
6703
  msgid "WordPress backup is complete"
6704
  msgstr ""
6705
 
6706
- #: src/class-updraftplus.php:2955
6707
  msgid "The backup attempt has finished, apparently unsuccessfully"
6708
  msgstr ""
6709
 
6710
- #: src/class-updraftplus.php:2940
6711
  msgid "The backup apparently succeeded and is now complete"
6712
  msgstr ""
6713
 
@@ -6715,37 +6743,37 @@ msgstr ""
6715
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6716
  msgstr ""
6717
 
6718
- #: src/class-updraftplus.php:2643
6719
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6720
  msgstr ""
6721
 
6722
- #: src/class-updraftplus.php:1921
6723
  msgid "Others"
6724
  msgstr ""
6725
 
6726
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6727
  msgid "Uploads"
6728
  msgstr ""
6729
 
6730
- #: src/class-updraftplus.php:1905
6731
  msgid "Themes"
6732
  msgstr ""
6733
 
6734
- #: src/class-updraftplus.php:1904
6735
  msgid "Plugins"
6736
  msgstr ""
6737
 
6738
- #: src/class-updraftplus.php:626
6739
  msgid "No log files were found."
6740
  msgstr ""
6741
 
6742
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6743
  msgid "The log file could not be read."
6744
  msgstr ""
6745
 
6746
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6747
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6748
- #: src/class-updraftplus.php:631
6749
  msgid "UpdraftPlus notice:"
6750
  msgstr ""
6751
 
11
  "Language: bs_BA\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
254
  msgstr[1] ""
255
  msgstr[2] ""
256
 
257
+ #: src/class-updraftplus.php:4450
258
  msgid "Your chosen replacement collation"
259
  msgstr ""
260
 
261
+ #: src/class-updraftplus.php:4427
262
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
263
  msgstr ""
264
 
265
+ #: src/class-updraftplus.php:4427
266
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
267
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
268
  msgstr[0] ""
301
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
302
  msgstr ""
303
 
304
+ #: src/central/bootstrap.php:520
305
  msgid "URL for the site of your UpdraftCentral dashboard"
306
  msgstr ""
307
 
308
+ #: src/central/bootstrap.php:518
309
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
310
  msgstr ""
311
 
312
+ #: src/central/bootstrap.php:515
313
  msgid "A website where you have installed %s"
314
  msgstr ""
315
 
316
+ #: src/central/bootstrap.php:513
317
  msgid "Self-hosted dashboard"
318
  msgstr ""
319
 
320
+ #: src/central/bootstrap.php:255
321
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
322
  msgstr ""
323
 
332
  msgid "Requested table character set (%s) is not present - changing to %s."
333
  msgstr ""
334
 
335
+ #: src/class-updraftplus.php:4403
336
  msgid "Your chosen character set to use instead:"
337
  msgstr ""
338
 
339
+ #: src/class-updraftplus.php:4393
340
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
341
  msgstr ""
342
 
343
+ #: src/class-updraftplus.php:4393
344
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
345
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
346
  msgstr[0] ""
347
  msgstr[1] ""
348
  msgstr[2] ""
349
 
350
+ #: src/central/bootstrap.php:598
351
  msgid "Create another key"
352
  msgstr ""
353
 
354
+ #: src/central/bootstrap.php:527
355
  msgid "UpdraftCentral dashboard connection details"
356
  msgstr ""
357
 
358
+ #: src/central/bootstrap.php:521
359
  msgid "Next"
360
  msgstr ""
361
 
362
+ #: src/central/bootstrap.php:507
363
  msgid "an account"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:507
367
  msgid "i.e. if you have %s there"
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:496
371
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:470
375
  msgid "Manage existing keys (%d)..."
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:420
379
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:257
383
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:255
387
  msgid "Detailed instructions for this can be found at %s"
388
  msgstr ""
389
 
390
+ #: src/central/bootstrap.php:255
391
  msgid "You now need to copy the key below and enter it at your %s."
392
  msgstr ""
393
 
394
+ #: src/admin.php:779
395
  msgid "Please enter a valid URL e.g http://example.com"
396
  msgstr ""
397
 
431
  msgid "Account ID"
432
  msgstr ""
433
 
434
+ #: src/class-updraftplus.php:4234
435
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
436
  msgstr ""
437
 
438
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
439
  msgid "the migrator add-on"
440
  msgstr ""
441
 
442
+ #: src/class-updraftplus.php:4232
443
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4230
447
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
448
  msgstr ""
449
 
450
+ #: src/class-updraftplus.php:4225
451
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
452
  msgstr ""
453
 
463
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
464
  msgstr ""
465
 
466
+ #: src/admin.php:760
467
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
468
  msgstr ""
469
 
470
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
471
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
472
+ #: src/class-updraftplus.php:2462
473
  msgid "A PHP fatal error (%s) has occurred: %s"
474
  msgstr ""
475
 
476
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
477
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
478
+ #: src/class-updraftplus.php:2455
479
  msgid "A PHP exception (%s) has occurred: %s"
480
  msgstr ""
481
 
531
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
532
  msgstr ""
533
 
534
+ #: src/admin.php:5192
535
  msgid "Value"
536
  msgstr ""
537
 
538
+ #: src/admin.php:1726
539
  msgid "Did not know how to delete from this cloud service."
540
  msgstr ""
541
 
547
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
548
  msgstr ""
549
 
550
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
551
  msgid "Stored at: %s"
552
  msgstr ""
553
 
555
  msgid "Cloud Files"
556
  msgstr ""
557
 
558
+ #: src/admin.php:4937
559
  msgid "Your settings failed to save. Please refresh the settings page and try again"
560
  msgstr ""
561
 
562
+ #: src/admin.php:4896
563
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
564
  msgstr ""
565
 
576
  msgid "Extra database"
577
  msgstr ""
578
 
579
+ #: src/admin.php:3915
580
  msgid "Press here to download or browse"
581
  msgstr ""
582
 
583
+ #: src/admin.php:1163, src/admin.php:1173
584
  msgid "Error: invalid path"
585
  msgstr ""
586
 
587
+ #: src/admin.php:960
588
  msgid "An error occurred when fetching storage module options: "
589
  msgstr ""
590
 
591
+ #: src/admin.php:776
592
  msgid "Loading log file"
593
  msgstr ""
594
 
595
+ #: src/admin.php:775
596
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
597
  msgstr ""
598
 
599
+ #: src/admin.php:774
600
  msgid "Search"
601
  msgstr ""
602
 
603
+ #: src/admin.php:773
604
  msgid "Select a file to view information about it"
605
  msgstr ""
606
 
607
+ #: src/admin.php:772
608
  msgid "Browsing zip file"
609
  msgstr ""
610
 
611
+ #: src/admin.php:741
612
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
613
  msgstr ""
614
 
620
  msgid "Skipped tables:"
621
  msgstr ""
622
 
623
+ #: src/class-updraftplus.php:4515
624
  msgid "This database backup has the following WordPress tables excluded: %s"
625
  msgstr ""
626
 
627
+ #: src/admin.php:2810
628
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
629
  msgstr ""
630
 
631
+ #: src/admin.php:2810
632
  msgid "All WordPress tables will be backed up."
633
  msgstr ""
634
 
635
+ #: src/admin.php:771
636
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
637
  msgstr ""
638
 
639
+ #: src/admin.php:771
640
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
641
  msgstr ""
642
 
643
+ #: src/admin.php:771
644
  msgid "The available memory on the server."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
649
  msgstr ""
650
 
651
+ #: src/admin.php:771
652
  msgid "The file failed to upload. Please check the following:"
653
  msgstr ""
654
 
655
+ #: src/admin.php:770
656
  msgid "HTTP code:"
657
  msgstr ""
658
 
659
+ #: src/addons/wp-cli.php:89, src/admin.php:665
660
  msgid "You have chosen to backup a database, but no tables have been selected"
661
  msgstr ""
662
 
1108
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1109
  msgstr ""
1110
 
1111
+ #: src/central/bootstrap.php:593
1112
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1113
  msgstr ""
1114
 
1120
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1121
  msgstr ""
1122
 
1123
+ #: src/admin.php:1802
1124
  msgid "Remote files deleted:"
1125
  msgstr ""
1126
 
1127
+ #: src/admin.php:1801
1128
  msgid "Local files deleted:"
1129
  msgstr ""
1130
 
1132
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:769
1136
  msgid "remote files deleted"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:767
1140
  msgid "Complete"
1141
  msgstr ""
1142
 
1143
+ #: src/admin.php:766
1144
  msgid "Do you want to carry out the import?"
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:765
1148
  msgid "Which was exported on:"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:764
1152
  msgid "This will import data from:"
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:763
1156
  msgid "Importing..."
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:759
1160
  msgid "You have not yet selected a file to import."
1161
  msgstr ""
1162
 
1163
+ #: src/admin.php:743
1164
  msgid "Your export file will be of your displayed settings, not your saved ones."
1165
  msgstr ""
1166
 
1172
  msgid "US East (Ohio)"
1173
  msgstr ""
1174
 
1175
+ #: src/addons/onedrive.php:1104
1176
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1177
  msgstr ""
1178
 
1179
+ #: src/addons/onedrive.php:718
1180
  msgid "Account is not authorized (%s)."
1181
  msgstr ""
1182
 
1183
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1184
  msgid "Your IP address:"
1185
  msgstr ""
1186
 
1187
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1188
  #: src/udaddons/updraftplus-addons.php:887
1189
  msgid "To remove any block, please go here."
1190
  msgstr ""
1191
 
1192
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1193
  msgid "An error response was received; HTTP code:"
1194
  msgstr ""
1195
 
1196
+ #: src/includes/class-commands.php:344
1197
  msgid "%s add-on not found"
1198
  msgstr ""
1199
 
1205
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1206
  msgstr ""
1207
 
1208
+ #: src/admin.php:2548
1209
  msgid "To fix this problem go here."
1210
  msgstr ""
1211
 
1212
+ #: src/admin.php:2548
1213
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1214
  msgstr ""
1215
 
1216
+ #: src/admin.php:727
1217
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1218
  msgstr ""
1219
 
1269
  msgid "FAQs"
1270
  msgstr ""
1271
 
1272
+ #: src/central/bootstrap.php:549
1273
  msgid "More information..."
1274
  msgstr ""
1275
 
1276
+ #: src/central/bootstrap.php:547
1277
  msgid "Use the alternative method for making a connection with the dashboard."
1278
  msgstr ""
1279
 
1280
+ #: src/central/bootstrap.php:457
1281
  msgid "Key size: %d bits"
1282
  msgstr ""
1283
 
1284
+ #: src/central/bootstrap.php:452
1285
  msgid "Public key was sent to:"
1286
  msgstr ""
1287
 
1297
  msgid "Create key"
1298
  msgstr ""
1299
 
1300
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1301
  msgid "slower, strongest"
1302
  msgstr ""
1303
 
1304
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1305
  msgid "recommended"
1306
  msgstr ""
1307
 
1308
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1309
  msgid "%s bytes"
1310
  msgstr ""
1311
 
1312
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1313
  msgid "faster (possibility for slow PHP installs)"
1314
  msgstr ""
1315
 
1316
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1317
  msgid "easy to break, fastest"
1318
  msgstr ""
1319
 
1320
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1321
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1322
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1323
  msgid "%s bits"
1324
  msgstr ""
1325
 
1326
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1327
  msgid "Encryption key size:"
1328
  msgstr ""
1329
 
1356
  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."
1357
  msgstr ""
1358
 
1359
+ #: src/class-updraftplus.php:1869
1360
  msgid "Size: %s MB"
1361
  msgstr ""
1362
 
1368
  msgid "Now"
1369
  msgstr ""
1370
 
1371
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1372
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1373
  msgstr ""
1374
 
1390
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1391
  msgstr ""
1392
 
1393
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1394
  msgid "The given file was not found, or could not be read."
1395
  msgstr ""
1396
 
1397
+ #: src/central/bootstrap.php:591
1398
  msgid "UpdraftCentral (Remote Control)"
1399
  msgstr ""
1400
 
1401
+ #: src/central/bootstrap.php:580
1402
  msgid "View recent UpdraftCentral log events"
1403
  msgstr ""
1404
 
1405
+ #: src/central/bootstrap.php:530
1406
  msgid "Enter any description"
1407
  msgstr ""
1408
 
1409
+ #: src/central/bootstrap.php:529
1410
  msgid "Description"
1411
  msgstr ""
1412
 
1413
+ #: src/central/bootstrap.php:462
1414
  msgid "Delete..."
1415
  msgstr ""
1416
 
1417
+ #: src/central/bootstrap.php:455
1418
  msgid "Created:"
1419
  msgstr ""
1420
 
1421
+ #: src/central/bootstrap.php:452
1422
  msgid "Access this site as user:"
1423
  msgstr ""
1424
 
1425
+ #: src/central/bootstrap.php:476
1426
  msgid "Details"
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:475
1430
  msgid "Key description"
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1434
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:218
1438
  msgid "An invalid URL was entered"
1439
  msgstr ""
1440
 
1441
+ #: src/central/bootstrap.php:82
1442
  msgid "Close..."
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:74
1446
  msgid "This connection appears to already have been made."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:71
1450
  msgid "You must visit this link in the same browser and login session as you created the key in."
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:67
1454
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:67
1458
  msgid "You are not logged into this WordPress site in your web browser."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:64
1462
  msgid "The key referred to was unknown."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:61
1466
  msgid "A new UpdraftCentral connection has not been made."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:59
1470
  msgid "An UpdraftCentral connection has been made successfully."
1471
  msgstr ""
1472
 
1473
+ #: src/central/bootstrap.php:56
1474
  msgid "UpdraftCentral Connection"
1475
  msgstr ""
1476
 
1477
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1478
  msgid "The backup was aborted by the user"
1479
  msgstr ""
1480
 
1481
+ #: src/admin.php:4932
1482
  msgid "Your settings have been saved."
1483
  msgstr ""
1484
 
1485
+ #: src/admin.php:3793
1486
  msgid "Total backup size:"
1487
  msgstr ""
1488
 
1489
+ #: src/admin.php:3150
1490
  msgid "stop"
1491
  msgstr ""
1492
 
1493
+ #: src/admin.php:2992
1494
  msgid "The backup has finished running"
1495
  msgstr ""
1496
 
1516
  msgid "calculate"
1517
  msgstr ""
1518
 
1519
+ #: src/admin.php:742
1520
  msgid "You should save your changes to ensure that they are used for making your backup."
1521
  msgstr ""
1522
 
1523
+ #: src/admin.php:735
1524
  msgid "We requested to delete the file, but could not understand the server's response"
1525
  msgstr ""
1526
 
1527
+ #: src/admin.php:734
1528
  msgid "Please enter a valid URL"
1529
  msgstr ""
1530
 
1531
+ #: src/admin.php:717
1532
  msgid "Saving..."
1533
  msgstr ""
1534
 
1552
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1553
  msgstr ""
1554
 
1555
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1556
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1557
  msgstr ""
1558
 
1559
+ #: src/class-updraftplus.php:4299
1560
  msgid "Please read this link for important information on this process."
1561
  msgstr ""
1562
 
1563
+ #: src/class-updraftplus.php:4299
1564
  msgid "It will be imported as a new site."
1565
  msgstr ""
1566
 
1567
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1568
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1569
  msgid "Dismiss"
1570
  msgstr ""
1571
 
1572
+ #: src/admin.php:754
1573
  msgid "Please fill in the required information."
1574
  msgstr ""
1575
 
1630
  msgid "Call WordPress action:"
1631
  msgstr ""
1632
 
1633
+ #: src/admin.php:2818
1634
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1635
  msgstr ""
1636
 
1637
+ #: src/admin.php:4438
1638
  msgid "Skipping: this archive was already restored."
1639
  msgstr ""
1640
 
1666
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1667
  msgstr ""
1668
 
1669
+ #: src/admin.php:4806
1670
  msgid "Send this backup to remote storage"
1671
  msgstr ""
1672
 
1673
+ #: src/admin.php:4804
1674
  msgid "Check out UpdraftPlus Vault."
1675
  msgstr ""
1676
 
1677
+ #: src/admin.php:4804
1678
  msgid "Not got any remote storage?"
1679
  msgstr ""
1680
 
1681
+ #: src/admin.php:4804
1682
  msgid "settings"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:4804
1686
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:2816
1690
  msgid "Include any files in the backup"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:2802
1694
  msgid "Include the database in the backup"
1695
  msgstr ""
1696
 
1697
+ #: src/admin.php:2707
1698
  msgid "Continue restoration"
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2702
1702
  msgid "You have an unfinished restoration operation, begun %s ago."
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2701
1706
  msgid "Unfinished restoration"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2699
1710
  msgid "%s minutes, %s seconds"
1711
  msgstr ""
1712
 
1713
+ #: src/admin.php:2646
1714
  msgid "Backup Contents And Schedule"
1715
  msgstr ""
1716
 
1718
  msgid "Premium / Extensions"
1719
  msgstr ""
1720
 
1721
+ #: src/admin.php:2414, src/admin.php:2423
1722
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1723
  msgstr ""
1724
 
1725
+ #: src/addons/morefiles.php:77, src/admin.php:740
1726
  msgctxt "(verb)"
1727
  msgid "Download"
1728
  msgstr ""
1858
  msgid "Could not access container"
1859
  msgstr ""
1860
 
1861
+ #: src/class-updraftplus.php:2962
1862
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1863
  msgstr ""
1864
 
1987
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1988
  msgstr ""
1989
 
1990
+ #: src/admin.php:1800
1991
  msgid "Backup sets removed:"
1992
  msgstr ""
1993
 
1994
+ #: src/admin.php:753
1995
  msgid "Processing..."
1996
  msgstr ""
1997
 
1998
+ #: src/admin.php:751
1999
  msgid "For backups older than"
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:750
2003
  msgid "week(s)"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:749
2007
  msgid "hour(s)"
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:748
2011
  msgid "day(s)"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:747
2015
  msgid "in the month"
2016
  msgstr ""
2017
 
2018
+ #: src/admin.php:746
2019
  msgid "day"
2020
  msgstr ""
2021
 
2039
  msgid "You do not currently have any UpdraftPlus Vault quota"
2040
  msgstr ""
2041
 
2042
+ #: src/class-updraftplus.php:4372
2043
  msgid "You must upgrade MySQL to be able to use this database."
2044
  msgstr ""
2045
 
2046
+ #: src/class-updraftplus.php:4372
2047
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2048
  msgstr ""
2049
 
2050
+ #: src/admin.php:2533
2051
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2052
  msgstr ""
2053
 
2075
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2076
  msgstr ""
2077
 
2078
+ #: src/admin.php:1018
2079
  msgid "Go to the remote storage settings in order to connect."
2080
  msgstr ""
2081
 
2082
+ #: src/admin.php:1018
2083
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2084
  msgstr ""
2085
 
2087
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2088
  msgstr ""
2089
 
2090
+ #: src/admin.php:723
2091
  msgid "Update quota count"
2092
  msgstr ""
2093
 
2094
+ #: src/admin.php:722
2095
  msgid "Counting..."
2096
  msgstr ""
2097
 
2098
+ #: src/admin.php:721
2099
  msgid "Disconnecting..."
2100
  msgstr ""
2101
 
2102
+ #: src/admin.php:719
2103
  msgid "Connecting..."
2104
  msgstr ""
2105
 
2125
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2126
  msgstr ""
2127
 
2128
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2129
  #: src/methods/updraftvault.php:450
2130
  msgid "Disconnect"
2131
  msgstr ""
2158
  msgid "E-mail"
2159
  msgstr ""
2160
 
2161
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2162
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2163
  msgid "Back..."
2164
  msgstr ""
2176
  msgid "%s per quarter"
2177
  msgstr ""
2178
 
2179
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2180
  #: src/methods/updraftvault.php:351
2181
  msgid "Read more about it here."
2182
  msgstr ""
2250
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2251
  msgstr ""
2252
 
2253
+ #: src/addons/migrator.php:1926, src/admin.php:729
2254
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2255
  msgstr ""
2256
 
2262
  msgid "Your new key:"
2263
  msgstr ""
2264
 
2265
+ #: src/central/bootstrap.php:402
2266
  msgid "You must copy and paste this key now - it cannot be shown again."
2267
  msgstr ""
2268
 
2269
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2270
  msgid "Key created successfully."
2271
  msgstr ""
2272
 
2306
  msgid "This storage method does not allow downloading"
2307
  msgstr ""
2308
 
2309
+ #: src/admin.php:3978
2310
  msgid "(backup set imported from remote location)"
2311
  msgstr ""
2312
 
2313
+ #: src/addons/wp-cli.php:346,
2314
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2315
  msgid "Site"
2316
  msgstr ""
2317
 
2318
+ #: src/addons/wp-cli.php:344,
2319
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2320
  msgid "Backup sent to remote site - not available for download."
2321
  msgstr ""
2322
 
2328
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2329
  msgstr ""
2330
 
2331
+ #: src/addons/migrator.php:1954, src/admin.php:736
2332
  msgid "Testing connection..."
2333
  msgstr ""
2334
 
2335
+ #: src/admin.php:733
2336
  msgid "Deleting..."
2337
  msgstr ""
2338
 
2339
+ #: src/admin.php:732
2340
  msgid "key name"
2341
  msgstr ""
2342
 
2343
+ #: src/admin.php:730
2344
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2345
  msgstr ""
2346
 
2347
+ #: src/admin.php:727
2348
  msgid "Creating..."
2349
  msgstr ""
2350
 
2368
  msgid "Or, send a backup to another site"
2369
  msgstr ""
2370
 
2371
+ #: src/addons/migrator.php:2128, src/admin.php:737
2372
  msgid "Send"
2373
  msgstr ""
2374
 
2375
+ #: src/addons/migrator.php:2122, src/admin.php:728
2376
  msgid "Send to site:"
2377
  msgstr ""
2378
 
2437
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2438
  msgstr ""
2439
 
2440
+ #: src/admin.php:726
2441
  msgid "Resetting..."
2442
  msgstr ""
2443
 
2444
+ #: src/addons/migrator.php:2431, src/admin.php:725
2445
  msgid "Add site"
2446
  msgstr ""
2447
 
2448
+ #: src/admin.php:724
2449
  msgid "Adding..."
2450
  msgstr ""
2451
 
2481
  msgid "To restore using any of the backup sets below, press the button."
2482
  msgstr ""
2483
 
2484
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2485
  msgid "You have made changes to your settings, and not saved."
2486
  msgstr ""
2487
 
2488
+ #: src/addons/onedrive.php:1164
2489
  msgid "N.B. %s is not case-sensitive."
2490
  msgstr ""
2491
 
2492
+ #: src/addons/onedrive.php:1154
2493
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2494
  msgstr ""
2495
 
2496
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2497
+ #: src/addons/onedrive.php:1127
2498
  msgid "For longer help, including screenshots, follow this link."
2499
  msgstr ""
2500
 
2501
+ #: src/addons/onedrive.php:1120
2502
  msgid "Create OneDrive credentials in your OneDrive developer console."
2503
  msgstr ""
2504
 
2505
+ #: src/addons/onedrive.php:1112
2506
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2507
  msgstr ""
2508
 
2510
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2514
  msgid "%s authorisation failed:"
2515
  msgstr ""
2516
 
2517
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2518
+ #: src/addons/onedrive.php:1157
2519
  msgid "OneDrive"
2520
  msgstr ""
2521
 
2522
+ #: src/addons/onedrive.php:709
2523
  msgid "Please re-authorize the connection to your %s account."
2524
  msgstr ""
2525
 
2527
  msgid "configure it here"
2528
  msgstr ""
2529
 
2530
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2531
  msgid "To remove the block, please go here."
2532
  msgstr ""
2533
 
2684
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2685
  msgstr ""
2686
 
2687
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2688
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2689
  #: src/udaddons/updraftplus-addons.php:887
2690
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2691
  msgstr ""
2692
 
2693
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2694
  #: src/udaddons/updraftplus-addons.php:887
2695
  msgid "It appears that your web server's IP Address (%s) is blocked."
2696
  msgstr ""
2697
 
2698
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2699
  #: src/udaddons/updraftplus-addons.php:887
2700
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2701
  msgstr ""
2739
  msgid "(at same time as files backup)"
2740
  msgstr ""
2741
 
2742
+ #: src/admin.php:3449
2743
  msgid "No backup has been completed"
2744
  msgstr ""
2745
 
2782
  msgid "or"
2783
  msgstr ""
2784
 
2785
+ #: src/admin.php:710
2786
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2787
  msgstr ""
2788
 
2813
  msgid "Check this box to have a basic report sent to"
2814
  msgstr ""
2815
 
2816
+ #: src/admin.php:3463
2817
  msgctxt "i.e. Non-automatic"
2818
  msgid "Manual"
2819
  msgstr ""
2831
  msgid "Any other file/directory on your server that you wish to back up"
2832
  msgstr ""
2833
 
2834
+ #: src/admin.php:2550
2835
  msgid "For even more features and personal support, check out "
2836
  msgstr ""
2837
 
2840
  msgstr ""
2841
 
2842
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2843
+ #: src/admin.php:715
2844
  msgid "Automatic backup before update"
2845
  msgstr ""
2846
 
2925
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2926
  msgstr ""
2927
 
2928
+ #: src/admin.php:2992, src/admin.php:4092
2929
  msgid "View Log"
2930
  msgstr ""
2931
 
2942
  msgid "and retain this many scheduled backups"
2943
  msgstr ""
2944
 
2945
+ #: src/admin.php:3419
2946
  msgid "incremental backup; base backup: %s"
2947
  msgstr ""
2948
 
2954
  msgid "Upload files into UpdraftPlus."
2955
  msgstr ""
2956
 
2957
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2958
  #: src/templates/wp-admin/settings/tab-status.php:22
2959
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2960
  msgstr ""
2961
 
2962
+ #: src/class-updraftplus.php:4288
2963
  msgid "Backup label:"
2964
  msgstr ""
2965
 
2966
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2967
  msgid "Error: unexpected file read fail"
2968
  msgstr ""
2969
 
3003
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3004
  msgstr ""
3005
 
3006
+ #: src/class-updraftplus.php:4307
3007
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3008
  msgstr ""
3009
 
3010
+ #: src/class-updraftplus.php:4307
3011
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3012
  msgstr ""
3013
 
3044
  msgid "You need to connect to receive future updates to UpdraftPlus."
3045
  msgstr ""
3046
 
3047
+ #: src/class-updraftplus.php:4280
3048
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3049
  msgstr ""
3050
 
3051
+ #: src/class-updraftplus.php:4280
3052
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3053
  msgstr ""
3054
 
3055
+ #: src/class-updraftplus.php:4280
3056
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3057
  msgstr ""
3058
 
3059
+ #: src/class-updraftplus.php:4280
3060
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3061
  msgstr ""
3062
 
3085
  msgid "UpdraftPlus is on social media - check us out!"
3086
  msgstr ""
3087
 
3088
+ #: src/admin.php:4267
3089
  msgid "Why am I seeing this?"
3090
  msgstr ""
3091
 
3097
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3098
  msgstr ""
3099
 
3100
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3101
  msgid "Start backup"
3102
  msgstr ""
3103
 
3104
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3105
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3106
  msgstr ""
3107
 
3108
+ #: src/admin.php:3317
3109
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3110
  msgstr ""
3111
 
3113
  msgid "Unless you have a problem, you can completely ignore everything here."
3114
  msgstr ""
3115
 
3116
+ #: src/admin.php:2236
3117
  msgid "This file could not be uploaded"
3118
  msgstr ""
3119
 
3120
+ #: src/admin.php:2199
3121
  msgid "You will find more information about this in the Settings section."
3122
  msgstr ""
3123
 
3137
  msgid "Memory limit"
3138
  msgstr ""
3139
 
3140
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3141
  msgid "restoration"
3142
  msgstr ""
3143
 
3161
  msgid "Backup succeeded"
3162
  msgstr ""
3163
 
3164
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3165
  #: src/updraftplus.php:99, src/updraftplus.php:100
3166
  msgid "Every %s hours"
3167
  msgstr ""
3216
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3217
  msgstr ""
3218
 
3219
+ #: src/admin.php:3820
3220
  msgid "You have not yet made any backups."
3221
  msgstr ""
3222
 
3236
  msgid "Free disk space in account:"
3237
  msgstr ""
3238
 
3239
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3240
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3241
  msgstr ""
3242
 
3243
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3244
  #: src/includes/deprecated-actions.php:29,
3245
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3246
  #: src/templates/wp-admin/settings/tab-bar.php:6
3251
  msgid "Current Status"
3252
  msgstr ""
3253
 
3254
+ #: src/admin.php:969
3255
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3256
  msgstr ""
3257
 
3258
+ #: src/admin.php:969
3259
  msgid "To make a backup, just press the Backup Now button."
3260
  msgstr ""
3261
 
3262
+ #: src/admin.php:969
3263
  msgid "Welcome to UpdraftPlus!"
3264
  msgstr ""
3265
 
3331
  msgid "user"
3332
  msgstr ""
3333
 
3334
+ #: src/class-updraftplus.php:1866
3335
  msgid "External database (%s)"
3336
  msgstr ""
3337
 
3343
  msgid "failed to access parent folder"
3344
  msgstr ""
3345
 
3346
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3347
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3348
  #: src/methods/googledrive.php:447
3349
  msgid "However, subsequent access attempts failed:"
3350
  msgstr ""
3351
 
3352
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3353
  msgid "External database"
3354
  msgstr ""
3355
 
3381
  msgid "use UpdraftPlus Premium"
3382
  msgstr ""
3383
 
3384
+ #: src/class-updraftplus.php:4131
3385
  msgid "Decryption failed. The database file is encrypted."
3386
  msgstr ""
3387
 
3411
  msgstr ""
3412
 
3413
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3414
+ #: src/addons/onedrive.php:1164
3415
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3416
  msgstr ""
3417
 
3418
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3419
+ #: src/addons/onedrive.php:1164
3420
  msgid "e.g. %s"
3421
  msgstr ""
3422
 
3423
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3424
  msgid "Enter the path of the %s folder you wish to use here."
3425
  msgstr ""
3426
 
3436
  msgid "Tenant"
3437
  msgstr ""
3438
 
3439
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3440
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3441
  msgid "Follow this link for more information"
3442
  msgstr ""
3443
 
3473
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3474
  msgstr ""
3475
 
3476
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3477
  msgid "(You appear to be already authenticated)."
3478
  msgstr ""
3479
 
3481
  msgid "Dropbox"
3482
  msgstr ""
3483
 
3484
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3485
  msgid "Authenticate with %s"
3486
  msgstr ""
3487
 
3512
  msgid "%s error - failed to access the container"
3513
  msgstr ""
3514
 
3515
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3516
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3517
  msgid "Account holder's name: %s."
3518
  msgstr ""
3529
  msgid "<strong>This is NOT a folder name</strong>."
3530
  msgstr ""
3531
 
3532
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3533
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3534
  msgid "Folder"
3535
  msgstr ""
3536
 
3537
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3538
  #: src/methods/googledrive.php:1152
3539
  msgid "%s download: failed: file not found"
3540
  msgstr ""
3578
  msgid "Failed to unpack the archive"
3579
  msgstr ""
3580
 
3581
+ #: src/class-updraftplus.php:1390
3582
  msgid "Error - failed to download the file"
3583
  msgstr ""
3584
 
3602
  msgid "password/key"
3603
  msgstr ""
3604
 
3605
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3606
+ #: src/admin.php:5192
3607
  msgid "Key"
3608
  msgstr ""
3609
 
3619
  msgid "SCP/SFTP password/key"
3620
  msgstr ""
3621
 
3622
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3623
  msgid "Files backup (created by %s)"
3624
  msgstr ""
3625
 
3626
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3627
  msgid "Files and database WordPress backup (created by %s)"
3628
  msgstr ""
3629
 
3630
+ #: src/addons/importer.php:276, src/admin.php:3883,
3631
  #: src/includes/class-backup-history.php:349
3632
  msgid "Backup created by: %s."
3633
  msgstr ""
3634
 
3635
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3636
  msgid "Database (created by %s)"
3637
  msgstr ""
3638
 
3639
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3640
  msgid "unknown source"
3641
  msgstr ""
3642
 
3648
  msgid "Upload backup files"
3649
  msgstr ""
3650
 
3651
+ #: src/admin.php:2251
3652
  msgid "This backup was created by %s, and can be imported."
3653
  msgstr ""
3654
 
3655
+ #: src/admin.php:998
3656
  msgid "Read this page for a guide to possible causes and how to fix it."
3657
  msgstr ""
3658
 
3659
+ #: src/admin.php:998
3660
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3661
  msgstr ""
3662
 
3673
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3674
  msgstr ""
3675
 
3676
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3677
  #: src/restorer.php:1577
3678
  msgid "Backup created by unknown source (%s) - cannot be restored."
3679
  msgstr ""
3733
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3734
  msgstr ""
3735
 
3736
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3737
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3738
  msgstr ""
3739
 
3740
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3741
  #: src/restorer.php:1608
3742
  msgid "Your hosting company must enable these functions before %s can work."
3743
  msgstr ""
3744
 
3745
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3746
  msgid "Your web server's PHP installation has these functions disabled: %s."
3747
  msgstr ""
3748
 
3812
  msgid "Dismiss from main dashboard (for %s weeks)"
3813
  msgstr ""
3814
 
3815
+ #: src/class-updraftplus.php:4771
3816
  msgid "The attempt to undo the double-compression succeeded."
3817
  msgstr ""
3818
 
3819
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3820
  msgid "The attempt to undo the double-compression failed."
3821
  msgstr ""
3822
 
3823
+ #: src/class-updraftplus.php:4741
3824
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3825
  msgstr ""
3826
 
3844
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3845
  msgstr ""
3846
 
3847
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3848
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3849
  msgstr ""
3850
 
3853
  msgid "Errors occurred:"
3854
  msgstr ""
3855
 
3856
+ #: src/admin.php:4286
3857
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3858
  msgstr ""
3859
 
3877
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3878
  msgstr ""
3879
 
3880
+ #: src/admin.php:973, src/class-updraftplus.php:875
3881
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3882
  msgstr ""
3883
 
3890
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3891
  msgstr ""
3892
 
3893
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3894
  msgid "Messages:"
3895
  msgstr ""
3896
 
4051
  msgid "Authorisation failed (check your credentials)"
4052
  msgstr ""
4053
 
4054
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4055
  #: src/udaddons/options.php:257
4056
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4057
  msgstr ""
4058
 
4059
+ #: src/admin.php:708, src/central/bootstrap.php:561
4060
  msgid "Create"
4061
  msgstr ""
4062
 
4068
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4069
  msgstr ""
4070
 
4071
+ #: src/admin.php:680, src/admin.php:4584
4072
  msgid "Error data:"
4073
  msgstr ""
4074
 
4075
+ #: src/admin.php:4238
4076
  msgid "Backup does not exist in the backup history"
4077
  msgstr ""
4078
 
4079
+ #: src/admin.php:2927
4080
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4081
  msgstr ""
4082
 
4116
  msgid "Email reports"
4117
  msgstr ""
4118
 
4119
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4120
  msgid "%s checksum: %s"
4121
  msgstr ""
4122
 
4123
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4124
  msgid "files: %s"
4125
  msgstr ""
4126
 
4132
  msgid "Debugging information"
4133
  msgstr ""
4134
 
4135
+ #: src/addons/reporting.php:222, src/admin.php:3776
4136
  msgid "Uploaded to:"
4137
  msgstr ""
4138
 
4173
  msgid "%d errors, %d warnings"
4174
  msgstr ""
4175
 
4176
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4177
  #: src/methods/dropbox.php:772
4178
  msgid "%s authentication"
4179
  msgstr ""
4180
 
4181
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4182
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4183
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4184
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4205
  msgid "Your site's admin email address (%s) will be used."
4206
  msgstr ""
4207
 
4208
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4209
  #: src/methods/updraftvault.php:362
4210
  msgid "Connect"
4211
  msgstr ""
4214
  msgid "For more reporting features, use the Reporting add-on."
4215
  msgstr ""
4216
 
4217
+ #: src/class-updraftplus.php:4212
4218
  msgid "(version: %s)"
4219
  msgstr ""
4220
 
4354
  msgid "Reporting"
4355
  msgstr ""
4356
 
4357
+ #: src/admin.php:5189
4358
  msgid "Options (raw)"
4359
  msgstr ""
4360
 
4374
  msgid "See also the \"More Files\" add-on from our shop."
4375
  msgstr ""
4376
 
4377
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4378
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4379
  msgstr ""
4380
 
4381
+ #: src/class-updraftplus.php:872
4382
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4383
  msgstr ""
4384
 
4454
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4455
  msgstr ""
4456
 
4457
+ #: src/admin.php:2727
4458
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4459
  msgstr ""
4460
 
4522
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4523
  msgstr ""
4524
 
4525
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4526
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4527
  msgstr ""
4528
 
4551
  msgid "You can send a backup to more than one destination with an add-on."
4552
  msgstr ""
4553
 
4554
+ #: src/admin.php:3150
4555
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4556
  msgstr ""
4557
 
4558
+ #: src/admin.php:3049
4559
  msgid "(%s%%, file %s of %s)"
4560
  msgstr ""
4561
 
4592
  msgid "Backup is of: %s."
4593
  msgstr ""
4594
 
4595
+ #: src/admin.php:757
4596
  msgid "%s settings test result:"
4597
  msgstr ""
4598
 
4599
+ #: src/admin.php:3951, src/admin.php:3953
4600
  msgid "(Not finished)"
4601
  msgstr ""
4602
 
4603
+ #: src/admin.php:3953
4604
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4605
  msgstr ""
4606
 
4612
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4613
  msgstr ""
4614
 
4615
+ #: src/admin.php:3145
4616
  msgid "Job ID: %s"
4617
  msgstr ""
4618
 
4619
+ #: src/admin.php:3130
4620
  msgid "last activity: %ss ago"
4621
  msgstr ""
4622
 
4623
+ #: src/admin.php:3129
4624
  msgid "next resumption: %d (after %ss)"
4625
  msgstr ""
4626
 
4627
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4628
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4629
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4630
  msgid "Unknown"
4631
  msgstr ""
4632
 
4633
+ #: src/admin.php:3063
4634
  msgid "Backup finished"
4635
  msgstr ""
4636
 
4637
+ #: src/admin.php:3058
4638
  msgid "Waiting until scheduled time to retry because of errors"
4639
  msgstr ""
4640
 
4641
+ #: src/admin.php:3054
4642
  msgid "Pruning old backup sets"
4643
  msgstr ""
4644
 
4645
+ #: src/admin.php:3042
4646
  msgid "Uploading files to remote storage"
4647
  msgstr ""
4648
 
4649
+ #: src/admin.php:3110
4650
  msgid "Encrypted database"
4651
  msgstr ""
4652
 
4653
+ #: src/admin.php:3102
4654
  msgid "Encrypting database"
4655
  msgstr ""
4656
 
4657
+ #: src/admin.php:3076
4658
  msgid "Created database backup"
4659
  msgstr ""
4660
 
4661
+ #: src/admin.php:3089
4662
  msgid "table: %s"
4663
  msgstr ""
4664
 
4665
+ #: src/admin.php:3087
4666
  msgid "Creating database backup"
4667
  msgstr ""
4668
 
4669
+ #: src/admin.php:3037
4670
  msgid "Created file backup zips"
4671
  msgstr ""
4672
 
4673
+ #: src/admin.php:3024
4674
  msgid "Creating file backup zips"
4675
  msgstr ""
4676
 
4677
+ #: src/admin.php:3019
4678
  msgid "Backup begun"
4679
  msgstr ""
4680
 
4681
+ #: src/admin.php:2852
4682
  msgid "Backups in progress:"
4683
  msgstr ""
4684
 
4685
+ #: src/admin.php:977
4686
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4687
  msgstr ""
4688
 
4698
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4699
  msgstr ""
4700
 
4701
+ #: src/class-updraftplus.php:2969
4702
  msgid "The backup has not finished; a resumption is scheduled"
4703
  msgstr ""
4704
 
4705
+ #: src/class-updraftplus.php:2152
4706
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4707
  msgstr ""
4708
 
4709
+ #: src/addons/onedrive.php:1017,
4710
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4711
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4712
  msgstr ""
4713
 
4714
+ #: src/admin.php:2577
4715
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4716
  msgstr ""
4717
 
4718
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4719
  msgid "Proceed with update"
4720
  msgstr ""
4721
 
4791
  msgid "Support"
4792
  msgstr ""
4793
 
4794
+ #: src/class-updraftplus.php:4520
4795
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4796
  msgstr ""
4797
 
4798
+ #: src/class-updraftplus.php:4512
4799
  msgid "This database backup is missing core WordPress tables: %s"
4800
  msgstr ""
4801
 
4802
+ #: src/class-updraftplus.php:4273
4803
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4804
  msgstr ""
4805
 
4806
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4807
  msgid "%s version: %s"
4808
  msgstr ""
4809
 
4810
+ #: src/class-updraftplus.php:4148
4811
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4812
  msgstr ""
4813
 
4814
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4815
  #: src/includes/updraftplus-notices.php:171
4816
  msgid "Be safe with an automatic backup"
4817
  msgstr ""
4818
 
4819
+ #: src/admin.php:2530
4820
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4821
  msgstr ""
4822
 
4864
  msgid "Delete from your web server"
4865
  msgstr ""
4866
 
4867
+ #: src/admin.php:3923
4868
  msgid "You appear to be missing one or more archives from this multi-archive set."
4869
  msgstr ""
4870
 
4871
+ #: src/admin.php:3920
4872
  msgid "(%d archive(s) in set)."
4873
  msgstr ""
4874
 
4888
  msgid "Error: the server sent an empty response."
4889
  msgstr ""
4890
 
4891
+ #: src/admin.php:2265
4892
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4893
  msgstr ""
4894
 
4924
  msgid "No such backup set exists"
4925
  msgstr ""
4926
 
4927
+ #: src/admin.php:1394
4928
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4929
  msgstr ""
4930
 
4940
  msgid "WordPress root directory server path: %s"
4941
  msgstr ""
4942
 
4943
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4944
  msgid "%s end-point"
4945
  msgstr ""
4946
 
4953
  msgid "S3 (Compatible)"
4954
  msgstr ""
4955
 
4956
+ #: src/admin.php:1304
4957
  msgid "File is not locally present - needs retrieving from remote storage"
4958
  msgstr ""
4959
 
4960
+ #: src/admin.php:4435
4961
  msgid "Looking for %s archive: file name: %s"
4962
  msgstr ""
4963
 
4964
+ #: src/admin.php:4396
4965
  msgid "Final checks"
4966
  msgstr ""
4967
 
4973
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4974
  msgstr ""
4975
 
4976
+ #: src/admin.php:3557
4977
  msgid "Your wp-content directory server path: %s"
4978
  msgstr ""
4979
 
4989
  msgid "Processing files - please wait..."
4990
  msgstr ""
4991
 
 
 
 
 
 
4992
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4993
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4994
  msgstr ""
4995
 
4996
+ #: src/class-updraftplus.php:4156
4997
  msgid "Failed to open database file."
4998
  msgstr ""
4999
 
5000
+ #: src/admin.php:5154
5001
  msgid "Known backups (raw)"
5002
  msgstr ""
5003
 
5009
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5010
  msgstr ""
5011
 
5012
+ #: src/admin.php:4455
5013
  msgid "file is size:"
5014
  msgstr ""
5015
 
5016
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5017
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5018
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5019
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5020
  msgid "Go here for more information."
5021
  msgstr ""
5022
 
5024
  msgid "Some files are still downloading or being processed - please wait."
5025
  msgstr ""
5026
 
5027
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5028
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5029
  msgstr ""
5030
 
5080
  msgid "%s error - failed to upload file"
5081
  msgstr ""
5082
 
5083
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5084
  msgid "%s error - failed to re-assemble chunks"
5085
  msgstr ""
5086
 
5095
  msgstr ""
5096
 
5097
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5098
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5099
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5100
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5101
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5102
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5103
  #: src/methods/s3.php:341
5104
  msgid "Error: %s"
5105
  msgstr ""
5106
 
5107
+ #: src/admin.php:3482
5108
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5109
  msgstr ""
5110
 
5111
+ #: src/admin.php:3480
5112
  msgid "Backup directory specified does <b>not</b> exist."
5113
  msgstr ""
5114
 
5115
+ #: src/admin.php:3157, src/admin.php:3431
5116
  msgid "Warning: %s"
5117
  msgstr ""
5118
 
5140
  msgid "Warnings encountered:"
5141
  msgstr ""
5142
 
5143
+ #: src/class-updraftplus.php:2957
5144
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5145
  msgstr ""
5146
 
5147
+ #: src/class-updraftplus.php:901
5148
  msgid "Your free disk space is very low - only %s Mb remain"
5149
  msgstr ""
5150
 
5196
  msgid "Please supply the requested information, and then continue."
5197
  msgstr ""
5198
 
5199
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5200
  msgid "Site information:"
5201
  msgstr ""
5202
 
5204
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5205
  msgstr ""
5206
 
5207
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5208
  msgid "Warning:"
5209
  msgstr ""
5210
 
5211
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5212
  #: src/restorer.php:184
5213
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5214
  msgstr ""
5215
 
5216
+ #: src/admin.php:4423
5217
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5218
  msgstr ""
5219
 
5220
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5221
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5222
  msgstr ""
5223
 
5224
+ #: src/admin.php:712
5225
  msgid "Close"
5226
  msgstr ""
5227
 
5272
  msgid "Also delete from remote storage"
5273
  msgstr ""
5274
 
5275
+ #: src/admin.php:2879
5276
  msgid "Latest UpdraftPlus.com news:"
5277
  msgstr ""
5278
 
5289
  msgid "News"
5290
  msgstr ""
5291
 
5292
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5293
  msgid "Backup set not found"
5294
  msgstr ""
5295
 
5311
  msgid "Blog link"
5312
  msgstr ""
5313
 
5314
+ #: src/admin.php:756
5315
  msgid "Testing %s Settings..."
5316
  msgstr ""
5317
 
5319
  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."
5320
  msgstr ""
5321
 
5322
+ #: src/admin.php:993
5323
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5324
  msgstr ""
5325
 
5326
+ #: src/admin.php:993
5327
  msgid "Notice"
5328
  msgstr ""
5329
 
5521
  msgid "WordPress Core"
5522
  msgstr ""
5523
 
5524
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5525
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5526
  msgstr ""
5527
 
5528
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5529
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5530
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5531
+ #: src/methods/stream-base.php:356
5532
  msgid "Failed"
5533
  msgstr ""
5534
 
5583
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5584
  msgstr ""
5585
 
5586
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5587
  msgid "Your %s account name: %s"
5588
  msgstr ""
5589
 
5747
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5748
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5749
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5750
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5751
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5752
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5753
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5789
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5790
  msgstr ""
5791
 
5792
+ #: src/admin.php:755, src/methods/backup-module.php:315
5793
  msgid "Test %s Settings"
5794
  msgstr ""
5795
 
5796
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5797
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5798
  msgid "Error opening local file: Failed to download"
5799
  msgstr ""
5810
  msgstr ""
5811
 
5812
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5813
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5814
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5815
  msgid "%s Error: Failed to open local file"
5816
  msgstr ""
5831
  msgid "Authenticate with Google"
5832
  msgstr ""
5833
 
5834
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5835
  #: src/methods/googledrive.php:1226
5836
  msgid "Client Secret"
5837
  msgstr ""
5840
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5841
  msgstr ""
5842
 
5843
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5844
  #: src/methods/googledrive.php:1222
5845
  msgid "Client ID"
5846
  msgstr ""
5878
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5879
  msgstr ""
5880
 
5881
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5882
  #: src/methods/googledrive.php:467
5883
  msgid "you have authenticated your %s account."
5884
  msgstr ""
5885
 
5886
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5887
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5888
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5889
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5890
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5891
  msgid "Success"
5892
  msgstr ""
5893
 
5894
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5895
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5896
  msgid "Your %s quota usage: %s %% used, %s available"
5897
  msgstr ""
5923
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5924
  msgstr ""
5925
 
5926
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5927
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5928
  #: src/restorer.php:2437, src/restorer.php:2542
5929
  msgid "OK"
5930
  msgstr ""
5941
  msgid "will restore as:"
5942
  msgstr ""
5943
 
5944
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5945
  #: src/restorer.php:1896, src/restorer.php:1922
5946
  msgid "Old table prefix:"
5947
  msgstr ""
5948
 
5949
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5950
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5951
  msgid "Backup of:"
5952
  msgstr ""
5953
 
6019
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6020
  msgstr ""
6021
 
6022
+ #: src/admin.php:4461, src/admin.php:4462
6023
  msgid "Could not find one of the files for restoration"
6024
  msgstr ""
6025
 
6026
+ #: src/admin.php:4576
6027
  msgid "Error message"
6028
  msgstr ""
6029
 
6030
+ #: src/admin.php:4458
6031
  msgid "The backup records do not contain information about the proper size of this file."
6032
  msgstr ""
6033
 
6034
+ #: src/admin.php:4450
6035
  msgid "Archive is expected to be size:"
6036
  msgstr ""
6037
 
6038
+ #: src/admin.php:4330
6039
  msgid "If making a request for support, please include this information:"
6040
  msgstr ""
6041
 
6042
+ #: src/admin.php:4329
6043
  msgid "ABORT: Could not find the information on which entities to restore."
6044
  msgstr ""
6045
 
6046
+ #: src/admin.php:4284
6047
  msgid "UpdraftPlus Restoration: Progress"
6048
  msgstr ""
6049
 
6050
+ #: src/admin.php:4237
6051
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6052
  msgstr ""
6053
 
6054
+ #: src/admin.php:3981
6055
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6056
  msgstr ""
6057
 
6058
+ #: src/admin.php:4082
6059
  msgid "Delete this backup set"
6060
  msgstr ""
6061
 
6062
+ #: src/admin.php:3641
6063
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6064
  msgstr ""
6065
 
6066
+ #: src/admin.php:3638
6067
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6068
  msgstr ""
6069
 
6070
+ #: src/admin.php:3636
6071
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6072
  msgstr ""
6073
 
6108
  msgid "Use the server's SSL certificates"
6109
  msgstr ""
6110
 
6111
+ #: src/admin.php:3484
6112
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6113
  msgstr ""
6114
 
6115
+ #: src/admin.php:3484
6116
  msgid "click here"
6117
  msgstr ""
6118
 
6119
+ #: src/admin.php:3484
6120
  msgid "or, to reset this option"
6121
  msgstr ""
6122
 
6123
+ #: src/admin.php:3484
6124
  msgid "Follow this link to attempt to create the directory and set the permissions"
6125
  msgstr ""
6126
 
6127
+ #: src/admin.php:3476
6128
  msgid "Backup directory specified is writable, which is good."
6129
  msgstr ""
6130
 
6164
  msgid "Cancel"
6165
  msgstr ""
6166
 
6167
+ #: src/addons/reporting.php:244, src/admin.php:3788
6168
  msgid "None"
6169
  msgstr ""
6170
 
6189
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6190
  msgstr ""
6191
 
6192
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6193
  msgid "Exclude these:"
6194
  msgstr ""
6195
 
6196
+ #: src/admin.php:3557
6197
  msgid "Any other directories found inside wp-content"
6198
  msgstr ""
6199
 
6209
  msgid "To fix the time at which a backup should take place,"
6210
  msgstr ""
6211
 
6212
+ #: src/admin.php:3470
6213
  msgid "Monthly"
6214
  msgstr ""
6215
 
6216
+ #: src/admin.php:3469
6217
  msgid "Fortnightly"
6218
  msgstr ""
6219
 
6220
+ #: src/admin.php:3468
6221
  msgid "Weekly"
6222
  msgstr ""
6223
 
6224
+ #: src/admin.php:3467
6225
  msgid "Daily"
6226
  msgstr ""
6227
 
6228
+ #: src/admin.php:714, src/admin.php:3445
6229
  msgid "Download log file"
6230
  msgstr ""
6231
 
6232
+ #: src/admin.php:3317
6233
  msgid "The folder exists, but your webserver does not have permission to write to it."
6234
  msgstr ""
6235
 
6236
+ #: src/admin.php:3312
6237
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6238
  msgstr ""
6239
 
6240
+ #: src/admin.php:3298
6241
  msgid "The request to the filesystem to create the directory failed."
6242
  msgstr ""
6243
 
6244
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6245
+ #: src/admin.php:3243, src/admin.php:4082,
6246
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6247
  msgid "Delete"
6248
  msgstr ""
6249
 
6250
+ #: src/admin.php:3148
6251
  msgid "show log"
6252
  msgstr ""
6253
 
6363
  msgid "Do read this helpful article of useful things to know before restoring."
6364
  msgstr ""
6365
 
6366
+ #: src/class-updraftplus.php:4246
6367
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6368
  msgstr ""
6369
 
6418
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6419
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6420
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6421
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6422
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6423
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6424
  msgid "Error:"
6469
  msgid "More tasks:"
6470
  msgstr ""
6471
 
6472
+ #: src/admin.php:2906
6473
  msgid "Download most recently modified log file"
6474
  msgstr ""
6475
 
6476
+ #: src/central/bootstrap.php:186
6477
  msgid "(Nothing yet logged)"
6478
  msgstr ""
6479
 
6480
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6481
+ #: src/admin.php:2861, src/admin.php:2866
6482
  msgid "Last log message"
6483
  msgstr ""
6484
 
6485
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6486
  #: src/templates/wp-admin/settings/tab-status.php:30
6487
  msgid "Restore"
6488
  msgstr ""
6493
  msgstr ""
6494
 
6495
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6496
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6497
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6498
  #: src/includes/class-wpadmin-commands.php:147,
6499
  #: src/includes/class-wpadmin-commands.php:507,
6500
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6502
  msgid "Database"
6503
  msgstr ""
6504
 
6505
+ #: src/admin.php:311, src/admin.php:5161
6506
  msgid "Files"
6507
  msgstr ""
6508
 
6530
  msgid "JavaScript warning"
6531
  msgstr ""
6532
 
6533
+ #: src/admin.php:692, src/admin.php:2933
6534
  msgid "Delete Old Directories"
6535
  msgstr ""
6536
 
6537
+ #: src/admin.php:2577
6538
  msgid "Current limit is:"
6539
  msgstr ""
6540
 
6541
+ #: src/admin.php:2552
6542
  msgid "Your backup has been restored."
6543
  msgstr ""
6544
 
6550
  msgid "Lead developer's homepage"
6551
  msgstr ""
6552
 
6553
+ #: src/central/bootstrap.php:505
6554
  msgid "UpdraftPlus.Com"
6555
  msgstr ""
6556
 
6557
+ #: src/admin.php:5053
6558
  msgid "Your settings have been wiped."
6559
  msgstr ""
6560
 
6561
+ #: src/admin.php:2512
6562
  msgid "Backup directory successfully created."
6563
  msgstr ""
6564
 
6565
+ #: src/admin.php:2505
6566
  msgid "Backup directory could not be created"
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:3180
6570
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6571
  msgstr ""
6572
 
6573
+ #: src/admin.php:3178
6574
  msgid "Old directories successfully removed."
6575
  msgstr ""
6576
 
6577
+ #: src/admin.php:3175, src/admin.php:3175
6578
  msgid "Remove old directories"
6579
  msgstr ""
6580
 
6581
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6582
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6583
+ #: src/admin.php:2514, src/admin.php:3182
6584
  msgid "Return to UpdraftPlus Configuration"
6585
  msgstr ""
6586
 
6587
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6588
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6589
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6590
  msgid "Actions"
6591
  msgstr ""
6592
 
6593
+ #: src/admin.php:2357
6594
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6595
  msgstr ""
6596
 
6597
+ #: src/admin.php:2257
6598
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6599
  msgstr ""
6600
 
6601
+ #: src/admin.php:2153
6602
  msgid "No local copy present."
6603
  msgstr ""
6604
 
6605
+ #: src/admin.php:2150
6606
  msgid "Download in progress"
6607
  msgstr ""
6608
 
6609
+ #: src/admin.php:684, src/admin.php:2139
6610
  msgid "File ready."
6611
  msgstr ""
6612
 
6613
+ #: src/admin.php:2120
6614
  msgid "Download failed"
6615
  msgstr ""
6616
 
6617
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6618
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6619
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6620
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6621
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6623
  msgid "Error"
6624
  msgstr ""
6625
 
6626
+ #: src/admin.php:1922
6627
  msgid "Could not find that job - perhaps it has already finished?"
6628
  msgstr ""
6629
 
6630
+ #: src/admin.php:1914
6631
  msgid "Job deleted"
6632
  msgstr ""
6633
 
6634
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6635
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6636
  msgstr ""
6637
 
6638
+ #: src/admin.php:758
6639
  msgid "Nothing yet logged"
6640
  msgstr ""
6641
 
6642
+ #: src/admin.php:989
6643
  msgid "Please consult this FAQ if you have problems backing up."
6644
  msgstr ""
6645
 
6646
+ #: src/admin.php:989
6647
  msgid "Your website is hosted using the %s web server."
6648
  msgstr ""
6649
 
6650
+ #: src/admin.php:985
6651
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6652
  msgstr ""
6653
 
6654
+ #: src/admin.php:981
6655
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6656
  msgstr ""
6657
 
6658
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6659
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6660
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6661
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6662
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6663
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6667
  msgid "Warning"
6668
  msgstr ""
6669
 
6670
+ #: src/admin.php:919
6671
  msgid "Add-Ons / Pro Support"
6672
  msgstr ""
6673
 
6674
+ #: src/admin.php:548, src/admin.php:917,
6675
  #: src/templates/wp-admin/settings/tab-bar.php:7
6676
  msgid "Settings"
6677
  msgstr ""
6692
  msgid "Like UpdraftPlus and can spare one minute?"
6693
  msgstr ""
6694
 
6695
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6696
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6697
  msgid "File not found"
6698
  msgstr ""
6699
 
6700
+ #: src/class-updraftplus.php:3909
6701
  msgid "The decryption key used:"
6702
  msgstr ""
6703
 
6704
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6705
  #: src/restorer.php:422
6706
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6707
  msgstr ""
6708
 
6709
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6710
  #: src/restorer.php:409
6711
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6712
  msgstr ""
6715
  msgid "Could not open the backup file for writing"
6716
  msgstr ""
6717
 
6718
+ #: src/class-updraftplus.php:3495
6719
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6720
  msgstr ""
6721
 
6722
+ #: src/class-updraftplus.php:3456
6723
  msgid "Could not read the directory"
6724
  msgstr ""
6725
 
6726
+ #: src/admin.php:2199, src/backup.php:1323
6727
  msgid "Backup directory (%s) is not writable, or does not exist."
6728
  msgstr ""
6729
 
6731
  msgid "WordPress backup is complete"
6732
  msgstr ""
6733
 
6734
+ #: src/class-updraftplus.php:2966
6735
  msgid "The backup attempt has finished, apparently unsuccessfully"
6736
  msgstr ""
6737
 
6738
+ #: src/class-updraftplus.php:2951
6739
  msgid "The backup apparently succeeded and is now complete"
6740
  msgstr ""
6741
 
6743
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6744
  msgstr ""
6745
 
6746
+ #: src/class-updraftplus.php:2654
6747
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6748
  msgstr ""
6749
 
6750
+ #: src/class-updraftplus.php:1931
6751
  msgid "Others"
6752
  msgstr ""
6753
 
6754
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6755
  msgid "Uploads"
6756
  msgstr ""
6757
 
6758
+ #: src/class-updraftplus.php:1915
6759
  msgid "Themes"
6760
  msgstr ""
6761
 
6762
+ #: src/class-updraftplus.php:1914
6763
  msgid "Plugins"
6764
  msgstr ""
6765
 
6766
+ #: src/class-updraftplus.php:627
6767
  msgid "No log files were found."
6768
  msgstr ""
6769
 
6770
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6771
  msgid "The log file could not be read."
6772
  msgstr ""
6773
 
6774
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6775
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6776
+ #: src/class-updraftplus.php:632
6777
  msgid "UpdraftPlus notice:"
6778
  msgstr ""
6779
 
languages/updraftplus-ca.po CHANGED
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr ""
@@ -51,19 +83,19 @@ msgstr ""
51
  msgid "WP CLI"
52
  msgstr ""
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr ""
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr ""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr ""
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr ""
69
 
@@ -139,11 +171,11 @@ msgstr ""
139
  msgid "Ensure you are logged into the correct account before continuing."
140
  msgstr ""
141
 
142
- #: src/admin.php:4789
143
  msgid "Remote storage method and instance id are required for authentication."
144
  msgstr ""
145
 
146
- #: src/admin.php:4785
147
  msgid "authentication error"
148
  msgstr ""
149
 
@@ -171,11 +203,11 @@ msgstr ""
171
  msgid "Delete these settings"
172
  msgstr ""
173
 
174
- #: src/addons/morestorage.php:81, src/admin.php:784
175
  msgid "Currently disabled"
176
  msgstr ""
177
 
178
- #: src/addons/morestorage.php:81, src/admin.php:783
179
  msgid "Currently enabled"
180
  msgstr ""
181
 
@@ -207,7 +239,7 @@ msgstr ""
207
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
208
  msgstr ""
209
 
210
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
211
  msgid "remote site"
212
  msgstr ""
213
 
@@ -221,15 +253,15 @@ msgid_plural "Requested table collations (%1$s) are not present - changing to %2
221
  msgstr[0] ""
222
  msgstr[1] ""
223
 
224
- #: src/class-updraftplus.php:4436
225
  msgid "Your chosen replacement collation"
226
  msgstr ""
227
 
228
- #: src/class-updraftplus.php:4413
229
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
230
  msgstr ""
231
 
232
- #: src/class-updraftplus.php:4413
233
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
234
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
235
  msgstr[0] ""
@@ -267,23 +299,23 @@ msgstr ""
267
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
268
  msgstr ""
269
 
270
- #: src/central/bootstrap.php:519
271
  msgid "URL for the site of your UpdraftCentral dashboard"
272
  msgstr ""
273
 
274
- #: src/central/bootstrap.php:517
275
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
276
  msgstr ""
277
 
278
- #: src/central/bootstrap.php:514
279
  msgid "A website where you have installed %s"
280
  msgstr ""
281
 
282
- #: src/central/bootstrap.php:512
283
  msgid "Self-hosted dashboard"
284
  msgstr ""
285
 
286
- #: src/central/bootstrap.php:254
287
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
288
  msgstr ""
289
 
@@ -297,65 +329,65 @@ msgstr[1] ""
297
  msgid "Requested table character set (%s) is not present - changing to %s."
298
  msgstr ""
299
 
300
- #: src/class-updraftplus.php:4389
301
  msgid "Your chosen character set to use instead:"
302
  msgstr ""
303
 
304
- #: src/class-updraftplus.php:4379
305
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
306
  msgstr ""
307
 
308
- #: src/class-updraftplus.php:4379
309
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
310
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
311
  msgstr[0] ""
312
  msgstr[1] ""
313
 
314
- #: src/central/bootstrap.php:597
315
  msgid "Create another key"
316
  msgstr ""
317
 
318
- #: src/central/bootstrap.php:526
319
  msgid "UpdraftCentral dashboard connection details"
320
  msgstr ""
321
 
322
- #: src/central/bootstrap.php:520
323
  msgid "Next"
324
  msgstr ""
325
 
326
- #: src/central/bootstrap.php:506
327
  msgid "an account"
328
  msgstr ""
329
 
330
- #: src/central/bootstrap.php:506
331
  msgid "i.e. if you have %s there"
332
  msgstr ""
333
 
334
- #: src/central/bootstrap.php:495
335
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
336
  msgstr ""
337
 
338
- #: src/central/bootstrap.php:469
339
  msgid "Manage existing keys (%d)..."
340
  msgstr ""
341
 
342
- #: src/central/bootstrap.php:419
343
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
344
  msgstr ""
345
 
346
- #: src/central/bootstrap.php:256
347
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
348
  msgstr ""
349
 
350
- #: src/central/bootstrap.php:254
351
  msgid "Detailed instructions for this can be found at %s"
352
  msgstr ""
353
 
354
- #: src/central/bootstrap.php:254
355
  msgid "You now need to copy the key below and enter it at your %s."
356
  msgstr ""
357
 
358
- #: src/admin.php:778
359
  msgid "Please enter a valid URL e.g http://example.com"
360
  msgstr ""
361
 
@@ -395,23 +427,23 @@ msgstr ""
395
  msgid "Account ID"
396
  msgstr ""
397
 
398
- #: src/class-updraftplus.php:4221
399
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
400
  msgstr ""
401
 
402
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
403
  msgid "the migrator add-on"
404
  msgstr ""
405
 
406
- #: src/class-updraftplus.php:4219
407
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
408
  msgstr ""
409
 
410
- #: src/class-updraftplus.php:4217
411
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
412
  msgstr ""
413
 
414
- #: src/class-updraftplus.php:4212
415
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
416
  msgstr ""
417
 
@@ -427,19 +459,19 @@ msgstr ""
427
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
428
  msgstr ""
429
 
430
- #: src/admin.php:759
431
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
432
  msgstr ""
433
 
434
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
435
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
436
- #: src/class-updraftplus.php:2452
437
  msgid "A PHP fatal error (%s) has occurred: %s"
438
  msgstr ""
439
 
440
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
441
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
442
- #: src/class-updraftplus.php:2445
443
  msgid "A PHP exception (%s) has occurred: %s"
444
  msgstr ""
445
 
@@ -495,11 +527,11 @@ msgstr ""
495
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
496
  msgstr ""
497
 
498
- #: src/admin.php:4995
499
  msgid "Value"
500
  msgstr ""
501
 
502
- #: src/admin.php:1721
503
  msgid "Did not know how to delete from this cloud service."
504
  msgstr ""
505
 
@@ -511,7 +543,7 @@ msgstr ""
511
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
512
  msgstr ""
513
 
514
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
515
  msgid "Stored at: %s"
516
  msgstr ""
517
 
@@ -519,11 +551,11 @@ msgstr ""
519
  msgid "Cloud Files"
520
  msgstr ""
521
 
522
- #: src/admin.php:4740
523
  msgid "Your settings failed to save. Please refresh the settings page and try again"
524
  msgstr ""
525
 
526
- #: src/admin.php:4699
527
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
528
  msgstr ""
529
 
@@ -540,39 +572,39 @@ msgstr ""
540
  msgid "Extra database"
541
  msgstr ""
542
 
543
- #: src/admin.php:3909
544
  msgid "Press here to download or browse"
545
  msgstr ""
546
 
547
- #: src/admin.php:1158, src/admin.php:1168
548
  msgid "Error: invalid path"
549
  msgstr ""
550
 
551
- #: src/admin.php:955
552
  msgid "An error occurred when fetching storage module options: "
553
  msgstr ""
554
 
555
- #: src/admin.php:775
556
  msgid "Loading log file"
557
  msgstr ""
558
 
559
- #: src/admin.php:774
560
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
561
  msgstr ""
562
 
563
- #: src/admin.php:773
564
  msgid "Search"
565
  msgstr ""
566
 
567
- #: src/admin.php:772
568
  msgid "Select a file to view information about it"
569
  msgstr ""
570
 
571
- #: src/admin.php:771
572
  msgid "Browsing zip file"
573
  msgstr ""
574
 
575
- #: src/admin.php:740
576
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
577
  msgstr ""
578
 
@@ -584,43 +616,43 @@ msgstr ""
584
  msgid "Skipped tables:"
585
  msgstr ""
586
 
587
- #: src/class-updraftplus.php:4501
588
  msgid "This database backup has the following WordPress tables excluded: %s"
589
  msgstr ""
590
 
591
- #: src/admin.php:2804
592
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
593
  msgstr ""
594
 
595
- #: src/admin.php:2804
596
  msgid "All WordPress tables will be backed up."
597
  msgstr ""
598
 
599
- #: src/admin.php:770
600
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
601
  msgstr ""
602
 
603
- #: src/admin.php:770
604
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
605
  msgstr ""
606
 
607
- #: src/admin.php:770
608
  msgid "The available memory on the server."
609
  msgstr ""
610
 
611
- #: src/admin.php:770
612
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
613
  msgstr ""
614
 
615
- #: src/admin.php:770
616
  msgid "The file failed to upload. Please check the following:"
617
  msgstr ""
618
 
619
- #: src/admin.php:769
620
  msgid "HTTP code:"
621
  msgstr ""
622
 
623
- #: src/addons/wp-cli.php:87, src/admin.php:665
624
  msgid "You have chosen to backup a database, but no tables have been selected"
625
  msgstr ""
626
 
@@ -1072,7 +1104,7 @@ msgstr ""
1072
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1073
  msgstr ""
1074
 
1075
- #: src/central/bootstrap.php:592
1076
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1077
  msgstr ""
1078
 
@@ -1084,11 +1116,11 @@ msgstr ""
1084
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1085
  msgstr ""
1086
 
1087
- #: src/admin.php:1797
1088
  msgid "Remote files deleted:"
1089
  msgstr ""
1090
 
1091
- #: src/admin.php:1796
1092
  msgid "Local files deleted:"
1093
  msgstr ""
1094
 
@@ -1096,35 +1128,35 @@ msgstr ""
1096
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1097
  msgstr ""
1098
 
1099
- #: src/admin.php:768
1100
  msgid "remote files deleted"
1101
  msgstr ""
1102
 
1103
- #: src/admin.php:766
1104
  msgid "Complete"
1105
  msgstr ""
1106
 
1107
- #: src/admin.php:765
1108
  msgid "Do you want to carry out the import?"
1109
  msgstr ""
1110
 
1111
- #: src/admin.php:764
1112
  msgid "Which was exported on:"
1113
  msgstr ""
1114
 
1115
- #: src/admin.php:763
1116
  msgid "This will import data from:"
1117
  msgstr ""
1118
 
1119
- #: src/admin.php:762
1120
  msgid "Importing..."
1121
  msgstr ""
1122
 
1123
- #: src/admin.php:758
1124
  msgid "You have not yet selected a file to import."
1125
  msgstr ""
1126
 
1127
- #: src/admin.php:742
1128
  msgid "Your export file will be of your displayed settings, not your saved ones."
1129
  msgstr ""
1130
 
@@ -1136,28 +1168,28 @@ msgstr ""
1136
  msgid "US East (Ohio)"
1137
  msgstr ""
1138
 
1139
- #: src/addons/onedrive.php:1051
1140
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1141
  msgstr ""
1142
 
1143
- #: src/addons/onedrive.php:700
1144
  msgid "Account is not authorized (%s)."
1145
  msgstr ""
1146
 
1147
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1148
  msgid "Your IP address:"
1149
  msgstr ""
1150
 
1151
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1152
  #: src/udaddons/updraftplus-addons.php:887
1153
  msgid "To remove any block, please go here."
1154
  msgstr ""
1155
 
1156
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1157
  msgid "An error response was received; HTTP code:"
1158
  msgstr ""
1159
 
1160
- #: src/includes/class-commands.php:337
1161
  msgid "%s add-on not found"
1162
  msgstr ""
1163
 
@@ -1169,15 +1201,15 @@ msgstr ""
1169
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1170
  msgstr ""
1171
 
1172
- #: src/admin.php:2543
1173
  msgid "To fix this problem go here."
1174
  msgstr ""
1175
 
1176
- #: src/admin.php:2543
1177
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1178
  msgstr ""
1179
 
1180
- #: src/admin.php:726
1181
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1182
  msgstr ""
1183
 
@@ -1233,19 +1265,19 @@ msgstr ""
1233
  msgid "FAQs"
1234
  msgstr ""
1235
 
1236
- #: src/central/bootstrap.php:548
1237
  msgid "More information..."
1238
  msgstr ""
1239
 
1240
- #: src/central/bootstrap.php:546
1241
  msgid "Use the alternative method for making a connection with the dashboard."
1242
  msgstr ""
1243
 
1244
- #: src/central/bootstrap.php:456
1245
  msgid "Key size: %d bits"
1246
  msgstr ""
1247
 
1248
- #: src/central/bootstrap.php:451
1249
  msgid "Public key was sent to:"
1250
  msgstr ""
1251
 
@@ -1261,33 +1293,33 @@ msgstr ""
1261
  msgid "Create key"
1262
  msgstr ""
1263
 
1264
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1265
  msgid "slower, strongest"
1266
  msgstr ""
1267
 
1268
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1269
  msgid "recommended"
1270
  msgstr ""
1271
 
1272
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1273
  msgid "%s bytes"
1274
  msgstr ""
1275
 
1276
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1277
  msgid "faster (possibility for slow PHP installs)"
1278
  msgstr ""
1279
 
1280
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1281
  msgid "easy to break, fastest"
1282
  msgstr ""
1283
 
1284
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1285
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1286
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1287
  msgid "%s bits"
1288
  msgstr ""
1289
 
1290
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1291
  msgid "Encryption key size:"
1292
  msgstr ""
1293
 
@@ -1320,7 +1352,7 @@ msgstr ""
1320
  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."
1321
  msgstr ""
1322
 
1323
- #: src/class-updraftplus.php:1859
1324
  msgid "Size: %s MB"
1325
  msgstr ""
1326
 
@@ -1332,7 +1364,7 @@ msgstr ""
1332
  msgid "Now"
1333
  msgstr ""
1334
 
1335
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1336
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1337
  msgstr ""
1338
 
@@ -1354,107 +1386,107 @@ msgstr ""
1354
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1355
  msgstr ""
1356
 
1357
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1358
  msgid "The given file was not found, or could not be read."
1359
  msgstr ""
1360
 
1361
- #: src/central/bootstrap.php:590
1362
  msgid "UpdraftCentral (Remote Control)"
1363
  msgstr ""
1364
 
1365
- #: src/central/bootstrap.php:579
1366
  msgid "View recent UpdraftCentral log events"
1367
  msgstr ""
1368
 
1369
- #: src/central/bootstrap.php:529
1370
  msgid "Enter any description"
1371
  msgstr ""
1372
 
1373
- #: src/central/bootstrap.php:528
1374
  msgid "Description"
1375
  msgstr ""
1376
 
1377
- #: src/central/bootstrap.php:461
1378
  msgid "Delete..."
1379
  msgstr ""
1380
 
1381
- #: src/central/bootstrap.php:454
1382
  msgid "Created:"
1383
  msgstr ""
1384
 
1385
- #: src/central/bootstrap.php:451
1386
  msgid "Access this site as user:"
1387
  msgstr ""
1388
 
1389
- #: src/central/bootstrap.php:475
1390
  msgid "Details"
1391
  msgstr ""
1392
 
1393
- #: src/central/bootstrap.php:474
1394
  msgid "Key description"
1395
  msgstr ""
1396
 
1397
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1398
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1399
  msgstr ""
1400
 
1401
- #: src/central/bootstrap.php:217
1402
  msgid "An invalid URL was entered"
1403
  msgstr ""
1404
 
1405
- #: src/central/bootstrap.php:81
1406
  msgid "Close..."
1407
  msgstr ""
1408
 
1409
- #: src/central/bootstrap.php:73
1410
  msgid "This connection appears to already have been made."
1411
  msgstr ""
1412
 
1413
- #: src/central/bootstrap.php:70
1414
  msgid "You must visit this link in the same browser and login session as you created the key in."
1415
  msgstr ""
1416
 
1417
- #: src/central/bootstrap.php:66
1418
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1419
  msgstr ""
1420
 
1421
- #: src/central/bootstrap.php:66
1422
  msgid "You are not logged into this WordPress site in your web browser."
1423
  msgstr ""
1424
 
1425
- #: src/central/bootstrap.php:63
1426
  msgid "The key referred to was unknown."
1427
  msgstr ""
1428
 
1429
- #: src/central/bootstrap.php:60
1430
  msgid "A new UpdraftCentral connection has not been made."
1431
  msgstr ""
1432
 
1433
- #: src/central/bootstrap.php:58
1434
  msgid "An UpdraftCentral connection has been made successfully."
1435
  msgstr ""
1436
 
1437
- #: src/central/bootstrap.php:55
1438
  msgid "UpdraftCentral Connection"
1439
  msgstr ""
1440
 
1441
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1442
  msgid "The backup was aborted by the user"
1443
  msgstr ""
1444
 
1445
- #: src/admin.php:4735
1446
  msgid "Your settings have been saved."
1447
  msgstr ""
1448
 
1449
- #: src/admin.php:3787
1450
  msgid "Total backup size:"
1451
  msgstr ""
1452
 
1453
- #: src/admin.php:3144
1454
  msgid "stop"
1455
  msgstr ""
1456
 
1457
- #: src/admin.php:2986
1458
  msgid "The backup has finished running"
1459
  msgstr ""
1460
 
@@ -1480,19 +1512,19 @@ msgstr ""
1480
  msgid "calculate"
1481
  msgstr ""
1482
 
1483
- #: src/admin.php:741
1484
  msgid "You should save your changes to ensure that they are used for making your backup."
1485
  msgstr ""
1486
 
1487
- #: src/admin.php:734
1488
  msgid "We requested to delete the file, but could not understand the server's response"
1489
  msgstr ""
1490
 
1491
- #: src/admin.php:733
1492
  msgid "Please enter a valid URL"
1493
  msgstr ""
1494
 
1495
- #: src/admin.php:716
1496
  msgid "Saving..."
1497
  msgstr ""
1498
 
@@ -1516,24 +1548,24 @@ msgstr ""
1516
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1517
  msgstr ""
1518
 
1519
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1520
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1521
  msgstr ""
1522
 
1523
- #: src/class-updraftplus.php:4285
1524
  msgid "Please read this link for important information on this process."
1525
  msgstr ""
1526
 
1527
- #: src/class-updraftplus.php:4285
1528
  msgid "It will be imported as a new site."
1529
  msgstr ""
1530
 
1531
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1532
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1533
  msgid "Dismiss"
1534
  msgstr ""
1535
 
1536
- #: src/admin.php:753
1537
  msgid "Please fill in the required information."
1538
  msgstr ""
1539
 
@@ -1594,11 +1626,11 @@ msgstr ""
1594
  msgid "Call WordPress action:"
1595
  msgstr ""
1596
 
1597
- #: src/admin.php:2812
1598
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1599
  msgstr ""
1600
 
1601
- #: src/admin.php:4241
1602
  msgid "Skipping: this archive was already restored."
1603
  msgstr ""
1604
 
@@ -1630,51 +1662,51 @@ msgstr ""
1630
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1631
  msgstr ""
1632
 
1633
- #: src/admin.php:4609
1634
  msgid "Send this backup to remote storage"
1635
  msgstr ""
1636
 
1637
- #: src/admin.php:4607
1638
  msgid "Check out UpdraftPlus Vault."
1639
  msgstr ""
1640
 
1641
- #: src/admin.php:4607
1642
  msgid "Not got any remote storage?"
1643
  msgstr ""
1644
 
1645
- #: src/admin.php:4607
1646
  msgid "settings"
1647
  msgstr ""
1648
 
1649
- #: src/admin.php:4607
1650
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1651
  msgstr ""
1652
 
1653
- #: src/admin.php:2810
1654
  msgid "Include any files in the backup"
1655
  msgstr ""
1656
 
1657
- #: src/admin.php:2796
1658
  msgid "Include the database in the backup"
1659
  msgstr ""
1660
 
1661
- #: src/admin.php:2701
1662
  msgid "Continue restoration"
1663
  msgstr ""
1664
 
1665
- #: src/admin.php:2696
1666
  msgid "You have an unfinished restoration operation, begun %s ago."
1667
  msgstr ""
1668
 
1669
- #: src/admin.php:2695
1670
  msgid "Unfinished restoration"
1671
  msgstr ""
1672
 
1673
- #: src/admin.php:2693
1674
  msgid "%s minutes, %s seconds"
1675
  msgstr ""
1676
 
1677
- #: src/admin.php:2640
1678
  msgid "Backup Contents And Schedule"
1679
  msgstr ""
1680
 
@@ -1682,11 +1714,11 @@ msgstr ""
1682
  msgid "Premium / Extensions"
1683
  msgstr ""
1684
 
1685
- #: src/admin.php:2409, src/admin.php:2418
1686
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1687
  msgstr ""
1688
 
1689
- #: src/addons/morefiles.php:77, src/admin.php:739
1690
  msgctxt "(verb)"
1691
  msgid "Download"
1692
  msgstr ""
@@ -1822,7 +1854,7 @@ msgstr ""
1822
  msgid "Could not access container"
1823
  msgstr ""
1824
 
1825
- #: src/class-updraftplus.php:2951
1826
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1827
  msgstr ""
1828
 
@@ -1951,35 +1983,35 @@ msgstr ""
1951
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1952
  msgstr ""
1953
 
1954
- #: src/admin.php:1795
1955
  msgid "Backup sets removed:"
1956
  msgstr ""
1957
 
1958
- #: src/admin.php:752
1959
  msgid "Processing..."
1960
  msgstr ""
1961
 
1962
- #: src/admin.php:750
1963
  msgid "For backups older than"
1964
  msgstr ""
1965
 
1966
- #: src/admin.php:749
1967
  msgid "week(s)"
1968
  msgstr ""
1969
 
1970
- #: src/admin.php:748
1971
  msgid "hour(s)"
1972
  msgstr ""
1973
 
1974
- #: src/admin.php:747
1975
  msgid "day(s)"
1976
  msgstr ""
1977
 
1978
- #: src/admin.php:746
1979
  msgid "in the month"
1980
  msgstr ""
1981
 
1982
- #: src/admin.php:745
1983
  msgid "day"
1984
  msgstr ""
1985
 
@@ -2003,15 +2035,15 @@ msgstr ""
2003
  msgid "You do not currently have any UpdraftPlus Vault quota"
2004
  msgstr ""
2005
 
2006
- #: src/class-updraftplus.php:4358
2007
  msgid "You must upgrade MySQL to be able to use this database."
2008
  msgstr ""
2009
 
2010
- #: src/class-updraftplus.php:4358
2011
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2012
  msgstr ""
2013
 
2014
- #: src/admin.php:2528
2015
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2016
  msgstr ""
2017
 
@@ -2039,11 +2071,11 @@ msgstr ""
2039
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2040
  msgstr ""
2041
 
2042
- #: src/admin.php:1013
2043
  msgid "Go to the remote storage settings in order to connect."
2044
  msgstr ""
2045
 
2046
- #: src/admin.php:1013
2047
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2048
  msgstr ""
2049
 
@@ -2051,19 +2083,19 @@ msgstr ""
2051
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2052
  msgstr ""
2053
 
2054
- #: src/admin.php:722
2055
  msgid "Update quota count"
2056
  msgstr ""
2057
 
2058
- #: src/admin.php:721
2059
  msgid "Counting..."
2060
  msgstr ""
2061
 
2062
- #: src/admin.php:720
2063
  msgid "Disconnecting..."
2064
  msgstr ""
2065
 
2066
- #: src/admin.php:718
2067
  msgid "Connecting..."
2068
  msgstr ""
2069
 
@@ -2089,7 +2121,7 @@ msgstr ""
2089
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2090
  msgstr ""
2091
 
2092
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2093
  #: src/methods/updraftvault.php:450
2094
  msgid "Disconnect"
2095
  msgstr ""
@@ -2122,7 +2154,7 @@ msgstr ""
2122
  msgid "E-mail"
2123
  msgstr ""
2124
 
2125
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2126
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2127
  msgid "Back..."
2128
  msgstr ""
@@ -2140,7 +2172,7 @@ msgstr ""
2140
  msgid "%s per quarter"
2141
  msgstr ""
2142
 
2143
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2144
  #: src/methods/updraftvault.php:351
2145
  msgid "Read more about it here."
2146
  msgstr ""
@@ -2214,7 +2246,7 @@ msgstr ""
2214
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2215
  msgstr ""
2216
 
2217
- #: src/addons/migrator.php:1926, src/admin.php:728
2218
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2219
  msgstr ""
2220
 
@@ -2226,11 +2258,11 @@ msgstr ""
2226
  msgid "Your new key:"
2227
  msgstr ""
2228
 
2229
- #: src/central/bootstrap.php:401
2230
  msgid "You must copy and paste this key now - it cannot be shown again."
2231
  msgstr ""
2232
 
2233
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2234
  msgid "Key created successfully."
2235
  msgstr ""
2236
 
@@ -2270,17 +2302,17 @@ msgstr ""
2270
  msgid "This storage method does not allow downloading"
2271
  msgstr ""
2272
 
2273
- #: src/admin.php:3972
2274
  msgid "(backup set imported from remote location)"
2275
  msgstr ""
2276
 
2277
- #: src/addons/wp-cli.php:344,
2278
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2279
  msgid "Site"
2280
  msgstr ""
2281
 
2282
- #: src/addons/wp-cli.php:342,
2283
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2284
  msgid "Backup sent to remote site - not available for download."
2285
  msgstr ""
2286
 
@@ -2292,23 +2324,23 @@ msgstr ""
2292
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2293
  msgstr ""
2294
 
2295
- #: src/addons/migrator.php:1954, src/admin.php:735
2296
  msgid "Testing connection..."
2297
  msgstr ""
2298
 
2299
- #: src/admin.php:732
2300
  msgid "Deleting..."
2301
  msgstr ""
2302
 
2303
- #: src/admin.php:731
2304
  msgid "key name"
2305
  msgstr ""
2306
 
2307
- #: src/admin.php:729
2308
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2309
  msgstr ""
2310
 
2311
- #: src/admin.php:726
2312
  msgid "Creating..."
2313
  msgstr ""
2314
 
@@ -2332,11 +2364,11 @@ msgstr ""
2332
  msgid "Or, send a backup to another site"
2333
  msgstr ""
2334
 
2335
- #: src/addons/migrator.php:2128, src/admin.php:736
2336
  msgid "Send"
2337
  msgstr ""
2338
 
2339
- #: src/addons/migrator.php:2122, src/admin.php:727
2340
  msgid "Send to site:"
2341
  msgstr ""
2342
 
@@ -2401,15 +2433,15 @@ msgstr ""
2401
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2402
  msgstr ""
2403
 
2404
- #: src/admin.php:725
2405
  msgid "Resetting..."
2406
  msgstr ""
2407
 
2408
- #: src/addons/migrator.php:2431, src/admin.php:724
2409
  msgid "Add site"
2410
  msgstr ""
2411
 
2412
- #: src/admin.php:723
2413
  msgid "Adding..."
2414
  msgstr ""
2415
 
@@ -2445,28 +2477,28 @@ msgstr ""
2445
  msgid "To restore using any of the backup sets below, press the button."
2446
  msgstr ""
2447
 
2448
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2449
  msgid "You have made changes to your settings, and not saved."
2450
  msgstr ""
2451
 
2452
- #: src/addons/onedrive.php:1111
2453
  msgid "N.B. %s is not case-sensitive."
2454
  msgstr ""
2455
 
2456
- #: src/addons/onedrive.php:1101
2457
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2458
  msgstr ""
2459
 
2460
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2461
- #: src/addons/onedrive.php:1074
2462
  msgid "For longer help, including screenshots, follow this link."
2463
  msgstr ""
2464
 
2465
- #: src/addons/onedrive.php:1067
2466
  msgid "Create OneDrive credentials in your OneDrive developer console."
2467
  msgstr ""
2468
 
2469
- #: src/addons/onedrive.php:1059
2470
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2471
  msgstr ""
2472
 
@@ -2474,16 +2506,16 @@ msgstr ""
2474
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2475
  msgstr ""
2476
 
2477
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2478
  msgid "%s authorisation failed:"
2479
  msgstr ""
2480
 
2481
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2482
- #: src/addons/onedrive.php:1104
2483
  msgid "OneDrive"
2484
  msgstr ""
2485
 
2486
- #: src/addons/onedrive.php:691
2487
  msgid "Please re-authorize the connection to your %s account."
2488
  msgstr ""
2489
 
@@ -2491,7 +2523,7 @@ msgstr ""
2491
  msgid "configure it here"
2492
  msgstr ""
2493
 
2494
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2495
  msgid "To remove the block, please go here."
2496
  msgstr ""
2497
 
@@ -2648,18 +2680,18 @@ msgstr ""
2648
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2649
  msgstr ""
2650
 
2651
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2652
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2653
  #: src/udaddons/updraftplus-addons.php:887
2654
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2655
  msgstr ""
2656
 
2657
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2658
  #: src/udaddons/updraftplus-addons.php:887
2659
  msgid "It appears that your web server's IP Address (%s) is blocked."
2660
  msgstr ""
2661
 
2662
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2663
  #: src/udaddons/updraftplus-addons.php:887
2664
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2665
  msgstr ""
@@ -2703,7 +2735,7 @@ msgstr ""
2703
  msgid "(at same time as files backup)"
2704
  msgstr ""
2705
 
2706
- #: src/admin.php:3443
2707
  msgid "No backup has been completed"
2708
  msgstr ""
2709
 
@@ -2746,7 +2778,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2746
  msgid "or"
2747
  msgstr ""
2748
 
2749
- #: src/admin.php:709
2750
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2751
  msgstr ""
2752
 
@@ -2777,7 +2809,7 @@ msgstr ""
2777
  msgid "Check this box to have a basic report sent to"
2778
  msgstr ""
2779
 
2780
- #: src/admin.php:3457
2781
  msgctxt "i.e. Non-automatic"
2782
  msgid "Manual"
2783
  msgstr ""
@@ -2795,7 +2827,7 @@ msgstr ""
2795
  msgid "Any other file/directory on your server that you wish to back up"
2796
  msgstr ""
2797
 
2798
- #: src/admin.php:2545
2799
  msgid "For even more features and personal support, check out "
2800
  msgstr ""
2801
 
@@ -2804,7 +2836,7 @@ msgid "Database decryption phrase"
2804
  msgstr ""
2805
 
2806
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2807
- #: src/admin.php:714
2808
  msgid "Automatic backup before update"
2809
  msgstr ""
2810
 
@@ -2889,7 +2921,7 @@ msgstr ""
2889
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2890
  msgstr ""
2891
 
2892
- #: src/admin.php:2986, src/admin.php:4003
2893
  msgid "View Log"
2894
  msgstr ""
2895
 
@@ -2906,7 +2938,7 @@ msgstr ""
2906
  msgid "and retain this many scheduled backups"
2907
  msgstr ""
2908
 
2909
- #: src/admin.php:3413
2910
  msgid "incremental backup; base backup: %s"
2911
  msgstr ""
2912
 
@@ -2918,16 +2950,16 @@ msgstr ""
2918
  msgid "Upload files into UpdraftPlus."
2919
  msgstr ""
2920
 
2921
- #: src/admin.php:959, src/includes/class-commands.php:391,
2922
  #: src/templates/wp-admin/settings/tab-status.php:22
2923
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2924
  msgstr ""
2925
 
2926
- #: src/class-updraftplus.php:4274
2927
  msgid "Backup label:"
2928
  msgstr ""
2929
 
2930
- #: src/addons/backblaze.php:205, src/admin.php:2056
2931
  msgid "Error: unexpected file read fail"
2932
  msgstr ""
2933
 
@@ -2967,11 +2999,11 @@ msgstr ""
2967
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2968
  msgstr ""
2969
 
2970
- #: src/class-updraftplus.php:4293
2971
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2972
  msgstr ""
2973
 
2974
- #: src/class-updraftplus.php:4293
2975
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2976
  msgstr ""
2977
 
@@ -3008,19 +3040,19 @@ msgstr ""
3008
  msgid "You need to connect to receive future updates to UpdraftPlus."
3009
  msgstr ""
3010
 
3011
- #: src/class-updraftplus.php:4266
3012
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3013
  msgstr ""
3014
 
3015
- #: src/class-updraftplus.php:4266
3016
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3017
  msgstr ""
3018
 
3019
- #: src/class-updraftplus.php:4266
3020
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3021
  msgstr ""
3022
 
3023
- #: src/class-updraftplus.php:4266
3024
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3025
  msgstr ""
3026
 
@@ -3049,7 +3081,7 @@ msgstr ""
3049
  msgid "UpdraftPlus is on social media - check us out!"
3050
  msgstr ""
3051
 
3052
- #: src/admin.php:4070
3053
  msgid "Why am I seeing this?"
3054
  msgstr "Per què estic veient això ?"
3055
 
@@ -3061,15 +3093,15 @@ msgstr "La ubicació d'aquest directori es troba en la configuració d'experts,
3061
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3062
  msgstr "Prem aquí per cercar nous conjunts de còpies de seguretat que s'han pujat al directori UpdraftPlus (dins l'espai del seu servidor web)."
3063
 
3064
- #: src/admin.php:1995, src/admin.php:2007
3065
  msgid "Start backup"
3066
  msgstr "Iniciar còpia de seguretat"
3067
 
3068
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3069
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3070
  msgstr "S'està utilitzant el servidor web %s però no sembla tenir el mòdul %s carregat."
3071
 
3072
- #: src/admin.php:3311
3073
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3074
  msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'escriptura dins del directori per un plugin de WordPress. "
3075
 
@@ -3077,11 +3109,11 @@ msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'es
3077
  msgid "Unless you have a problem, you can completely ignore everything here."
3078
  msgstr "Llevat que tinguis un problema, pots ignorar completament tot el que apareix aquí."
3079
 
3080
- #: src/admin.php:2231
3081
  msgid "This file could not be uploaded"
3082
  msgstr "No s'ha pogut carregar aquest fitxer"
3083
 
3084
- #: src/admin.php:2194
3085
  msgid "You will find more information about this in the Settings section."
3086
  msgstr "Més informació sobre això en la secció Configuració."
3087
 
@@ -3101,7 +3133,7 @@ msgstr "Explica'm més coses sobre les còpies de seguretat incrementals."
3101
  msgid "Memory limit"
3102
  msgstr "Límit de memòria"
3103
 
3104
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3105
  msgid "restoration"
3106
  msgstr "Restauració"
3107
 
@@ -3125,7 +3157,7 @@ msgstr "(veure registre ...)"
3125
  msgid "Backup succeeded"
3126
  msgstr "Còpia de seguretat executada correctament"
3127
 
3128
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3129
  #: src/updraftplus.php:99, src/updraftplus.php:100
3130
  msgid "Every %s hours"
3131
  msgstr "Cada %s hores"
@@ -3180,7 +3212,7 @@ msgstr ""
3180
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3181
  msgstr ""
3182
 
3183
- #: src/admin.php:3814
3184
  msgid "You have not yet made any backups."
3185
  msgstr ""
3186
 
@@ -3200,11 +3232,11 @@ msgstr ""
3200
  msgid "Free disk space in account:"
3201
  msgstr ""
3202
 
3203
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3204
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3205
  msgstr ""
3206
 
3207
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3208
  #: src/includes/deprecated-actions.php:29,
3209
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3210
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3215,15 +3247,15 @@ msgstr ""
3215
  msgid "Current Status"
3216
  msgstr ""
3217
 
3218
- #: src/admin.php:964
3219
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3220
  msgstr ""
3221
 
3222
- #: src/admin.php:964
3223
  msgid "To make a backup, just press the Backup Now button."
3224
  msgstr ""
3225
 
3226
- #: src/admin.php:964
3227
  msgid "Welcome to UpdraftPlus!"
3228
  msgstr ""
3229
 
@@ -3295,7 +3327,7 @@ msgstr ""
3295
  msgid "user"
3296
  msgstr ""
3297
 
3298
- #: src/class-updraftplus.php:1856
3299
  msgid "External database (%s)"
3300
  msgstr ""
3301
 
@@ -3307,13 +3339,13 @@ msgstr ""
3307
  msgid "failed to access parent folder"
3308
  msgstr ""
3309
 
3310
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3311
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3312
  #: src/methods/googledrive.php:447
3313
  msgid "However, subsequent access attempts failed:"
3314
  msgstr ""
3315
 
3316
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3317
  msgid "External database"
3318
  msgstr ""
3319
 
@@ -3345,7 +3377,7 @@ msgstr ""
3345
  msgid "use UpdraftPlus Premium"
3346
  msgstr ""
3347
 
3348
- #: src/class-updraftplus.php:4120
3349
  msgid "Decryption failed. The database file is encrypted."
3350
  msgstr ""
3351
 
@@ -3375,16 +3407,16 @@ msgid "In %s, path names are case sensitive."
3375
  msgstr ""
3376
 
3377
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3378
- #: src/addons/onedrive.php:1111
3379
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3380
  msgstr ""
3381
 
3382
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3383
- #: src/addons/onedrive.php:1111
3384
  msgid "e.g. %s"
3385
  msgstr ""
3386
 
3387
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3388
  msgid "Enter the path of the %s folder you wish to use here."
3389
  msgstr ""
3390
 
@@ -3400,7 +3432,8 @@ msgstr ""
3400
  msgid "Tenant"
3401
  msgstr ""
3402
 
3403
- #: src/methods/openstack2.php:144
 
3404
  msgid "Follow this link for more information"
3405
  msgstr ""
3406
 
@@ -3436,7 +3469,7 @@ msgstr ""
3436
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3437
  msgstr ""
3438
 
3439
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3440
  msgid "(You appear to be already authenticated)."
3441
  msgstr ""
3442
 
@@ -3444,7 +3477,7 @@ msgstr ""
3444
  msgid "Dropbox"
3445
  msgstr ""
3446
 
3447
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3448
  msgid "Authenticate with %s"
3449
  msgstr ""
3450
 
@@ -3475,7 +3508,7 @@ msgstr ""
3475
  msgid "%s error - failed to access the container"
3476
  msgstr ""
3477
 
3478
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3479
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3480
  msgid "Account holder's name: %s."
3481
  msgstr ""
@@ -3492,12 +3525,12 @@ msgstr ""
3492
  msgid "<strong>This is NOT a folder name</strong>."
3493
  msgstr ""
3494
 
3495
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3496
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3497
  msgid "Folder"
3498
  msgstr ""
3499
 
3500
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3501
  #: src/methods/googledrive.php:1152
3502
  msgid "%s download: failed: file not found"
3503
  msgstr ""
@@ -3541,7 +3574,7 @@ msgstr ""
3541
  msgid "Failed to unpack the archive"
3542
  msgstr ""
3543
 
3544
- #: src/class-updraftplus.php:1380
3545
  msgid "Error - failed to download the file"
3546
  msgstr ""
3547
 
@@ -3565,8 +3598,8 @@ msgstr ""
3565
  msgid "password/key"
3566
  msgstr ""
3567
 
3568
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3569
- #: src/admin.php:4995
3570
  msgid "Key"
3571
  msgstr ""
3572
 
@@ -3582,24 +3615,24 @@ msgstr ""
3582
  msgid "SCP/SFTP password/key"
3583
  msgstr ""
3584
 
3585
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3586
  msgid "Files backup (created by %s)"
3587
  msgstr ""
3588
 
3589
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3590
  msgid "Files and database WordPress backup (created by %s)"
3591
  msgstr ""
3592
 
3593
- #: src/addons/importer.php:276, src/admin.php:3877,
3594
  #: src/includes/class-backup-history.php:349
3595
  msgid "Backup created by: %s."
3596
  msgstr ""
3597
 
3598
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3599
  msgid "Database (created by %s)"
3600
  msgstr ""
3601
 
3602
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3603
  msgid "unknown source"
3604
  msgstr ""
3605
 
@@ -3611,15 +3644,15 @@ msgstr ""
3611
  msgid "Upload backup files"
3612
  msgstr ""
3613
 
3614
- #: src/admin.php:2246
3615
  msgid "This backup was created by %s, and can be imported."
3616
  msgstr ""
3617
 
3618
- #: src/admin.php:993
3619
  msgid "Read this page for a guide to possible causes and how to fix it."
3620
  msgstr ""
3621
 
3622
- #: src/admin.php:993
3623
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3624
  msgstr ""
3625
 
@@ -3636,7 +3669,7 @@ msgstr ""
3636
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3637
  msgstr ""
3638
 
3639
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3640
  #: src/restorer.php:1577
3641
  msgid "Backup created by unknown source (%s) - cannot be restored."
3642
  msgstr ""
@@ -3696,16 +3729,16 @@ msgstr ""
3696
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3697
  msgstr ""
3698
 
3699
- #: src/addons/morefiles.php:468, src/admin.php:3562
3700
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3701
  msgstr ""
3702
 
3703
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3704
  #: src/restorer.php:1608
3705
  msgid "Your hosting company must enable these functions before %s can work."
3706
  msgstr ""
3707
 
3708
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3709
  msgid "Your web server's PHP installation has these functions disabled: %s."
3710
  msgstr ""
3711
 
@@ -3775,15 +3808,15 @@ msgstr ""
3775
  msgid "Dismiss from main dashboard (for %s weeks)"
3776
  msgstr ""
3777
 
3778
- #: src/class-updraftplus.php:4757
3779
  msgid "The attempt to undo the double-compression succeeded."
3780
  msgstr ""
3781
 
3782
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3783
  msgid "The attempt to undo the double-compression failed."
3784
  msgstr ""
3785
 
3786
- #: src/class-updraftplus.php:4727
3787
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3788
  msgstr ""
3789
 
@@ -3807,7 +3840,7 @@ msgstr ""
3807
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3808
  msgstr ""
3809
 
3810
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3811
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3812
  msgstr ""
3813
 
@@ -3816,7 +3849,7 @@ msgstr ""
3816
  msgid "Errors occurred:"
3817
  msgstr ""
3818
 
3819
- #: src/admin.php:4089
3820
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3821
  msgstr ""
3822
 
@@ -3840,7 +3873,7 @@ msgstr ""
3840
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3841
  msgstr ""
3842
 
3843
- #: src/admin.php:968, src/class-updraftplus.php:865
3844
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3845
  msgstr ""
3846
 
@@ -3853,7 +3886,7 @@ msgstr ""
3853
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3854
  msgstr ""
3855
 
3856
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3857
  msgid "Messages:"
3858
  msgstr ""
3859
 
@@ -4014,12 +4047,12 @@ msgstr ""
4014
  msgid "Authorisation failed (check your credentials)"
4015
  msgstr ""
4016
 
4017
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4018
  #: src/udaddons/options.php:257
4019
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4020
  msgstr ""
4021
 
4022
- #: src/admin.php:708, src/central/bootstrap.php:560
4023
  msgid "Create"
4024
  msgstr ""
4025
 
@@ -4031,15 +4064,15 @@ msgstr ""
4031
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4032
  msgstr ""
4033
 
4034
- #: src/admin.php:680, src/admin.php:4387
4035
  msgid "Error data:"
4036
  msgstr ""
4037
 
4038
- #: src/admin.php:4041
4039
  msgid "Backup does not exist in the backup history"
4040
  msgstr ""
4041
 
4042
- #: src/admin.php:2921
4043
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4044
  msgstr ""
4045
 
@@ -4079,11 +4112,11 @@ msgstr ""
4079
  msgid "Email reports"
4080
  msgstr ""
4081
 
4082
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4083
  msgid "%s checksum: %s"
4084
  msgstr ""
4085
 
4086
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4087
  msgid "files: %s"
4088
  msgstr ""
4089
 
@@ -4095,7 +4128,7 @@ msgstr ""
4095
  msgid "Debugging information"
4096
  msgstr ""
4097
 
4098
- #: src/addons/reporting.php:222, src/admin.php:3770
4099
  msgid "Uploaded to:"
4100
  msgstr ""
4101
 
@@ -4136,12 +4169,12 @@ msgstr ""
4136
  msgid "%d errors, %d warnings"
4137
  msgstr ""
4138
 
4139
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4140
  #: src/methods/dropbox.php:772
4141
  msgid "%s authentication"
4142
  msgstr ""
4143
 
4144
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4145
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4146
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4147
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4168,7 +4201,7 @@ msgstr ""
4168
  msgid "Your site's admin email address (%s) will be used."
4169
  msgstr ""
4170
 
4171
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4172
  #: src/methods/updraftvault.php:362
4173
  msgid "Connect"
4174
  msgstr ""
@@ -4177,7 +4210,7 @@ msgstr ""
4177
  msgid "For more reporting features, use the Reporting add-on."
4178
  msgstr ""
4179
 
4180
- #: src/class-updraftplus.php:4201
4181
  msgid "(version: %s)"
4182
  msgstr ""
4183
 
@@ -4317,7 +4350,7 @@ msgstr ""
4317
  msgid "Reporting"
4318
  msgstr ""
4319
 
4320
- #: src/admin.php:4992
4321
  msgid "Options (raw)"
4322
  msgstr ""
4323
 
@@ -4337,11 +4370,11 @@ msgstr ""
4337
  msgid "See also the \"More Files\" add-on from our shop."
4338
  msgstr ""
4339
 
4340
- #: src/backup.php:3359, src/class-updraftplus.php:878
4341
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4342
  msgstr ""
4343
 
4344
- #: src/class-updraftplus.php:862
4345
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4346
  msgstr ""
4347
 
@@ -4417,7 +4450,7 @@ msgstr ""
4417
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4418
  msgstr ""
4419
 
4420
- #: src/admin.php:2721
4421
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4422
  msgstr ""
4423
 
@@ -4485,7 +4518,7 @@ msgstr ""
4485
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4486
  msgstr ""
4487
 
4488
- #: src/addons/wp-cli.php:93, src/admin.php:663
4489
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4490
  msgstr ""
4491
 
@@ -4514,11 +4547,11 @@ msgstr ""
4514
  msgid "You can send a backup to more than one destination with an add-on."
4515
  msgstr ""
4516
 
4517
- #: src/admin.php:3144
4518
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4519
  msgstr ""
4520
 
4521
- #: src/admin.php:3043
4522
  msgid "(%s%%, file %s of %s)"
4523
  msgstr ""
4524
 
@@ -4555,15 +4588,15 @@ msgstr ""
4555
  msgid "Backup is of: %s."
4556
  msgstr ""
4557
 
4558
- #: src/admin.php:756
4559
  msgid "%s settings test result:"
4560
  msgstr ""
4561
 
4562
- #: src/admin.php:3945, src/admin.php:3947
4563
  msgid "(Not finished)"
4564
  msgstr ""
4565
 
4566
- #: src/admin.php:3947
4567
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4568
  msgstr ""
4569
 
@@ -4575,77 +4608,77 @@ msgstr ""
4575
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4576
  msgstr ""
4577
 
4578
- #: src/admin.php:3139
4579
  msgid "Job ID: %s"
4580
  msgstr ""
4581
 
4582
- #: src/admin.php:3124
4583
  msgid "last activity: %ss ago"
4584
  msgstr ""
4585
 
4586
- #: src/admin.php:3123
4587
  msgid "next resumption: %d (after %ss)"
4588
  msgstr ""
4589
 
4590
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4591
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4592
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4593
  msgid "Unknown"
4594
  msgstr ""
4595
 
4596
- #: src/admin.php:3057
4597
  msgid "Backup finished"
4598
  msgstr ""
4599
 
4600
- #: src/admin.php:3052
4601
  msgid "Waiting until scheduled time to retry because of errors"
4602
  msgstr ""
4603
 
4604
- #: src/admin.php:3048
4605
  msgid "Pruning old backup sets"
4606
  msgstr ""
4607
 
4608
- #: src/admin.php:3036
4609
  msgid "Uploading files to remote storage"
4610
  msgstr ""
4611
 
4612
- #: src/admin.php:3104
4613
  msgid "Encrypted database"
4614
  msgstr ""
4615
 
4616
- #: src/admin.php:3096
4617
  msgid "Encrypting database"
4618
  msgstr ""
4619
 
4620
- #: src/admin.php:3070
4621
  msgid "Created database backup"
4622
  msgstr ""
4623
 
4624
- #: src/admin.php:3083
4625
  msgid "table: %s"
4626
  msgstr ""
4627
 
4628
- #: src/admin.php:3081
4629
  msgid "Creating database backup"
4630
  msgstr ""
4631
 
4632
- #: src/admin.php:3031
4633
  msgid "Created file backup zips"
4634
  msgstr ""
4635
 
4636
- #: src/admin.php:3018
4637
  msgid "Creating file backup zips"
4638
  msgstr ""
4639
 
4640
- #: src/admin.php:3013
4641
  msgid "Backup begun"
4642
  msgstr ""
4643
 
4644
- #: src/admin.php:2846
4645
  msgid "Backups in progress:"
4646
  msgstr ""
4647
 
4648
- #: src/admin.php:972
4649
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4650
  msgstr ""
4651
 
@@ -4661,24 +4694,24 @@ msgstr ""
4661
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4662
  msgstr ""
4663
 
4664
- #: src/class-updraftplus.php:2958
4665
  msgid "The backup has not finished; a resumption is scheduled"
4666
  msgstr ""
4667
 
4668
- #: src/class-updraftplus.php:2142
4669
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4670
  msgstr ""
4671
 
4672
- #: src/addons/onedrive.php:966,
4673
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4674
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4675
  msgstr ""
4676
 
4677
- #: src/admin.php:2572
4678
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4679
  msgstr ""
4680
 
4681
- #: src/addons/autobackup.php:1085, src/admin.php:710
4682
  msgid "Proceed with update"
4683
  msgstr ""
4684
 
@@ -4754,32 +4787,32 @@ msgstr ""
4754
  msgid "Support"
4755
  msgstr ""
4756
 
4757
- #: src/class-updraftplus.php:4506
4758
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4759
  msgstr ""
4760
 
4761
- #: src/class-updraftplus.php:4498
4762
  msgid "This database backup is missing core WordPress tables: %s"
4763
  msgstr ""
4764
 
4765
- #: src/class-updraftplus.php:4259
4766
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4767
  msgstr ""
4768
 
4769
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4770
  msgid "%s version: %s"
4771
  msgstr ""
4772
 
4773
- #: src/class-updraftplus.php:4137
4774
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4775
  msgstr ""
4776
 
4777
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4778
  #: src/includes/updraftplus-notices.php:171
4779
  msgid "Be safe with an automatic backup"
4780
  msgstr ""
4781
 
4782
- #: src/admin.php:2525
4783
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4784
  msgstr ""
4785
 
@@ -4827,11 +4860,11 @@ msgstr ""
4827
  msgid "Delete from your web server"
4828
  msgstr ""
4829
 
4830
- #: src/admin.php:3917
4831
  msgid "You appear to be missing one or more archives from this multi-archive set."
4832
  msgstr ""
4833
 
4834
- #: src/admin.php:3914
4835
  msgid "(%d archive(s) in set)."
4836
  msgstr ""
4837
 
@@ -4851,7 +4884,7 @@ msgstr ""
4851
  msgid "Error: the server sent an empty response."
4852
  msgstr ""
4853
 
4854
- #: src/admin.php:2260
4855
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4856
  msgstr ""
4857
 
@@ -4887,7 +4920,7 @@ msgstr ""
4887
  msgid "No such backup set exists"
4888
  msgstr ""
4889
 
4890
- #: src/admin.php:1389
4891
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4892
  msgstr ""
4893
 
@@ -4903,7 +4936,7 @@ msgstr ""
4903
  msgid "WordPress root directory server path: %s"
4904
  msgstr ""
4905
 
4906
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4907
  msgid "%s end-point"
4908
  msgstr ""
4909
 
@@ -4916,15 +4949,15 @@ msgstr ""
4916
  msgid "S3 (Compatible)"
4917
  msgstr ""
4918
 
4919
- #: src/admin.php:1299
4920
  msgid "File is not locally present - needs retrieving from remote storage"
4921
  msgstr ""
4922
 
4923
- #: src/admin.php:4238
4924
  msgid "Looking for %s archive: file name: %s"
4925
  msgstr ""
4926
 
4927
- #: src/admin.php:4199
4928
  msgid "Final checks"
4929
  msgstr ""
4930
 
@@ -4936,7 +4969,7 @@ msgstr ""
4936
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4937
  msgstr ""
4938
 
4939
- #: src/admin.php:3551
4940
  msgid "Your wp-content directory server path: %s"
4941
  msgstr ""
4942
 
@@ -4952,20 +4985,15 @@ msgstr ""
4952
  msgid "Processing files - please wait..."
4953
  msgstr ""
4954
 
4955
- #: src/admin.php:4389,
4956
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4957
- msgid "Please consult this FAQ for help on what to do about it."
4958
- msgstr ""
4959
-
4960
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4961
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4962
  msgstr ""
4963
 
4964
- #: src/class-updraftplus.php:4145
4965
  msgid "Failed to open database file."
4966
  msgstr ""
4967
 
4968
- #: src/admin.php:4957
4969
  msgid "Known backups (raw)"
4970
  msgstr ""
4971
 
@@ -4977,14 +5005,14 @@ msgstr ""
4977
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4978
  msgstr ""
4979
 
4980
- #: src/admin.php:4258
4981
  msgid "file is size:"
4982
  msgstr ""
4983
 
4984
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4985
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4986
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4987
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4988
  msgid "Go here for more information."
4989
  msgstr ""
4990
 
@@ -4992,7 +5020,7 @@ msgstr ""
4992
  msgid "Some files are still downloading or being processed - please wait."
4993
  msgstr ""
4994
 
4995
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
4996
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
4997
  msgstr ""
4998
 
@@ -5048,7 +5076,7 @@ msgstr ""
5048
  msgid "%s error - failed to upload file"
5049
  msgstr ""
5050
 
5051
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5052
  msgid "%s error - failed to re-assemble chunks"
5053
  msgstr ""
5054
 
@@ -5063,24 +5091,24 @@ msgid "%s authentication failed"
5063
  msgstr ""
5064
 
5065
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5066
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5067
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5068
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5069
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5070
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5071
  #: src/methods/s3.php:341
5072
  msgid "Error: %s"
5073
  msgstr ""
5074
 
5075
- #: src/admin.php:3476
5076
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5077
  msgstr ""
5078
 
5079
- #: src/admin.php:3474
5080
  msgid "Backup directory specified does <b>not</b> exist."
5081
  msgstr ""
5082
 
5083
- #: src/admin.php:3151, src/admin.php:3425
5084
  msgid "Warning: %s"
5085
  msgstr ""
5086
 
@@ -5108,11 +5136,11 @@ msgstr ""
5108
  msgid "Warnings encountered:"
5109
  msgstr ""
5110
 
5111
- #: src/class-updraftplus.php:2946
5112
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5113
  msgstr ""
5114
 
5115
- #: src/class-updraftplus.php:891
5116
  msgid "Your free disk space is very low - only %s Mb remain"
5117
  msgstr ""
5118
 
@@ -5164,7 +5192,7 @@ msgstr ""
5164
  msgid "Please supply the requested information, and then continue."
5165
  msgstr ""
5166
 
5167
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5168
  msgid "Site information:"
5169
  msgstr ""
5170
 
@@ -5172,24 +5200,24 @@ msgstr ""
5172
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5173
  msgstr ""
5174
 
5175
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5176
  msgid "Warning:"
5177
  msgstr ""
5178
 
5179
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5180
  #: src/restorer.php:184
5181
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5182
  msgstr ""
5183
 
5184
- #: src/admin.php:4226
5185
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5186
  msgstr ""
5187
 
5188
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5189
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5190
  msgstr ""
5191
 
5192
- #: src/admin.php:711
5193
  msgid "Close"
5194
  msgstr ""
5195
 
@@ -5240,7 +5268,7 @@ msgstr ""
5240
  msgid "Also delete from remote storage"
5241
  msgstr ""
5242
 
5243
- #: src/admin.php:2873
5244
  msgid "Latest UpdraftPlus.com news:"
5245
  msgstr ""
5246
 
@@ -5257,7 +5285,7 @@ msgstr ""
5257
  msgid "News"
5258
  msgstr ""
5259
 
5260
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5261
  msgid "Backup set not found"
5262
  msgstr ""
5263
 
@@ -5279,7 +5307,7 @@ msgstr ""
5279
  msgid "Blog link"
5280
  msgstr ""
5281
 
5282
- #: src/admin.php:755
5283
  msgid "Testing %s Settings..."
5284
  msgstr ""
5285
 
@@ -5287,11 +5315,11 @@ msgstr ""
5287
  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."
5288
  msgstr ""
5289
 
5290
- #: src/admin.php:988
5291
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5292
  msgstr ""
5293
 
5294
- #: src/admin.php:988
5295
  msgid "Notice"
5296
  msgstr ""
5297
 
@@ -5489,14 +5517,14 @@ msgstr ""
5489
  msgid "WordPress Core"
5490
  msgstr ""
5491
 
5492
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5493
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5494
  msgstr ""
5495
 
5496
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5497
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5498
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5499
- #: src/methods/stream-base.php:351
5500
  msgid "Failed"
5501
  msgstr ""
5502
 
@@ -5551,7 +5579,7 @@ msgstr ""
5551
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5552
  msgstr ""
5553
 
5554
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5555
  msgid "Your %s account name: %s"
5556
  msgstr ""
5557
 
@@ -5715,7 +5743,7 @@ msgstr ""
5715
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5716
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5717
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5718
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5719
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5720
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5721
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5757,11 +5785,11 @@ msgstr ""
5757
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5758
  msgstr ""
5759
 
5760
- #: src/admin.php:754, src/methods/backup-module.php:315
5761
  msgid "Test %s Settings"
5762
  msgstr ""
5763
 
5764
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5765
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5766
  msgid "Error opening local file: Failed to download"
5767
  msgstr ""
@@ -5778,7 +5806,7 @@ msgid "%s Error: Failed to upload"
5778
  msgstr ""
5779
 
5780
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5781
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5782
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5783
  msgid "%s Error: Failed to open local file"
5784
  msgstr ""
@@ -5799,7 +5827,7 @@ msgstr ""
5799
  msgid "Authenticate with Google"
5800
  msgstr ""
5801
 
5802
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5803
  #: src/methods/googledrive.php:1226
5804
  msgid "Client Secret"
5805
  msgstr ""
@@ -5808,7 +5836,7 @@ msgstr ""
5808
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5809
  msgstr ""
5810
 
5811
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5812
  #: src/methods/googledrive.php:1222
5813
  msgid "Client ID"
5814
  msgstr ""
@@ -5846,20 +5874,20 @@ msgstr ""
5846
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5847
  msgstr ""
5848
 
5849
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5850
  #: src/methods/googledrive.php:467
5851
  msgid "you have authenticated your %s account."
5852
  msgstr ""
5853
 
5854
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5855
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5856
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5857
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5858
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5859
  msgid "Success"
5860
  msgstr ""
5861
 
5862
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5863
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5864
  msgid "Your %s quota usage: %s %% used, %s available"
5865
  msgstr ""
@@ -5891,8 +5919,8 @@ msgstr ""
5891
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5892
  msgstr ""
5893
 
5894
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5895
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5896
  #: src/restorer.php:2437, src/restorer.php:2542
5897
  msgid "OK"
5898
  msgstr ""
@@ -5909,13 +5937,13 @@ msgstr ""
5909
  msgid "will restore as:"
5910
  msgstr ""
5911
 
5912
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5913
  #: src/restorer.php:1896, src/restorer.php:1922
5914
  msgid "Old table prefix:"
5915
  msgstr ""
5916
 
5917
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5918
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5919
  msgid "Backup of:"
5920
  msgstr ""
5921
 
@@ -5987,55 +6015,55 @@ msgstr ""
5987
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5988
  msgstr ""
5989
 
5990
- #: src/admin.php:4264, src/admin.php:4265
5991
  msgid "Could not find one of the files for restoration"
5992
  msgstr ""
5993
 
5994
- #: src/admin.php:4379
5995
  msgid "Error message"
5996
  msgstr ""
5997
 
5998
- #: src/admin.php:4261
5999
  msgid "The backup records do not contain information about the proper size of this file."
6000
  msgstr ""
6001
 
6002
- #: src/admin.php:4253
6003
  msgid "Archive is expected to be size:"
6004
  msgstr ""
6005
 
6006
- #: src/admin.php:4133
6007
  msgid "If making a request for support, please include this information:"
6008
  msgstr ""
6009
 
6010
- #: src/admin.php:4132
6011
  msgid "ABORT: Could not find the information on which entities to restore."
6012
  msgstr ""
6013
 
6014
- #: src/admin.php:4087
6015
  msgid "UpdraftPlus Restoration: Progress"
6016
  msgstr ""
6017
 
6018
- #: src/admin.php:4040
6019
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6020
  msgstr ""
6021
 
6022
- #: src/admin.php:3975
6023
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6024
  msgstr ""
6025
 
6026
- #: src/admin.php:3993
6027
  msgid "Delete this backup set"
6028
  msgstr ""
6029
 
6030
- #: src/admin.php:3635
6031
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6032
  msgstr ""
6033
 
6034
- #: src/admin.php:3632
6035
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6036
  msgstr ""
6037
 
6038
- #: src/admin.php:3630
6039
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6040
  msgstr ""
6041
 
@@ -6076,23 +6104,23 @@ msgstr ""
6076
  msgid "Use the server's SSL certificates"
6077
  msgstr ""
6078
 
6079
- #: src/admin.php:3478
6080
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6081
  msgstr ""
6082
 
6083
- #: src/admin.php:3478
6084
  msgid "click here"
6085
  msgstr ""
6086
 
6087
- #: src/admin.php:3478
6088
  msgid "or, to reset this option"
6089
  msgstr ""
6090
 
6091
- #: src/admin.php:3478
6092
  msgid "Follow this link to attempt to create the directory and set the permissions"
6093
  msgstr ""
6094
 
6095
- #: src/admin.php:3470
6096
  msgid "Backup directory specified is writable, which is good."
6097
  msgstr ""
6098
 
@@ -6132,7 +6160,7 @@ msgstr ""
6132
  msgid "Cancel"
6133
  msgstr ""
6134
 
6135
- #: src/addons/reporting.php:244, src/admin.php:3782
6136
  msgid "None"
6137
  msgstr ""
6138
 
@@ -6157,11 +6185,11 @@ msgstr ""
6157
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6158
  msgstr ""
6159
 
6160
- #: src/addons/morefiles.php:466, src/admin.php:3560
6161
  msgid "Exclude these:"
6162
  msgstr ""
6163
 
6164
- #: src/admin.php:3551
6165
  msgid "Any other directories found inside wp-content"
6166
  msgstr ""
6167
 
@@ -6177,45 +6205,45 @@ msgstr ""
6177
  msgid "To fix the time at which a backup should take place,"
6178
  msgstr ""
6179
 
6180
- #: src/admin.php:3464
6181
  msgid "Monthly"
6182
  msgstr ""
6183
 
6184
- #: src/admin.php:3463
6185
  msgid "Fortnightly"
6186
  msgstr ""
6187
 
6188
- #: src/admin.php:3462
6189
  msgid "Weekly"
6190
  msgstr ""
6191
 
6192
- #: src/admin.php:3461
6193
  msgid "Daily"
6194
  msgstr ""
6195
 
6196
- #: src/admin.php:713, src/admin.php:3439
6197
  msgid "Download log file"
6198
  msgstr ""
6199
 
6200
- #: src/admin.php:3311
6201
  msgid "The folder exists, but your webserver does not have permission to write to it."
6202
  msgstr ""
6203
 
6204
- #: src/admin.php:3306
6205
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6206
  msgstr ""
6207
 
6208
- #: src/admin.php:3292
6209
  msgid "The request to the filesystem to create the directory failed."
6210
  msgstr ""
6211
 
6212
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6213
- #: src/admin.php:3237, src/admin.php:3993,
6214
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6215
  msgid "Delete"
6216
  msgstr ""
6217
 
6218
- #: src/admin.php:3142
6219
  msgid "show log"
6220
  msgstr ""
6221
 
@@ -6331,7 +6359,7 @@ msgstr ""
6331
  msgid "Do read this helpful article of useful things to know before restoring."
6332
  msgstr ""
6333
 
6334
- #: src/class-updraftplus.php:4231
6335
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6336
  msgstr ""
6337
 
@@ -6386,7 +6414,7 @@ msgstr ""
6386
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6387
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6388
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6389
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6390
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6391
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6392
  msgid "Error:"
@@ -6437,20 +6465,20 @@ msgstr ""
6437
  msgid "More tasks:"
6438
  msgstr ""
6439
 
6440
- #: src/admin.php:2900
6441
  msgid "Download most recently modified log file"
6442
  msgstr ""
6443
 
6444
- #: src/central/bootstrap.php:185
6445
  msgid "(Nothing yet logged)"
6446
  msgstr ""
6447
 
6448
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6449
- #: src/admin.php:2855, src/admin.php:2860
6450
  msgid "Last log message"
6451
  msgstr ""
6452
 
6453
- #: src/addons/migrator.php:257, src/admin.php:712, src/admin.php:3975,
6454
  #: src/templates/wp-admin/settings/tab-status.php:30
6455
  msgid "Restore"
6456
  msgstr ""
@@ -6461,8 +6489,8 @@ msgid "Backup Now"
6461
  msgstr ""
6462
 
6463
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6464
- #: src/addons/reporting.php:259, src/addons/wp-cli.php:382, src/admin.php:315,
6465
- #: src/admin.php:3757, src/admin.php:3837, src/admin.php:4342,
6466
  #: src/includes/class-wpadmin-commands.php:147,
6467
  #: src/includes/class-wpadmin-commands.php:507,
6468
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
@@ -6470,7 +6498,7 @@ msgstr ""
6470
  msgid "Database"
6471
  msgstr ""
6472
 
6473
- #: src/admin.php:311, src/admin.php:4964
6474
  msgid "Files"
6475
  msgstr ""
6476
 
@@ -6498,15 +6526,15 @@ msgstr ""
6498
  msgid "JavaScript warning"
6499
  msgstr ""
6500
 
6501
- #: src/admin.php:692, src/admin.php:2927
6502
  msgid "Delete Old Directories"
6503
  msgstr ""
6504
 
6505
- #: src/admin.php:2572
6506
  msgid "Current limit is:"
6507
  msgstr ""
6508
 
6509
- #: src/admin.php:2547
6510
  msgid "Your backup has been restored."
6511
  msgstr ""
6512
 
@@ -6518,72 +6546,72 @@ msgstr ""
6518
  msgid "Lead developer's homepage"
6519
  msgstr ""
6520
 
6521
- #: src/central/bootstrap.php:504
6522
  msgid "UpdraftPlus.Com"
6523
  msgstr ""
6524
 
6525
- #: src/admin.php:4856
6526
  msgid "Your settings have been wiped."
6527
  msgstr ""
6528
 
6529
- #: src/admin.php:2507
6530
  msgid "Backup directory successfully created."
6531
  msgstr ""
6532
 
6533
- #: src/admin.php:2500
6534
  msgid "Backup directory could not be created"
6535
  msgstr ""
6536
 
6537
- #: src/admin.php:3174
6538
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6539
  msgstr ""
6540
 
6541
- #: src/admin.php:3172
6542
  msgid "Old directories successfully removed."
6543
  msgstr ""
6544
 
6545
- #: src/admin.php:3169, src/admin.php:3169
6546
  msgid "Remove old directories"
6547
  msgstr ""
6548
 
6549
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6550
- #: src/admin.php:2449, src/admin.php:2458, src/admin.php:2467,
6551
- #: src/admin.php:2509, src/admin.php:3176
6552
  msgid "Return to UpdraftPlus Configuration"
6553
  msgstr ""
6554
 
6555
- #: src/admin.php:685, src/admin.php:2449, src/admin.php:2458,
6556
- #: src/admin.php:2467, src/admin.php:2509, src/admin.php:3176,
6557
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6558
  msgid "Actions"
6559
  msgstr ""
6560
 
6561
- #: src/admin.php:2352
6562
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6563
  msgstr ""
6564
 
6565
- #: src/admin.php:2252
6566
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6567
  msgstr ""
6568
 
6569
- #: src/admin.php:2148
6570
  msgid "No local copy present."
6571
  msgstr ""
6572
 
6573
- #: src/admin.php:2145
6574
  msgid "Download in progress"
6575
  msgstr ""
6576
 
6577
- #: src/admin.php:684, src/admin.php:2134
6578
  msgid "File ready."
6579
  msgstr ""
6580
 
6581
- #: src/admin.php:2115
6582
  msgid "Download failed"
6583
  msgstr ""
6584
 
6585
- #: src/admin.php:682, src/admin.php:1336, src/admin.php:1882,
6586
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
6587
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6588
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6589
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
@@ -6591,41 +6619,41 @@ msgstr ""
6591
  msgid "Error"
6592
  msgstr ""
6593
 
6594
- #: src/admin.php:1917
6595
  msgid "Could not find that job - perhaps it has already finished?"
6596
  msgstr ""
6597
 
6598
- #: src/admin.php:1909
6599
  msgid "Job deleted"
6600
  msgstr ""
6601
 
6602
- #: src/admin.php:1995
6603
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6604
  msgstr ""
6605
 
6606
- #: src/admin.php:757
6607
  msgid "Nothing yet logged"
6608
  msgstr ""
6609
 
6610
- #: src/admin.php:984
6611
  msgid "Please consult this FAQ if you have problems backing up."
6612
  msgstr ""
6613
 
6614
- #: src/admin.php:984
6615
  msgid "Your website is hosted using the %s web server."
6616
  msgstr ""
6617
 
6618
- #: src/admin.php:980
6619
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6620
  msgstr ""
6621
 
6622
- #: src/admin.php:976
6623
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6624
  msgstr ""
6625
 
6626
- #: src/addons/migrator.php:932, src/admin.php:968, src/admin.php:972,
6627
- #: src/admin.php:976, src/admin.php:980, src/admin.php:984, src/admin.php:993,
6628
- #: src/admin.php:3623, src/admin.php:3630, src/admin.php:3632,
6629
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6630
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6631
  #: src/methods/s3.php:859, src/methods/s3.php:863,
@@ -6635,11 +6663,11 @@ msgstr ""
6635
  msgid "Warning"
6636
  msgstr ""
6637
 
6638
- #: src/admin.php:914
6639
  msgid "Add-Ons / Pro Support"
6640
  msgstr ""
6641
 
6642
- #: src/admin.php:548, src/admin.php:912,
6643
  #: src/templates/wp-admin/settings/tab-bar.php:7
6644
  msgid "Settings"
6645
  msgstr ""
@@ -6660,21 +6688,21 @@ msgstr ""
6660
  msgid "Like UpdraftPlus and can spare one minute?"
6661
  msgstr ""
6662
 
6663
- #: src/addons/azure.php:268, src/class-updraftplus.php:3991,
6664
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6665
  msgid "File not found"
6666
  msgstr ""
6667
 
6668
- #: src/class-updraftplus.php:3898
6669
  msgid "The decryption key used:"
6670
  msgstr ""
6671
 
6672
- #: src/class-updraftplus.php:3898, src/class-updraftplus.php:4130,
6673
  #: src/restorer.php:422
6674
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6675
  msgstr ""
6676
 
6677
- #: src/class-updraftplus.php:3879, src/class-updraftplus.php:4118,
6678
  #: src/restorer.php:409
6679
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6680
  msgstr ""
@@ -6683,15 +6711,15 @@ msgstr ""
6683
  msgid "Could not open the backup file for writing"
6684
  msgstr ""
6685
 
6686
- #: src/class-updraftplus.php:3484
6687
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6688
  msgstr ""
6689
 
6690
- #: src/class-updraftplus.php:3445
6691
  msgid "Could not read the directory"
6692
  msgstr ""
6693
 
6694
- #: src/admin.php:2194, src/backup.php:1323
6695
  msgid "Backup directory (%s) is not writable, or does not exist."
6696
  msgstr ""
6697
 
@@ -6699,11 +6727,11 @@ msgstr ""
6699
  msgid "WordPress backup is complete"
6700
  msgstr ""
6701
 
6702
- #: src/class-updraftplus.php:2955
6703
  msgid "The backup attempt has finished, apparently unsuccessfully"
6704
  msgstr ""
6705
 
6706
- #: src/class-updraftplus.php:2940
6707
  msgid "The backup apparently succeeded and is now complete"
6708
  msgstr ""
6709
 
@@ -6711,37 +6739,37 @@ msgstr ""
6711
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6712
  msgstr ""
6713
 
6714
- #: src/class-updraftplus.php:2643
6715
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6716
  msgstr ""
6717
 
6718
- #: src/class-updraftplus.php:1921
6719
  msgid "Others"
6720
  msgstr ""
6721
 
6722
- #: src/addons/multisite.php:469, src/class-updraftplus.php:1906
6723
  msgid "Uploads"
6724
  msgstr ""
6725
 
6726
- #: src/class-updraftplus.php:1905
6727
  msgid "Themes"
6728
  msgstr ""
6729
 
6730
- #: src/class-updraftplus.php:1904
6731
  msgid "Plugins"
6732
  msgstr ""
6733
 
6734
- #: src/class-updraftplus.php:626
6735
  msgid "No log files were found."
6736
  msgstr ""
6737
 
6738
- #: src/admin.php:2064, src/admin.php:2068, src/class-updraftplus.php:621
6739
  msgid "The log file could not be read."
6740
  msgstr ""
6741
 
6742
- #: src/admin.php:1013, src/admin.php:1046, src/class-updraftplus.php:586,
6743
- #: src/class-updraftplus.php:621, src/class-updraftplus.php:626,
6744
- #: src/class-updraftplus.php:631
6745
  msgid "UpdraftPlus notice:"
6746
  msgstr ""
6747
 
11
  "Language: ca\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr ""
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr ""
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr ""
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr ""
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr ""
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr ""
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr ""
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr ""
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr ""
83
  msgid "WP CLI"
84
  msgstr ""
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr ""
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr ""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr ""
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr ""
101
 
171
  msgid "Ensure you are logged into the correct account before continuing."
172
  msgstr ""
173
 
174
+ #: src/admin.php:4986
175
  msgid "Remote storage method and instance id are required for authentication."
176
  msgstr ""
177
 
178
+ #: src/admin.php:4982
179
  msgid "authentication error"
180
  msgstr ""
181
 
203
  msgid "Delete these settings"
204
  msgstr ""
205
 
206
+ #: src/addons/morestorage.php:81, src/admin.php:785
207
  msgid "Currently disabled"
208
  msgstr ""
209
 
210
+ #: src/addons/morestorage.php:81, src/admin.php:784
211
  msgid "Currently enabled"
212
  msgstr ""
213
 
239
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
240
  msgstr ""
241
 
242
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
243
  msgid "remote site"
244
  msgstr ""
245
 
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
+ #: src/class-updraftplus.php:4450
257
  msgid "Your chosen replacement collation"
258
  msgstr ""
259
 
260
+ #: src/class-updraftplus.php:4427
261
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
262
  msgstr ""
263
 
264
+ #: src/class-updraftplus.php:4427
265
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
266
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
267
  msgstr[0] ""
299
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
300
  msgstr ""
301
 
302
+ #: src/central/bootstrap.php:520
303
  msgid "URL for the site of your UpdraftCentral dashboard"
304
  msgstr ""
305
 
306
+ #: src/central/bootstrap.php:518
307
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
308
  msgstr ""
309
 
310
+ #: src/central/bootstrap.php:515
311
  msgid "A website where you have installed %s"
312
  msgstr ""
313
 
314
+ #: src/central/bootstrap.php:513
315
  msgid "Self-hosted dashboard"
316
  msgstr ""
317
 
318
+ #: src/central/bootstrap.php:255
319
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
320
  msgstr ""
321
 
329
  msgid "Requested table character set (%s) is not present - changing to %s."
330
  msgstr ""
331
 
332
+ #: src/class-updraftplus.php:4403
333
  msgid "Your chosen character set to use instead:"
334
  msgstr ""
335
 
336
+ #: src/class-updraftplus.php:4393
337
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
338
  msgstr ""
339
 
340
+ #: src/class-updraftplus.php:4393
341
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
342
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
343
  msgstr[0] ""
344
  msgstr[1] ""
345
 
346
+ #: src/central/bootstrap.php:598
347
  msgid "Create another key"
348
  msgstr ""
349
 
350
+ #: src/central/bootstrap.php:527
351
  msgid "UpdraftCentral dashboard connection details"
352
  msgstr ""
353
 
354
+ #: src/central/bootstrap.php:521
355
  msgid "Next"
356
  msgstr ""
357
 
358
+ #: src/central/bootstrap.php:507
359
  msgid "an account"
360
  msgstr ""
361
 
362
+ #: src/central/bootstrap.php:507
363
  msgid "i.e. if you have %s there"
364
  msgstr ""
365
 
366
+ #: src/central/bootstrap.php:496
367
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
368
  msgstr ""
369
 
370
+ #: src/central/bootstrap.php:470
371
  msgid "Manage existing keys (%d)..."
372
  msgstr ""
373
 
374
+ #: src/central/bootstrap.php:420
375
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
376
  msgstr ""
377
 
378
+ #: src/central/bootstrap.php:257
379
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
380
  msgstr ""
381
 
382
+ #: src/central/bootstrap.php:255
383
  msgid "Detailed instructions for this can be found at %s"
384
  msgstr ""
385
 
386
+ #: src/central/bootstrap.php:255
387
  msgid "You now need to copy the key below and enter it at your %s."
388
  msgstr ""
389
 
390
+ #: src/admin.php:779
391
  msgid "Please enter a valid URL e.g http://example.com"
392
  msgstr ""
393
 
427
  msgid "Account ID"
428
  msgstr ""
429
 
430
+ #: src/class-updraftplus.php:4234
431
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
432
  msgstr ""
433
 
434
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
435
  msgid "the migrator add-on"
436
  msgstr ""
437
 
438
+ #: src/class-updraftplus.php:4232
439
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
440
  msgstr ""
441
 
442
+ #: src/class-updraftplus.php:4230
443
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
444
  msgstr ""
445
 
446
+ #: src/class-updraftplus.php:4225
447
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
448
  msgstr ""
449
 
459
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
460
  msgstr ""
461
 
462
+ #: src/admin.php:760
463
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
464
  msgstr ""
465
 
466
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
467
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
468
+ #: src/class-updraftplus.php:2462
469
  msgid "A PHP fatal error (%s) has occurred: %s"
470
  msgstr ""
471
 
472
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
473
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
474
+ #: src/class-updraftplus.php:2455
475
  msgid "A PHP exception (%s) has occurred: %s"
476
  msgstr ""
477
 
527
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
528
  msgstr ""
529
 
530
+ #: src/admin.php:5192
531
  msgid "Value"
532
  msgstr ""
533
 
534
+ #: src/admin.php:1726
535
  msgid "Did not know how to delete from this cloud service."
536
  msgstr ""
537
 
543
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
544
  msgstr ""
545
 
546
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
547
  msgid "Stored at: %s"
548
  msgstr ""
549
 
551
  msgid "Cloud Files"
552
  msgstr ""
553
 
554
+ #: src/admin.php:4937
555
  msgid "Your settings failed to save. Please refresh the settings page and try again"
556
  msgstr ""
557
 
558
+ #: src/admin.php:4896
559
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
560
  msgstr ""
561
 
572
  msgid "Extra database"
573
  msgstr ""
574
 
575
+ #: src/admin.php:3915
576
  msgid "Press here to download or browse"
577
  msgstr ""
578
 
579
+ #: src/admin.php:1163, src/admin.php:1173
580
  msgid "Error: invalid path"
581
  msgstr ""
582
 
583
+ #: src/admin.php:960
584
  msgid "An error occurred when fetching storage module options: "
585
  msgstr ""
586
 
587
+ #: src/admin.php:776
588
  msgid "Loading log file"
589
  msgstr ""
590
 
591
+ #: src/admin.php:775
592
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
593
  msgstr ""
594
 
595
+ #: src/admin.php:774
596
  msgid "Search"
597
  msgstr ""
598
 
599
+ #: src/admin.php:773
600
  msgid "Select a file to view information about it"
601
  msgstr ""
602
 
603
+ #: src/admin.php:772
604
  msgid "Browsing zip file"
605
  msgstr ""
606
 
607
+ #: src/admin.php:741
608
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
609
  msgstr ""
610
 
616
  msgid "Skipped tables:"
617
  msgstr ""
618
 
619
+ #: src/class-updraftplus.php:4515
620
  msgid "This database backup has the following WordPress tables excluded: %s"
621
  msgstr ""
622
 
623
+ #: src/admin.php:2810
624
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
625
  msgstr ""
626
 
627
+ #: src/admin.php:2810
628
  msgid "All WordPress tables will be backed up."
629
  msgstr ""
630
 
631
+ #: src/admin.php:771
632
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
633
  msgstr ""
634
 
635
+ #: src/admin.php:771
636
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
637
  msgstr ""
638
 
639
+ #: src/admin.php:771
640
  msgid "The available memory on the server."
641
  msgstr ""
642
 
643
+ #: src/admin.php:771
644
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
645
  msgstr ""
646
 
647
+ #: src/admin.php:771
648
  msgid "The file failed to upload. Please check the following:"
649
  msgstr ""
650
 
651
+ #: src/admin.php:770
652
  msgid "HTTP code:"
653
  msgstr ""
654
 
655
+ #: src/addons/wp-cli.php:89, src/admin.php:665
656
  msgid "You have chosen to backup a database, but no tables have been selected"
657
  msgstr ""
658
 
1104
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1105
  msgstr ""
1106
 
1107
+ #: src/central/bootstrap.php:593
1108
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1109
  msgstr ""
1110
 
1116
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1117
  msgstr ""
1118
 
1119
+ #: src/admin.php:1802
1120
  msgid "Remote files deleted:"
1121
  msgstr ""
1122
 
1123
+ #: src/admin.php:1801
1124
  msgid "Local files deleted:"
1125
  msgstr ""
1126
 
1128
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1129
  msgstr ""
1130
 
1131
+ #: src/admin.php:769
1132
  msgid "remote files deleted"
1133
  msgstr ""
1134
 
1135
+ #: src/admin.php:767
1136
  msgid "Complete"
1137
  msgstr ""
1138
 
1139
+ #: src/admin.php:766
1140
  msgid "Do you want to carry out the import?"
1141
  msgstr ""
1142
 
1143
+ #: src/admin.php:765
1144
  msgid "Which was exported on:"
1145
  msgstr ""
1146
 
1147
+ #: src/admin.php:764
1148
  msgid "This will import data from:"
1149
  msgstr ""
1150
 
1151
+ #: src/admin.php:763
1152
  msgid "Importing..."
1153
  msgstr ""
1154
 
1155
+ #: src/admin.php:759
1156
  msgid "You have not yet selected a file to import."
1157
  msgstr ""
1158
 
1159
+ #: src/admin.php:743
1160
  msgid "Your export file will be of your displayed settings, not your saved ones."
1161
  msgstr ""
1162
 
1168
  msgid "US East (Ohio)"
1169
  msgstr ""
1170
 
1171
+ #: src/addons/onedrive.php:1104
1172
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1173
  msgstr ""
1174
 
1175
+ #: src/addons/onedrive.php:718
1176
  msgid "Account is not authorized (%s)."
1177
  msgstr ""
1178
 
1179
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1180
  msgid "Your IP address:"
1181
  msgstr ""
1182
 
1183
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1184
  #: src/udaddons/updraftplus-addons.php:887
1185
  msgid "To remove any block, please go here."
1186
  msgstr ""
1187
 
1188
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1189
  msgid "An error response was received; HTTP code:"
1190
  msgstr ""
1191
 
1192
+ #: src/includes/class-commands.php:344
1193
  msgid "%s add-on not found"
1194
  msgstr ""
1195
 
1201
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1202
  msgstr ""
1203
 
1204
+ #: src/admin.php:2548
1205
  msgid "To fix this problem go here."
1206
  msgstr ""
1207
 
1208
+ #: src/admin.php:2548
1209
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1210
  msgstr ""
1211
 
1212
+ #: src/admin.php:727
1213
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1214
  msgstr ""
1215
 
1265
  msgid "FAQs"
1266
  msgstr ""
1267
 
1268
+ #: src/central/bootstrap.php:549
1269
  msgid "More information..."
1270
  msgstr ""
1271
 
1272
+ #: src/central/bootstrap.php:547
1273
  msgid "Use the alternative method for making a connection with the dashboard."
1274
  msgstr ""
1275
 
1276
+ #: src/central/bootstrap.php:457
1277
  msgid "Key size: %d bits"
1278
  msgstr ""
1279
 
1280
+ #: src/central/bootstrap.php:452
1281
  msgid "Public key was sent to:"
1282
  msgstr ""
1283
 
1293
  msgid "Create key"
1294
  msgstr ""
1295
 
1296
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1297
  msgid "slower, strongest"
1298
  msgstr ""
1299
 
1300
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1301
  msgid "recommended"
1302
  msgstr ""
1303
 
1304
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1305
  msgid "%s bytes"
1306
  msgstr ""
1307
 
1308
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1309
  msgid "faster (possibility for slow PHP installs)"
1310
  msgstr ""
1311
 
1312
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1313
  msgid "easy to break, fastest"
1314
  msgstr ""
1315
 
1316
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1317
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1318
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1319
  msgid "%s bits"
1320
  msgstr ""
1321
 
1322
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1323
  msgid "Encryption key size:"
1324
  msgstr ""
1325
 
1352
  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."
1353
  msgstr ""
1354
 
1355
+ #: src/class-updraftplus.php:1869
1356
  msgid "Size: %s MB"
1357
  msgstr ""
1358
 
1364
  msgid "Now"
1365
  msgstr ""
1366
 
1367
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1368
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1369
  msgstr ""
1370
 
1386
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1387
  msgstr ""
1388
 
1389
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1390
  msgid "The given file was not found, or could not be read."
1391
  msgstr ""
1392
 
1393
+ #: src/central/bootstrap.php:591
1394
  msgid "UpdraftCentral (Remote Control)"
1395
  msgstr ""
1396
 
1397
+ #: src/central/bootstrap.php:580
1398
  msgid "View recent UpdraftCentral log events"
1399
  msgstr ""
1400
 
1401
+ #: src/central/bootstrap.php:530
1402
  msgid "Enter any description"
1403
  msgstr ""
1404
 
1405
+ #: src/central/bootstrap.php:529
1406
  msgid "Description"
1407
  msgstr ""
1408
 
1409
+ #: src/central/bootstrap.php:462
1410
  msgid "Delete..."
1411
  msgstr ""
1412
 
1413
+ #: src/central/bootstrap.php:455
1414
  msgid "Created:"
1415
  msgstr ""
1416
 
1417
+ #: src/central/bootstrap.php:452
1418
  msgid "Access this site as user:"
1419
  msgstr ""
1420
 
1421
+ #: src/central/bootstrap.php:476
1422
  msgid "Details"
1423
  msgstr ""
1424
 
1425
+ #: src/central/bootstrap.php:475
1426
  msgid "Key description"
1427
  msgstr ""
1428
 
1429
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1430
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1431
  msgstr ""
1432
 
1433
+ #: src/central/bootstrap.php:218
1434
  msgid "An invalid URL was entered"
1435
  msgstr ""
1436
 
1437
+ #: src/central/bootstrap.php:82
1438
  msgid "Close..."
1439
  msgstr ""
1440
 
1441
+ #: src/central/bootstrap.php:74
1442
  msgid "This connection appears to already have been made."
1443
  msgstr ""
1444
 
1445
+ #: src/central/bootstrap.php:71
1446
  msgid "You must visit this link in the same browser and login session as you created the key in."
1447
  msgstr ""
1448
 
1449
+ #: src/central/bootstrap.php:67
1450
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1451
  msgstr ""
1452
 
1453
+ #: src/central/bootstrap.php:67
1454
  msgid "You are not logged into this WordPress site in your web browser."
1455
  msgstr ""
1456
 
1457
+ #: src/central/bootstrap.php:64
1458
  msgid "The key referred to was unknown."
1459
  msgstr ""
1460
 
1461
+ #: src/central/bootstrap.php:61
1462
  msgid "A new UpdraftCentral connection has not been made."
1463
  msgstr ""
1464
 
1465
+ #: src/central/bootstrap.php:59
1466
  msgid "An UpdraftCentral connection has been made successfully."
1467
  msgstr ""
1468
 
1469
+ #: src/central/bootstrap.php:56
1470
  msgid "UpdraftCentral Connection"
1471
  msgstr ""
1472
 
1473
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1474
  msgid "The backup was aborted by the user"
1475
  msgstr ""
1476
 
1477
+ #: src/admin.php:4932
1478
  msgid "Your settings have been saved."
1479
  msgstr ""
1480
 
1481
+ #: src/admin.php:3793
1482
  msgid "Total backup size:"
1483
  msgstr ""
1484
 
1485
+ #: src/admin.php:3150
1486
  msgid "stop"
1487
  msgstr ""
1488
 
1489
+ #: src/admin.php:2992
1490
  msgid "The backup has finished running"
1491
  msgstr ""
1492
 
1512
  msgid "calculate"
1513
  msgstr ""
1514
 
1515
+ #: src/admin.php:742
1516
  msgid "You should save your changes to ensure that they are used for making your backup."
1517
  msgstr ""
1518
 
1519
+ #: src/admin.php:735
1520
  msgid "We requested to delete the file, but could not understand the server's response"
1521
  msgstr ""
1522
 
1523
+ #: src/admin.php:734
1524
  msgid "Please enter a valid URL"
1525
  msgstr ""
1526
 
1527
+ #: src/admin.php:717
1528
  msgid "Saving..."
1529
  msgstr ""
1530
 
1548
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1549
  msgstr ""
1550
 
1551
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1552
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1553
  msgstr ""
1554
 
1555
+ #: src/class-updraftplus.php:4299
1556
  msgid "Please read this link for important information on this process."
1557
  msgstr ""
1558
 
1559
+ #: src/class-updraftplus.php:4299
1560
  msgid "It will be imported as a new site."
1561
  msgstr ""
1562
 
1563
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1564
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1565
  msgid "Dismiss"
1566
  msgstr ""
1567
 
1568
+ #: src/admin.php:754
1569
  msgid "Please fill in the required information."
1570
  msgstr ""
1571
 
1626
  msgid "Call WordPress action:"
1627
  msgstr ""
1628
 
1629
+ #: src/admin.php:2818
1630
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1631
  msgstr ""
1632
 
1633
+ #: src/admin.php:4438
1634
  msgid "Skipping: this archive was already restored."
1635
  msgstr ""
1636
 
1662
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1663
  msgstr ""
1664
 
1665
+ #: src/admin.php:4806
1666
  msgid "Send this backup to remote storage"
1667
  msgstr ""
1668
 
1669
+ #: src/admin.php:4804
1670
  msgid "Check out UpdraftPlus Vault."
1671
  msgstr ""
1672
 
1673
+ #: src/admin.php:4804
1674
  msgid "Not got any remote storage?"
1675
  msgstr ""
1676
 
1677
+ #: src/admin.php:4804
1678
  msgid "settings"
1679
  msgstr ""
1680
 
1681
+ #: src/admin.php:4804
1682
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1683
  msgstr ""
1684
 
1685
+ #: src/admin.php:2816
1686
  msgid "Include any files in the backup"
1687
  msgstr ""
1688
 
1689
+ #: src/admin.php:2802
1690
  msgid "Include the database in the backup"
1691
  msgstr ""
1692
 
1693
+ #: src/admin.php:2707
1694
  msgid "Continue restoration"
1695
  msgstr ""
1696
 
1697
+ #: src/admin.php:2702
1698
  msgid "You have an unfinished restoration operation, begun %s ago."
1699
  msgstr ""
1700
 
1701
+ #: src/admin.php:2701
1702
  msgid "Unfinished restoration"
1703
  msgstr ""
1704
 
1705
+ #: src/admin.php:2699
1706
  msgid "%s minutes, %s seconds"
1707
  msgstr ""
1708
 
1709
+ #: src/admin.php:2646
1710
  msgid "Backup Contents And Schedule"
1711
  msgstr ""
1712
 
1714
  msgid "Premium / Extensions"
1715
  msgstr ""
1716
 
1717
+ #: src/admin.php:2414, src/admin.php:2423
1718
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1719
  msgstr ""
1720
 
1721
+ #: src/addons/morefiles.php:77, src/admin.php:740
1722
  msgctxt "(verb)"
1723
  msgid "Download"
1724
  msgstr ""
1854
  msgid "Could not access container"
1855
  msgstr ""
1856
 
1857
+ #: src/class-updraftplus.php:2962
1858
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1859
  msgstr ""
1860
 
1983
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1984
  msgstr ""
1985
 
1986
+ #: src/admin.php:1800
1987
  msgid "Backup sets removed:"
1988
  msgstr ""
1989
 
1990
+ #: src/admin.php:753
1991
  msgid "Processing..."
1992
  msgstr ""
1993
 
1994
+ #: src/admin.php:751
1995
  msgid "For backups older than"
1996
  msgstr ""
1997
 
1998
+ #: src/admin.php:750
1999
  msgid "week(s)"
2000
  msgstr ""
2001
 
2002
+ #: src/admin.php:749
2003
  msgid "hour(s)"
2004
  msgstr ""
2005
 
2006
+ #: src/admin.php:748
2007
  msgid "day(s)"
2008
  msgstr ""
2009
 
2010
+ #: src/admin.php:747
2011
  msgid "in the month"
2012
  msgstr ""
2013
 
2014
+ #: src/admin.php:746
2015
  msgid "day"
2016
  msgstr ""
2017
 
2035
  msgid "You do not currently have any UpdraftPlus Vault quota"
2036
  msgstr ""
2037
 
2038
+ #: src/class-updraftplus.php:4372
2039
  msgid "You must upgrade MySQL to be able to use this database."
2040
  msgstr ""
2041
 
2042
+ #: src/class-updraftplus.php:4372
2043
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2044
  msgstr ""
2045
 
2046
+ #: src/admin.php:2533
2047
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2048
  msgstr ""
2049
 
2071
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2072
  msgstr ""
2073
 
2074
+ #: src/admin.php:1018
2075
  msgid "Go to the remote storage settings in order to connect."
2076
  msgstr ""
2077
 
2078
+ #: src/admin.php:1018
2079
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2080
  msgstr ""
2081
 
2083
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2084
  msgstr ""
2085
 
2086
+ #: src/admin.php:723
2087
  msgid "Update quota count"
2088
  msgstr ""
2089
 
2090
+ #: src/admin.php:722
2091
  msgid "Counting..."
2092
  msgstr ""
2093
 
2094
+ #: src/admin.php:721
2095
  msgid "Disconnecting..."
2096
  msgstr ""
2097
 
2098
+ #: src/admin.php:719
2099
  msgid "Connecting..."
2100
  msgstr ""
2101
 
2121
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2122
  msgstr ""
2123
 
2124
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2125
  #: src/methods/updraftvault.php:450
2126
  msgid "Disconnect"
2127
  msgstr ""
2154
  msgid "E-mail"
2155
  msgstr ""
2156
 
2157
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2158
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2159
  msgid "Back..."
2160
  msgstr ""
2172
  msgid "%s per quarter"
2173
  msgstr ""
2174
 
2175
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2176
  #: src/methods/updraftvault.php:351
2177
  msgid "Read more about it here."
2178
  msgstr ""
2246
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2247
  msgstr ""
2248
 
2249
+ #: src/addons/migrator.php:1926, src/admin.php:729
2250
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2251
  msgstr ""
2252
 
2258
  msgid "Your new key:"
2259
  msgstr ""
2260
 
2261
+ #: src/central/bootstrap.php:402
2262
  msgid "You must copy and paste this key now - it cannot be shown again."
2263
  msgstr ""
2264
 
2265
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2266
  msgid "Key created successfully."
2267
  msgstr ""
2268
 
2302
  msgid "This storage method does not allow downloading"
2303
  msgstr ""
2304
 
2305
+ #: src/admin.php:3978
2306
  msgid "(backup set imported from remote location)"
2307
  msgstr ""
2308
 
2309
+ #: src/addons/wp-cli.php:346,
2310
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2311
  msgid "Site"
2312
  msgstr ""
2313
 
2314
+ #: src/addons/wp-cli.php:344,
2315
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2316
  msgid "Backup sent to remote site - not available for download."
2317
  msgstr ""
2318
 
2324
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2325
  msgstr ""
2326
 
2327
+ #: src/addons/migrator.php:1954, src/admin.php:736
2328
  msgid "Testing connection..."
2329
  msgstr ""
2330
 
2331
+ #: src/admin.php:733
2332
  msgid "Deleting..."
2333
  msgstr ""
2334
 
2335
+ #: src/admin.php:732
2336
  msgid "key name"
2337
  msgstr ""
2338
 
2339
+ #: src/admin.php:730
2340
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2341
  msgstr ""
2342
 
2343
+ #: src/admin.php:727
2344
  msgid "Creating..."
2345
  msgstr ""
2346
 
2364
  msgid "Or, send a backup to another site"
2365
  msgstr ""
2366
 
2367
+ #: src/addons/migrator.php:2128, src/admin.php:737
2368
  msgid "Send"
2369
  msgstr ""
2370
 
2371
+ #: src/addons/migrator.php:2122, src/admin.php:728
2372
  msgid "Send to site:"
2373
  msgstr ""
2374
 
2433
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2434
  msgstr ""
2435
 
2436
+ #: src/admin.php:726
2437
  msgid "Resetting..."
2438
  msgstr ""
2439
 
2440
+ #: src/addons/migrator.php:2431, src/admin.php:725
2441
  msgid "Add site"
2442
  msgstr ""
2443
 
2444
+ #: src/admin.php:724
2445
  msgid "Adding..."
2446
  msgstr ""
2447
 
2477
  msgid "To restore using any of the backup sets below, press the button."
2478
  msgstr ""
2479
 
2480
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2481
  msgid "You have made changes to your settings, and not saved."
2482
  msgstr ""
2483
 
2484
+ #: src/addons/onedrive.php:1164
2485
  msgid "N.B. %s is not case-sensitive."
2486
  msgstr ""
2487
 
2488
+ #: src/addons/onedrive.php:1154
2489
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2490
  msgstr ""
2491
 
2492
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2493
+ #: src/addons/onedrive.php:1127
2494
  msgid "For longer help, including screenshots, follow this link."
2495
  msgstr ""
2496
 
2497
+ #: src/addons/onedrive.php:1120
2498
  msgid "Create OneDrive credentials in your OneDrive developer console."
2499
  msgstr ""
2500
 
2501
+ #: src/addons/onedrive.php:1112
2502
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2503
  msgstr ""
2504
 
2506
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2507
  msgstr ""
2508
 
2509
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2510
  msgid "%s authorisation failed:"
2511
  msgstr ""
2512
 
2513
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2514
+ #: src/addons/onedrive.php:1157
2515
  msgid "OneDrive"
2516
  msgstr ""
2517
 
2518
+ #: src/addons/onedrive.php:709
2519
  msgid "Please re-authorize the connection to your %s account."
2520
  msgstr ""
2521
 
2523
  msgid "configure it here"
2524
  msgstr ""
2525
 
2526
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2527
  msgid "To remove the block, please go here."
2528
  msgstr ""
2529
 
2680
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2681
  msgstr ""
2682
 
2683
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2684
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2685
  #: src/udaddons/updraftplus-addons.php:887
2686
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2687
  msgstr ""
2688
 
2689
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2690
  #: src/udaddons/updraftplus-addons.php:887
2691
  msgid "It appears that your web server's IP Address (%s) is blocked."
2692
  msgstr ""
2693
 
2694
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2695
  #: src/udaddons/updraftplus-addons.php:887
2696
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2697
  msgstr ""
2735
  msgid "(at same time as files backup)"
2736
  msgstr ""
2737
 
2738
+ #: src/admin.php:3449
2739
  msgid "No backup has been completed"
2740
  msgstr ""
2741
 
2778
  msgid "or"
2779
  msgstr ""
2780
 
2781
+ #: src/admin.php:710
2782
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2783
  msgstr ""
2784
 
2809
  msgid "Check this box to have a basic report sent to"
2810
  msgstr ""
2811
 
2812
+ #: src/admin.php:3463
2813
  msgctxt "i.e. Non-automatic"
2814
  msgid "Manual"
2815
  msgstr ""
2827
  msgid "Any other file/directory on your server that you wish to back up"
2828
  msgstr ""
2829
 
2830
+ #: src/admin.php:2550
2831
  msgid "For even more features and personal support, check out "
2832
  msgstr ""
2833
 
2836
  msgstr ""
2837
 
2838
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2839
+ #: src/admin.php:715
2840
  msgid "Automatic backup before update"
2841
  msgstr ""
2842
 
2921
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2922
  msgstr ""
2923
 
2924
+ #: src/admin.php:2992, src/admin.php:4092
2925
  msgid "View Log"
2926
  msgstr ""
2927
 
2938
  msgid "and retain this many scheduled backups"
2939
  msgstr ""
2940
 
2941
+ #: src/admin.php:3419
2942
  msgid "incremental backup; base backup: %s"
2943
  msgstr ""
2944
 
2950
  msgid "Upload files into UpdraftPlus."
2951
  msgstr ""
2952
 
2953
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2954
  #: src/templates/wp-admin/settings/tab-status.php:22
2955
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2956
  msgstr ""
2957
 
2958
+ #: src/class-updraftplus.php:4288
2959
  msgid "Backup label:"
2960
  msgstr ""
2961
 
2962
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2963
  msgid "Error: unexpected file read fail"
2964
  msgstr ""
2965
 
2999
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3000
  msgstr ""
3001
 
3002
+ #: src/class-updraftplus.php:4307
3003
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3004
  msgstr ""
3005
 
3006
+ #: src/class-updraftplus.php:4307
3007
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3008
  msgstr ""
3009
 
3040
  msgid "You need to connect to receive future updates to UpdraftPlus."
3041
  msgstr ""
3042
 
3043
+ #: src/class-updraftplus.php:4280
3044
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3045
  msgstr ""
3046
 
3047
+ #: src/class-updraftplus.php:4280
3048
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3049
  msgstr ""
3050
 
3051
+ #: src/class-updraftplus.php:4280
3052
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3053
  msgstr ""
3054
 
3055
+ #: src/class-updraftplus.php:4280
3056
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3057
  msgstr ""
3058
 
3081
  msgid "UpdraftPlus is on social media - check us out!"
3082
  msgstr ""
3083
 
3084
+ #: src/admin.php:4267
3085
  msgid "Why am I seeing this?"
3086
  msgstr "Per què estic veient això ?"
3087
 
3093
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3094
  msgstr "Prem aquí per cercar nous conjunts de còpies de seguretat que s'han pujat al directori UpdraftPlus (dins l'espai del seu servidor web)."
3095
 
3096
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3097
  msgid "Start backup"
3098
  msgstr "Iniciar còpia de seguretat"
3099
 
3100
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3101
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3102
  msgstr "S'està utilitzant el servidor web %s però no sembla tenir el mòdul %s carregat."
3103
 
3104
+ #: src/admin.php:3317
3105
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3106
  msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'escriptura dins del directori per un plugin de WordPress. "
3107
 
3109
  msgid "Unless you have a problem, you can completely ignore everything here."
3110
  msgstr "Llevat que tinguis un problema, pots ignorar completament tot el que apareix aquí."
3111
 
3112
+ #: src/admin.php:2236
3113
  msgid "This file could not be uploaded"
3114
  msgstr "No s'ha pogut carregar aquest fitxer"
3115
 
3116
+ #: src/admin.php:2199
3117
  msgid "You will find more information about this in the Settings section."
3118
  msgstr "Més informació sobre això en la secció Configuració."
3119
 
3133
  msgid "Memory limit"
3134
  msgstr "Límit de memòria"
3135
 
3136
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3137
  msgid "restoration"
3138
  msgstr "Restauració"
3139
 
3157
  msgid "Backup succeeded"
3158
  msgstr "Còpia de seguretat executada correctament"
3159
 
3160
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3161
  #: src/updraftplus.php:99, src/updraftplus.php:100
3162
  msgid "Every %s hours"
3163
  msgstr "Cada %s hores"
3212
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3213
  msgstr ""
3214
 
3215
+ #: src/admin.php:3820
3216
  msgid "You have not yet made any backups."
3217
  msgstr ""
3218
 
3232
  msgid "Free disk space in account:"
3233
  msgstr ""
3234
 
3235
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3236
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3237
  msgstr ""
3238
 
3239
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3240
  #: src/includes/deprecated-actions.php:29,
3241
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3242
  #: src/templates/wp-admin/settings/tab-bar.php:6
3247
  msgid "Current Status"
3248
  msgstr ""
3249
 
3250
+ #: src/admin.php:969
3251
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3252
  msgstr ""
3253
 
3254
+ #: src/admin.php:969
3255
  msgid "To make a backup, just press the Backup Now button."
3256
  msgstr ""
3257
 
3258
+ #: src/admin.php:969
3259
  msgid "Welcome to UpdraftPlus!"
3260
  msgstr ""
3261
 
3327
  msgid "user"
3328
  msgstr ""
3329
 
3330
+ #: src/class-updraftplus.php:1866
3331
  msgid "External database (%s)"
3332
  msgstr ""
3333
 
3339
  msgid "failed to access parent folder"
3340
  msgstr ""
3341
 
3342
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3343
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3344
  #: src/methods/googledrive.php:447
3345
  msgid "However, subsequent access attempts failed:"
3346
  msgstr ""
3347
 
3348
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3349
  msgid "External database"
3350
  msgstr ""
3351
 
3377
  msgid "use UpdraftPlus Premium"
3378
  msgstr ""
3379
 
3380
+ #: src/class-updraftplus.php:4131
3381
  msgid "Decryption failed. The database file is encrypted."
3382
  msgstr ""
3383
 
3407
  msgstr ""
3408
 
3409
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3410
+ #: src/addons/onedrive.php:1164
3411
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3412
  msgstr ""
3413
 
3414
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3415
+ #: src/addons/onedrive.php:1164
3416
  msgid "e.g. %s"
3417
  msgstr ""
3418
 
3419
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3420
  msgid "Enter the path of the %s folder you wish to use here."
3421
  msgstr ""
3422
 
3432
  msgid "Tenant"
3433
  msgstr ""
3434
 
3435
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3436
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3437
  msgid "Follow this link for more information"
3438
  msgstr ""
3439
 
3469
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3470
  msgstr ""
3471
 
3472
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3473
  msgid "(You appear to be already authenticated)."
3474
  msgstr ""
3475
 
3477
  msgid "Dropbox"
3478
  msgstr ""
3479
 
3480
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3481
  msgid "Authenticate with %s"
3482
  msgstr ""
3483
 
3508
  msgid "%s error - failed to access the container"
3509
  msgstr ""
3510
 
3511
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3512
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3513
  msgid "Account holder's name: %s."
3514
  msgstr ""
3525
  msgid "<strong>This is NOT a folder name</strong>."
3526
  msgstr ""
3527
 
3528
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3529
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3530
  msgid "Folder"
3531
  msgstr ""
3532
 
3533
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3534
  #: src/methods/googledrive.php:1152
3535
  msgid "%s download: failed: file not found"
3536
  msgstr ""
3574
  msgid "Failed to unpack the archive"
3575
  msgstr ""
3576
 
3577
+ #: src/class-updraftplus.php:1390
3578
  msgid "Error - failed to download the file"
3579
  msgstr ""
3580
 
3598
  msgid "password/key"
3599
  msgstr ""
3600
 
3601
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3602
+ #: src/admin.php:5192
3603
  msgid "Key"
3604
  msgstr ""
3605
 
3615
  msgid "SCP/SFTP password/key"
3616
  msgstr ""
3617
 
3618
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3619
  msgid "Files backup (created by %s)"
3620
  msgstr ""
3621
 
3622
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3623
  msgid "Files and database WordPress backup (created by %s)"
3624
  msgstr ""
3625
 
3626
+ #: src/addons/importer.php:276, src/admin.php:3883,
3627
  #: src/includes/class-backup-history.php:349
3628
  msgid "Backup created by: %s."
3629
  msgstr ""
3630
 
3631
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3632
  msgid "Database (created by %s)"
3633
  msgstr ""
3634
 
3635
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3636
  msgid "unknown source"
3637
  msgstr ""
3638
 
3644
  msgid "Upload backup files"
3645
  msgstr ""
3646
 
3647
+ #: src/admin.php:2251
3648
  msgid "This backup was created by %s, and can be imported."
3649
  msgstr ""
3650
 
3651
+ #: src/admin.php:998
3652
  msgid "Read this page for a guide to possible causes and how to fix it."
3653
  msgstr ""
3654
 
3655
+ #: src/admin.php:998
3656
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3657
  msgstr ""
3658
 
3669
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3670
  msgstr ""
3671
 
3672
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3673
  #: src/restorer.php:1577
3674
  msgid "Backup created by unknown source (%s) - cannot be restored."
3675
  msgstr ""
3729
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3730
  msgstr ""
3731
 
3732
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3733
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3734
  msgstr ""
3735
 
3736
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3737
  #: src/restorer.php:1608
3738
  msgid "Your hosting company must enable these functions before %s can work."
3739
  msgstr ""
3740
 
3741
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3742
  msgid "Your web server's PHP installation has these functions disabled: %s."
3743
  msgstr ""
3744
 
3808
  msgid "Dismiss from main dashboard (for %s weeks)"
3809
  msgstr ""
3810
 
3811
+ #: src/class-updraftplus.php:4771
3812
  msgid "The attempt to undo the double-compression succeeded."
3813
  msgstr ""
3814
 
3815
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3816
  msgid "The attempt to undo the double-compression failed."
3817
  msgstr ""
3818
 
3819
+ #: src/class-updraftplus.php:4741
3820
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3821
  msgstr ""
3822
 
3840
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3841
  msgstr ""
3842
 
3843
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3844
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3845
  msgstr ""
3846
 
3849
  msgid "Errors occurred:"
3850
  msgstr ""
3851
 
3852
+ #: src/admin.php:4286
3853
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3854
  msgstr ""
3855
 
3873
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3874
  msgstr ""
3875
 
3876
+ #: src/admin.php:973, src/class-updraftplus.php:875
3877
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3878
  msgstr ""
3879
 
3886
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3887
  msgstr ""
3888
 
3889
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3890
  msgid "Messages:"
3891
  msgstr ""
3892
 
4047
  msgid "Authorisation failed (check your credentials)"
4048
  msgstr ""
4049
 
4050
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4051
  #: src/udaddons/options.php:257
4052
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4053
  msgstr ""
4054
 
4055
+ #: src/admin.php:708, src/central/bootstrap.php:561
4056
  msgid "Create"
4057
  msgstr ""
4058
 
4064
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4065
  msgstr ""
4066
 
4067
+ #: src/admin.php:680, src/admin.php:4584
4068
  msgid "Error data:"
4069
  msgstr ""
4070
 
4071
+ #: src/admin.php:4238
4072
  msgid "Backup does not exist in the backup history"
4073
  msgstr ""
4074
 
4075
+ #: src/admin.php:2927
4076
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4077
  msgstr ""
4078
 
4112
  msgid "Email reports"
4113
  msgstr ""
4114
 
4115
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4116
  msgid "%s checksum: %s"
4117
  msgstr ""
4118
 
4119
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4120
  msgid "files: %s"
4121
  msgstr ""
4122
 
4128
  msgid "Debugging information"
4129
  msgstr ""
4130
 
4131
+ #: src/addons/reporting.php:222, src/admin.php:3776
4132
  msgid "Uploaded to:"
4133
  msgstr ""
4134
 
4169
  msgid "%d errors, %d warnings"
4170
  msgstr ""
4171
 
4172
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4173
  #: src/methods/dropbox.php:772
4174
  msgid "%s authentication"
4175
  msgstr ""
4176
 
4177
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4178
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4179
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4180
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4201
  msgid "Your site's admin email address (%s) will be used."
4202
  msgstr ""
4203
 
4204
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4205
  #: src/methods/updraftvault.php:362
4206
  msgid "Connect"
4207
  msgstr ""
4210
  msgid "For more reporting features, use the Reporting add-on."
4211
  msgstr ""
4212
 
4213
+ #: src/class-updraftplus.php:4212
4214
  msgid "(version: %s)"
4215
  msgstr ""
4216
 
4350
  msgid "Reporting"
4351
  msgstr ""
4352
 
4353
+ #: src/admin.php:5189
4354
  msgid "Options (raw)"
4355
  msgstr ""
4356
 
4370
  msgid "See also the \"More Files\" add-on from our shop."
4371
  msgstr ""
4372
 
4373
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4374
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4375
  msgstr ""
4376
 
4377
+ #: src/class-updraftplus.php:872
4378
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4379
  msgstr ""
4380
 
4450
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4451
  msgstr ""
4452
 
4453
+ #: src/admin.php:2727
4454
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4455
  msgstr ""
4456
 
4518
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4519
  msgstr ""
4520
 
4521
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4522
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4523
  msgstr ""
4524
 
4547
  msgid "You can send a backup to more than one destination with an add-on."
4548
  msgstr ""
4549
 
4550
+ #: src/admin.php:3150
4551
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4552
  msgstr ""
4553
 
4554
+ #: src/admin.php:3049
4555
  msgid "(%s%%, file %s of %s)"
4556
  msgstr ""
4557
 
4588
  msgid "Backup is of: %s."
4589
  msgstr ""
4590
 
4591
+ #: src/admin.php:757
4592
  msgid "%s settings test result:"
4593
  msgstr ""
4594
 
4595
+ #: src/admin.php:3951, src/admin.php:3953
4596
  msgid "(Not finished)"
4597
  msgstr ""
4598
 
4599
+ #: src/admin.php:3953
4600
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4601
  msgstr ""
4602
 
4608
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4609
  msgstr ""
4610
 
4611
+ #: src/admin.php:3145
4612
  msgid "Job ID: %s"
4613
  msgstr ""
4614
 
4615
+ #: src/admin.php:3130
4616
  msgid "last activity: %ss ago"
4617
  msgstr ""
4618
 
4619
+ #: src/admin.php:3129
4620
  msgid "next resumption: %d (after %ss)"
4621
  msgstr ""
4622
 
4623
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4624
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4625
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4626
  msgid "Unknown"
4627
  msgstr ""
4628
 
4629
+ #: src/admin.php:3063
4630
  msgid "Backup finished"
4631
  msgstr ""
4632
 
4633
+ #: src/admin.php:3058
4634
  msgid "Waiting until scheduled time to retry because of errors"
4635
  msgstr ""
4636
 
4637
+ #: src/admin.php:3054
4638
  msgid "Pruning old backup sets"
4639
  msgstr ""
4640
 
4641
+ #: src/admin.php:3042
4642
  msgid "Uploading files to remote storage"
4643
  msgstr ""
4644
 
4645
+ #: src/admin.php:3110
4646
  msgid "Encrypted database"
4647
  msgstr ""
4648
 
4649
+ #: src/admin.php:3102
4650
  msgid "Encrypting database"
4651
  msgstr ""
4652
 
4653
+ #: src/admin.php:3076
4654
  msgid "Created database backup"
4655
  msgstr ""
4656
 
4657
+ #: src/admin.php:3089
4658
  msgid "table: %s"
4659
  msgstr ""
4660
 
4661
+ #: src/admin.php:3087
4662
  msgid "Creating database backup"
4663
  msgstr ""
4664
 
4665
+ #: src/admin.php:3037
4666
  msgid "Created file backup zips"
4667
  msgstr ""
4668
 
4669
+ #: src/admin.php:3024
4670
  msgid "Creating file backup zips"
4671
  msgstr ""
4672
 
4673
+ #: src/admin.php:3019
4674
  msgid "Backup begun"
4675
  msgstr ""
4676
 
4677
+ #: src/admin.php:2852
4678
  msgid "Backups in progress:"
4679
  msgstr ""
4680
 
4681
+ #: src/admin.php:977
4682
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4683
  msgstr ""
4684
 
4694
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4695
  msgstr ""
4696
 
4697
+ #: src/class-updraftplus.php:2969
4698
  msgid "The backup has not finished; a resumption is scheduled"
4699
  msgstr ""
4700
 
4701
+ #: src/class-updraftplus.php:2152
4702
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4703
  msgstr ""
4704
 
4705
+ #: src/addons/onedrive.php:1017,
4706
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4707
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4708
  msgstr ""
4709
 
4710
+ #: src/admin.php:2577
4711
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4712
  msgstr ""
4713
 
4714
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4715
  msgid "Proceed with update"
4716
  msgstr ""
4717
 
4787
  msgid "Support"
4788
  msgstr ""
4789
 
4790
+ #: src/class-updraftplus.php:4520
4791
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4792
  msgstr ""
4793
 
4794
+ #: src/class-updraftplus.php:4512
4795
  msgid "This database backup is missing core WordPress tables: %s"
4796
  msgstr ""
4797
 
4798
+ #: src/class-updraftplus.php:4273
4799
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4800
  msgstr ""
4801
 
4802
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4803
  msgid "%s version: %s"
4804
  msgstr ""
4805
 
4806
+ #: src/class-updraftplus.php:4148
4807
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4808
  msgstr ""
4809
 
4810
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4811
  #: src/includes/updraftplus-notices.php:171
4812
  msgid "Be safe with an automatic backup"
4813
  msgstr ""
4814
 
4815
+ #: src/admin.php:2530
4816
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4817
  msgstr ""
4818
 
4860
  msgid "Delete from your web server"
4861
  msgstr ""
4862
 
4863
+ #: src/admin.php:3923
4864
  msgid "You appear to be missing one or more archives from this multi-archive set."
4865
  msgstr ""
4866
 
4867
+ #: src/admin.php:3920
4868
  msgid "(%d archive(s) in set)."
4869
  msgstr ""
4870
 
4884
  msgid "Error: the server sent an empty response."
4885
  msgstr ""
4886
 
4887
+ #: src/admin.php:2265
4888
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4889
  msgstr ""
4890
 
4920
  msgid "No such backup set exists"
4921
  msgstr ""
4922
 
4923
+ #: src/admin.php:1394
4924
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4925
  msgstr ""
4926
 
4936
  msgid "WordPress root directory server path: %s"
4937
  msgstr ""
4938
 
4939
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4940
  msgid "%s end-point"
4941
  msgstr ""
4942
 
4949
  msgid "S3 (Compatible)"
4950
  msgstr ""
4951
 
4952
+ #: src/admin.php:1304
4953
  msgid "File is not locally present - needs retrieving from remote storage"
4954
  msgstr ""
4955
 
4956
+ #: src/admin.php:4435
4957
  msgid "Looking for %s archive: file name: %s"
4958
  msgstr ""
4959
 
4960
+ #: src/admin.php:4396
4961
  msgid "Final checks"
4962
  msgstr ""
4963
 
4969
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4970
  msgstr ""
4971
 
4972
+ #: src/admin.php:3557
4973
  msgid "Your wp-content directory server path: %s"
4974
  msgstr ""
4975
 
4985
  msgid "Processing files - please wait..."
4986
  msgstr ""
4987
 
 
 
 
 
 
4988
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4989
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4990
  msgstr ""
4991
 
4992
+ #: src/class-updraftplus.php:4156
4993
  msgid "Failed to open database file."
4994
  msgstr ""
4995
 
4996
+ #: src/admin.php:5154
4997
  msgid "Known backups (raw)"
4998
  msgstr ""
4999
 
5005
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5006
  msgstr ""
5007
 
5008
+ #: src/admin.php:4455
5009
  msgid "file is size:"
5010
  msgstr ""
5011
 
5012
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5013
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5014
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5015
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5016
  msgid "Go here for more information."
5017
  msgstr ""
5018
 
5020
  msgid "Some files are still downloading or being processed - please wait."
5021
  msgstr ""
5022
 
5023
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5024
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5025
  msgstr ""
5026
 
5076
  msgid "%s error - failed to upload file"
5077
  msgstr ""
5078
 
5079
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5080
  msgid "%s error - failed to re-assemble chunks"
5081
  msgstr ""
5082
 
5091
  msgstr ""
5092
 
5093
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5094
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5095
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5096
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5097
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5098
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5099
  #: src/methods/s3.php:341
5100
  msgid "Error: %s"
5101
  msgstr ""
5102
 
5103
+ #: src/admin.php:3482
5104
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5105
  msgstr ""
5106
 
5107
+ #: src/admin.php:3480
5108
  msgid "Backup directory specified does <b>not</b> exist."
5109
  msgstr ""
5110
 
5111
+ #: src/admin.php:3157, src/admin.php:3431
5112
  msgid "Warning: %s"
5113
  msgstr ""
5114
 
5136
  msgid "Warnings encountered:"
5137
  msgstr ""
5138
 
5139
+ #: src/class-updraftplus.php:2957
5140
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5141
  msgstr ""
5142
 
5143
+ #: src/class-updraftplus.php:901
5144
  msgid "Your free disk space is very low - only %s Mb remain"
5145
  msgstr ""
5146
 
5192
  msgid "Please supply the requested information, and then continue."
5193
  msgstr ""
5194
 
5195
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5196
  msgid "Site information:"
5197
  msgstr ""
5198
 
5200
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5201
  msgstr ""
5202
 
5203
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5204
  msgid "Warning:"
5205
  msgstr ""
5206
 
5207
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5208
  #: src/restorer.php:184
5209
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5210
  msgstr ""
5211
 
5212
+ #: src/admin.php:4423
5213
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5214
  msgstr ""
5215
 
5216
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5217
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5218
  msgstr ""
5219
 
5220
+ #: src/admin.php:712
5221
  msgid "Close"
5222
  msgstr ""
5223
 
5268
  msgid "Also delete from remote storage"
5269
  msgstr ""
5270
 
5271
+ #: src/admin.php:2879
5272
  msgid "Latest UpdraftPlus.com news:"
5273
  msgstr ""
5274
 
5285
  msgid "News"
5286
  msgstr ""
5287
 
5288
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5289
  msgid "Backup set not found"
5290
  msgstr ""
5291
 
5307
  msgid "Blog link"
5308
  msgstr ""
5309
 
5310
+ #: src/admin.php:756
5311
  msgid "Testing %s Settings..."
5312
  msgstr ""
5313
 
5315
  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."
5316
  msgstr ""
5317
 
5318
+ #: src/admin.php:993
5319
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5320
  msgstr ""
5321
 
5322
+ #: src/admin.php:993
5323
  msgid "Notice"
5324
  msgstr ""
5325
 
5517
  msgid "WordPress Core"
5518
  msgstr ""
5519
 
5520
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5521
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5522
  msgstr ""
5523
 
5524
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5525
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5526
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5527
+ #: src/methods/stream-base.php:356
5528
  msgid "Failed"
5529
  msgstr ""
5530
 
5579
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5580
  msgstr ""
5581
 
5582
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5583
  msgid "Your %s account name: %s"
5584
  msgstr ""
5585
 
5743
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5744
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5745
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5746
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5747
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5748
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5749
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5785
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5786
  msgstr ""
5787
 
5788
+ #: src/admin.php:755, src/methods/backup-module.php:315
5789
  msgid "Test %s Settings"
5790
  msgstr ""
5791
 
5792
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5793
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5794
  msgid "Error opening local file: Failed to download"
5795
  msgstr ""
5806
  msgstr ""
5807
 
5808
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5809
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5810
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5811
  msgid "%s Error: Failed to open local file"
5812
  msgstr ""
5827
  msgid "Authenticate with Google"
5828
  msgstr ""
5829
 
5830
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5831
  #: src/methods/googledrive.php:1226
5832
  msgid "Client Secret"
5833
  msgstr ""
5836
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5837
  msgstr ""
5838
 
5839
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5840
  #: src/methods/googledrive.php:1222
5841
  msgid "Client ID"
5842
  msgstr ""
5874
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5875
  msgstr ""
5876
 
5877
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5878
  #: src/methods/googledrive.php:467
5879
  msgid "you have authenticated your %s account."
5880
  msgstr ""
5881
 
5882
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5883
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5884
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5885
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5886
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5887
  msgid "Success"
5888
  msgstr ""
5889
 
5890
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5891
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5892
  msgid "Your %s quota usage: %s %% used, %s available"
5893
  msgstr ""
5919
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5920
  msgstr ""
5921
 
5922
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5923
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5924
  #: src/restorer.php:2437, src/restorer.php:2542
5925
  msgid "OK"
5926
  msgstr ""
5937
  msgid "will restore as:"
5938
  msgstr ""
5939
 
5940
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5941
  #: src/restorer.php:1896, src/restorer.php:1922
5942
  msgid "Old table prefix:"
5943
  msgstr ""
5944
 
5945
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5946
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5947
  msgid "Backup of:"
5948
  msgstr ""
5949
 
6015
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6016
  msgstr ""
6017
 
6018
+ #: src/admin.php:4461, src/admin.php:4462
6019
  msgid "Could not find one of the files for restoration"
6020
  msgstr ""
6021
 
6022
+ #: src/admin.php:4576
6023
  msgid "Error message"
6024
  msgstr ""
6025
 
6026
+ #: src/admin.php:4458
6027
  msgid "The backup records do not contain information about the proper size of this file."
6028
  msgstr ""
6029
 
6030
+ #: src/admin.php:4450
6031
  msgid "Archive is expected to be size:"
6032
  msgstr ""
6033
 
6034
+ #: src/admin.php:4330
6035
  msgid "If making a request for support, please include this information:"
6036
  msgstr ""
6037
 
6038
+ #: src/admin.php:4329
6039
  msgid "ABORT: Could not find the information on which entities to restore."
6040
  msgstr ""
6041
 
6042
+ #: src/admin.php:4284
6043
  msgid "UpdraftPlus Restoration: Progress"
6044
  msgstr ""
6045
 
6046
+ #: src/admin.php:4237
6047
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6048
  msgstr ""
6049
 
6050
+ #: src/admin.php:3981
6051
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6052
  msgstr ""
6053
 
6054
+ #: src/admin.php:4082
6055
  msgid "Delete this backup set"
6056
  msgstr ""
6057
 
6058
+ #: src/admin.php:3641
6059
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6060
  msgstr ""
6061
 
6062
+ #: src/admin.php:3638
6063
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6064
  msgstr ""
6065
 
6066
+ #: src/admin.php:3636
6067
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6068
  msgstr ""
6069
 
6104
  msgid "Use the server's SSL certificates"
6105
  msgstr ""
6106
 
6107
+ #: src/admin.php:3484
6108
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6109
  msgstr ""
6110
 
6111
+ #: src/admin.php:3484
6112
  msgid "click here"
6113
  msgstr ""
6114
 
6115
+ #: src/admin.php:3484
6116
  msgid "or, to reset this option"
6117
  msgstr ""
6118
 
6119
+ #: src/admin.php:3484
6120
  msgid "Follow this link to attempt to create the directory and set the permissions"
6121
  msgstr ""
6122
 
6123
+ #: src/admin.php:3476
6124
  msgid "Backup directory specified is writable, which is good."
6125
  msgstr ""
6126
 
6160
  msgid "Cancel"
6161
  msgstr ""
6162
 
6163
+ #: src/addons/reporting.php:244, src/admin.php:3788
6164
  msgid "None"
6165
  msgstr ""
6166
 
6185
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6186
  msgstr ""
6187
 
6188
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6189
  msgid "Exclude these:"
6190
  msgstr ""
6191
 
6192
+ #: src/admin.php:3557
6193
  msgid "Any other directories found inside wp-content"
6194
  msgstr ""
6195
 
6205
  msgid "To fix the time at which a backup should take place,"
6206
  msgstr ""
6207
 
6208
+ #: src/admin.php:3470
6209
  msgid "Monthly"
6210
  msgstr ""
6211
 
6212
+ #: src/admin.php:3469
6213
  msgid "Fortnightly"
6214
  msgstr ""
6215
 
6216
+ #: src/admin.php:3468
6217
  msgid "Weekly"
6218
  msgstr ""
6219
 
6220
+ #: src/admin.php:3467
6221
  msgid "Daily"
6222
  msgstr ""
6223
 
6224
+ #: src/admin.php:714, src/admin.php:3445
6225
  msgid "Download log file"
6226
  msgstr ""
6227
 
6228
+ #: src/admin.php:3317
6229
  msgid "The folder exists, but your webserver does not have permission to write to it."
6230
  msgstr ""
6231
 
6232
+ #: src/admin.php:3312
6233
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6234
  msgstr ""
6235
 
6236
+ #: src/admin.php:3298
6237
  msgid "The request to the filesystem to create the directory failed."
6238
  msgstr ""
6239
 
6240
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6241
+ #: src/admin.php:3243, src/admin.php:4082,
6242
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6243
  msgid "Delete"
6244
  msgstr ""
6245
 
6246
+ #: src/admin.php:3148
6247
  msgid "show log"
6248
  msgstr ""
6249
 
6359
  msgid "Do read this helpful article of useful things to know before restoring."
6360
  msgstr ""
6361
 
6362
+ #: src/class-updraftplus.php:4246
6363
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6364
  msgstr ""
6365
 
6414
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6415
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6416
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6417
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6418
  #: src/methods/remotesend.php:71, src/methods/remotesend.php:239,
6419
  #: src/methods/updraftvault.php:527, src/restorer.php:1523
6420
  msgid "Error:"
6465
  msgid "More tasks:"
6466
  msgstr ""
6467
 
6468
+ #: src/admin.php:2906
6469
  msgid "Download most recently modified log file"
6470
  msgstr ""
6471
 
6472
+ #: src/central/bootstrap.php:186
6473
  msgid "(Nothing yet logged)"
6474
  msgstr ""
6475
 
6476
  #: src/addons/autobackup.php:325, src/addons/autobackup.php:420,
6477
+ #: src/admin.php:2861, src/admin.php:2866
6478
  msgid "Last log message"
6479
  msgstr ""
6480
 
6481
+ #: src/addons/migrator.php:257, src/admin.php:713, src/admin.php:3981,
6482
  #: src/templates/wp-admin/settings/tab-status.php:30
6483
  msgid "Restore"
6484
  msgstr ""
6489
  msgstr ""
6490
 
6491
  #: src/addons/migrator.php:1958, src/addons/moredatabase.php:247,
6492
+ #: src/addons/reporting.php:259, src/addons/wp-cli.php:388, src/admin.php:315,
6493
+ #: src/admin.php:3763, src/admin.php:3843, src/admin.php:4539,
6494
  #: src/includes/class-wpadmin-commands.php:147,
6495
  #: src/includes/class-wpadmin-commands.php:507,
6496
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:82,
6498
  msgid "Database"
6499
  msgstr ""
6500
 
6501
+ #: src/admin.php:311, src/admin.php:5161
6502
  msgid "Files"
6503
  msgstr ""
6504
 
6526
  msgid "JavaScript warning"
6527
  msgstr ""
6528
 
6529
+ #: src/admin.php:692, src/admin.php:2933
6530
  msgid "Delete Old Directories"
6531
  msgstr ""
6532
 
6533
+ #: src/admin.php:2577
6534
  msgid "Current limit is:"
6535
  msgstr ""
6536
 
6537
+ #: src/admin.php:2552
6538
  msgid "Your backup has been restored."
6539
  msgstr ""
6540
 
6546
  msgid "Lead developer's homepage"
6547
  msgstr ""
6548
 
6549
+ #: src/central/bootstrap.php:505
6550
  msgid "UpdraftPlus.Com"
6551
  msgstr ""
6552
 
6553
+ #: src/admin.php:5053
6554
  msgid "Your settings have been wiped."
6555
  msgstr ""
6556
 
6557
+ #: src/admin.php:2512
6558
  msgid "Backup directory successfully created."
6559
  msgstr ""
6560
 
6561
+ #: src/admin.php:2505
6562
  msgid "Backup directory could not be created"
6563
  msgstr ""
6564
 
6565
+ #: src/admin.php:3180
6566
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6567
  msgstr ""
6568
 
6569
+ #: src/admin.php:3178
6570
  msgid "Old directories successfully removed."
6571
  msgstr ""
6572
 
6573
+ #: src/admin.php:3175, src/admin.php:3175
6574
  msgid "Remove old directories"
6575
  msgstr ""
6576
 
6577
  #: src/addons/migrator.php:326, src/addons/migrator.php:341,
6578
+ #: src/admin.php:2454, src/admin.php:2463, src/admin.php:2472,
6579
+ #: src/admin.php:2514, src/admin.php:3182
6580
  msgid "Return to UpdraftPlus Configuration"
6581
  msgstr ""
6582
 
6583
+ #: src/admin.php:685, src/admin.php:2454, src/admin.php:2463,
6584
+ #: src/admin.php:2472, src/admin.php:2514, src/admin.php:3182,
6585
  #: src/templates/wp-admin/settings/existing-backups-table.php:16
6586
  msgid "Actions"
6587
  msgstr ""
6588
 
6589
+ #: src/admin.php:2357
6590
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6591
  msgstr ""
6592
 
6593
+ #: src/admin.php:2257
6594
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6595
  msgstr ""
6596
 
6597
+ #: src/admin.php:2153
6598
  msgid "No local copy present."
6599
  msgstr ""
6600
 
6601
+ #: src/admin.php:2150
6602
  msgid "Download in progress"
6603
  msgstr ""
6604
 
6605
+ #: src/admin.php:684, src/admin.php:2139
6606
  msgid "File ready."
6607
  msgstr ""
6608
 
6609
+ #: src/admin.php:2120
6610
  msgid "Download failed"
6611
  msgstr ""
6612
 
6613
+ #: src/admin.php:682, src/admin.php:1341, src/admin.php:1887,
6614
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
6615
  #: src/methods/addon-base-v2.php:93, src/methods/addon-base-v2.php:98,
6616
  #: src/methods/addon-base-v2.php:205, src/methods/addon-base-v2.php:225,
6617
  #: src/methods/stream-base.php:219, src/restorer.php:2433,
6619
  msgid "Error"
6620
  msgstr ""
6621
 
6622
+ #: src/admin.php:1922
6623
  msgid "Could not find that job - perhaps it has already finished?"
6624
  msgstr ""
6625
 
6626
+ #: src/admin.php:1914
6627
  msgid "Job deleted"
6628
  msgstr ""
6629
 
6630
+ #: src/admin.php:2000, src/includes/class-commands.php:762
6631
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6632
  msgstr ""
6633
 
6634
+ #: src/admin.php:758
6635
  msgid "Nothing yet logged"
6636
  msgstr ""
6637
 
6638
+ #: src/admin.php:989
6639
  msgid "Please consult this FAQ if you have problems backing up."
6640
  msgstr ""
6641
 
6642
+ #: src/admin.php:989
6643
  msgid "Your website is hosted using the %s web server."
6644
  msgstr ""
6645
 
6646
+ #: src/admin.php:985
6647
  msgid "UpdraftPlus does not officially support versions of WordPress before %s. It may work for you, but if it does not, then please be aware that no support is available until you upgrade WordPress."
6648
  msgstr ""
6649
 
6650
+ #: src/admin.php:981
6651
  msgid "You have less than %s of free disk space on the disk which UpdraftPlus is configured to use to create backups. UpdraftPlus could well run out of space. Contact your the operator of your server (e.g. your web hosting company) to resolve this issue."
6652
  msgstr ""
6653
 
6654
+ #: src/addons/migrator.php:932, src/admin.php:973, src/admin.php:977,
6655
+ #: src/admin.php:981, src/admin.php:985, src/admin.php:989, src/admin.php:998,
6656
+ #: src/admin.php:3629, src/admin.php:3636, src/admin.php:3638,
6657
  #: src/methods/cloudfiles-new.php:100, src/methods/cloudfiles.php:440,
6658
  #: src/methods/ftp.php:330, src/methods/openstack-base.php:571,
6659
  #: src/methods/s3.php:859, src/methods/s3.php:863,
6663
  msgid "Warning"
6664
  msgstr ""
6665
 
6666
+ #: src/admin.php:919
6667
  msgid "Add-Ons / Pro Support"
6668
  msgstr ""
6669
 
6670
+ #: src/admin.php:548, src/admin.php:917,
6671
  #: src/templates/wp-admin/settings/tab-bar.php:7
6672
  msgid "Settings"
6673
  msgstr ""
6688
  msgid "Like UpdraftPlus and can spare one minute?"
6689
  msgstr ""
6690
 
6691
+ #: src/addons/azure.php:268, src/class-updraftplus.php:4002,
6692
  #: src/methods/googledrive.php:1112, src/methods/s3.php:341
6693
  msgid "File not found"
6694
  msgstr ""
6695
 
6696
+ #: src/class-updraftplus.php:3909
6697
  msgid "The decryption key used:"
6698
  msgstr ""
6699
 
6700
+ #: src/class-updraftplus.php:3909, src/class-updraftplus.php:4141,
6701
  #: src/restorer.php:422
6702
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6703
  msgstr ""
6704
 
6705
+ #: src/class-updraftplus.php:3890, src/class-updraftplus.php:4129,
6706
  #: src/restorer.php:409
6707
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6708
  msgstr ""
6711
  msgid "Could not open the backup file for writing"
6712
  msgstr ""
6713
 
6714
+ #: src/class-updraftplus.php:3495
6715
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6716
  msgstr ""
6717
 
6718
+ #: src/class-updraftplus.php:3456
6719
  msgid "Could not read the directory"
6720
  msgstr ""
6721
 
6722
+ #: src/admin.php:2199, src/backup.php:1323
6723
  msgid "Backup directory (%s) is not writable, or does not exist."
6724
  msgstr ""
6725
 
6727
  msgid "WordPress backup is complete"
6728
  msgstr ""
6729
 
6730
+ #: src/class-updraftplus.php:2966
6731
  msgid "The backup attempt has finished, apparently unsuccessfully"
6732
  msgstr ""
6733
 
6734
+ #: src/class-updraftplus.php:2951
6735
  msgid "The backup apparently succeeded and is now complete"
6736
  msgstr ""
6737
 
6739
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6740
  msgstr ""
6741
 
6742
+ #: src/class-updraftplus.php:2654
6743
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6744
  msgstr ""
6745
 
6746
+ #: src/class-updraftplus.php:1931
6747
  msgid "Others"
6748
  msgstr ""
6749
 
6750
+ #: src/addons/multisite.php:469, src/class-updraftplus.php:1916
6751
  msgid "Uploads"
6752
  msgstr ""
6753
 
6754
+ #: src/class-updraftplus.php:1915
6755
  msgid "Themes"
6756
  msgstr ""
6757
 
6758
+ #: src/class-updraftplus.php:1914
6759
  msgid "Plugins"
6760
  msgstr ""
6761
 
6762
+ #: src/class-updraftplus.php:627
6763
  msgid "No log files were found."
6764
  msgstr ""
6765
 
6766
+ #: src/admin.php:2069, src/admin.php:2073, src/class-updraftplus.php:622
6767
  msgid "The log file could not be read."
6768
  msgstr ""
6769
 
6770
+ #: src/admin.php:1018, src/admin.php:1051, src/class-updraftplus.php:587,
6771
+ #: src/class-updraftplus.php:622, src/class-updraftplus.php:627,
6772
+ #: src/class-updraftplus.php:632
6773
  msgid "UpdraftPlus notice:"
6774
  msgstr ""
6775
 
languages/updraftplus-da_DK.mo CHANGED
Binary file
languages/updraftplus-da_DK.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: 2018-03-27 20:11:29+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,38 @@ msgstr ""
11
  "Language: da_DK\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: src/addons/reporting.php:523, src/admin.php:660
15
  msgid "Only email the database backup"
16
  msgstr "Mail kun database backup'en"
@@ -51,19 +83,19 @@ msgstr "WP-CLI support"
51
  msgid "WP CLI"
52
  msgstr "WP CLI"
53
 
54
- #: src/addons/wp-cli.php:239
55
  msgid "Invalid Job Id"
56
  msgstr "Ugyldigt job ID"
57
 
58
- #: src/addons/wp-cli.php:181
59
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
60
  msgstr "Backup er startet med succes. Du kan se den sidste log-besked ved at køre følgende kommando: \"%s\""
61
 
62
- #: src/addons/wp-cli.php:171
63
  msgid "Recently started backup job id: %s"
64
  msgstr "Backup ID startet fornylig:%s"
65
 
66
- #: src/addons/wp-cli.php:78
67
  msgid "The given value for the '%s' option is not valid"
68
  msgstr "Den angivne værdi for '%s'-muligheden er ikke gyldig"
69
 
@@ -141,11 +173,11 @@ msgstr "(Ingen konfigureret)"
141
  msgid "Ensure you are logged into the correct account before continuing."
142
  msgstr "Sørg for, at du er logget ind på den rigtige konto, inden du fortsætter."
143
 
144
- #: src/admin.php:4789
145
  msgid "Remote storage method and instance id are required for authentication."
146
  msgstr "Fjernlager metode og angivelse af id er nødvendige for godkendelse."
147
 
148
- #: src/admin.php:4785
149
  msgid "authentication error"
150
  msgstr "godkendelsesfejl"
151
 
@@ -173,11 +205,11 @@ msgstr "Tilføj en anden %s konto ..."
173
  msgid "Delete these settings"
174
  msgstr "Slet disse indstillinger"
175
 
176
- #: src/addons/morestorage.php:81, src/admin.php:784
177
  msgid "Currently disabled"
178
  msgstr "I øjeblikket deaktiveret"
179
 
180
- #: src/addons/morestorage.php:81, src/admin.php:783
181
  msgid "Currently enabled"
182
  msgstr "I øjeblikket aktiveret"
183
 
@@ -209,7 +241,7 @@ msgstr "Med Metaslider kan du nemt tilføje stil og udtryk med smukt designede s
209
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
210
  msgstr "Ikke flere glemte adgangskoder. Få mere at vide om vores revolutionerende, nye WordPress-plugin"
211
 
212
- #: src/templates/wp-admin/settings/existing-backups-table.php:70
213
  msgid "remote site"
214
  msgstr "ekstern side"
215
 
@@ -223,15 +255,15 @@ msgid_plural "Requested table collations (%1$s) are not present - changing to %2
223
  msgstr[0] "Den ønskede tabel-sortering (%1$s) findes ikke - skift til %2$s."
224
  msgstr[1] "De ønskede tabel-sorteringer (%1$s) findes ikke - skift til %2$s."
225
 
226
- #: src/class-updraftplus.php:4436
227
  msgid "Your chosen replacement collation"
228
  msgstr "Din valgte alternative sortering"
229
 
230
- #: src/class-updraftplus.php:4413
231
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
232
  msgstr "Du kan vælge en anden passende sortering i stedet og fortsætte med genoprettelsen (på egen risiko)."
233
 
234
- #: src/class-updraftplus.php:4413
235
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
236
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
237
  msgstr[0] "Database-serveren, som dette WordPress-websted ligger på, understøtter ikke den sortering (%s), der bruges i databasen, som du forsøger at importere."
@@ -269,23 +301,23 @@ msgstr "Men ingen %s indstillinger blev fundet. Udfyld alle felter i %s indstill
269
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
270
  msgstr "Men intet emne blev defineret, så sikkerhedskopieringen er muligvis ikke færdig. Indtast venligst et emnenavn i %s indstillinger og gem indstillinger."
271
 
272
- #: src/central/bootstrap.php:519
273
  msgid "URL for the site of your UpdraftCentral dashboard"
274
  msgstr "URL for webstedet på dit UpdraftCentral dashboard"
275
 
276
- #: src/central/bootstrap.php:517
277
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
278
  msgstr "Indtast URL'en, hvor din egen hostede installation af UpdraftCentral er placeret:"
279
 
280
- #: src/central/bootstrap.php:514
281
  msgid "A website where you have installed %s"
282
  msgstr "Et websted, hvor du har installeret %s"
283
 
284
- #: src/central/bootstrap.php:512
285
  msgid "Self-hosted dashboard"
286
  msgstr "Selv-hosted dashboard"
287
 
288
- #: src/central/bootstrap.php:254
289
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
290
  msgstr "På dit UpdraftCentral dashboard skal du trykke på knappen \"Tilføj site\" og derefter indsætte nøglen i indtastningsboksen."
291
 
@@ -299,65 +331,65 @@ msgstr[1] "Dine .htaccess har gamle side-referencer på linjenumrene %s. Du skal
299
  msgid "Requested table character set (%s) is not present - changing to %s."
300
  msgstr "Det ønskede tabel-tegnsæt (%s) findes ikke - ændres til %s."
301
 
302
- #: src/class-updraftplus.php:4389
303
  msgid "Your chosen character set to use instead:"
304
  msgstr "Dit valgte tegnsæt, der skal bruges i stedet:"
305
 
306
- #: src/class-updraftplus.php:4379
307
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
308
  msgstr "Du kan vælge et andet passende tegnsæt i stedet og erstatte det på egen risiko."
309
 
310
- #: src/class-updraftplus.php:4379
311
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
312
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
313
  msgstr[0] "Database-serveren, som dette WordPress-websted kører på, understøtter ikke tegnsættet (%s), som du forsøger at importere."
314
  msgstr[1] "Database-serveren, som dette WordPress-websted kører på, understøtter ikke tegnsættene (%s), som du forsøger at importere."
315
 
316
- #: src/central/bootstrap.php:597
317
  msgid "Create another key"
318
  msgstr "Opret en anden nøgle"
319
 
320
- #: src/central/bootstrap.php:526
321
  msgid "UpdraftCentral dashboard connection details"
322
  msgstr "UpdraftCentral dashboard tilslutnings-detaljer"
323
 
324
- #: src/central/bootstrap.php:520
325
  msgid "Next"
326
  msgstr "Næste"
327
 
328
- #: src/central/bootstrap.php:506
329
  msgid "an account"
330
  msgstr "en konto"
331
 
332
- #: src/central/bootstrap.php:506
333
  msgid "i.e. if you have %s there"
334
  msgstr "dvs., at hvis du har %s der"
335
 
336
- #: src/central/bootstrap.php:495
337
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
338
  msgstr "Forbind dette websted til et UpdraftCentral dashboard fundet på ..."
339
 
340
- #: src/central/bootstrap.php:469
341
  msgid "Manage existing keys (%d)..."
342
  msgstr "Administrer eksisterende nøgler (%d) ..."
343
 
344
- #: src/central/bootstrap.php:419
345
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
346
  msgstr "Der er ingen UpdraftCentral dashboards, der i øjeblikket kan kontrollere dette websted."
347
 
348
- #: src/central/bootstrap.php:256
349
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
350
  msgstr "Du kan nu styre dette websted via dit UpdraftCentral dashboard på %s."
351
 
352
- #: src/central/bootstrap.php:254
353
  msgid "Detailed instructions for this can be found at %s"
354
  msgstr "Detaljerede instruktioner til dette kan findes på %s"
355
 
356
- #: src/central/bootstrap.php:254
357
  msgid "You now need to copy the key below and enter it at your %s."
358
  msgstr "Du skal nu kopiere nøglen nedenfor og indtaste den på din %s."
359
 
360
- #: src/admin.php:778
361
  msgid "Please enter a valid URL e.g http://example.com"
362
  msgstr "Indtast venligst en gyldig webadresse, fx http://eksempel.dk"
363
 
@@ -397,23 +429,23 @@ msgstr "Kontonøgle"
397
  msgid "Account ID"
398
  msgstr "Konto-ID"
399
 
400
- #: src/class-updraftplus.php:4221
401
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
402
  msgstr "Så længe din webhosting tillader http (dvs. ikke-SSL-adgang) eller vil sende forespørgsler til https (hvilket næsten altid er tilfældet), er dette ikke noget problem. Hvis det endnu ikke er oprettet, skal du sætte det op, eller bruge%s, sådan at ikke-https-links automatisk erstattes."
403
 
404
- #: src/class-updraftplus.php:4219, src/class-updraftplus.php:4221
405
  msgid "the migrator add-on"
406
  msgstr "migrator tilføjelsen"
407
 
408
- #: src/class-updraftplus.php:4219
409
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
410
  msgstr "Denne opgradering vil fungere, hvis du har et aktivt SSL-certifikat (dvs. kan bruge https). Ellers vil du bruge %s til at søge/erstatte webstedets adresse, så webstedet kan besøges uden https."
411
 
412
- #: src/class-updraftplus.php:4217
413
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
414
  msgstr "Dette backup-sæt er slået fra på dette websted, men på tidspunktet for sikkerhedskopien brugte du %s, mens webstedet nu bruger %s."
415
 
416
- #: src/class-updraftplus.php:4212
417
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
418
  msgstr "Webstedets adresse i backup'en (%s) er lidt anderledes end det nuværende websted (%s). Dette forventes ikke at være et problem for genoprettelsen af webstedet, så længe besøg på den tidligere adresse stadig kommer til webstedet."
419
 
@@ -429,19 +461,19 @@ msgstr "Følg dette link for at fjerne disse indstillinger for %s."
429
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
430
  msgstr "UpdraftPlus debug mode er aktivt: Detaljerede debugging data følger."
431
 
432
- #: src/admin.php:759
433
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
434
  msgstr "Fejl: Den valgte fil er beskadiget. Vælg venligst en gyldig UpdraftPlus eksportfil."
435
 
436
- #: src/admin.php:1384, src/admin.php:4367, src/backup.php:2106,
437
- #: src/class-updraftplus.php:2253, src/class-updraftplus.php:2318,
438
- #: src/class-updraftplus.php:2452
439
  msgid "A PHP fatal error (%s) has occurred: %s"
440
  msgstr "En alvorlig PHP fejl (%s) er opstået: %s"
441
 
442
- #: src/admin.php:1375, src/admin.php:4353, src/backup.php:2097,
443
- #: src/class-updraftplus.php:2244, src/class-updraftplus.php:2311,
444
- #: src/class-updraftplus.php:2445
445
  msgid "A PHP exception (%s) has occurred: %s"
446
  msgstr "Der er opstået en PHP-undtagelse (%s): %s"
447
 
@@ -497,11 +529,11 @@ msgstr "Øjeblikkelig og sikker logon ved hjælp af din telefon."
497
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
498
  msgstr "Som tidligere oplyst (se:%s), er kryptering ikke længere en mulighed i den gratis udgave af UpdraftPlus"
499
 
500
- #: src/admin.php:4995
501
  msgid "Value"
502
  msgstr "Værdi"
503
 
504
- #: src/admin.php:1721
505
  msgid "Did not know how to delete from this cloud service."
506
  msgstr "Ved ikke, hvordan der slettes fra denne cloud service."
507
 
@@ -513,7 +545,7 @@ msgstr "Krypteret login mislykkedes. Forsøger nu en ikke-krypteret"
513
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
514
  msgstr "Du skal tilføje følgende som autoriseret omdirigerings-URI i din Azure-konsol (under \"API-indstillinger\"), når du bliver spurgt"
515
 
516
- #: src/templates/wp-admin/settings/existing-backups-table.php:72
517
  msgid "Stored at: %s"
518
  msgstr "Lagret på: %s"
519
 
@@ -521,11 +553,11 @@ msgstr "Lagret på: %s"
521
  msgid "Cloud Files"
522
  msgstr "Cloud filer"
523
 
524
- #: src/admin.php:4740
525
  msgid "Your settings failed to save. Please refresh the settings page and try again"
526
  msgstr "Dine indstillinger kunne ikke gemmes. Opdater siden for indstillingerne og prøv igen."
527
 
528
- #: src/admin.php:4699
529
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
530
  msgstr "UpdraftPlus ser ud til at være blevet opdateret til version (%s), der er forskellig fra den version, der kørte, da denne indstillingsside blev indlæst. Genindlæs venligst indstillingssiden, før du forsøger at gemme indstillingerne."
531
 
@@ -542,39 +574,39 @@ msgstr "arkiv"
542
  msgid "Extra database"
543
  msgstr "Ekstra database"
544
 
545
- #: src/admin.php:3909
546
  msgid "Press here to download or browse"
547
  msgstr "Klik her for at downloade eller gennemse"
548
 
549
- #: src/admin.php:1158, src/admin.php:1168
550
  msgid "Error: invalid path"
551
  msgstr "Fejl: Ugyldig sti"
552
 
553
- #: src/admin.php:955
554
  msgid "An error occurred when fetching storage module options: "
555
  msgstr "Der opstod en fejl ved hentning af lagermodulets indstillinger:"
556
 
557
- #: src/admin.php:775
558
  msgid "Loading log file"
559
  msgstr "Indlæser logfil"
560
 
561
- #: src/admin.php:774
562
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
563
  msgstr "Kan ikke downloade filen. Dette kan skyldes en timeout. Det er bedst at downloade zip-filen til din computer."
564
 
565
- #: src/admin.php:773
566
  msgid "Search"
567
  msgstr "Søg"
568
 
569
- #: src/admin.php:772
570
  msgid "Select a file to view information about it"
571
  msgstr "Vælg en fil for at se oplysninger om den"
572
 
573
- #: src/admin.php:771
574
  msgid "Browsing zip file"
575
  msgstr "Gennemser zip-fil"
576
 
577
- #: src/admin.php:740
578
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
579
  msgstr "Med UpdraftPlus Premium kan du hente individuelle filer direkte herfra."
580
 
@@ -586,43 +618,43 @@ msgstr "Gennemse indhold"
586
  msgid "Skipped tables:"
587
  msgstr "Kasserede tabeller:"
588
 
589
- #: src/class-updraftplus.php:4501
590
  msgid "This database backup has the following WordPress tables excluded: %s"
591
  msgstr "Denne database backup har følgende WordPress udelukkede tabeller:%s"
592
 
593
- #: src/admin.php:2804
594
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
595
  msgstr "Med UpdraftPlus Premium kan du vælge at sikkerhedskopiere ikke-WordPress-tabeller, eller kun tage backup af udvalgte tabeller og endelig også at sikkerhedskopiere andre databaser."
596
 
597
- #: src/admin.php:2804
598
  msgid "All WordPress tables will be backed up."
599
  msgstr "Alle WordPress tabeller vil blive sikkerhedskopieret."
600
 
601
- #: src/admin.php:770
602
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
603
  msgstr "Yderligere informationer kan findes i browserens JavaScript-konsol og i serverens PHP fejllogs."
604
 
605
- #: src/admin.php:770
606
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
607
  msgstr "at du prøver at uploade en zip-fil, der tidligere er oprettet af UpdraftPlus."
608
 
609
- #: src/admin.php:770
610
  msgid "The available memory on the server."
611
  msgstr "Den tilgængelige hukommelse på serveren."
612
 
613
- #: src/admin.php:770
614
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
615
  msgstr "Enhver indstilling i din .htaccess- eller web.config-fil, der påvirker maksimal upload eller poststørrelse."
616
 
617
- #: src/admin.php:770
618
  msgid "The file failed to upload. Please check the following:"
619
  msgstr "Filen kunne ikke uploades. Tjek venligst følgende:"
620
 
621
- #: src/admin.php:769
622
  msgid "HTTP code:"
623
  msgstr "HTTP kode:"
624
 
625
- #: src/addons/wp-cli.php:87, src/admin.php:665
626
  msgid "You have chosen to backup a database, but no tables have been selected"
627
  msgstr "Du har valgt at sikkerhedskopiere en database, men ingen tabeller er blevet valgt"
628
 
@@ -1074,7 +1106,7 @@ msgstr "%s af-autentificering"
1074
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1075
  msgstr "Du skal, når du bliver spurgt, tilføje følgende som den autoriserede omdirigering URI i din Dropbox-konsol (under \"API Indstillinger\")."
1076
 
1077
- #: src/central/bootstrap.php:592
1078
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1079
  msgstr "UpdraftCentral muliggør kontrol over dine WordPress sites (herunder styring af backup og opdateringer) fra et centralt dashboard."
1080
 
@@ -1086,11 +1118,11 @@ msgstr "Hvis ikke, skal du enten fjerne data fra denne tabel, eller kontakte dit
1086
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1087
  msgstr "Du har valgt en ekstern lagerløsning, der har et tilladelses-step for at fuldføre:"
1088
 
1089
- #: src/admin.php:1797
1090
  msgid "Remote files deleted:"
1091
  msgstr "Slettede eksterne filer:"
1092
 
1093
- #: src/admin.php:1796
1094
  msgid "Local files deleted:"
1095
  msgstr "Slettede lokale filer:"
1096
 
@@ -1098,35 +1130,35 @@ msgstr "Slettede lokale filer:"
1098
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1099
  msgstr "Følg dette link for at godkende adgang til din %s konto (du kan ikke sikkerhedskopiere til %s uden den.)."
1100
 
1101
- #: src/admin.php:768
1102
  msgid "remote files deleted"
1103
  msgstr "fjernfiler slettet"
1104
 
1105
- #: src/admin.php:766
1106
  msgid "Complete"
1107
  msgstr "Komplet"
1108
 
1109
- #: src/admin.php:765
1110
  msgid "Do you want to carry out the import?"
1111
  msgstr "Vil du udføre importen?"
1112
 
1113
- #: src/admin.php:764
1114
  msgid "Which was exported on:"
1115
  msgstr "Som blev eksporteret:"
1116
 
1117
- #: src/admin.php:763
1118
  msgid "This will import data from:"
1119
  msgstr "Dette vil importere data fra:"
1120
 
1121
- #: src/admin.php:762
1122
  msgid "Importing..."
1123
  msgstr "Importerer..."
1124
 
1125
- #: src/admin.php:758
1126
  msgid "You have not yet selected a file to import."
1127
  msgstr "Du har endnu ikke valgt en fil, der skal importeres."
1128
 
1129
- #: src/admin.php:742
1130
  msgid "Your export file will be of your displayed settings, not your saved ones."
1131
  msgstr "Din eksportfil vil være af dine viste indstillinger, ikke dine gemte indstillinger."
1132
 
@@ -1138,28 +1170,28 @@ msgstr "skabelon blev ikke fundet"
1138
  msgid "US East (Ohio)"
1139
  msgstr "US East (Ohio)"
1140
 
1141
- #: src/addons/onedrive.php:1051
1142
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1143
  msgstr "Dette websted bruger en webadresse, der enten er HTTPS eller er lokalhost eller en 127.0.0.1 URL. Som udgangspunkt skal du bruge %s %s applikationen til at godkende din konto."
1144
 
1145
- #: src/addons/onedrive.php:700
1146
  msgid "Account is not authorized (%s)."
1147
  msgstr "Kontoen er ikke godkendt (%s)."
1148
 
1149
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873
1150
  msgid "Your IP address:"
1151
  msgstr "Din IP-adresse:"
1152
 
1153
- #: src/addons/onedrive.php:660, src/udaddons/updraftplus-addons.php:873,
1154
  #: src/udaddons/updraftplus-addons.php:887
1155
  msgid "To remove any block, please go here."
1156
  msgstr "Fjern enhver blok her."
1157
 
1158
- #: src/addons/onedrive.php:645, src/udaddons/updraftplus-addons.php:858
1159
  msgid "An error response was received; HTTP code:"
1160
  msgstr "En fejlmeddelelse blev modtaget; HTTP kode:"
1161
 
1162
- #: src/includes/class-commands.php:337
1163
  msgid "%s add-on not found"
1164
  msgstr "%s add-on blev ikke fundet"
1165
 
@@ -1171,15 +1203,15 @@ msgstr "eller at gendanne manuelt"
1171
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1172
  msgstr "Dette gør time-outs langt mere sandsynligt. Det anbefales at slå safe mode fra, eller kun at gendanne én enhed ad gangen"
1173
 
1174
- #: src/admin.php:2543
1175
  msgid "To fix this problem go here."
1176
  msgstr "Løs dette problem her."
1177
 
1178
- #: src/admin.php:2543
1179
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1180
  msgstr "OptimizePress 2.0 koder dens indhold, så søg/erstat virker ikke."
1181
 
1182
- #: src/admin.php:726
1183
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1184
  msgstr "din PHP installation mangler open-ssl modulet. Som et resultat, kan dette tage minutter. Hvis intet er sket inden da, så skal du enten prøve en mindre størrelse nøgle, eller spørge din webudbyder, hvordan du aktiverer dette PHP modul i din opsætning."
1185
 
@@ -1235,19 +1267,19 @@ msgstr "Standard (sjælden adgang)"
1235
  msgid "FAQs"
1236
  msgstr "FAQs"
1237
 
1238
- #: src/central/bootstrap.php:548
1239
  msgid "More information..."
1240
  msgstr "Mere information..."
1241
 
1242
- #: src/central/bootstrap.php:546
1243
  msgid "Use the alternative method for making a connection with the dashboard."
1244
  msgstr "Benyt den alternative måde for at skabe forbindelse med kontrolpanelet."
1245
 
1246
- #: src/central/bootstrap.php:456
1247
  msgid "Key size: %d bits"
1248
  msgstr "Størrelse på nøgle: %d bits"
1249
 
1250
- #: src/central/bootstrap.php:451
1251
  msgid "Public key was sent to:"
1252
  msgstr "Offentlig nøgle blev sendt til:"
1253
 
@@ -1263,33 +1295,33 @@ msgstr "%s: Ulæselig fil - kunne ikke sikkerhedskopieres (check fil-tilladelser
1263
  msgid "Create key"
1264
  msgstr "Opret nøgle"
1265
 
1266
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:540
1267
  msgid "slower, strongest"
1268
  msgstr "langsomere, stærkest"
1269
 
1270
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1271
  msgid "recommended"
1272
  msgstr "anbefalet"
1273
 
1274
- #: src/addons/migrator.php:2456, src/central/bootstrap.php:539
1275
  msgid "%s bytes"
1276
  msgstr "%s bytes"
1277
 
1278
- #: src/addons/migrator.php:2455, src/central/bootstrap.php:538
1279
  msgid "faster (possibility for slow PHP installs)"
1280
  msgstr "hurtigere (mulighed for langsomme PHP installationer)"
1281
 
1282
- #: src/addons/migrator.php:2454, src/central/bootstrap.php:537
1283
  msgid "easy to break, fastest"
1284
  msgstr "let at bryde, hurtigst"
1285
 
1286
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1287
- #: src/addons/migrator.php:2457, src/central/bootstrap.php:537,
1288
- #: src/central/bootstrap.php:538, src/central/bootstrap.php:540
1289
  msgid "%s bits"
1290
  msgstr "%s bits"
1291
 
1292
- #: src/addons/migrator.php:2452, src/central/bootstrap.php:535
1293
  msgid "Encryption key size:"
1294
  msgstr "Krypterings-nøglens størrelse:"
1295
 
@@ -1322,7 +1354,7 @@ msgstr "Vær opmærksom på at mailservere ofte har størrelsesbegrænsninger; t
1322
  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."
1323
  msgstr "Størrelsen på dette backup-arkiv er %s MB - forsøge på at sende det via e-mail er tilbøjelige til at mislykkes (få email-servere tillader vedhæftede filer af denne størrelse). Hvis det er tilfældet, bør du skifte til at bruge en anden fjernlager metode."
1324
 
1325
- #: src/class-updraftplus.php:1859
1326
  msgid "Size: %s MB"
1327
  msgstr "Størrelse: %s MB"
1328
 
@@ -1334,7 +1366,7 @@ msgstr "UpdraftPlus vil opdele backup arkiver, når de overskrider denne filstø
1334
  msgid "Now"
1335
  msgstr "Nu"
1336
 
1337
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
1338
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1339
  msgstr "Du bør frigøre %s for at pæne permalinks (f.eks. %s) kan virke"
1340
 
@@ -1356,107 +1388,107 @@ msgstr "eller (årlig rabat)"
1356
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1357
  msgstr "Ingen Vault forbindelse blev fundet for dette websted (er det flyttet?); venligst afbryd og tilslut igen."
1358
 
1359
- #: src/class-updraftplus.php:586, src/class-updraftplus.php:631
1360
  msgid "The given file was not found, or could not be read."
1361
  msgstr "Den pågældende fil blev ikke fundet eller kunne ikke læses."
1362
 
1363
- #: src/central/bootstrap.php:590
1364
  msgid "UpdraftCentral (Remote Control)"
1365
  msgstr "UpdraftCentral (Fjernbetjent)"
1366
 
1367
- #: src/central/bootstrap.php:579
1368
  msgid "View recent UpdraftCentral log events"
1369
  msgstr "Se de seneste updraftCentral log-hændelser"
1370
 
1371
- #: src/central/bootstrap.php:529
1372
  msgid "Enter any description"
1373
  msgstr "Angiv enhver beskrivelse"
1374
 
1375
- #: src/central/bootstrap.php:528
1376
  msgid "Description"
1377
  msgstr "Forklaring"
1378
 
1379
- #: src/central/bootstrap.php:461
1380
  msgid "Delete..."
1381
  msgstr "Slet..."
1382
 
1383
- #: src/central/bootstrap.php:454
1384
  msgid "Created:"
1385
  msgstr "Oprettet:"
1386
 
1387
- #: src/central/bootstrap.php:451
1388
  msgid "Access this site as user:"
1389
  msgstr "Adgang til dette site som bruger:"
1390
 
1391
- #: src/central/bootstrap.php:475
1392
  msgid "Details"
1393
  msgstr "Detaljer"
1394
 
1395
- #: src/central/bootstrap.php:474
1396
  msgid "Key description"
1397
  msgstr "Nøgle-beskrivelse"
1398
 
1399
- #: src/central/bootstrap.php:347, src/central/bootstrap.php:358
1400
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1401
  msgstr "En nøgle blev oprettet, men forsøget på at registrere den med %s mislykkedes - prøv igen senere."
1402
 
1403
- #: src/central/bootstrap.php:217
1404
  msgid "An invalid URL was entered"
1405
  msgstr "Ugyldig URL blev indtastet"
1406
 
1407
- #: src/central/bootstrap.php:81
1408
  msgid "Close..."
1409
  msgstr "Luk..."
1410
 
1411
- #: src/central/bootstrap.php:73
1412
  msgid "This connection appears to already have been made."
1413
  msgstr "Denne tilslutning tilsyneladende allerede er foretaget."
1414
 
1415
- #: src/central/bootstrap.php:70
1416
  msgid "You must visit this link in the same browser and login session as you created the key in."
1417
  msgstr "Du skal besøge dette link i samme browser og login-session, som du oprettede nøglen i."
1418
 
1419
- #: src/central/bootstrap.php:66
1420
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1421
  msgstr "Du skal besøge denne URL i samme browser og login-session, som du oprettede nøglen i."
1422
 
1423
- #: src/central/bootstrap.php:66
1424
  msgid "You are not logged into this WordPress site in your web browser."
1425
  msgstr "Du er ikke logget på dette WordPress site i din browser."
1426
 
1427
- #: src/central/bootstrap.php:63
1428
  msgid "The key referred to was unknown."
1429
  msgstr "Nøglen der refereres til er ukendt."
1430
 
1431
- #: src/central/bootstrap.php:60
1432
  msgid "A new UpdraftCentral connection has not been made."
1433
  msgstr "Der er ikke blevet oprettet en UpdraftCentral forbindelse."
1434
 
1435
- #: src/central/bootstrap.php:58
1436
  msgid "An UpdraftCentral connection has been made successfully."
1437
  msgstr "En UpdraftCentral forbindelse blev oprettet med succes."
1438
 
1439
- #: src/central/bootstrap.php:55
1440
  msgid "UpdraftCentral Connection"
1441
  msgstr "UpdraftCentral Connection"
1442
 
1443
- #: src/backup.php:1006, src/class-updraftplus.php:2934
1444
  msgid "The backup was aborted by the user"
1445
  msgstr "Backup'en blev afbrudt af brugeren"
1446
 
1447
- #: src/admin.php:4735
1448
  msgid "Your settings have been saved."
1449
  msgstr "Dine indstillinger er gemt"
1450
 
1451
- #: src/admin.php:3787
1452
  msgid "Total backup size:"
1453
  msgstr "Total backup-størrelse:"
1454
 
1455
- #: src/admin.php:3144
1456
  msgid "stop"
1457
  msgstr "stoppe"
1458
 
1459
- #: src/admin.php:2986
1460
  msgid "The backup has finished running"
1461
  msgstr "Denne backup er færdig"
1462
 
@@ -1482,19 +1514,19 @@ msgstr "dette backup sæt"
1482
  msgid "calculate"
1483
  msgstr "Beregn"
1484
 
1485
- #: src/admin.php:741
1486
  msgid "You should save your changes to ensure that they are used for making your backup."
1487
  msgstr "Du bør gemme dine ændringer for at sikre, at de bliver anvendt til din backup."
1488
 
1489
- #: src/admin.php:734
1490
  msgid "We requested to delete the file, but could not understand the server's response"
1491
  msgstr "Vi anmodede om at slette filen, men kunne ikke forstå serverens svar"
1492
 
1493
- #: src/admin.php:733
1494
  msgid "Please enter a valid URL"
1495
  msgstr "Venligst indtast en gyldig URL"
1496
 
1497
- #: src/admin.php:716
1498
  msgid "Saving..."
1499
  msgstr "Gemmer..."
1500
 
@@ -1518,24 +1550,24 @@ msgstr "Uploads URL:"
1518
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1519
  msgstr "Det nødvendige %s PHP modul er ikke installeret - bed din webudbyder om at aktivere det."
1520
 
1521
- #: src/class-updraftplus.php:4289, src/restorer.php:1819
1522
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1523
  msgstr "For at importere et almindeligt WordPress site til en multisite installation kræves %s."
1524
 
1525
- #: src/class-updraftplus.php:4285
1526
  msgid "Please read this link for important information on this process."
1527
  msgstr "Venligst læs dette link for vigtig information om processen."
1528
 
1529
- #: src/class-updraftplus.php:4285
1530
  msgid "It will be imported as a new site."
1531
  msgstr "Vil blive importeret som et nyt site."
1532
 
1533
- #: src/admin.php:2702, src/templates/wp-admin/notices/horizontal-notice.php:16,
1534
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1535
  msgid "Dismiss"
1536
  msgstr "Luk"
1537
 
1538
- #: src/admin.php:753
1539
  msgid "Please fill in the required information."
1540
  msgstr "Venligst udfyld den nødvendige information."
1541
 
@@ -1596,11 +1628,11 @@ msgstr "Du valgte at %s skal indgå i gendannelsen - det kan ikke / bør ikke sk
1596
  msgid "Call WordPress action:"
1597
  msgstr "Udfør WordPress handling:"
1598
 
1599
- #: src/admin.php:2812
1600
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1601
  msgstr "Dine gemte indstillinger påvirker også, hvad der oprettes back up af - f.eks. udelukkes filer."
1602
 
1603
- #: src/admin.php:4241
1604
  msgid "Skipping: this archive was already restored."
1605
  msgstr "Stopper: Dette arkiv er allerede genskabt."
1606
 
@@ -1632,51 +1664,51 @@ msgstr "Du skal derefter indtaste alle dine indstillinger igen. Du kan også gø
1632
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1633
  msgstr "Denne knap vil slette alle UpdraftPlus indstillinger og information om igangværende sikkerhedskopier (men ikke slette eksisterende sikkerhedskopier i din sky)."
1634
 
1635
- #: src/admin.php:4609
1636
  msgid "Send this backup to remote storage"
1637
  msgstr "Send denne backup til fjernlager"
1638
 
1639
- #: src/admin.php:4607
1640
  msgid "Check out UpdraftPlus Vault."
1641
  msgstr "Se UpdraftPlus Vault"
1642
 
1643
- #: src/admin.php:4607
1644
  msgid "Not got any remote storage?"
1645
  msgstr "Har du ikke et fjernlager?"
1646
 
1647
- #: src/admin.php:4607
1648
  msgid "settings"
1649
  msgstr "Indstillinger"
1650
 
1651
- #: src/admin.php:4607
1652
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1653
  msgstr "Backup vil ikke blive sendt til noget lager - Intet er blevet gemt i %s"
1654
 
1655
- #: src/admin.php:2810
1656
  msgid "Include any files in the backup"
1657
  msgstr "Medtag alle filer i backup'en"
1658
 
1659
- #: src/admin.php:2796
1660
  msgid "Include the database in the backup"
1661
  msgstr "Medtag databasen i backup'en"
1662
 
1663
- #: src/admin.php:2701
1664
  msgid "Continue restoration"
1665
  msgstr "Fortsæt gendannelse"
1666
 
1667
- #: src/admin.php:2696
1668
  msgid "You have an unfinished restoration operation, begun %s ago."
1669
  msgstr "Du har en ufærdig gendannelses-operation, påbegyndt for %s siden."
1670
 
1671
- #: src/admin.php:2695
1672
  msgid "Unfinished restoration"
1673
  msgstr "Ufærdig gendannelse"
1674
 
1675
- #: src/admin.php:2693
1676
  msgid "%s minutes, %s seconds"
1677
  msgstr "%s minutter, %s sekunder"
1678
 
1679
- #: src/admin.php:2640
1680
  msgid "Backup Contents And Schedule"
1681
  msgstr "Backup Indhold og Tidspland"
1682
 
@@ -1684,11 +1716,11 @@ msgstr "Backup Indhold og Tidspland"
1684
  msgid "Premium / Extensions"
1685
  msgstr "Premium / Udvidelser"
1686
 
1687
- #: src/admin.php:2409, src/admin.php:2418
1688
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1689
  msgstr "Tilstrækkelige informationer om den igangværende genskabelse kunne ikke findes."
1690
 
1691
- #: src/addons/morefiles.php:77, src/admin.php:739
1692
  msgctxt "(verb)"
1693
  msgid "Download"
1694
  msgstr "Download"
@@ -1824,7 +1856,7 @@ msgstr "Kunne ikke oprette beholderen"
1824
  msgid "Could not access container"
1825
  msgstr "Kunne ikke tilgå mappe"
1826
 
1827
- #: src/class-updraftplus.php:2951
1828
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1829
  msgstr "For at fuldføre din migrering/kloning, bør du nu logge ind på det eksterne site og genoprette backup sættet."
1830
 
@@ -1953,35 +1985,35 @@ msgstr "Handlinger for udvalgte backups"
1953
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1954
  msgstr "Tryk her for at se dit fjernlagers muligheder ved eventuelle eksisterende backup sæt (fra ethvert websted, hvis de opbevares i samme mappe)."
1955
 
1956
- #: src/admin.php:1795
1957
  msgid "Backup sets removed:"
1958
  msgstr "Backup sæt fjernet:"
1959
 
1960
- #: src/admin.php:752
1961
  msgid "Processing..."
1962
  msgstr "Behandler..."
1963
 
1964
- #: src/admin.php:750
1965
  msgid "For backups older than"
1966
  msgstr "For backup ældre end"
1967
 
1968
- #: src/admin.php:749
1969
  msgid "week(s)"
1970
  msgstr "uge(r)"
1971
 
1972
- #: src/admin.php:748
1973
  msgid "hour(s)"
1974
  msgstr "time(r)"
1975
 
1976
- #: src/admin.php:747
1977
  msgid "day(s)"
1978
  msgstr "dag(e)"
1979
 
1980
- #: src/admin.php:746
1981
  msgid "in the month"
1982
  msgstr "i måneden"
1983
 
1984
- #: src/admin.php:745
1985
  msgid "day"
1986
  msgstr "dag"
1987
 
@@ -2005,15 +2037,15 @@ msgstr "Dette problem er forårsaget af forsøg på genskabelse af en database p
2005
  msgid "You do not currently have any UpdraftPlus Vault quota"
2006
  msgstr "Du har ikke på nuværende tidspunkt nogen UpdraftPlus Vault kvote"
2007
 
2008
- #: src/class-updraftplus.php:4358
2009
  msgid "You must upgrade MySQL to be able to use this database."
2010
  msgstr "Du skal opgradere MySQL for at kunne bruge denne database."
2011
 
2012
- #: src/class-updraftplus.php:4358
2013
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2014
  msgstr "Database-backup'en bruger MySQL funktioner, som ikke findes i den gamle MySQL version (%s), dette websted kører på."
2015
 
2016
- #: src/admin.php:2528
2017
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2018
  msgstr "UpdraftPlus-mappen i wp-content/plugins indeholder white-space (tom plads / mellemrum); WordPress kan ikke lide dette. Du bør omdøbe mappen til wp-content/plugins/updraftplus for at løse dette problem."
2019
 
@@ -2041,11 +2073,11 @@ msgstr "Server-side kryptering"
2041
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2042
  msgstr "Hvis du har glemt dit password, så klik her for at ændre det på udraftsplus.com "
2043
 
2044
- #: src/admin.php:1013
2045
  msgid "Go to the remote storage settings in order to connect."
2046
  msgstr "Gå til fjernlager-indstillinger for at skabe forbindelse."
2047
 
2048
- #: src/admin.php:1013
2049
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2050
  msgstr "%s er blevet valgt til fjernlager, men du er ikke tilsluttet i øjeblikket."
2051
 
@@ -2053,19 +2085,19 @@ msgstr "%s er blevet valgt til fjernlager, men du er ikke tilsluttet i øjeblikk
2053
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2054
  msgstr "Betaling kan foretages i amerikanske dollars, euro eller GB pounds sterling, via kort eller PayPal."
2055
 
2056
- #: src/admin.php:722
2057
  msgid "Update quota count"
2058
  msgstr "Opdatér kvotetæller"
2059
 
2060
- #: src/admin.php:721
2061
  msgid "Counting..."
2062
  msgstr "Tæller..."
2063
 
2064
- #: src/admin.php:720
2065
  msgid "Disconnecting..."
2066
  msgstr "Afbryder..."
2067
 
2068
- #: src/admin.php:718
2069
  msgid "Connecting..."
2070
  msgstr "Tilslutter..."
2071
 
@@ -2091,7 +2123,7 @@ msgstr "Du kan få større kvote her"
2091
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2092
  msgstr "%s Fejl: Du har utilstrækkelig lagerkvote tilgængelig (%s) til at kunne uploade dette arkiv (%s)."
2093
 
2094
- #: src/admin.php:719, src/methods/updraftvault.php:392,
2095
  #: src/methods/updraftvault.php:450
2096
  msgid "Disconnect"
2097
  msgstr "Afbrudt"
@@ -2124,7 +2156,7 @@ msgstr "Klik her for hjælp"
2124
  msgid "E-mail"
2125
  msgstr "E-mail"
2126
 
2127
- #: src/addons/migrator.php:183, src/central/bootstrap.php:565,
2128
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2129
  msgid "Back..."
2130
  msgstr "Tilbage..."
@@ -2142,7 +2174,7 @@ msgstr "Køb nu"
2142
  msgid "%s per quarter"
2143
  msgstr "%s per kvartal"
2144
 
2145
- #: src/central/bootstrap.php:592, src/methods/updraftvault.php:322,
2146
  #: src/methods/updraftvault.php:351
2147
  msgid "Read more about it here."
2148
  msgstr "Læs mere her."
@@ -2216,7 +2248,7 @@ msgstr "Tillad download"
2216
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2217
  msgstr "Hvis muligheden for at sende direkte fra site til site ikke virker for dig, så er der tre andre metoder - prøv en af disse i stedet."
2218
 
2219
- #: src/addons/migrator.php:1926, src/admin.php:728
2220
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2221
  msgstr "Du bør kontrollere, at den eksterne site er online, ikke er bag en firewall, ikke har sikkerhedsmoduler, der kan blokere adgangen, har UpdraftPlus version %s eller nyere aktiv, og at nøglerne er blevet indtastet korrekt."
2222
 
@@ -2228,11 +2260,11 @@ msgstr "Eksisterende nøgler"
2228
  msgid "Your new key:"
2229
  msgstr "Din nye nøgle:"
2230
 
2231
- #: src/central/bootstrap.php:401
2232
  msgid "You must copy and paste this key now - it cannot be shown again."
2233
  msgstr "Du skal kopiere og indsætte denne nøgle nu - den kan ikke vises igen."
2234
 
2235
- #: src/addons/migrator.php:2046, src/central/bootstrap.php:401
2236
  msgid "Key created successfully."
2237
  msgstr "Nøgle blev skabt med succes."
2238
 
@@ -2272,17 +2304,17 @@ msgstr "Backup skabt af %s"
2272
  msgid "This storage method does not allow downloading"
2273
  msgstr "Denne lagringsmetode tillader ikke download"
2274
 
2275
- #: src/admin.php:3972
2276
  msgid "(backup set imported from remote location)"
2277
  msgstr "(backup sæt importeret fra ekstern lokation)"
2278
 
2279
- #: src/addons/wp-cli.php:344,
2280
- #: src/templates/wp-admin/settings/existing-backups-table.php:85
2281
  msgid "Site"
2282
  msgstr "Site"
2283
 
2284
- #: src/addons/wp-cli.php:342,
2285
- #: src/templates/wp-admin/settings/existing-backups-table.php:84
2286
  msgid "Backup sent to remote site - not available for download."
2287
  msgstr "Backup sendt til eksternt site - ikke tilgængelig til download."
2288
 
@@ -2294,23 +2326,23 @@ msgstr "Du bør sørge for, at dette virkelig er et backup sæt beregnet til bru
2294
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2295
  msgstr "Dette backup sæt blev ikke genkendt af UpdraftPlus som værende skabt af den nuværende WordPress installation, men blev enten fundet i fjernlager, eller blev sendt fra et eksternt site."
2296
 
2297
- #: src/addons/migrator.php:1954, src/admin.php:735
2298
  msgid "Testing connection..."
2299
  msgstr "Tester forbindelse..."
2300
 
2301
- #: src/admin.php:732
2302
  msgid "Deleting..."
2303
  msgstr "Sletter..."
2304
 
2305
- #: src/admin.php:731
2306
  msgid "key name"
2307
  msgstr "nøgle navn"
2308
 
2309
- #: src/admin.php:729
2310
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2311
  msgstr "Giv denne nøgle et navn (angiv f.eks. sitet den er til):"
2312
 
2313
- #: src/admin.php:726
2314
  msgid "Creating..."
2315
  msgstr "Opretter..."
2316
 
@@ -2334,11 +2366,11 @@ msgstr "For at tilføje en hjemmeside som en destination til at sende til, skal
2334
  msgid "Or, send a backup to another site"
2335
  msgstr "Eller, send en backup til et andet site"
2336
 
2337
- #: src/addons/migrator.php:2128, src/admin.php:736
2338
  msgid "Send"
2339
  msgstr "Send"
2340
 
2341
- #: src/addons/migrator.php:2122, src/admin.php:727
2342
  msgid "Send to site:"
2343
  msgstr "Send til site:"
2344
 
@@ -2403,15 +2435,15 @@ msgstr "UpdraftPlus Migrator modificerer restaurering processen korrekt, så det
2403
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2404
  msgstr "En \"flytning\" er i sidste ende det samme som en restaurering - men benytter backup arkiver, som du importerer fra et andet site."
2405
 
2406
- #: src/admin.php:725
2407
  msgid "Resetting..."
2408
  msgstr "Nulstiller..."
2409
 
2410
- #: src/addons/migrator.php:2431, src/admin.php:724
2411
  msgid "Add site"
2412
  msgstr "Tilføj site"
2413
 
2414
- #: src/admin.php:723
2415
  msgid "Adding..."
2416
  msgstr "Tilføjer..."
2417
 
@@ -2447,28 +2479,28 @@ msgstr "Gå til \"Eksisterende backups\" for at importere et backup-sæt."
2447
  msgid "To restore using any of the backup sets below, press the button."
2448
  msgstr "Hvis du vil gendanne ved at bruge et af backup-sættene nedenfor, skal du trykke på knappen."
2449
 
2450
- #: src/admin.php:715, src/admin.php:741, src/admin.php:742
2451
  msgid "You have made changes to your settings, and not saved."
2452
  msgstr "Du har ændret dine indstillinger, men har ikke gemt."
2453
 
2454
- #: src/addons/onedrive.php:1111
2455
  msgid "N.B. %s is not case-sensitive."
2456
  msgstr "N.B. %s skelner ikke mellem store og små bogstaver."
2457
 
2458
- #: src/addons/onedrive.php:1101
2459
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2460
  msgstr "Hvis OneDrive senere viser meddelelsen \"unauthorized_client\", så har du ikke indtastet en gyldig klient-id her."
2461
 
2462
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2463
- #: src/addons/onedrive.php:1074
2464
  msgid "For longer help, including screenshots, follow this link."
2465
  msgstr "Følg dette link for mere uddybende hjælp, der blandt andet indkluderer skærmbilleder."
2466
 
2467
- #: src/addons/onedrive.php:1067
2468
  msgid "Create OneDrive credentials in your OneDrive developer console."
2469
  msgstr "Opret OneDrive legimitation i din OneDrive udviklerkonsol."
2470
 
2471
- #: src/addons/onedrive.php:1059
2472
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2473
  msgstr "Du skal tilføje følgende som den autoriserede redirect URI i din OneDrive konsol (under \"API Indstillinger\"), når du bliver spurgt"
2474
 
@@ -2476,16 +2508,16 @@ msgstr "Du skal tilføje følgende som den autoriserede redirect URI i din OneDr
2476
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2477
  msgstr "Microsoft Azure er ikke kompatibel med sites, som hostes på en lokal host eller 127.0.0.1 URL - deres udviklerkonsol forbyder disse (aktuelle URL er: %s)."
2478
 
2479
- #: src/addons/onedrive.php:1023, src/addons/onedrive.php:1025
2480
  msgid "%s authorisation failed:"
2481
  msgstr "%s godkendelse mislykkedes:"
2482
 
2483
- #: src/addons/onedrive.php:889, src/addons/onedrive.php:1100,
2484
- #: src/addons/onedrive.php:1104
2485
  msgid "OneDrive"
2486
  msgstr "OneDrive"
2487
 
2488
- #: src/addons/onedrive.php:691
2489
  msgid "Please re-authorize the connection to your %s account."
2490
  msgstr "Godkend igen forbindelsen til din %s konto."
2491
 
@@ -2493,7 +2525,7 @@ msgstr "Godkend igen forbindelsen til din %s konto."
2493
  msgid "configure it here"
2494
  msgstr "konfigurer her"
2495
 
2496
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680
2497
  msgid "To remove the block, please go here."
2498
  msgstr "Klik her for at fjerne block'en."
2499
 
@@ -2650,18 +2682,18 @@ msgstr "For personlig support, muligheden for at kopiere sider, flere lagerdesti
2650
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2651
  msgstr "UpdraftPlus nyheder, høj kvalitet undervisningsmaterialer til WordPress udviklere og site-ejere, og generelle WordPress nyheder. Du kan afmelde abonnement på hvilket som helst tidspunkt."
2652
 
2653
- #: src/addons/onedrive.php:660, src/addons/onedrive.php:684,
2654
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2655
  #: src/udaddons/updraftplus-addons.php:887
2656
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2657
  msgstr "Dette sker ofte, hvis du deler server med en hacked webside som har været brugt i et tidligere angreb."
2658
 
2659
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2660
  #: src/udaddons/updraftplus-addons.php:887
2661
  msgid "It appears that your web server's IP Address (%s) is blocked."
2662
  msgstr "Det ser ud til at din web server's IP addresse (%s) er blokeret."
2663
 
2664
- #: src/addons/onedrive.php:684, src/methods/updraftvault.php:680,
2665
  #: src/udaddons/updraftplus-addons.php:887
2666
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2667
  msgstr "UpdraftPlus.com har svaret med 'Adgang nægtet'."
@@ -2705,7 +2737,7 @@ msgstr "Udskyd (i %s måneder)"
2705
  msgid "(at same time as files backup)"
2706
  msgstr "(samtidigt, som der tages backup af filerne)"
2707
 
2708
- #: src/admin.php:3443
2709
  msgid "No backup has been completed"
2710
  msgstr "Ingen backup er fuldført."
2711
 
@@ -2748,7 +2780,7 @@ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - o
2748
  msgid "or"
2749
  msgstr "eller"
2750
 
2751
- #: src/admin.php:709
2752
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2753
  msgstr "Du valgte ikke nogen komponenter til genoprettelse. Vælg mindst én, og prøv derefter igen."
2754
 
@@ -2779,7 +2811,7 @@ msgstr "dit websteds admin adresse"
2779
  msgid "Check this box to have a basic report sent to"
2780
  msgstr "Markér dette felt for at få en grundlæggende rapport sendt til"
2781
 
2782
- #: src/admin.php:3457
2783
  msgctxt "i.e. Non-automatic"
2784
  msgid "Manual"
2785
  msgstr "Manual"
@@ -2797,7 +2829,7 @@ msgstr "Skift låse-indstillinger"
2797
  msgid "Any other file/directory on your server that you wish to back up"
2798
  msgstr "Enhver anden fil/mappe på din server, som du ønsker at sikkerhedskopiere"
2799
 
2800
- #: src/admin.php:2545
2801
  msgid "For even more features and personal support, check out "
2802
  msgstr "For endnu flere funktioner og personlig support, tjek"
2803
 
@@ -2806,7 +2838,7 @@ msgid "Database decryption phrase"
2806
  msgstr "Database dekryptering sætning"
2807
 
2808
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2809
- #: src/admin.php:714
2810
  msgid "Automatic backup before update"
2811
  msgstr "Automatisk backup inden opdatering"
2812
 
@@ -2891,7 +2923,7 @@ msgstr "(lær mere om denne betydelige mulighed)"
2891
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2892
  msgstr "Bemærk, at efter du har modtaget dine tilføjelser, kan du fjerne dit password (men ikke e-mail-adresse) fra indstillingerne nedenfor, uden at påvirke dette sites adgang til opdateringer."
2893
 
2894
- #: src/admin.php:2986, src/admin.php:4003
2895
  msgid "View Log"
2896
  msgstr "Se loggen"
2897
 
@@ -2908,7 +2940,7 @@ msgstr "Backup dato"
2908
  msgid "and retain this many scheduled backups"
2909
  msgstr "og fastholde så mange planlagte backups"
2910
 
2911
- #: src/admin.php:3413
2912
  msgid "incremental backup; base backup: %s"
2913
  msgstr "trinvis sikkerhedskopi; basis backup: %s"
2914
 
@@ -2920,16 +2952,16 @@ msgstr "For evnen til at låse adgangen til UpdraftPlus-indstillingerne med en a
2920
  msgid "Upload files into UpdraftPlus."
2921
  msgstr "Upload filer til UpdraftPlus."
2922
 
2923
- #: src/admin.php:959, src/includes/class-commands.php:391,
2924
  #: src/templates/wp-admin/settings/tab-status.php:22
2925
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2926
  msgstr "\"Backup Nu\"-knappen er deaktiveret, da din backup mappe er ikke skrivbar (gå til fanen \"Indstillinger\", og find den relevante mulighed)."
2927
 
2928
- #: src/class-updraftplus.php:4274
2929
  msgid "Backup label:"
2930
  msgstr "Backup etiket:"
2931
 
2932
- #: src/addons/backblaze.php:205, src/admin.php:2056
2933
  msgid "Error: unexpected file read fail"
2934
  msgstr "Fejl: Uventet fejl ved læsning af fil"
2935
 
@@ -2969,11 +3001,11 @@ msgstr "Du er nødt til at bruge både en e-mail adresse og en adgangskode"
2969
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2970
  msgstr "For at fortsætte, så tryk på 'Backup Nu' og derefter se 'Sidste Log Besked' feltet for aktivitet."
2971
 
2972
- #: src/class-updraftplus.php:4293
2973
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2974
  msgstr "Hvis du ønsker at genskabe en multisite backup, så skal du først sætte din WordPress op som en multisite installation."
2975
 
2976
- #: src/class-updraftplus.php:4293
2977
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2978
  msgstr "Din backup er fra en WordPress multisite installation; men det er denne side ikke. Det er kun den første side som vil være tilgængelig."
2979
 
@@ -3010,19 +3042,19 @@ msgstr "Du har endnu ikke forbundet din UpdraftPlus.Com konto."
3010
  msgid "You need to connect to receive future updates to UpdraftPlus."
3011
  msgstr "Du er nødt til at modtage fremtidige opdateringer UpdraftPlus."
3012
 
3013
- #: src/class-updraftplus.php:4266
3014
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3015
  msgstr "Eventuelle support anmodninger som har med %s at gøre bør løses med dit web-hosting firma."
3016
 
3017
- #: src/class-updraftplus.php:4266
3018
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3019
  msgstr "Du bør kun fortsætte, hvis du ikke kan opdatere den aktuelle server og er overbeviste om (eller villig til at forsøge om), at dine plugins/temaer/osv. er kompatible med den ældre %s version."
3020
 
3021
- #: src/class-updraftplus.php:4266
3022
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3023
  msgstr "Denne er markant nyere end den serverversion, som du nu ønsker at gendanne på (version %s)."
3024
 
3025
- #: src/class-updraftplus.php:4266
3026
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3027
  msgstr "Siden i denne backup blev lavet på en webserver med version %s af %s."
3028
 
@@ -3051,7 +3083,7 @@ msgstr "Twitter"
3051
  msgid "UpdraftPlus is on social media - check us out!"
3052
  msgstr "UpdraftPlus er på sociale medier - tjek os ud!"
3053
 
3054
- #: src/admin.php:4070
3055
  msgid "Why am I seeing this?"
3056
  msgstr "Hvorfor ser jeg dette?"
3057
 
@@ -3063,15 +3095,15 @@ msgstr "Placeringen af denne mappe er angivet i ekspertindstillingerne i fanen I
3063
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3064
  msgstr "Klik her for at se i din UpdraftPlus mappe (på dit webhotel) efter nye backups som du har uploadet."
3065
 
3066
- #: src/admin.php:1995, src/admin.php:2007
3067
  msgid "Start backup"
3068
  msgstr "Start backup"
3069
 
3070
- #: src/class-updraftplus.php:4238, src/restorer.php:1055
3071
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3072
  msgstr "Du bruger %s webserver, men den lader ikke til at have %s modulet indlæst."
3073
 
3074
- #: src/admin.php:3311
3075
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3076
  msgstr "Du er nødt til at kontakte din hostingudbyder for at finde ud af, hvordan du skal angive tilladelser for et WordPress plugin for at det kan skrive til mappen."
3077
 
@@ -3079,11 +3111,11 @@ msgstr "Du er nødt til at kontakte din hostingudbyder for at finde ud af, hvord
3079
  msgid "Unless you have a problem, you can completely ignore everything here."
3080
  msgstr "Med mindre du har problemmer, kan du bare ignorere alt her."
3081
 
3082
- #: src/admin.php:2231
3083
  msgid "This file could not be uploaded"
3084
  msgstr "Denne fil kunne ikke blive uploadet"
3085
 
3086
- #: src/admin.php:2194
3087
  msgid "You will find more information about this in the Settings section."
3088
  msgstr "Du kan finde mere information om dette i afsnittet Indstillinger."
3089
 
@@ -3103,7 +3135,7 @@ msgstr "Fortæl mig mere om trinvis sikkerhedskopiering"
3103
  msgid "Memory limit"
3104
  msgstr "hukommelsesgrænse"
3105
 
3106
- #: src/class-updraftplus.php:4707, src/restorer.php:1608
3107
  msgid "restoration"
3108
  msgstr "genoprettelse"
3109
 
@@ -3127,7 +3159,7 @@ msgstr "(se log...)"
3127
  msgid "Backup succeeded"
3128
  msgstr "Backup lykkedes"
3129
 
3130
- #: src/admin.php:3458, src/admin.php:3459, src/admin.php:3460,
3131
  #: src/updraftplus.php:99, src/updraftplus.php:100
3132
  msgid "Every %s hours"
3133
  msgstr "Hver %s time"
@@ -3182,7 +3214,7 @@ msgstr "E-mail rapporter skabt af UpdraftPlus (gratis) giver dig de seneste Updr
3182
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3183
  msgstr "P.S. Hvis du installerer UpdraftPlus på flere WordPress-sider, kan du ikke genbruge dine projekter; du må oprette et ny ud fra din Google API konsol for hver side."
3184
 
3185
- #: src/admin.php:3814
3186
  msgid "You have not yet made any backups."
3187
  msgstr "Du har endnu ikke oprettet nogle backups."
3188
 
@@ -3202,11 +3234,11 @@ msgstr "%s (%s brugt)"
3202
  msgid "Free disk space in account:"
3203
  msgstr "Ledig diskplads på konto:"
3204
 
3205
- #: src/admin.php:4706, src/templates/wp-admin/settings/tab-status.php:27
3206
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3207
  msgstr "Denne knap er deaktiveret fordi dit backup-arkiv ikke er skrivbart (se indstillingerne)."
3208
 
3209
- #: src/admin.php:540, src/admin.php:683, src/admin.php:1843,
3210
  #: src/includes/deprecated-actions.php:29,
3211
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3212
  #: src/templates/wp-admin/settings/tab-bar.php:6
@@ -3217,15 +3249,15 @@ msgstr "Eksisterende backups"
3217
  msgid "Current Status"
3218
  msgstr "Nuværende status"
3219
 
3220
- #: src/admin.php:964
3221
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3222
  msgstr "For at ændre standardinstillingerne for, hvad der skal tages backup af - for at indstille planlagte backups - for at sende dine backups til fjernlager (anbefales) - og mere - Gå til indstillingsfanen."
3223
 
3224
- #: src/admin.php:964
3225
  msgid "To make a backup, just press the Backup Now button."
3226
  msgstr "Klik på Backup Nu knappen for at skabe en backup."
3227
 
3228
- #: src/admin.php:964
3229
  msgid "Welcome to UpdraftPlus!"
3230
  msgstr "Velkommen til UpdraftPlus!"
3231
 
@@ -3297,7 +3329,7 @@ msgstr "vært"
3297
  msgid "user"
3298
  msgstr "bruger"
3299
 
3300
- #: src/class-updraftplus.php:1856
3301
  msgid "External database (%s)"
3302
  msgstr "Ekstern database (%s)"
3303
 
@@ -3309,13 +3341,13 @@ msgstr "Følg linket til din Google API konsol og aktivér der Drive API og skab
3309
  msgid "failed to access parent folder"
3310
  msgstr "adgang til den overliggende mappe mislykkedes"
3311
 
3312
- #: src/addons/googlecloud.php:698, src/addons/onedrive.php:857,
3313
- #: src/addons/onedrive.php:868, src/methods/googledrive.php:434,
3314
  #: src/methods/googledrive.php:447
3315
  msgid "However, subsequent access attempts failed:"
3316
  msgstr "Dog mislykkede adgangsforsøget efterfølgende:"
3317
 
3318
- #: src/addons/wp-cli.php:388, src/admin.php:3839
3319
  msgid "External database"
3320
  msgstr "Ekstern database"
3321
 
@@ -3347,7 +3379,7 @@ msgstr "Har du ikke lyst til at blive udspioneret? UpdraftPlus Premium kan krypt
3347
  msgid "use UpdraftPlus Premium"
3348
  msgstr "brug UpdraftPlus Premium"
3349
 
3350
- #: src/class-updraftplus.php:4120
3351
  msgid "Decryption failed. The database file is encrypted."
3352
  msgstr "Dekryptering mislykkedes. Databasefilen er krypteret."
3353
 
@@ -3377,16 +3409,16 @@ msgid "In %s, path names are case sensitive."
3377
  msgstr "Sti-navne i %s understøtter kun små bogstaver."
3378
 
3379
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3380
- #: src/addons/onedrive.php:1111
3381
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3382
  msgstr "Hvis feltet står tomt, vil backup'en placeres i roden af din %s"
3383
 
3384
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3385
- #: src/addons/onedrive.php:1111
3386
  msgid "e.g. %s"
3387
  msgstr "f.eks. %s"
3388
 
3389
- #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1111
3390
  msgid "Enter the path of the %s folder you wish to use here."
3391
  msgstr "Her angives stien til %s mappen du ønsker at bruge."
3392
 
@@ -3402,7 +3434,8 @@ msgstr "Lad dette stå tomt, og der vælges en standard."
3402
  msgid "Tenant"
3403
  msgstr "Lejer"
3404
 
3405
- #: src/methods/openstack2.php:144
 
3406
  msgid "Follow this link for more information"
3407
  msgstr "Klik på linket for mere information."
3408
 
@@ -3438,7 +3471,7 @@ msgstr "Udført:"
3438
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3439
  msgstr "<strong>Efter</strong> du har gemt dine indstillinger (ved at klikke på 'Gem ændringer' nedenfor), skal du vende tilbage hertil og klikke på dette link for at færdiggøre godkendelse med %s."
3440
 
3441
- #: src/addons/onedrive.php:1124, src/methods/dropbox.php:612
3442
  msgid "(You appear to be already authenticated)."
3443
  msgstr "(Du er allerede godkendt)."
3444
 
@@ -3446,7 +3479,7 @@ msgstr "(Du er allerede godkendt)."
3446
  msgid "Dropbox"
3447
  msgstr "Dropbox"
3448
 
3449
- #: src/addons/onedrive.php:1117, src/methods/dropbox.php:608
3450
  msgid "Authenticate with %s"
3451
  msgstr "Godkend med %s"
3452
 
@@ -3477,7 +3510,7 @@ msgstr "Kunne ikke tilgå %s container"
3477
  msgid "%s error - failed to access the container"
3478
  msgstr "%s fejl - Adgang til containeren mislykkedes"
3479
 
3480
- #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1159,
3481
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3482
  msgid "Account holder's name: %s."
3483
  msgstr "Kontoindehavers navn: %s."
@@ -3494,12 +3527,12 @@ msgstr "Det er et internt Google Drive ID-nummer"
3494
  msgid "<strong>This is NOT a folder name</strong>."
3495
  msgstr "<strong>Dette er IKKE et mappenavn</strong>."
3496
 
3497
- #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1109,
3498
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3499
  msgid "Folder"
3500
  msgstr "Mappe"
3501
 
3502
- #: src/addons/googlecloud.php:296, src/addons/onedrive.php:428,
3503
  #: src/methods/googledrive.php:1152
3504
  msgid "%s download: failed: file not found"
3505
  msgstr "%s download: Mislykkedes: Filen blev ikke fundet"
@@ -3543,7 +3576,7 @@ msgstr "Denne funktion kræver %s version %s eller nyere"
3543
  msgid "Failed to unpack the archive"
3544
  msgstr "Kunne ikke udpakke arkivet."
3545
 
3546
- #: src/class-updraftplus.php:1380
3547
  msgid "Error - failed to download the file"
3548
  msgstr "Fejl - Kunne ikke downloade filen"
3549
 
@@ -3567,8 +3600,8 @@ msgstr "Den indstallerede version af UpdraftPlus Backup/Restore er ikke blevet t
3567
  msgid "password/key"
3568
  msgstr "password/nøgle"
3569
 
3570
- #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:730,
3571
- #: src/admin.php:4995
3572
  msgid "Key"
3573
  msgstr "Nøgle"
3574
 
@@ -3584,24 +3617,24 @@ msgstr "Nøglen var enten ikke i et godkendt format eller var ikke korrekt."
3584
  msgid "SCP/SFTP password/key"
3585
  msgstr "SCP/SFTP password/nøgle"
3586
 
3587
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3588
  msgid "Files backup (created by %s)"
3589
  msgstr "Fil-backup (lavet af %s)"
3590
 
3591
- #: src/addons/wp-cli.php:400, src/admin.php:3883
3592
  msgid "Files and database WordPress backup (created by %s)"
3593
  msgstr "Filer og database WordPress backup (lavet af %s)"
3594
 
3595
- #: src/addons/importer.php:276, src/admin.php:3877,
3596
  #: src/includes/class-backup-history.php:349
3597
  msgid "Backup created by: %s."
3598
  msgstr "Backup lavet af: %s."
3599
 
3600
- #: src/addons/wp-cli.php:382, src/admin.php:3837
3601
  msgid "Database (created by %s)"
3602
  msgstr "Database (oprettet af %s)"
3603
 
3604
- #: src/addons/wp-cli.php:380, src/admin.php:3831, src/admin.php:3879
3605
  msgid "unknown source"
3606
  msgstr "ukendt kilde"
3607
 
@@ -3613,15 +3646,15 @@ msgstr "Gentag scanning af fjernlager"
3613
  msgid "Upload backup files"
3614
  msgstr "Upload backup filer"
3615
 
3616
- #: src/admin.php:2246
3617
  msgid "This backup was created by %s, and can be imported."
3618
  msgstr "Denne backup blev lavet af %s og kan importeres."
3619
 
3620
- #: src/admin.php:993
3621
  msgid "Read this page for a guide to possible causes and how to fix it."
3622
  msgstr "Læs denne side for en guide til mulige årsager og løsningsforslag."
3623
 
3624
- #: src/admin.php:993
3625
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3626
  msgstr "WordPress har et antal (%d) planlagte opgaver, som skulle have være udført. Med mindre dette er et udviklingssite, tyder det på, at planlægningsdelen i din WordPress installation ikke fungerer korrekt."
3627
 
@@ -3638,7 +3671,7 @@ msgstr "Men, UpdraftPlus arkiver er standard zip/SQL filer - så hvis du er sikk
3638
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3639
  msgstr "Denne fil er tilsyneladende ikke et UpdraftPlus backup arkiv (som skal være .zip eller .gz filer med et navn som: backup_(tidspunkt)_(site navn)_(kode)_(type).(zip/gz))."
3640
 
3641
- #: src/admin.php:3880, src/includes/class-wpadmin-commands.php:152,
3642
  #: src/restorer.php:1577
3643
  msgid "Backup created by unknown source (%s) - cannot be restored."
3644
  msgstr "Backup skabt af ukendt kilde (%s) - Kan ikke genskabes."
@@ -3698,16 +3731,16 @@ msgstr "Andre %s FAQ's."
3698
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3699
  msgstr "Se her for mere information og e-mails om backup-processen - Nyttigt, hvis noget går galt."
3700
 
3701
- #: src/addons/morefiles.php:468, src/admin.php:3562
3702
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3703
  msgstr "Ved angivelse af flere filer/arkiver skal de adskilles med kommaer. Ved enheder på top niveau kan du bruge et * før eller efter det indtastede. "
3704
 
3705
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330,
3706
  #: src/restorer.php:1608
3707
  msgid "Your hosting company must enable these functions before %s can work."
3708
  msgstr "Din hosting udbyder skal slå disse funktioner til inden %s kan virke."
3709
 
3710
- #: src/class-updraftplus.php:4707, src/methods/ftp.php:330
3711
  msgid "Your web server's PHP installation has these functions disabled: %s."
3712
  msgstr "Din webservers PHP installation har slået disse funktioner fra: %s."
3713
 
@@ -3777,15 +3810,15 @@ msgstr "Din betalte adgang til UpdraftPlus opdateringer til denne side er udløb
3777
  msgid "Dismiss from main dashboard (for %s weeks)"
3778
  msgstr "Afvis fra hovedoversigten (i %s uger)"
3779
 
3780
- #: src/class-updraftplus.php:4757
3781
  msgid "The attempt to undo the double-compression succeeded."
3782
  msgstr "Forsøg på at rette dobbelt-kompresionen lykkedes."
3783
 
3784
- #: src/class-updraftplus.php:4734, src/class-updraftplus.php:4755
3785
  msgid "The attempt to undo the double-compression failed."
3786
  msgstr "Forsøg på at rette dobbelt-kompresionen mislykkedes."
3787
 
3788
- #: src/class-updraftplus.php:4727
3789
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3790
  msgstr "Det ser ud til, at filerne i databasen er blevet komprimeret to gange - Måske har siden, du har downloaded dem fra, en forkert konfigureret webserver."
3791
 
@@ -3809,7 +3842,7 @@ msgstr "Venligst vent på det planlagte forsøg"
3809
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3810
  msgstr "Bemærk at advarslerne er vejledende - Backup processen stopper ikke p.g.a. dem. De giver information, som du kan finde brugbar, eller de kan indikere kilden til et problem, hvis backup'en ikke lykkedes."
3811
 
3812
- #: src/addons/onedrive.php:94, src/methods/dropbox.php:267
3813
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3814
  msgstr "Kontoen er brugt op: Din %s konto har kun %d bytes tilbage, men filen, der skal oploades har %d bytes tilbage (total størrelse: %d bytes)"
3815
 
@@ -3818,7 +3851,7 @@ msgstr "Kontoen er brugt op: Din %s konto har kun %d bytes tilbage, men filen, d
3818
  msgid "Errors occurred:"
3819
  msgstr "Fejl opstod:"
3820
 
3821
- #: src/admin.php:4089
3822
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3823
  msgstr "Følg dette link for at downloade log-filen for denne genoprettelse (nødvendig for enhver henvendelse til support)."
3824
 
@@ -3842,7 +3875,7 @@ msgstr "Opsætningen af PHP på denne web-server tillader kun at PHP kører i %s
3842
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3843
  msgstr "Der findes ikke slettede mapper fra en tidligere genskabelse (venligst anvend \"Slet gamle arkiver\" knappen for at slette dem inden næste forsøg): %s"
3844
 
3845
- #: src/admin.php:968, src/class-updraftplus.php:865
3846
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3847
  msgstr "Grænsen for kørsel af WordPress plugins er meget lav (%s sekunder) - Du bør hæve grænsen for at undgå backup-fejl på grund af time-outs (rådfør dig med din web-udbyder for mere hjælp angående max_execution_time PHP indstillingen. Den anbefalede værdig er %s sekunder eller mere)"
3848
 
@@ -3855,7 +3888,7 @@ msgstr "Dette plugin er disabled: %s genaktivér det manuelt, når du er klar."
3855
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3856
  msgstr "%s forbindelsen udløb. Hvis du angav serveren korrekt, skyldes dette normalt at en firewall blokerer forbindelsen. Du bør tjekke dette med din web-udbyder."
3857
 
3858
- #: src/addons/moredatabase.php:137, src/admin.php:1587
3859
  msgid "Messages:"
3860
  msgstr "Beskeder:"
3861
 
@@ -4016,12 +4049,12 @@ msgstr "Konti oprettet på rackspacecloud.com er US konti; konti oprettet på ra
4016
  msgid "Authorisation failed (check your credentials)"
4017
  msgstr "Autorisation mislykkedes (tjek dine personlige oplysninger)"
4018
 
4019
- #: src/includes/class-commands.php:718, src/methods/updraftvault.php:630,
4020
  #: src/udaddons/options.php:257
4021
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4022
  msgstr "En ukendt fejl opstod ved forsøg på forbindelse til UpdraftPlus.com"
4023
 
4024
- #: src/admin.php:708, src/central/bootstrap.php:560
4025
  msgid "Create"
4026
  msgstr "Opret"
4027
 
@@ -4033,15 +4066,15 @@ msgstr "Forsøger..."
4033
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4034
  msgstr "Den nye brugers RackSpace konsol password er (dette vil ikke blive vist igen):"
4035
 
4036
- #: src/admin.php:680, src/admin.php:4387
4037
  msgid "Error data:"
4038
  msgstr "Fejldata:"
4039
 
4040
- #: src/admin.php:4041
4041
  msgid "Backup does not exist in the backup history"
4042
  msgstr "Backup eksisterer ikke i backup-historie"
4043
 
4044
- #: src/admin.php:2921
4045
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4046
  msgstr "Din WordPres installation har gamle arkiver fra tiden inden du genoprettede/flyttede (teknisk information: disse filer slutter med -old). Du bør klikke på denne knap, når du er sikker på at din tidligere handling virker."
4047
 
@@ -4081,11 +4114,11 @@ msgstr "Indtast de ønskede adresser her, som skal modtage en rapport når backu
4081
  msgid "Email reports"
4082
  msgstr "E-mail rapporter"
4083
 
4084
- #: src/class-updraftplus.php:1864, src/class-updraftplus.php:1869
4085
  msgid "%s checksum: %s"
4086
  msgstr "%s checksum: %s"
4087
 
4088
- #: src/class-updraftplus.php:1837, src/class-updraftplus.php:1839
4089
  msgid "files: %s"
4090
  msgstr "filer: %s"
4091
 
@@ -4097,7 +4130,7 @@ msgstr "Brug \"Reporting\"-sektionen til at konfigurere den e-mail, du ønsker a
4097
  msgid "Debugging information"
4098
  msgstr "Information om rens af filer"
4099
 
4100
- #: src/addons/reporting.php:222, src/admin.php:3770
4101
  msgid "Uploaded to:"
4102
  msgstr "Uploaded til:"
4103
 
@@ -4138,12 +4171,12 @@ msgstr "%d timer, %d minutter, %d sekunder"
4138
  msgid "%d errors, %d warnings"
4139
  msgstr "%d fejl, %d advarsler"
4140
 
4141
- #: src/addons/onedrive.php:814, src/methods/dropbox.php:750,
4142
  #: src/methods/dropbox.php:772
4143
  msgid "%s authentication"
4144
  msgstr "%s godkendelse"
4145
 
4146
- #: src/addons/onedrive.php:814, src/class-updraftplus.php:534,
4147
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4148
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4149
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
@@ -4170,7 +4203,7 @@ msgstr "Brug \"%s\" add-on for flere muligheder. "
4170
  msgid "Your site's admin email address (%s) will be used."
4171
  msgstr "Din sides admin e-mail adresse (%s) vil blive brugt."
4172
 
4173
- #: src/admin.php:717, src/admin.php:2723, src/methods/updraftvault.php:319,
4174
  #: src/methods/updraftvault.php:362
4175
  msgid "Connect"
4176
  msgstr "Tilslut"
@@ -4179,7 +4212,7 @@ msgstr "Tilslut"
4179
  msgid "For more reporting features, use the Reporting add-on."
4180
  msgstr "For udvidede muligheder for fejlrapportering, brug da Reporting add-on, "
4181
 
4182
- #: src/class-updraftplus.php:4201
4183
  msgid "(version: %s)"
4184
  msgstr "(version: %s)"
4185
 
@@ -4319,7 +4352,7 @@ msgstr "Det lykkedes ikke at skabe forbindelse til UpdraftPlus.Com"
4319
  msgid "Reporting"
4320
  msgstr "Rapportering"
4321
 
4322
- #: src/admin.php:4992
4323
  msgid "Options (raw)"
4324
  msgstr "Muligheder (raw)"
4325
 
@@ -4339,11 +4372,11 @@ msgstr "Du bedes tjekke filejerskab og -tilladelser i din WordPress installation
4339
  msgid "See also the \"More Files\" add-on from our shop."
4340
  msgstr "Se også \"Flere filer\"-tilføjelsen i vores shop."
4341
 
4342
- #: src/backup.php:3359, src/class-updraftplus.php:878
4343
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4344
  msgstr "Din ledige plads på din hosting-konto er meget lille - kun %s Mb tilbage"
4345
 
4346
- #: src/class-updraftplus.php:862
4347
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4348
  msgstr "Mængden af hukommelse (RAM) tilladt til PHP er meget lav (%s Mb) - Du bør udvide hukommelsen p.g.a. for lidt hukommelse (kontakt din webhosting-udbyder for mere hjælp)"
4349
 
@@ -4419,7 +4452,7 @@ msgstr "Hvis du har købt nye tilføjelser, bedes du følge dette link for at op
4419
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4420
  msgstr "Du er i øjeblikket <strong>forbundet</strong> til en UpdraftPlus.Com konto."
4421
 
4422
- #: src/admin.php:2721
4423
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4424
  msgstr "Interesseret i at vide mere om UpdraftPlus.Com password sikkerhed? Læs mere her."
4425
 
@@ -4487,7 +4520,7 @@ msgstr "Web-serveren returnerede en fejlkode (prøv igen, eller tjek din web-ser
4487
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4488
  msgstr "Genskabelsen er startet. Tryk ikke på stop, og luk ikke browseren før der meldes om, at processen er færdig."
4489
 
4490
- #: src/addons/wp-cli.php:93, src/admin.php:663
4491
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4492
  msgstr "Hvis du fravælger både databasen og filerne, har du fravalgt alt!"
4493
 
@@ -4516,11 +4549,11 @@ msgstr "Upload mislykkedes"
4516
  msgid "You can send a backup to more than one destination with an add-on."
4517
  msgstr "Du kan sende en backup til mere end én destination ved hjælp af et tilføjelsesprogram."
4518
 
4519
- #: src/admin.php:3144
4520
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4521
  msgstr "Note: Tidslinjen nedenfor er baseret på stadier, IKKE tid. Stop ikke backup'en kun på grund af, at den tilsyneladende har stået på det samme sted i et stykke tid - dette er normalt."
4522
 
4523
- #: src/admin.php:3043
4524
  msgid "(%s%%, file %s of %s)"
4525
  msgstr "(%s%%, file %s of %s)"
4526
 
@@ -4557,15 +4590,15 @@ msgstr "Forsøget på at sende backup'en via e-mail mislykkedes (backup'en var m
4557
  msgid "Backup is of: %s."
4558
  msgstr "Backup er: %s."
4559
 
4560
- #: src/admin.php:756
4561
  msgid "%s settings test result:"
4562
  msgstr "%s indstillinger test resultat:"
4563
 
4564
- #: src/admin.php:3945, src/admin.php:3947
4565
  msgid "(Not finished)"
4566
  msgstr "(Ikke færdig)"
4567
 
4568
- #: src/admin.php:3947
4569
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4570
  msgstr "Hvis du ser flere backup's, end du havde forventet, er det sikkert på grund af, at sletning af gamle backup sæt ikke sker, før en ny backup er færdig."
4571
 
@@ -4577,77 +4610,77 @@ msgstr "<b>Venligst ikke</b> plaver det i dine uploads eller plugins arkiv, da d
4577
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4578
  msgstr "Dette er, hvor UpdraftPlus vil skrive zip-filerne indledningsvis. Dette arkiv må være skrivbare for din web-server. Dette relaterer til dit indholdsarkiv (der som standard kaldes wp-content)."
4579
 
4580
- #: src/admin.php:3139
4581
  msgid "Job ID: %s"
4582
  msgstr "Job ID: %s"
4583
 
4584
- #: src/admin.php:3124
4585
  msgid "last activity: %ss ago"
4586
  msgstr "Seneste aktivitet: for %ss siden"
4587
 
4588
- #: src/admin.php:3123
4589
  msgid "next resumption: %d (after %ss)"
4590
  msgstr "Gentages næste gang: %d (after %ss)"
4591
 
4592
- #: src/admin.php:3106, src/central/bootstrap.php:442,
4593
- #: src/central/bootstrap.php:449, src/methods/updraftvault.php:410,
4594
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4595
  msgid "Unknown"
4596
  msgstr "Ukendt"
4597
 
4598
- #: src/admin.php:3057
4599
  msgid "Backup finished"
4600
  msgstr "Backup er færdig"
4601
 
4602
- #: src/admin.php:3052
4603
  msgid "Waiting until scheduled time to retry because of errors"
4604
  msgstr "Afventer planlagt kørsel før næste forsøg pga. fejl"
4605
 
4606
- #: src/admin.php:3048
4607
  msgid "Pruning old backup sets"
4608
  msgstr "Nedbringer antal gamle backup-sæt"
4609
 
4610
- #: src/admin.php:3036
4611
  msgid "Uploading files to remote storage"
4612
  msgstr "Uploader filer til fjernlager"
4613
 
4614
- #: src/admin.php:3104
4615
  msgid "Encrypted database"
4616
  msgstr "Krypteret database"
4617
 
4618
- #: src/admin.php:3096
4619
  msgid "Encrypting database"
4620
  msgstr "Krypterer database"
4621
 
4622
- #: src/admin.php:3070
4623
  msgid "Created database backup"
4624
  msgstr "Oprettet database backup"
4625
 
4626
- #: src/admin.php:3083
4627
  msgid "table: %s"
4628
  msgstr "tabel: %s"
4629
 
4630
- #: src/admin.php:3081
4631
  msgid "Creating database backup"
4632
  msgstr "Opretter database backup"
4633
 
4634
- #: src/admin.php:3031
4635
  msgid "Created file backup zips"
4636
  msgstr "Oprettede fil backup zips"
4637
 
4638
- #: src/admin.php:3018
4639
  msgid "Creating file backup zips"
4640
  msgstr "Opretter fil backup zips"
4641
 
4642
- #: src/admin.php:3013
4643
  msgid "Backup begun"
4644
  msgstr "Backup er startet"
4645
 
4646
- #: src/admin.php:2846
4647
  msgid "Backups in progress:"
4648
  msgstr "Igangværende backups:"
4649
 
4650
- #: src/admin.php:972
4651
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4652
  msgstr "Planlæggeren er disabled i dine WordPress indstillinger via DISABLE_WP_CRON. Ingen backup's kan køre (selv &quot;Backup Now&quot;), medmindre du manuelt har indstillet muligheden for at kontakte planlæggeren, eller indtil det er slået fra."
4653
 
@@ -4663,24 +4696,24 @@ msgstr "mappe"
4663
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4664
  msgstr "UpdraftPlus havde behov for at oprette en %s i dit indholdsarkiv, men mislykkedes - Venligst tjek dine rettigheder og giv adgang (%s)"
4665
 
4666
- #: src/class-updraftplus.php:2958
4667
  msgid "The backup has not finished; a resumption is scheduled"
4668
  msgstr "Backup'en er ikke færdig; en genoptagelse er planlagt"
4669
 
4670
- #: src/class-updraftplus.php:2142
4671
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4672
  msgstr "Dit website besøges kun sjældent og UpdraftPlus modtager ikke de forventede ressourcer. Læs venligst denne side:"
4673
 
4674
- #: src/addons/onedrive.php:966,
4675
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4676
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4677
  msgstr "%s godkendelsen kunne ikke fuldføres, fordi noget andet på dit site ødelægger den. Prøv at sætte plugins til passiv og skift til et standard tema. (Det, du leder efter, er de komponenter, der sender output (sandsynligvis PHP advarsler/fejl) inden siden starter op. At slå antivirus-indstillinger fra kan også hjælpe)."
4678
 
4679
- #: src/admin.php:2572
4680
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4681
  msgstr "Din PHP hukommelsesgrænse (bestemt af din web hosting udbyder) er meget lav. UpdraftPlus forsøgte uden held at øge denne grænse. Dette plugin har problemer med grænser mindre end 64 Mb - specielt hvis du har upload'et meget store filer (selv om mange sider vil fungere med en 32Mb grænse)."
4682
 
4683
- #: src/addons/autobackup.php:1085, src/admin.php:710
4684
  msgid "Proceed with update"
4685
  msgstr "Fortsæt med opdateringen"
4686
 
@@ -4756,32 +4789,32 @@ msgstr "Flere plugins"
4756
  msgid "Support"
4757
  msgstr "Support"
4758
 
4759
- #: src/class-updraftplus.php:4506
4760
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4761
  msgstr "UpdraftPlus kunne ikke finde indstillinger for tabeller ved scanning af database backup'en."
4762
 
4763
- #: src/class-updraftplus.php:4498
4764
  msgid "This database backup is missing core WordPress tables: %s"
4765
  msgstr "Denne database backup mangler WordPress tabeller: %s"
4766
 
4767
- #: src/class-updraftplus.php:4259
4768
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4769
  msgstr "Du importerer fra en nyere version af WordPress (%s) til en ældre version (%s). Det kan ikke garanteres, at WordPress kan håndtere dette."
4770
 
4771
- #: src/class-updraftplus.php:4258, src/class-updraftplus.php:4265
4772
  msgid "%s version: %s"
4773
  msgstr "%s version: %s"
4774
 
4775
- #: src/class-updraftplus.php:4137
4776
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4777
  msgstr "Databasen er for lille til at være en godkendt WordPress database (størrelse: %s Kb)."
4778
 
4779
- #: src/addons/autobackup.php:1053, src/admin.php:807,
4780
  #: src/includes/updraftplus-notices.php:171
4781
  msgid "Be safe with an automatic backup"
4782
  msgstr "Vær på den sikre side med en automatisk backup"
4783
 
4784
- #: src/admin.php:2525
4785
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4786
  msgstr "Hvis du stadig kan læse denne tekst, efter siden er færdig med at loade, så er der et problem med JavaScrips eller jQuery på siden."
4787
 
@@ -4829,11 +4862,11 @@ msgstr "Download til din computer"
4829
  msgid "Delete from your web server"
4830
  msgstr "Slet fra din webserver"
4831
 
4832
- #: src/admin.php:3917
4833
  msgid "You appear to be missing one or more archives from this multi-archive set."
4834
  msgstr "Du mangler tilsyneladende et eller flere arkiver fra dette multi-arkiv sæt."
4835
 
4836
- #: src/admin.php:3914
4837
  msgid "(%d archive(s) in set)."
4838
  msgstr "%d arkiv(er) i sæt)."
4839
 
@@ -4853,7 +4886,7 @@ msgstr "Advarsler:"
4853
  msgid "Error: the server sent an empty response."
4854
  msgstr "Fejl: Serveren sendte et tomt svar. "
4855
 
4856
- #: src/admin.php:2260
4857
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4858
  msgstr "Dette ligner en fil skabt af UpdraftPlus, men denne installation kender ikke til denne type objekt: %s. Måske skal du installere en add-on?"
4859
 
@@ -4889,7 +4922,7 @@ msgstr "Filen blev ikke fundet (du skal uploade den): %s"
4889
  msgid "No such backup set exists"
4890
  msgstr "En sådan backup findes ikke"
4891
 
4892
- #: src/admin.php:1389
4893
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4894
  msgstr "Backup-arkivet for denne fil kunne ikke findes. Den anvendte fjernlagermetode (%s) tillader os ikke at hente filerne. For at genskabe via UpdraftPlus, må du hente en kopi af denne fil og placere den i UpdraftPlus's arbejdsmappe."
4895
 
@@ -4905,7 +4938,7 @@ msgstr "Kunne ikke åbne zip-filen (%s) - %s"
4905
  msgid "WordPress root directory server path: %s"
4906
  msgstr "Server-sti til WordPress rodmappen: %s"
4907
 
4908
- #: src/methods/dreamobjects.php:88, src/methods/s3generic.php:104
4909
  msgid "%s end-point"
4910
  msgstr "%s end-point"
4911
 
@@ -4918,15 +4951,15 @@ msgstr "... og mange flere!"
4918
  msgid "S3 (Compatible)"
4919
  msgstr "S3 (Kompatibel)"
4920
 
4921
- #: src/admin.php:1299
4922
  msgid "File is not locally present - needs retrieving from remote storage"
4923
  msgstr "Filen findes i øjeblikket ikke lokalt - Den skal hentes fra fjernlageret"
4924
 
4925
- #: src/admin.php:4238
4926
  msgid "Looking for %s archive: file name: %s"
4927
  msgstr "Leder efter %s arkiv: filnavn: %s"
4928
 
4929
- #: src/admin.php:4199
4930
  msgid "Final checks"
4931
  msgstr "Afsluttende kontrol"
4932
 
@@ -4938,7 +4971,7 @@ msgstr "Vælg denne funktion for at slette enhver unødvendige backup-filer fra
4938
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4939
  msgstr "Placér krypterede database-filer (db.gz.crypt filer) her for at uploade dem til afkryptering"
4940
 
4941
- #: src/admin.php:3551
4942
  msgid "Your wp-content directory server path: %s"
4943
  msgstr "Din wp-content arkivserver sti: %s"
4944
 
@@ -4954,20 +4987,15 @@ msgstr "Vis komplet backup og fil-liste"
4954
  msgid "Processing files - please wait..."
4955
  msgstr "Behandler filer - vent venligst..."
4956
 
4957
- #: src/admin.php:4389,
4958
- #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4959
- msgid "Please consult this FAQ for help on what to do about it."
4960
- msgstr "Venligst se denne FAQ for hjælp til en løsning."
4961
-
4962
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4963
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4964
  msgstr "Din WordPress installation har et problem med at udlæse ekstra whitespace. Dette kan ødelægge backup's, som downloades herfra."
4965
 
4966
- #: src/class-updraftplus.php:4145
4967
  msgid "Failed to open database file."
4968
  msgstr "Kunne ikke åbne database filen."
4969
 
4970
- #: src/admin.php:4957
4971
  msgid "Known backups (raw)"
4972
  msgstr "Kendte backups (komplette)"
4973
 
@@ -4979,14 +5007,14 @@ msgstr "Fundne filer:"
4979
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4980
  msgstr "Den ønskede table engine (%s) er ikke tilgængelig - Skifter til MylSAM."
4981
 
4982
- #: src/admin.php:4258
4983
  msgid "file is size:"
4984
  msgstr "Filstørrelse:"
4985
 
4986
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
4987
- #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:972,
4988
- #: src/admin.php:2530, src/backup.php:3366, src/class-updraftplus.php:4379,
4989
- #: src/class-updraftplus.php:4379, src/updraftplus.php:156
4990
  msgid "Go here for more information."
4991
  msgstr "Find mere information her."
4992
 
@@ -4994,7 +5022,7 @@ msgstr "Find mere information her."
4994
  msgid "Some files are still downloading or being processed - please wait."
4995
  msgstr "Nogle filer er stadig ved at downloade eller blive bearbejdet - Vent venligst."
4996
 
4997
- #: src/class-updraftplus.php:4228, src/class-updraftplus.php:4249
4998
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
4999
  msgstr "Denne backup-pakke er fra en anden side - Dette er ikke en genskabelse, men en flytning. Du behøver Migrator add-on for at få dette til at fungere."
5000
 
@@ -5050,7 +5078,7 @@ msgstr "%s Fejl"
5050
  msgid "%s error - failed to upload file"
5051
  msgstr "%s fejl - Kunne ikke uploade filen"
5052
 
5053
- #: src/class-updraftplus.php:1269, src/methods/cloudfiles.php:211
5054
  msgid "%s error - failed to re-assemble chunks"
5055
  msgstr "%s fejl - kunne ikke genskabe stykkerne"
5056
 
@@ -5065,24 +5093,24 @@ msgid "%s authentication failed"
5065
  msgstr "%s tilladelse fejlede"
5066
 
5067
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5068
- #: src/admin.php:2231, src/admin.php:2252, src/admin.php:2260,
5069
- #: src/class-updraftplus.php:1014, src/class-updraftplus.php:1020,
5070
- #: src/class-updraftplus.php:4118, src/class-updraftplus.php:4120,
5071
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4289,
5072
- #: src/class-updraftplus.php:4358, src/methods/googledrive.php:395,
5073
  #: src/methods/s3.php:341
5074
  msgid "Error: %s"
5075
  msgstr "Fejl: %s"
5076
 
5077
- #: src/admin.php:3476
5078
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5079
  msgstr "Dette backup-arkiv eksisterer, men er <b>ikke</b> skrivbart."
5080
 
5081
- #: src/admin.php:3474
5082
  msgid "Backup directory specified does <b>not</b> exist."
5083
  msgstr "Dette backup-arkiv eksisterer <b>ikke</b>."
5084
 
5085
- #: src/admin.php:3151, src/admin.php:3425
5086
  msgid "Warning: %s"
5087
  msgstr "Advarsel: %s"
5088
 
@@ -5110,11 +5138,11 @@ msgstr "En fejl opstod ved lukning af den sidste database-fil"
5110
  msgid "Warnings encountered:"
5111
  msgstr "Fundne advarsler:"
5112
 
5113
- #: src/class-updraftplus.php:2946
5114
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5115
  msgstr "Backup'en ser ud til at være succesfuld (med advarsler) og er nu færdig"
5116
 
5117
- #: src/class-updraftplus.php:891
5118
  msgid "Your free disk space is very low - only %s Mb remain"
5119
  msgstr "Din ledige diskplads er meget lille - Der er kun %s Mb tilbage"
5120
 
@@ -5166,7 +5194,7 @@ msgstr "Fejlen meddelt af %s var:"
5166
  msgid "Please supply the requested information, and then continue."
5167
  msgstr "Venligst angiv den anmodede information og fortsæt derefter."
5168
 
5169
- #: src/class-updraftplus.php:4300, src/restorer.php:1825
5170
  msgid "Site information:"
5171
  msgstr "Site information:"
5172
 
@@ -5174,24 +5202,24 @@ msgstr "Site information:"
5174
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5175
  msgstr "Din database bruger har ikke tilladelse til at oprette tabeller. Vi vil forsøge at genskabe ved simpelthen af tømme tabellerne, hvilket skulle virke, hvis a) du genskaber fra en WordPress version med samme database struktur, og b) dine importerede databaser ikke indeholder tabeller, der ikke allerede findes på det importerede site."
5176
 
5177
- #: src/admin.php:2525, src/class-updraftplus.php:4293, src/restorer.php:2196
5178
  msgid "Warning:"
5179
  msgstr "Advarsel:"
5180
 
5181
- #: src/class-updraftplus.php:4282, src/class-updraftplus.php:4285,
5182
  #: src/restorer.php:184
5183
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5184
  msgstr "Du arbejder via en WordPress multisite - men din backup er ikke af et multisite site."
5185
 
5186
- #: src/admin.php:4226
5187
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5188
  msgstr "Springer genskabelse af WordPress kerneværdier over, når der importeres et single site til en multisite installation. Hvis du havde noget vigtigt i dit WordPress arkiv, må du tilføje det manuelt fra zip-filen."
5189
 
5190
- #: src/admin.php:3623, src/methods/updraftvault.php:306
5191
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5192
  msgstr "Din web-servers PHP installation inkluderede ikke en <strong>nødvendig</strong> (for %s) modul (%s). Venligst kontakt din webhosting-udbyders support og bed dem om at muliggøre dette."
5193
 
5194
- #: src/admin.php:711
5195
  msgid "Close"
5196
  msgstr "Luk"
5197
 
@@ -5242,7 +5270,7 @@ msgstr "Sletter... Vent venligst på, at kommunikationen med fjernlageret er ful
5242
  msgid "Also delete from remote storage"
5243
  msgstr "Slet også fra fjernlageret"
5244
 
5245
- #: src/admin.php:2873
5246
  msgid "Latest UpdraftPlus.com news:"
5247
  msgstr "Seneste UpdraftPlus.com nyheder:"
5248
 
@@ -5259,7 +5287,7 @@ msgstr "Premium"
5259
  msgid "News"
5260
  msgstr "Nyheder"
5261
 
5262
- #: src/admin.php:1639, src/includes/class-wpadmin-commands.php:492
5263
  msgid "Backup set not found"
5264
  msgstr "Bakup sæt ikke fundet"
5265
 
@@ -5281,7 +5309,7 @@ msgstr "RSS link"
5281
  msgid "Blog link"
5282
  msgstr "Blog link"
5283
 
5284
- #: src/admin.php:755
5285
  msgid "Testing %s Settings..."
5286
  msgstr "Tester %s indstillinger..."
5287
 
@@ -5289,11 +5317,11 @@ msgstr "Tester %s indstillinger..."
5289
  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."
5290
  msgstr "Eller, du kan placere dem manuelt i dit UpdraftPlus arkiv (normalt wp-indhold/updraft), f.eks. via FTP, og benyt så \"rescan\"-linket ovenfor."
5291
 
5292
- #: src/admin.php:988
5293
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5294
  msgstr "UpdraftPlus's debug mode er slået til. Du vil muligvis få debugging beskeder på denne side, ikke kun fra UpdraftPlus, men fra alle andre plugins, der er installeret. Vær sikker på, at den viste besked er fra UpdraftPlus, inden du kontakter support."
5295
 
5296
- #: src/admin.php:988
5297
  msgid "Notice"
5298
  msgstr "Meddelelse"
5299
 
@@ -5491,14 +5519,14 @@ msgstr "Overskriv wp-config.php"
5491
  msgid "WordPress Core"
5492
  msgstr "WordPress Core"
5493
 
5494
- #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:365
5495
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5496
  msgstr "Fejl: Vi kunne ikke indsætte en fil i denne mappe - Venligst tjek dine tilladelser."
5497
 
5498
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5499
- #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3207,
5500
- #: src/admin.php:3242, src/admin.php:3251, src/methods/addon-base-v2.php:299,
5501
- #: src/methods/stream-base.php:351
5502
  msgid "Failed"
5503
  msgstr "Mislykket"
5504
 
@@ -5553,7 +5581,7 @@ msgstr "Skal allerede eksistere"
5553
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5554
  msgstr "Hvis du vil have kryptering (f.eks. ved lagring af følsomme data), er der en add-on er til rådighed."
5555
 
5556
- #: src/addons/onedrive.php:851, src/methods/dropbox.php:818
5557
  msgid "Your %s account name: %s"
5558
  msgstr "Dit %s konto navn: %s"
5559
 
@@ -5717,7 +5745,7 @@ msgstr "API-nøgle"
5717
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5718
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5719
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5720
- #: src/admin.php:731, src/methods/addon-base-v2.php:291,
5721
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5722
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5723
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
@@ -5759,11 +5787,11 @@ msgstr "Du bør også læse denne vigtige FAQ."
5759
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5760
  msgstr "Få din API nøgle <a href=\"https://mycloud.rackspace.com/\"> fra din Rackspace Cloud konsol</a>(læs vejledningen <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">her</a>), og vælg herefter et mappenavn til brug for opbevaring. Mappen vil blive oprettet for dig, hvis den ikke allerede findes."
5761
 
5762
- #: src/admin.php:754, src/methods/backup-module.php:315
5763
  msgid "Test %s Settings"
5764
  msgstr "Test %s indstillinger"
5765
 
5766
- #: src/class-updraftplus.php:1312, src/class-updraftplus.php:1356,
5767
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5768
  msgid "Error opening local file: Failed to download"
5769
  msgstr "Fejl ved åbning af lokal fil: Kunne ikke downloade."
@@ -5780,7 +5808,7 @@ msgid "%s Error: Failed to upload"
5780
  msgstr "%s Fejl: Upload mislykkedes."
5781
 
5782
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5783
- #: src/class-updraftplus.php:1154, src/methods/cloudfiles.php:130,
5784
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5785
  msgid "%s Error: Failed to open local file"
5786
  msgstr "%s Fejl: Kunne ikke åbne den lokale fil."
@@ -5801,7 +5829,7 @@ msgstr "Cloud filer godkendelse mislykkedes"
5801
  msgid "Authenticate with Google"
5802
  msgstr "Godkend med Google."
5803
 
5804
- #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1104,
5805
  #: src/methods/googledrive.php:1226
5806
  msgid "Client Secret"
5807
  msgstr "Klient hemmelighed"
@@ -5810,7 +5838,7 @@ msgstr "Klient hemmelighed"
5810
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5811
  msgstr "Hvis Google senere viser dig beskeden \"Invalid_klient\", har du ikke angivet en gældende klient ID her."
5812
 
5813
- #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1100,
5814
  #: src/methods/googledrive.php:1222
5815
  msgid "Client ID"
5816
  msgstr "Klient ID"
@@ -5848,20 +5876,20 @@ msgstr "Konto fuld: Din %s konto har kun %d bytes tilbage, men filen, der skal u
5848
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5849
  msgstr "Har endnu ikke har modtaget en adgangs-token fra Google - Du skal godkende din forbindelse til Google Drev."
5850
 
5851
- #: src/addons/googlecloud.php:718, src/addons/onedrive.php:889,
5852
  #: src/methods/googledrive.php:467
5853
  msgid "you have authenticated your %s account."
5854
  msgstr "du har autentificeret din %s konto."
5855
 
5856
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5857
- #: src/addons/onedrive.php:889, src/addons/sftp.php:572,
5858
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5859
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5860
- #: src/methods/s3.php:1154, src/methods/stream-base.php:362
5861
  msgid "Success"
5862
  msgstr "Succes"
5863
 
5864
- #: src/addons/onedrive.php:843, src/methods/dropbox.php:841,
5865
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5866
  msgid "Your %s quota usage: %s %% used, %s available"
5867
  msgstr "Din %s forbrugskvote: %s %% brugt, %s tilgængelig"
@@ -5893,8 +5921,8 @@ msgstr "Du har ikke dette UpdraftPlus %s add-on installeret - Få det fra %s"
5893
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5894
  msgstr "Det er nødvendigt at re-autentificere med %s, da dine eksisterende legitimationsoplysninger ikke fungerer."
5895
 
5896
- #: src/addons/migrator.php:1954, src/admin.php:1327, src/admin.php:3210,
5897
- #: src/admin.php:3244, src/admin.php:3248, src/admin.php:4256,
5898
  #: src/restorer.php:2437, src/restorer.php:2542
5899
  msgid "OK"
5900
  msgstr "OK"
@@ -5911,13 +5939,13 @@ msgstr "databaseforespørgslen der blev kørt var:"
5911
  msgid "will restore as:"
5912
  msgstr "vil genskabes som:"
5913
 
5914
- #: src/class-updraftplus.php:4271, src/restorer.php:1807,
5915
  #: src/restorer.php:1896, src/restorer.php:1922
5916
  msgid "Old table prefix:"
5917
  msgstr "Gammel tabel præfiks:"
5918
 
5919
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5920
- #: src/backup.php:1099, src/class-updraftplus.php:4201
5921
  msgid "Backup of:"
5922
  msgstr "Backup af:"
5923
 
@@ -5989,55 +6017,55 @@ msgstr "Backup-fil er ikke tilgængelig."
5989
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5990
  msgstr "UpdraftPlus er ikke i stand til direkte at genskabe denne type. Den skal genoprettes manuelt."
5991
 
5992
- #: src/admin.php:4264, src/admin.php:4265
5993
  msgid "Could not find one of the files for restoration"
5994
  msgstr "Kunne ikke finde en af filerne til genoprettelse"
5995
 
5996
- #: src/admin.php:4379
5997
  msgid "Error message"
5998
  msgstr "Fejlmeddelelse"
5999
 
6000
- #: src/admin.php:4261
6001
  msgid "The backup records do not contain information about the proper size of this file."
6002
  msgstr "Backup optegnelser indeholder ikke information om den korrekte størrelse af denne fil."
6003
 
6004
- #: src/admin.php:4253
6005
  msgid "Archive is expected to be size:"
6006
  msgstr "Arkivets forventede størrelse:"
6007
 
6008
- #: src/admin.php:4133
6009
  msgid "If making a request for support, please include this information:"
6010
  msgstr "Hvis du opretter en anmodning om support, skal du medtage denne information:"
6011
 
6012
- #: src/admin.php:4132
6013
  msgid "ABORT: Could not find the information on which entities to restore."
6014
  msgstr "AFBRUDT: Kunne ikke finde oplysninger om, hvilke enheder som skulle gendannes."
6015
 
6016
- #: src/admin.php:4087
6017
  msgid "UpdraftPlus Restoration: Progress"
6018
  msgstr "UpdraftPlus Genoprettelse: Status"
6019
 
6020
- #: src/admin.php:4040
6021
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6022
  msgstr "Denne backup findes ikke i backup historik - genopretningen afbrudt. Tidsstempel:"
6023
 
6024
- #: src/admin.php:3975
6025
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6026
  msgstr "Når du har trykket på denne knap, vil du få mulighed for at vælge, hvilke komponenter du ønsker at gendanne"
6027
 
6028
- #: src/admin.php:3993
6029
  msgid "Delete this backup set"
6030
  msgstr "Slet dette backup sæt"
6031
 
6032
- #: src/admin.php:3635
6033
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6034
  msgstr "Gode nyheder: Dit websteds kommunikation med %s kan krypteres. Hvis du ser nogen fejl som har med kryptering at gøre, så kig under \"Avancerede indstillinger\" for mere hjælp."
6035
 
6036
- #: src/admin.php:3632
6037
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6038
  msgstr "Din webservers PHP/Curl-installation understøtter ikke HTTPS-adgang. Vi kan ikke få adgang til %s uden denne mulighed. Kontakt venligst din hosts support. %s <strong>kræver</strong> Curl + https. Undlad venligst at lave en supportadmodning til os; der er ikke noget alternativ."
6039
 
6040
- #: src/admin.php:3630
6041
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6042
  msgstr "Din webservers PHP/Curl-installation understøtter ikke HTTPS-adgang. Kommunikation med %s vil være ukrypteret. Bed din webudbyder installere Curl/SSL for at få mulighed for kryptering (via en add-on)."
6043
 
@@ -6078,23 +6106,23 @@ msgstr "Som standard bruger UpdraftPlus sin egne SSL-certifikater til at kontrol
6078
  msgid "Use the server's SSL certificates"
6079
  msgstr "Brug denne servers SSL-certifikater"
6080
 
6081
- #: src/admin.php:3478
6082
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6083
  msgstr "Hvis dette mislykkes, så tjek tilladelserne på din server eller ændre den til en anden mappe, der er skrivbare for din webserver."
6084
 
6085
- #: src/admin.php:3478
6086
  msgid "click here"
6087
  msgstr "klik her"
6088
 
6089
- #: src/admin.php:3478
6090
  msgid "or, to reset this option"
6091
  msgstr "eller for at nulstille denne indstilling"
6092
 
6093
- #: src/admin.php:3478
6094
  msgid "Follow this link to attempt to create the directory and set the permissions"
6095
  msgstr "Klik her for at forsøge at oprette mappen og angive rettighederne til den."
6096
 
6097
- #: src/admin.php:3470
6098
  msgid "Backup directory specified is writable, which is good."
6099
  msgstr "Den definerede Backup mappe er skrivbar, hvilket er godt."
6100
 
@@ -6134,7 +6162,7 @@ msgstr "Anmoder om start af backup..."
6134
  msgid "Cancel"
6135
  msgstr "Annuller"
6136
 
6137
- #: src/addons/reporting.php:244, src/admin.php:3782
6138
  msgid "None"
6139
  msgstr "Ingen"
6140
 
@@ -6159,11 +6187,11 @@ msgstr "Email"
6159
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6160
  msgstr "Ovenstående mapper er alting, undtagen selve WordPress kernen, som du kan downloade på ny fra WordPress.org."
6161
 
6162
- #: src/addons/morefiles.php:466, src/admin.php:3560
6163
  msgid "Exclude these:"
6164
  msgstr "Undlad disse:"
6165
 
6166
- #: src/admin.php:3551
6167
  msgid "Any other directories found inside wp-content"
6168
  msgstr "Alle andre mapper fundet inde i wp-content"
6169
 
@@ -6179,45 +6207,45 @@ msgstr "fx hvis din server er optaget om dagen, og du vil køre det om natten"
6179
  msgid "To fix the time at which a backup should take place,"
6180
  msgstr "For at rette det tidspunkt, hvor en backup bør finde sted,"
6181
 
6182
- #: src/admin.php:3464
6183
  msgid "Monthly"
6184
  msgstr "Månedlig"
6185
 
6186
- #: src/admin.php:3463
6187
  msgid "Fortnightly"
6188
  msgstr "Hver fjortende dag"
6189
 
6190
- #: src/admin.php:3462
6191
  msgid "Weekly"
6192
  msgstr "Ugentlig"
6193
 
6194
- #: src/admin.php:3461
6195
  msgid "Daily"
6196
  msgstr "Daglig"
6197
 
6198
- #: src/admin.php:713, src/admin.php:3439
6199
  msgid "Download log file"
6200
  msgstr "Download log fil"
6201
 
6202
- #: src/admin.php:3311
6203
  msgid "The folder exists, but your webserver does not have permission to write to it."
6204
  msgstr "Mappen eksisterer, men din webserver har ikke tilladelse til at skrive til den."
6205
 
6206
- #: src/admin.php:3306
6207
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6208
  msgstr "Mappen blev oprettet, men vi var nødt til at ændre dens filrettigheder til 777 (skrivbare for alle) for at kunne skrive til den. Du bør tjekke med din udbyder at dette ikke vil medføre nogen problemer"
6209
 
6210
- #: src/admin.php:3292
6211
  msgid "The request to the filesystem to create the directory failed."
6212
  msgstr "Anmodningen til filsystemet om at oprette mappen mislykkedes."
6213
 
6214
- #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3204,
6215
- #: src/admin.php:3237, src/admin.php:3993,
6216
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6217
  msgid "Delete"
6218
  msgstr "Slet"
6219
 
6220
- #: src/admin.php:3142
6221
  msgid "show log"
6222
  msgstr "vis log"
6223
 
@@ -6333,7 +6361,7 @@ msgstr "Udfør en engangsbackup"
6333
  msgid "Do read this helpful article of useful things to know before restoring."
6334
  msgstr "Læs denne artikel af nyttige viden inden du gendanner."
6335
 
6336
- #: src/class-updraftplus.php:4231
6337
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6338
  msgstr "Du kan søge og erstatte din database (for at migrere en hjemmeside til en ny placering / URL) med Migrator add-on - følg dette link for mere information"
6339
 
@@ -6388,7 +6416,7 @@ msgstr "Download fejl: serveren sendte os et svar, som vi ikke forstod."
6388
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6389
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6390
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6391
- #: src/admin.php:681, src/admin.php:4258, src/admin.php:4288,
6392
  #: src/
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2018-04-24 20:58:54+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: da_DK\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: src/methods/dreamobjects.php:20
15
+ msgid "launching some time in 2018"
16
+ msgstr "Kommer engang i 2018"
17
+
18
+ #: src/admin.php:789
19
+ msgid "Please specify the Microsoft OneDrive folder name, not the URL."
20
+ msgstr "Venligst angiv Microsoft OneDrive-mappenavnet, ikke URL'en."
21
+
22
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:4
23
+ msgid "Select the remote storage destinations you want to upload this backup set to"
24
+ msgstr "Vælg de fjernlagrings-steder, du vil uploade dette backup sæt til"
25
+
26
+ #: src/templates/wp-admin/settings/upload-backups-modal.php:3
27
+ msgid "Upload backup"
28
+ msgstr "Upload backup"
29
+
30
+ #: src/admin.php:4062
31
+ msgid "After pressing this button, you can select where to upload your backup from a list of your currently saved remote storage locations"
32
+ msgstr "Når du har trykket på denne knap, kan du på liste over dine gemte fjernlagre vælge, hvortil du vil uploade din sikkerhedskopi"
33
+
34
+ #: src/admin.php:788
35
+ msgid "(already uploaded)"
36
+ msgstr "(allerede uploaded)"
37
+
38
+ #: src/admin.php:786
39
+ msgid "Local backup upload has started; please check the current status tab to see the upload progress"
40
+ msgstr "Lokal backup upload er startet. Se venligst det aktuelle statusfaneblad for at se upload'en blive foretaget"
41
+
42
+ #: src/admin.php:709, src/admin.php:4062
43
+ msgid "Upload"
44
+ msgstr "Upload"
45
+
46
  #: src/addons/reporting.php:523, src/admin.php:660
47
  msgid "Only email the database backup"
48
  msgstr "Mail kun database backup'en"
83
  msgid "WP CLI"
84
  msgstr "WP CLI"
85
 
86
+ #: src/addons/wp-cli.php:241
87
  msgid "Invalid Job Id"
88
  msgstr "Ugyldigt job ID"
89
 
90
+ #: src/addons/wp-cli.php:183
91
  msgid "Backup has been started successfully. You can see the last log message by running the following command: \"%s\""
92
  msgstr "Backup er startet med succes. Du kan se den sidste log-besked ved at køre følgende kommando: \"%s\""
93
 
94
+ #: src/addons/wp-cli.php:173
95
  msgid "Recently started backup job id: %s"
96
  msgstr "Backup ID startet fornylig:%s"
97
 
98
+ #: src/addons/wp-cli.php:80
99
  msgid "The given value for the '%s' option is not valid"
100
  msgstr "Den angivne værdi for '%s'-muligheden er ikke gyldig"
101
 
173
  msgid "Ensure you are logged into the correct account before continuing."
174
  msgstr "Sørg for, at du er logget ind på den rigtige konto, inden du fortsætter."
175
 
176
+ #: src/admin.php:4986
177
  msgid "Remote storage method and instance id are required for authentication."
178
  msgstr "Fjernlager metode og angivelse af id er nødvendige for godkendelse."
179
 
180
+ #: src/admin.php:4982
181
  msgid "authentication error"
182
  msgstr "godkendelsesfejl"
183
 
205
  msgid "Delete these settings"
206
  msgstr "Slet disse indstillinger"
207
 
208
+ #: src/addons/morestorage.php:81, src/admin.php:785
209
  msgid "Currently disabled"
210
  msgstr "I øjeblikket deaktiveret"
211
 
212
+ #: src/addons/morestorage.php:81, src/admin.php:784
213
  msgid "Currently enabled"
214
  msgstr "I øjeblikket aktiveret"
215
 
241
  msgid "No more forgotten passwords. Find out more about our revolutionary new WordPress plugin"
242
  msgstr "Ikke flere glemte adgangskoder. Få mere at vide om vores revolutionerende, nye WordPress-plugin"
243
 
244
+ #: src/templates/wp-admin/settings/existing-backups-table.php:72
245
  msgid "remote site"
246
  msgstr "ekstern side"
247
 
255
  msgstr[0] "Den ønskede tabel-sortering (%1$s) findes ikke - skift til %2$s."
256
  msgstr[1] "De ønskede tabel-sorteringer (%1$s) findes ikke - skift til %2$s."
257
 
258
+ #: src/class-updraftplus.php:4450
259
  msgid "Your chosen replacement collation"
260
  msgstr "Din valgte alternative sortering"
261
 
262
+ #: src/class-updraftplus.php:4427
263
  msgid "You can choose another suitable collation instead and continue with the restoration (at your own risk)."
264
  msgstr "Du kan vælge en anden passende sortering i stedet og fortsætte med genoprettelsen (på egen risiko)."
265
 
266
+ #: src/class-updraftplus.php:4427
267
  msgid "The database server that this WordPress site is running on doesn't support the collation (%s) used in the database which you are trying to import."
268
  msgid_plural "The database server that this WordPress site is running on doesn't support multiple collations (%s) used in the database which you are trying to import."
269
  msgstr[0] "Database-serveren, som dette WordPress-websted ligger på, understøtter ikke den sortering (%s), der bruges i databasen, som du forsøger at importere."
301
  msgid "But no bucket was defined, so backups may not complete. Please enter a bucket name in the %s settings and save settings."
302
  msgstr "Men intet emne blev defineret, så sikkerhedskopieringen er muligvis ikke færdig. Indtast venligst et emnenavn i %s indstillinger og gem indstillinger."
303
 
304
+ #: src/central/bootstrap.php:520
305
  msgid "URL for the site of your UpdraftCentral dashboard"
306
  msgstr "URL for webstedet på dit UpdraftCentral dashboard"
307
 
308
+ #: src/central/bootstrap.php:518
309
  msgid "Enter the URL where your self-hosted install of UpdraftCentral is located:"
310
  msgstr "Indtast URL'en, hvor din egen hostede installation af UpdraftCentral er placeret:"
311
 
312
+ #: src/central/bootstrap.php:515
313
  msgid "A website where you have installed %s"
314
  msgstr "Et websted, hvor du har installeret %s"
315
 
316
+ #: src/central/bootstrap.php:513
317
  msgid "Self-hosted dashboard"
318
  msgstr "Selv-hosted dashboard"
319
 
320
+ #: src/central/bootstrap.php:255
321
  msgid "At your UpdraftCentral dashboard you should press the \"Add Site\" button then paste the key in the input box."
322
  msgstr "På dit UpdraftCentral dashboard skal du trykke på knappen \"Tilføj site\" og derefter indsætte nøglen i indtastningsboksen."
323
 
331
  msgid "Requested table character set (%s) is not present - changing to %s."
332
  msgstr "Det ønskede tabel-tegnsæt (%s) findes ikke - ændres til %s."
333
 
334
+ #: src/class-updraftplus.php:4403
335
  msgid "Your chosen character set to use instead:"
336
  msgstr "Dit valgte tegnsæt, der skal bruges i stedet:"
337
 
338
+ #: src/class-updraftplus.php:4393
339
  msgid "You can choose another suitable character set instead and continue with the restoration at your own risk."
340
  msgstr "Du kan vælge et andet passende tegnsæt i stedet og erstatte det på egen risiko."
341
 
342
+ #: src/class-updraftplus.php:4393
343
  msgid "The database server that this WordPress site is running on doesn't support the character set (%s) which you are trying to import."
344
  msgid_plural "The database server that this WordPress site is running on doesn't support the character sets (%s) which you are trying to import."
345
  msgstr[0] "Database-serveren, som dette WordPress-websted kører på, understøtter ikke tegnsættet (%s), som du forsøger at importere."
346
  msgstr[1] "Database-serveren, som dette WordPress-websted kører på, understøtter ikke tegnsættene (%s), som du forsøger at importere."
347
 
348
+ #: src/central/bootstrap.php:598
349
  msgid "Create another key"
350
  msgstr "Opret en anden nøgle"
351
 
352
+ #: src/central/bootstrap.php:527
353
  msgid "UpdraftCentral dashboard connection details"
354
  msgstr "UpdraftCentral dashboard tilslutnings-detaljer"
355
 
356
+ #: src/central/bootstrap.php:521
357
  msgid "Next"
358
  msgstr "Næste"
359
 
360
+ #: src/central/bootstrap.php:507
361
  msgid "an account"
362
  msgstr "en konto"
363
 
364
+ #: src/central/bootstrap.php:507
365
  msgid "i.e. if you have %s there"
366
  msgstr "dvs., at hvis du har %s der"
367
 
368
+ #: src/central/bootstrap.php:496
369
  msgid "Connect this site to an UpdraftCentral dashboard found at..."
370
  msgstr "Forbind dette websted til et UpdraftCentral dashboard fundet på ..."
371
 
372
+ #: src/central/bootstrap.php:470
373
  msgid "Manage existing keys (%d)..."
374
  msgstr "Administrer eksisterende nøgler (%d) ..."
375
 
376
+ #: src/central/bootstrap.php:420
377
  msgid "There are no UpdraftCentral dashboards that can currently control this site."
378
  msgstr "Der er ingen UpdraftCentral dashboards, der i øjeblikket kan kontrollere dette websted."
379
 
380
+ #: src/central/bootstrap.php:257
381
  msgid "You can now control this site via your UpdraftCentral dashboard at %s."
382
  msgstr "Du kan nu styre dette websted via dit UpdraftCentral dashboard på %s."
383
 
384
+ #: src/central/bootstrap.php:255
385
  msgid "Detailed instructions for this can be found at %s"
386
  msgstr "Detaljerede instruktioner til dette kan findes på %s"
387
 
388
+ #: src/central/bootstrap.php:255
389
  msgid "You now need to copy the key below and enter it at your %s."
390
  msgstr "Du skal nu kopiere nøglen nedenfor og indtaste den på din %s."
391
 
392
+ #: src/admin.php:779
393
  msgid "Please enter a valid URL e.g http://example.com"
394
  msgstr "Indtast venligst en gyldig webadresse, fx http://eksempel.dk"
395
 
429
  msgid "Account ID"
430
  msgstr "Konto-ID"
431
 
432
+ #: src/class-updraftplus.php:4234
433
  msgid "As long as your web hosting allows http (i.e. non-SSL access) or will forward requests to https (which is almost always the case), this is no problem. If that is not yet set up, then you should set it up, or use %s so that the non-https links are automatically replaced."
434
  msgstr "Så længe din webhosting tillader http (dvs. ikke-SSL-adgang) eller vil sende forespørgsler til https (hvilket næsten altid er tilfældet), er dette ikke noget problem. Hvis det endnu ikke er oprettet, skal du sætte det op, eller bruge%s, sådan at ikke-https-links automatisk erstattes."
435
 
436
+ #: src/class-updraftplus.php:4232, src/class-updraftplus.php:4234
437
  msgid "the migrator add-on"
438
  msgstr "migrator tilføjelsen"
439
 
440
+ #: src/class-updraftplus.php:4232
441
  msgid "This restoration will work if you still have an SSL certificate (i.e. can use https) to access the site. Otherwise, you will want to use %s to search/replace the site address so that the site can be visited without https."
442
  msgstr "Denne opgradering vil fungere, hvis du har et aktivt SSL-certifikat (dvs. kan bruge https). Ellers vil du bruge %s til at søge/erstatte webstedets adresse, så webstedet kan besøges uden https."
443
 
444
+ #: src/class-updraftplus.php:4230
445
  msgid "This backup set is of this site, but at the time of the backup you were using %s, whereas the site now uses %s."
446
  msgstr "Dette backup-sæt er slået fra på dette websted, men på tidspunktet for sikkerhedskopien brugte du %s, mens webstedet nu bruger %s."
447
 
448
+ #: src/class-updraftplus.php:4225
449
  msgid "The website address in the backup set (%s) is slightly different from that of the site now (%s). This is not expected to be a problem for restoring the site, as long as visits to the former address still reach the site."
450
  msgstr "Webstedets adresse i backup'en (%s) er lidt anderledes end det nuværende websted (%s). Dette forventes ikke at være et problem for genoprettelsen af webstedet, så længe besøg på den tidligere adresse stadig kommer til webstedet."
451
 
461
  msgid "UpdraftPlus debug mode is on: detailed debugging data follows."
462
  msgstr "UpdraftPlus debug mode er aktivt: Detaljerede debugging data følger."
463
 
464
+ #: src/admin.php:760
465
  msgid "Error: The chosen file is corrupt. Please choose a valid UpdraftPlus export file."
466
  msgstr "Fejl: Den valgte fil er beskadiget. Vælg venligst en gyldig UpdraftPlus eksportfil."
467
 
468
+ #: src/admin.php:1389, src/admin.php:4564, src/backup.php:2106,
469
+ #: src/class-updraftplus.php:2263, src/class-updraftplus.php:2328,
470
+ #: src/class-updraftplus.php:2462
471
  msgid "A PHP fatal error (%s) has occurred: %s"
472
  msgstr "En alvorlig PHP fejl (%s) er opstået: %s"
473
 
474
+ #: src/admin.php:1380, src/admin.php:4550, src/backup.php:2097,
475
+ #: src/class-updraftplus.php:2254, src/class-updraftplus.php:2321,
476
+ #: src/class-updraftplus.php:2455
477
  msgid "A PHP exception (%s) has occurred: %s"
478
  msgstr "Der er opstået en PHP-undtagelse (%s): %s"
479
 
529
  msgid "As previously warned (see: %s), encryption is no longer a feature of the free edition of UpdraftPlus"
530
  msgstr "Som tidligere oplyst (se:%s), er kryptering ikke længere en mulighed i den gratis udgave af UpdraftPlus"
531
 
532
+ #: src/admin.php:5192
533
  msgid "Value"
534
  msgstr "Værdi"
535
 
536
+ #: src/admin.php:1726
537
  msgid "Did not know how to delete from this cloud service."
538
  msgstr "Ved ikke, hvordan der slettes fra denne cloud service."
539
 
545
  msgid "You must add the following as the authorised redirect URI in your Azure console (under \"API Settings\") when asked"
546
  msgstr "Du skal tilføje følgende som autoriseret omdirigerings-URI i din Azure-konsol (under \"API-indstillinger\"), når du bliver spurgt"
547
 
548
+ #: src/templates/wp-admin/settings/existing-backups-table.php:74
549
  msgid "Stored at: %s"
550
  msgstr "Lagret på: %s"
551
 
553
  msgid "Cloud Files"
554
  msgstr "Cloud filer"
555
 
556
+ #: src/admin.php:4937
557
  msgid "Your settings failed to save. Please refresh the settings page and try again"
558
  msgstr "Dine indstillinger kunne ikke gemmes. Opdater siden for indstillingerne og prøv igen."
559
 
560
+ #: src/admin.php:4896
561
  msgid "UpdraftPlus seems to have been updated to version (%s), which is different to the version running when this settings page was loaded. Please reload the settings page before trying to save settings."
562
  msgstr "UpdraftPlus ser ud til at være blevet opdateret til version (%s), der er forskellig fra den version, der kørte, da denne indstillingsside blev indlæst. Genindlæs venligst indstillingssiden, før du forsøger at gemme indstillingerne."
563
 
574
  msgid "Extra database"
575
  msgstr "Ekstra database"
576
 
577
+ #: src/admin.php:3915
578
  msgid "Press here to download or browse"
579
  msgstr "Klik her for at downloade eller gennemse"
580
 
581
+ #: src/admin.php:1163, src/admin.php:1173
582
  msgid "Error: invalid path"
583
  msgstr "Fejl: Ugyldig sti"
584
 
585
+ #: src/admin.php:960
586
  msgid "An error occurred when fetching storage module options: "
587
  msgstr "Der opstod en fejl ved hentning af lagermodulets indstillinger:"
588
 
589
+ #: src/admin.php:776
590
  msgid "Loading log file"
591
  msgstr "Indlæser logfil"
592
 
593
+ #: src/admin.php:775
594
  msgid "Unable to download file. This could be caused by a timeout. It would be best to download the zip to your computer."
595
  msgstr "Kan ikke downloade filen. Dette kan skyldes en timeout. Det er bedst at downloade zip-filen til din computer."
596
 
597
+ #: src/admin.php:774
598
  msgid "Search"
599
  msgstr "Søg"
600
 
601
+ #: src/admin.php:773
602
  msgid "Select a file to view information about it"
603
  msgstr "Vælg en fil for at se oplysninger om den"
604
 
605
+ #: src/admin.php:772
606
  msgid "Browsing zip file"
607
  msgstr "Gennemser zip-fil"
608
 
609
+ #: src/admin.php:741
610
  msgid "With UpdraftPlus Premium, you can directly download individual files from here."
611
  msgstr "Med UpdraftPlus Premium kan du hente individuelle filer direkte herfra."
612
 
618
  msgid "Skipped tables:"
619
  msgstr "Kasserede tabeller:"
620
 
621
+ #: src/class-updraftplus.php:4515
622
  msgid "This database backup has the following WordPress tables excluded: %s"
623
  msgstr "Denne database backup har følgende WordPress udelukkede tabeller:%s"
624
 
625
+ #: src/admin.php:2810
626
  msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
627
  msgstr "Med UpdraftPlus Premium kan du vælge at sikkerhedskopiere ikke-WordPress-tabeller, eller kun tage backup af udvalgte tabeller og endelig også at sikkerhedskopiere andre databaser."
628
 
629
+ #: src/admin.php:2810
630
  msgid "All WordPress tables will be backed up."
631
  msgstr "Alle WordPress tabeller vil blive sikkerhedskopieret."
632
 
633
+ #: src/admin.php:771
634
  msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
635
  msgstr "Yderligere informationer kan findes i browserens JavaScript-konsol og i serverens PHP fejllogs."
636
 
637
+ #: src/admin.php:771
638
  msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
639
  msgstr "at du prøver at uploade en zip-fil, der tidligere er oprettet af UpdraftPlus."
640
 
641
+ #: src/admin.php:771
642
  msgid "The available memory on the server."
643
  msgstr "Den tilgængelige hukommelse på serveren."
644
 
645
+ #: src/admin.php:771
646
  msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
647
  msgstr "Enhver indstilling i din .htaccess- eller web.config-fil, der påvirker maksimal upload eller poststørrelse."
648
 
649
+ #: src/admin.php:771
650
  msgid "The file failed to upload. Please check the following:"
651
  msgstr "Filen kunne ikke uploades. Tjek venligst følgende:"
652
 
653
+ #: src/admin.php:770
654
  msgid "HTTP code:"
655
  msgstr "HTTP kode:"
656
 
657
+ #: src/addons/wp-cli.php:89, src/admin.php:665
658
  msgid "You have chosen to backup a database, but no tables have been selected"
659
  msgstr "Du har valgt at sikkerhedskopiere en database, men ingen tabeller er blevet valgt"
660
 
1106
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
1107
  msgstr "Du skal, når du bliver spurgt, tilføje følgende som den autoriserede omdirigering URI i din Dropbox-konsol (under \"API Indstillinger\")."
1108
 
1109
+ #: src/central/bootstrap.php:593
1110
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
1111
  msgstr "UpdraftCentral muliggør kontrol over dine WordPress sites (herunder styring af backup og opdateringer) fra et centralt dashboard."
1112
 
1118
  msgid "You have selected a remote storage option which has an authorization step to complete:"
1119
  msgstr "Du har valgt en ekstern lagerløsning, der har et tilladelses-step for at fuldføre:"
1120
 
1121
+ #: src/admin.php:1802
1122
  msgid "Remote files deleted:"
1123
  msgstr "Slettede eksterne filer:"
1124
 
1125
+ #: src/admin.php:1801
1126
  msgid "Local files deleted:"
1127
  msgstr "Slettede lokale filer:"
1128
 
1130
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
1131
  msgstr "Følg dette link for at godkende adgang til din %s konto (du kan ikke sikkerhedskopiere til %s uden den.)."
1132
 
1133
+ #: src/admin.php:769
1134
  msgid "remote files deleted"
1135
  msgstr "fjernfiler slettet"
1136
 
1137
+ #: src/admin.php:767
1138
  msgid "Complete"
1139
  msgstr "Komplet"
1140
 
1141
+ #: src/admin.php:766
1142
  msgid "Do you want to carry out the import?"
1143
  msgstr "Vil du udføre importen?"
1144
 
1145
+ #: src/admin.php:765
1146
  msgid "Which was exported on:"
1147
  msgstr "Som blev eksporteret:"
1148
 
1149
+ #: src/admin.php:764
1150
  msgid "This will import data from:"
1151
  msgstr "Dette vil importere data fra:"
1152
 
1153
+ #: src/admin.php:763
1154
  msgid "Importing..."
1155
  msgstr "Importerer..."
1156
 
1157
+ #: src/admin.php:759
1158
  msgid "You have not yet selected a file to import."
1159
  msgstr "Du har endnu ikke valgt en fil, der skal importeres."
1160
 
1161
+ #: src/admin.php:743
1162
  msgid "Your export file will be of your displayed settings, not your saved ones."
1163
  msgstr "Din eksportfil vil være af dine viste indstillinger, ikke dine gemte indstillinger."
1164
 
1170
  msgid "US East (Ohio)"
1171
  msgstr "US East (Ohio)"
1172
 
1173
+ #: src/addons/onedrive.php:1104
1174
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
1175
  msgstr "Dette websted bruger en webadresse, der enten er HTTPS eller er lokalhost eller en 127.0.0.1 URL. Som udgangspunkt skal du bruge %s %s applikationen til at godkende din konto."
1176
 
1177
+ #: src/addons/onedrive.php:718
1178
  msgid "Account is not authorized (%s)."
1179
  msgstr "Kontoen er ikke godkendt (%s)."
1180
 
1181
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873
1182
  msgid "Your IP address:"
1183
  msgstr "Din IP-adresse:"
1184
 
1185
+ #: src/addons/onedrive.php:678, src/udaddons/updraftplus-addons.php:873,
1186
  #: src/udaddons/updraftplus-addons.php:887
1187
  msgid "To remove any block, please go here."
1188
  msgstr "Fjern enhver blok her."
1189
 
1190
+ #: src/addons/onedrive.php:663, src/udaddons/updraftplus-addons.php:858
1191
  msgid "An error response was received; HTTP code:"
1192
  msgstr "En fejlmeddelelse blev modtaget; HTTP kode:"
1193
 
1194
+ #: src/includes/class-commands.php:344
1195
  msgid "%s add-on not found"
1196
  msgstr "%s add-on blev ikke fundet"
1197
 
1203
  msgid "This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time"
1204
  msgstr "Dette gør time-outs langt mere sandsynligt. Det anbefales at slå safe mode fra, eller kun at gendanne én enhed ad gangen"
1205
 
1206
+ #: src/admin.php:2548
1207
  msgid "To fix this problem go here."
1208
  msgstr "Løs dette problem her."
1209
 
1210
+ #: src/admin.php:2548
1211
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
1212
  msgstr "OptimizePress 2.0 koder dens indhold, så søg/erstat virker ikke."
1213
 
1214
+ #: src/admin.php:727
1215
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
1216
  msgstr "din PHP installation mangler open-ssl modulet. Som et resultat, kan dette tage minutter. Hvis intet er sket inden da, så skal du enten prøve en mindre størrelse nøgle, eller spørge din webudbyder, hvordan du aktiverer dette PHP modul i din opsætning."
1217
 
1267
  msgid "FAQs"
1268
  msgstr "FAQs"
1269
 
1270
+ #: src/central/bootstrap.php:549
1271
  msgid "More information..."
1272
  msgstr "Mere information..."
1273
 
1274
+ #: src/central/bootstrap.php:547
1275
  msgid "Use the alternative method for making a connection with the dashboard."
1276
  msgstr "Benyt den alternative måde for at skabe forbindelse med kontrolpanelet."
1277
 
1278
+ #: src/central/bootstrap.php:457
1279
  msgid "Key size: %d bits"
1280
  msgstr "Størrelse på nøgle: %d bits"
1281
 
1282
+ #: src/central/bootstrap.php:452
1283
  msgid "Public key was sent to:"
1284
  msgstr "Offentlig nøgle blev sendt til:"
1285
 
1295
  msgid "Create key"
1296
  msgstr "Opret nøgle"
1297
 
1298
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:541
1299
  msgid "slower, strongest"
1300
  msgstr "langsomere, stærkest"
1301
 
1302
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1303
  msgid "recommended"
1304
  msgstr "anbefalet"
1305
 
1306
+ #: src/addons/migrator.php:2456, src/central/bootstrap.php:540
1307
  msgid "%s bytes"
1308
  msgstr "%s bytes"
1309
 
1310
+ #: src/addons/migrator.php:2455, src/central/bootstrap.php:539
1311
  msgid "faster (possibility for slow PHP installs)"
1312
  msgstr "hurtigere (mulighed for langsomme PHP installationer)"
1313
 
1314
+ #: src/addons/migrator.php:2454, src/central/bootstrap.php:538
1315
  msgid "easy to break, fastest"
1316
  msgstr "let at bryde, hurtigst"
1317
 
1318
  #: src/addons/migrator.php:2454, src/addons/migrator.php:2455,
1319
+ #: src/addons/migrator.php:2457, src/central/bootstrap.php:538,
1320
+ #: src/central/bootstrap.php:539, src/central/bootstrap.php:541
1321
  msgid "%s bits"
1322
  msgstr "%s bits"
1323
 
1324
+ #: src/addons/migrator.php:2452, src/central/bootstrap.php:536
1325
  msgid "Encryption key size:"
1326
  msgstr "Krypterings-nøglens størrelse:"
1327
 
1354
  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."
1355
  msgstr "Størrelsen på dette backup-arkiv er %s MB - forsøge på at sende det via e-mail er tilbøjelige til at mislykkes (få email-servere tillader vedhæftede filer af denne størrelse). Hvis det er tilfældet, bør du skifte til at bruge en anden fjernlager metode."
1356
 
1357
+ #: src/class-updraftplus.php:1869
1358
  msgid "Size: %s MB"
1359
  msgstr "Størrelse: %s MB"
1360
 
1366
  msgid "Now"
1367
  msgstr "Nu"
1368
 
1369
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
1370
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
1371
  msgstr "Du bør frigøre %s for at pæne permalinks (f.eks. %s) kan virke"
1372
 
1388
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
1389
  msgstr "Ingen Vault forbindelse blev fundet for dette websted (er det flyttet?); venligst afbryd og tilslut igen."
1390
 
1391
+ #: src/class-updraftplus.php:587, src/class-updraftplus.php:632
1392
  msgid "The given file was not found, or could not be read."
1393
  msgstr "Den pågældende fil blev ikke fundet eller kunne ikke læses."
1394
 
1395
+ #: src/central/bootstrap.php:591
1396
  msgid "UpdraftCentral (Remote Control)"
1397
  msgstr "UpdraftCentral (Fjernbetjent)"
1398
 
1399
+ #: src/central/bootstrap.php:580
1400
  msgid "View recent UpdraftCentral log events"
1401
  msgstr "Se de seneste updraftCentral log-hændelser"
1402
 
1403
+ #: src/central/bootstrap.php:530
1404
  msgid "Enter any description"
1405
  msgstr "Angiv enhver beskrivelse"
1406
 
1407
+ #: src/central/bootstrap.php:529
1408
  msgid "Description"
1409
  msgstr "Forklaring"
1410
 
1411
+ #: src/central/bootstrap.php:462
1412
  msgid "Delete..."
1413
  msgstr "Slet..."
1414
 
1415
+ #: src/central/bootstrap.php:455
1416
  msgid "Created:"
1417
  msgstr "Oprettet:"
1418
 
1419
+ #: src/central/bootstrap.php:452
1420
  msgid "Access this site as user:"
1421
  msgstr "Adgang til dette site som bruger:"
1422
 
1423
+ #: src/central/bootstrap.php:476
1424
  msgid "Details"
1425
  msgstr "Detaljer"
1426
 
1427
+ #: src/central/bootstrap.php:475
1428
  msgid "Key description"
1429
  msgstr "Nøgle-beskrivelse"
1430
 
1431
+ #: src/central/bootstrap.php:348, src/central/bootstrap.php:359
1432
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
1433
  msgstr "En nøgle blev oprettet, men forsøget på at registrere den med %s mislykkedes - prøv igen senere."
1434
 
1435
+ #: src/central/bootstrap.php:218
1436
  msgid "An invalid URL was entered"
1437
  msgstr "Ugyldig URL blev indtastet"
1438
 
1439
+ #: src/central/bootstrap.php:82
1440
  msgid "Close..."
1441
  msgstr "Luk..."
1442
 
1443
+ #: src/central/bootstrap.php:74
1444
  msgid "This connection appears to already have been made."
1445
  msgstr "Denne tilslutning tilsyneladende allerede er foretaget."
1446
 
1447
+ #: src/central/bootstrap.php:71
1448
  msgid "You must visit this link in the same browser and login session as you created the key in."
1449
  msgstr "Du skal besøge dette link i samme browser og login-session, som du oprettede nøglen i."
1450
 
1451
+ #: src/central/bootstrap.php:67
1452
  msgid "You must visit this URL in the same browser and login session as you created the key in."
1453
  msgstr "Du skal besøge denne URL i samme browser og login-session, som du oprettede nøglen i."
1454
 
1455
+ #: src/central/bootstrap.php:67
1456
  msgid "You are not logged into this WordPress site in your web browser."
1457
  msgstr "Du er ikke logget på dette WordPress site i din browser."
1458
 
1459
+ #: src/central/bootstrap.php:64
1460
  msgid "The key referred to was unknown."
1461
  msgstr "Nøglen der refereres til er ukendt."
1462
 
1463
+ #: src/central/bootstrap.php:61
1464
  msgid "A new UpdraftCentral connection has not been made."
1465
  msgstr "Der er ikke blevet oprettet en UpdraftCentral forbindelse."
1466
 
1467
+ #: src/central/bootstrap.php:59
1468
  msgid "An UpdraftCentral connection has been made successfully."
1469
  msgstr "En UpdraftCentral forbindelse blev oprettet med succes."
1470
 
1471
+ #: src/central/bootstrap.php:56
1472
  msgid "UpdraftCentral Connection"
1473
  msgstr "UpdraftCentral Connection"
1474
 
1475
+ #: src/backup.php:1006, src/class-updraftplus.php:2945
1476
  msgid "The backup was aborted by the user"
1477
  msgstr "Backup'en blev afbrudt af brugeren"
1478
 
1479
+ #: src/admin.php:4932
1480
  msgid "Your settings have been saved."
1481
  msgstr "Dine indstillinger er gemt"
1482
 
1483
+ #: src/admin.php:3793
1484
  msgid "Total backup size:"
1485
  msgstr "Total backup-størrelse:"
1486
 
1487
+ #: src/admin.php:3150
1488
  msgid "stop"
1489
  msgstr "stoppe"
1490
 
1491
+ #: src/admin.php:2992
1492
  msgid "The backup has finished running"
1493
  msgstr "Denne backup er færdig"
1494
 
1514
  msgid "calculate"
1515
  msgstr "Beregn"
1516
 
1517
+ #: src/admin.php:742
1518
  msgid "You should save your changes to ensure that they are used for making your backup."
1519
  msgstr "Du bør gemme dine ændringer for at sikre, at de bliver anvendt til din backup."
1520
 
1521
+ #: src/admin.php:735
1522
  msgid "We requested to delete the file, but could not understand the server's response"
1523
  msgstr "Vi anmodede om at slette filen, men kunne ikke forstå serverens svar"
1524
 
1525
+ #: src/admin.php:734
1526
  msgid "Please enter a valid URL"
1527
  msgstr "Venligst indtast en gyldig URL"
1528
 
1529
+ #: src/admin.php:717
1530
  msgid "Saving..."
1531
  msgstr "Gemmer..."
1532
 
1550
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1551
  msgstr "Det nødvendige %s PHP modul er ikke installeret - bed din webudbyder om at aktivere det."
1552
 
1553
+ #: src/class-updraftplus.php:4303, src/restorer.php:1819
1554
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1555
  msgstr "For at importere et almindeligt WordPress site til en multisite installation kræves %s."
1556
 
1557
+ #: src/class-updraftplus.php:4299
1558
  msgid "Please read this link for important information on this process."
1559
  msgstr "Venligst læs dette link for vigtig information om processen."
1560
 
1561
+ #: src/class-updraftplus.php:4299
1562
  msgid "It will be imported as a new site."
1563
  msgstr "Vil blive importeret som et nyt site."
1564
 
1565
+ #: src/admin.php:2708, src/templates/wp-admin/notices/horizontal-notice.php:16,
1566
  #: src/templates/wp-admin/notices/horizontal-notice.php:18
1567
  msgid "Dismiss"
1568
  msgstr "Luk"
1569
 
1570
+ #: src/admin.php:754
1571
  msgid "Please fill in the required information."
1572
  msgstr "Venligst udfyld den nødvendige information."
1573
 
1628
  msgid "Call WordPress action:"
1629
  msgstr "Udfør WordPress handling:"
1630
 
1631
+ #: src/admin.php:2818
1632
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1633
  msgstr "Dine gemte indstillinger påvirker også, hvad der oprettes back up af - f.eks. udelukkes filer."
1634
 
1635
+ #: src/admin.php:4438
1636
  msgid "Skipping: this archive was already restored."
1637
  msgstr "Stopper: Dette arkiv er allerede genskabt."
1638
 
1664
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1665
  msgstr "Denne knap vil slette alle UpdraftPlus indstillinger og information om igangværende sikkerhedskopier (men ikke slette eksisterende sikkerhedskopier i din sky)."
1666
 
1667
+ #: src/admin.php:4806
1668
  msgid "Send this backup to remote storage"
1669
  msgstr "Send denne backup til fjernlager"
1670
 
1671
+ #: src/admin.php:4804
1672
  msgid "Check out UpdraftPlus Vault."
1673
  msgstr "Se UpdraftPlus Vault"
1674
 
1675
+ #: src/admin.php:4804
1676
  msgid "Not got any remote storage?"
1677
  msgstr "Har du ikke et fjernlager?"
1678
 
1679
+ #: src/admin.php:4804
1680
  msgid "settings"
1681
  msgstr "Indstillinger"
1682
 
1683
+ #: src/admin.php:4804
1684
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1685
  msgstr "Backup vil ikke blive sendt til noget lager - Intet er blevet gemt i %s"
1686
 
1687
+ #: src/admin.php:2816
1688
  msgid "Include any files in the backup"
1689
  msgstr "Medtag alle filer i backup'en"
1690
 
1691
+ #: src/admin.php:2802
1692
  msgid "Include the database in the backup"
1693
  msgstr "Medtag databasen i backup'en"
1694
 
1695
+ #: src/admin.php:2707
1696
  msgid "Continue restoration"
1697
  msgstr "Fortsæt gendannelse"
1698
 
1699
+ #: src/admin.php:2702
1700
  msgid "You have an unfinished restoration operation, begun %s ago."
1701
  msgstr "Du har en ufærdig gendannelses-operation, påbegyndt for %s siden."
1702
 
1703
+ #: src/admin.php:2701
1704
  msgid "Unfinished restoration"
1705
  msgstr "Ufærdig gendannelse"
1706
 
1707
+ #: src/admin.php:2699
1708
  msgid "%s minutes, %s seconds"
1709
  msgstr "%s minutter, %s sekunder"
1710
 
1711
+ #: src/admin.php:2646
1712
  msgid "Backup Contents And Schedule"
1713
  msgstr "Backup Indhold og Tidspland"
1714
 
1716
  msgid "Premium / Extensions"
1717
  msgstr "Premium / Udvidelser"
1718
 
1719
+ #: src/admin.php:2414, src/admin.php:2423
1720
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1721
  msgstr "Tilstrækkelige informationer om den igangværende genskabelse kunne ikke findes."
1722
 
1723
+ #: src/addons/morefiles.php:77, src/admin.php:740
1724
  msgctxt "(verb)"
1725
  msgid "Download"
1726
  msgstr "Download"
1856
  msgid "Could not access container"
1857
  msgstr "Kunne ikke tilgå mappe"
1858
 
1859
+ #: src/class-updraftplus.php:2962
1860
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1861
  msgstr "For at fuldføre din migrering/kloning, bør du nu logge ind på det eksterne site og genoprette backup sættet."
1862
 
1985
  msgid "Press here to look inside your remote storage methods for any existing backup sets (from any site, if they are stored in the same folder)."
1986
  msgstr "Tryk her for at se dit fjernlagers muligheder ved eventuelle eksisterende backup sæt (fra ethvert websted, hvis de opbevares i samme mappe)."
1987
 
1988
+ #: src/admin.php:1800
1989
  msgid "Backup sets removed:"
1990
  msgstr "Backup sæt fjernet:"
1991
 
1992
+ #: src/admin.php:753
1993
  msgid "Processing..."
1994
  msgstr "Behandler..."
1995
 
1996
+ #: src/admin.php:751
1997
  msgid "For backups older than"
1998
  msgstr "For backup ældre end"
1999
 
2000
+ #: src/admin.php:750
2001
  msgid "week(s)"
2002
  msgstr "uge(r)"
2003
 
2004
+ #: src/admin.php:749
2005
  msgid "hour(s)"
2006
  msgstr "time(r)"
2007
 
2008
+ #: src/admin.php:748
2009
  msgid "day(s)"
2010
  msgstr "dag(e)"
2011
 
2012
+ #: src/admin.php:747
2013
  msgid "in the month"
2014
  msgstr "i måneden"
2015
 
2016
+ #: src/admin.php:746
2017
  msgid "day"
2018
  msgstr "dag"
2019
 
2037
  msgid "You do not currently have any UpdraftPlus Vault quota"
2038
  msgstr "Du har ikke på nuværende tidspunkt nogen UpdraftPlus Vault kvote"
2039
 
2040
+ #: src/class-updraftplus.php:4372
2041
  msgid "You must upgrade MySQL to be able to use this database."
2042
  msgstr "Du skal opgradere MySQL for at kunne bruge denne database."
2043
 
2044
+ #: src/class-updraftplus.php:4372
2045
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
2046
  msgstr "Database-backup'en bruger MySQL funktioner, som ikke findes i den gamle MySQL version (%s), dette websted kører på."
2047
 
2048
+ #: src/admin.php:2533
2049
  msgid "The UpdraftPlus directory in wp-content/plugins has white-space in it; WordPress does not like this. You should rename the directory to wp-content/plugins/updraftplus to fix this problem."
2050
  msgstr "UpdraftPlus-mappen i wp-content/plugins indeholder white-space (tom plads / mellemrum); WordPress kan ikke lide dette. Du bør omdøbe mappen til wp-content/plugins/updraftplus for at løse dette problem."
2051
 
2073
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
2074
  msgstr "Hvis du har glemt dit password, så klik her for at ændre det på udraftsplus.com "
2075
 
2076
+ #: src/admin.php:1018
2077
  msgid "Go to the remote storage settings in order to connect."
2078
  msgstr "Gå til fjernlager-indstillinger for at skabe forbindelse."
2079
 
2080
+ #: src/admin.php:1018
2081
  msgid "%s has been chosen for remote storage, but you are not currently connected."
2082
  msgstr "%s er blevet valgt til fjernlager, men du er ikke tilsluttet i øjeblikket."
2083
 
2085
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
2086
  msgstr "Betaling kan foretages i amerikanske dollars, euro eller GB pounds sterling, via kort eller PayPal."
2087
 
2088
+ #: src/admin.php:723
2089
  msgid "Update quota count"
2090
  msgstr "Opdatér kvotetæller"
2091
 
2092
+ #: src/admin.php:722
2093
  msgid "Counting..."
2094
  msgstr "Tæller..."
2095
 
2096
+ #: src/admin.php:721
2097
  msgid "Disconnecting..."
2098
  msgstr "Afbryder..."
2099
 
2100
+ #: src/admin.php:719
2101
  msgid "Connecting..."
2102
  msgstr "Tilslutter..."
2103
 
2123
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
2124
  msgstr "%s Fejl: Du har utilstrækkelig lagerkvote tilgængelig (%s) til at kunne uploade dette arkiv (%s)."
2125
 
2126
+ #: src/admin.php:720, src/methods/updraftvault.php:392,
2127
  #: src/methods/updraftvault.php:450
2128
  msgid "Disconnect"
2129
  msgstr "Afbrudt"
2156
  msgid "E-mail"
2157
  msgstr "E-mail"
2158
 
2159
+ #: src/addons/migrator.php:183, src/central/bootstrap.php:566,
2160
  #: src/methods/updraftvault.php:354, src/methods/updraftvault.php:368
2161
  msgid "Back..."
2162
  msgstr "Tilbage..."
2174
  msgid "%s per quarter"
2175
  msgstr "%s per kvartal"
2176
 
2177
+ #: src/central/bootstrap.php:593, src/methods/updraftvault.php:322,
2178
  #: src/methods/updraftvault.php:351
2179
  msgid "Read more about it here."
2180
  msgstr "Læs mere her."
2248
  msgid "If sending directly from site to site does not work for you, then there are three other methods - please try one of these instead."
2249
  msgstr "Hvis muligheden for at sende direkte fra site til site ikke virker for dig, så er der tre andre metoder - prøv en af disse i stedet."
2250
 
2251
+ #: src/addons/migrator.php:1926, src/admin.php:729
2252
  msgid "You should check that the remote site is online, not firewalled, does not have security modules that may be blocking access, has UpdraftPlus version %s or later active and that the keys have been entered correctly."
2253
  msgstr "Du bør kontrollere, at den eksterne site er online, ikke er bag en firewall, ikke har sikkerhedsmoduler, der kan blokere adgangen, har UpdraftPlus version %s eller nyere aktiv, og at nøglerne er blevet indtastet korrekt."
2254
 
2260
  msgid "Your new key:"
2261
  msgstr "Din nye nøgle:"
2262
 
2263
+ #: src/central/bootstrap.php:402
2264
  msgid "You must copy and paste this key now - it cannot be shown again."
2265
  msgstr "Du skal kopiere og indsætte denne nøgle nu - den kan ikke vises igen."
2266
 
2267
+ #: src/addons/migrator.php:2046, src/central/bootstrap.php:402
2268
  msgid "Key created successfully."
2269
  msgstr "Nøgle blev skabt med succes."
2270
 
2304
  msgid "This storage method does not allow downloading"
2305
  msgstr "Denne lagringsmetode tillader ikke download"
2306
 
2307
+ #: src/admin.php:3978
2308
  msgid "(backup set imported from remote location)"
2309
  msgstr "(backup sæt importeret fra ekstern lokation)"
2310
 
2311
+ #: src/addons/wp-cli.php:346,
2312
+ #: src/templates/wp-admin/settings/existing-backups-table.php:87
2313
  msgid "Site"
2314
  msgstr "Site"
2315
 
2316
+ #: src/addons/wp-cli.php:344,
2317
+ #: src/templates/wp-admin/settings/existing-backups-table.php:86
2318
  msgid "Backup sent to remote site - not available for download."
2319
  msgstr "Backup sendt til eksternt site - ikke tilgængelig til download."
2320
 
2326
  msgid "This backup set was not known by UpdraftPlus to be created by the current WordPress installation, but was either found in remote storage, or was sent from a remote site."
2327
  msgstr "Dette backup sæt blev ikke genkendt af UpdraftPlus som værende skabt af den nuværende WordPress installation, men blev enten fundet i fjernlager, eller blev sendt fra et eksternt site."
2328
 
2329
+ #: src/addons/migrator.php:1954, src/admin.php:736
2330
  msgid "Testing connection..."
2331
  msgstr "Tester forbindelse..."
2332
 
2333
+ #: src/admin.php:733
2334
  msgid "Deleting..."
2335
  msgstr "Sletter..."
2336
 
2337
+ #: src/admin.php:732
2338
  msgid "key name"
2339
  msgstr "nøgle navn"
2340
 
2341
+ #: src/admin.php:730
2342
  msgid "Please give this key a name (e.g. indicate the site it is for):"
2343
  msgstr "Giv denne nøgle et navn (angiv f.eks. sitet den er til):"
2344
 
2345
+ #: src/admin.php:727
2346
  msgid "Creating..."
2347
  msgstr "Opretter..."
2348
 
2366
  msgid "Or, send a backup to another site"
2367
  msgstr "Eller, send en backup til et andet site"
2368
 
2369
+ #: src/addons/migrator.php:2128, src/admin.php:737
2370
  msgid "Send"
2371
  msgstr "Send"
2372
 
2373
+ #: src/addons/migrator.php:2122, src/admin.php:728
2374
  msgid "Send to site:"
2375
  msgstr "Send til site:"
2376
 
2435
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
2436
  msgstr "En \"flytning\" er i sidste ende det samme som en restaurering - men benytter backup arkiver, som du importerer fra et andet site."
2437
 
2438
+ #: src/admin.php:726
2439
  msgid "Resetting..."
2440
  msgstr "Nulstiller..."
2441
 
2442
+ #: src/addons/migrator.php:2431, src/admin.php:725
2443
  msgid "Add site"
2444
  msgstr "Tilføj site"
2445
 
2446
+ #: src/admin.php:724
2447
  msgid "Adding..."
2448
  msgstr "Tilføjer..."
2449
 
2479
  msgid "To restore using any of the backup sets below, press the button."
2480
  msgstr "Hvis du vil gendanne ved at bruge et af backup-sættene nedenfor, skal du trykke på knappen."
2481
 
2482
+ #: src/admin.php:716, src/admin.php:742, src/admin.php:743
2483
  msgid "You have made changes to your settings, and not saved."
2484
  msgstr "Du har ændret dine indstillinger, men har ikke gemt."
2485
 
2486
+ #: src/addons/onedrive.php:1164
2487
  msgid "N.B. %s is not case-sensitive."
2488
  msgstr "N.B. %s skelner ikke mellem store og små bogstaver."
2489
 
2490
+ #: src/addons/onedrive.php:1154
2491
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2492
  msgstr "Hvis OneDrive senere viser meddelelsen \"unauthorized_client\", så har du ikke indtastet en gyldig klient-id her."
2493
 
2494
  #: src/addons/azure.php:599, src/addons/migrator.php:1941,
2495
+ #: src/addons/onedrive.php:1127
2496
  msgid "For longer help, including screenshots, follow this link."
2497
  msgstr "Følg dette link for mere uddybende hjælp, der blandt andet indkluderer skærmbilleder."
2498
 
2499
+ #: src/addons/onedrive.php:1120
2500
  msgid "Create OneDrive credentials in your OneDrive developer console."
2501
  msgstr "Opret OneDrive legimitation i din OneDrive udviklerkonsol."
2502
 
2503
+ #: src/addons/onedrive.php:1112
2504
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2505
  msgstr "Du skal tilføje følgende som den autoriserede redirect URI i din OneDrive konsol (under \"API Indstillinger\"), når du bliver spurgt"
2506
 
2508
  msgid "Microsoft Azure is not compatible with sites hosted on a localhost or 127.0.0.1 URL - their developer console forbids these (current URL is: %s)."
2509
  msgstr "Microsoft Azure er ikke kompatibel med sites, som hostes på en lokal host eller 127.0.0.1 URL - deres udviklerkonsol forbyder disse (aktuelle URL er: %s)."
2510
 
2511
+ #: src/addons/onedrive.php:1076, src/addons/onedrive.php:1078
2512
  msgid "%s authorisation failed:"
2513
  msgstr "%s godkendelse mislykkedes:"
2514
 
2515
+ #: src/addons/onedrive.php:921, src/addons/onedrive.php:1153,
2516
+ #: src/addons/onedrive.php:1157
2517
  msgid "OneDrive"
2518
  msgstr "OneDrive"
2519
 
2520
+ #: src/addons/onedrive.php:709
2521
  msgid "Please re-authorize the connection to your %s account."
2522
  msgstr "Godkend igen forbindelsen til din %s konto."
2523
 
2525
  msgid "configure it here"
2526
  msgstr "konfigurer her"
2527
 
2528
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680
2529
  msgid "To remove the block, please go here."
2530
  msgstr "Klik her for at fjerne block'en."
2531
 
2682
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2683
  msgstr "UpdraftPlus nyheder, høj kvalitet undervisningsmaterialer til WordPress udviklere og site-ejere, og generelle WordPress nyheder. Du kan afmelde abonnement på hvilket som helst tidspunkt."
2684
 
2685
+ #: src/addons/onedrive.php:678, src/addons/onedrive.php:702,
2686
  #: src/methods/updraftvault.php:680, src/udaddons/updraftplus-addons.php:873,
2687
  #: src/udaddons/updraftplus-addons.php:887
2688
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2689
  msgstr "Dette sker ofte, hvis du deler server med en hacked webside som har været brugt i et tidligere angreb."
2690
 
2691
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2692
  #: src/udaddons/updraftplus-addons.php:887
2693
  msgid "It appears that your web server's IP Address (%s) is blocked."
2694
  msgstr "Det ser ud til at din web server's IP addresse (%s) er blokeret."
2695
 
2696
+ #: src/addons/onedrive.php:702, src/methods/updraftvault.php:680,
2697
  #: src/udaddons/updraftplus-addons.php:887
2698
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2699
  msgstr "UpdraftPlus.com har svaret med 'Adgang nægtet'."
2737
  msgid "(at same time as files backup)"
2738
  msgstr "(samtidigt, som der tages backup af filerne)"
2739
 
2740
+ #: src/admin.php:3449
2741
  msgid "No backup has been completed"
2742
  msgstr "Ingen backup er fuldført."
2743
 
2780
  msgid "or"
2781
  msgstr "eller"
2782
 
2783
+ #: src/admin.php:710
2784
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2785
  msgstr "Du valgte ikke nogen komponenter til genoprettelse. Vælg mindst én, og prøv derefter igen."
2786
 
2811
  msgid "Check this box to have a basic report sent to"
2812
  msgstr "Markér dette felt for at få en grundlæggende rapport sendt til"
2813
 
2814
+ #: src/admin.php:3463
2815
  msgctxt "i.e. Non-automatic"
2816
  msgid "Manual"
2817
  msgstr "Manual"
2829
  msgid "Any other file/directory on your server that you wish to back up"
2830
  msgstr "Enhver anden fil/mappe på din server, som du ønsker at sikkerhedskopiere"
2831
 
2832
+ #: src/admin.php:2550
2833
  msgid "For even more features and personal support, check out "
2834
  msgstr "For endnu flere funktioner og personlig support, tjek"
2835
 
2838
  msgstr "Database dekryptering sætning"
2839
 
2840
  #: src/addons/autobackup.php:143, src/addons/autobackup.php:1007,
2841
+ #: src/admin.php:715
2842
  msgid "Automatic backup before update"
2843
  msgstr "Automatisk backup inden opdatering"
2844
 
2923
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2924
  msgstr "Bemærk, at efter du har modtaget dine tilføjelser, kan du fjerne dit password (men ikke e-mail-adresse) fra indstillingerne nedenfor, uden at påvirke dette sites adgang til opdateringer."
2925
 
2926
+ #: src/admin.php:2992, src/admin.php:4092
2927
  msgid "View Log"
2928
  msgstr "Se loggen"
2929
 
2940
  msgid "and retain this many scheduled backups"
2941
  msgstr "og fastholde så mange planlagte backups"
2942
 
2943
+ #: src/admin.php:3419
2944
  msgid "incremental backup; base backup: %s"
2945
  msgstr "trinvis sikkerhedskopi; basis backup: %s"
2946
 
2952
  msgid "Upload files into UpdraftPlus."
2953
  msgstr "Upload filer til UpdraftPlus."
2954
 
2955
+ #: src/admin.php:964, src/includes/class-commands.php:398,
2956
  #: src/templates/wp-admin/settings/tab-status.php:22
2957
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2958
  msgstr "\"Backup Nu\"-knappen er deaktiveret, da din backup mappe er ikke skrivbar (gå til fanen \"Indstillinger\", og find den relevante mulighed)."
2959
 
2960
+ #: src/class-updraftplus.php:4288
2961
  msgid "Backup label:"
2962
  msgstr "Backup etiket:"
2963
 
2964
+ #: src/addons/backblaze.php:205, src/admin.php:2061
2965
  msgid "Error: unexpected file read fail"
2966
  msgstr "Fejl: Uventet fejl ved læsning af fil"
2967
 
3001
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
3002
  msgstr "For at fortsætte, så tryk på 'Backup Nu' og derefter se 'Sidste Log Besked' feltet for aktivitet."
3003
 
3004
+ #: src/class-updraftplus.php:4307
3005
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
3006
  msgstr "Hvis du ønsker at genskabe en multisite backup, så skal du først sætte din WordPress op som en multisite installation."
3007
 
3008
+ #: src/class-updraftplus.php:4307
3009
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
3010
  msgstr "Din backup er fra en WordPress multisite installation; men det er denne side ikke. Det er kun den første side som vil være tilgængelig."
3011
 
3042
  msgid "You need to connect to receive future updates to UpdraftPlus."
3043
  msgstr "Du er nødt til at modtage fremtidige opdateringer UpdraftPlus."
3044
 
3045
+ #: src/class-updraftplus.php:4280
3046
  msgid "Any support requests to do with %s should be raised with your web hosting company."
3047
  msgstr "Eventuelle support anmodninger som har med %s at gøre bør løses med dit web-hosting firma."
3048
 
3049
+ #: src/class-updraftplus.php:4280
3050
  msgid "You should only proceed if you cannot update the current server and are confident (or willing to risk) that your plugins/themes/etc. are compatible with the older %s version."
3051
  msgstr "Du bør kun fortsætte, hvis du ikke kan opdatere den aktuelle server og er overbeviste om (eller villig til at forsøge om), at dine plugins/temaer/osv. er kompatible med den ældre %s version."
3052
 
3053
+ #: src/class-updraftplus.php:4280
3054
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
3055
  msgstr "Denne er markant nyere end den serverversion, som du nu ønsker at gendanne på (version %s)."
3056
 
3057
+ #: src/class-updraftplus.php:4280
3058
  msgid "The site in this backup was running on a webserver with version %s of %s. "
3059
  msgstr "Siden i denne backup blev lavet på en webserver med version %s af %s."
3060
 
3083
  msgid "UpdraftPlus is on social media - check us out!"
3084
  msgstr "UpdraftPlus er på sociale medier - tjek os ud!"
3085
 
3086
+ #: src/admin.php:4267
3087
  msgid "Why am I seeing this?"
3088
  msgstr "Hvorfor ser jeg dette?"
3089
 
3095
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
3096
  msgstr "Klik her for at se i din UpdraftPlus mappe (på dit webhotel) efter nye backups som du har uploadet."
3097
 
3098
+ #: src/admin.php:2000, src/admin.php:2012, src/includes/class-commands.php:762
3099
  msgid "Start backup"
3100
  msgstr "Start backup"
3101
 
3102
+ #: src/class-updraftplus.php:4251, src/restorer.php:1055
3103
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
3104
  msgstr "Du bruger %s webserver, men den lader ikke til at have %s modulet indlæst."
3105
 
3106
+ #: src/admin.php:3317
3107
  msgid "You will need to consult with your web hosting provider to find out how to set permissions for a WordPress plugin to write to the directory."
3108
  msgstr "Du er nødt til at kontakte din hostingudbyder for at finde ud af, hvordan du skal angive tilladelser for et WordPress plugin for at det kan skrive til mappen."
3109
 
3111
  msgid "Unless you have a problem, you can completely ignore everything here."
3112
  msgstr "Med mindre du har problemmer, kan du bare ignorere alt her."
3113
 
3114
+ #: src/admin.php:2236
3115
  msgid "This file could not be uploaded"
3116
  msgstr "Denne fil kunne ikke blive uploadet"
3117
 
3118
+ #: src/admin.php:2199
3119
  msgid "You will find more information about this in the Settings section."
3120
  msgstr "Du kan finde mere information om dette i afsnittet Indstillinger."
3121
 
3135
  msgid "Memory limit"
3136
  msgstr "hukommelsesgrænse"
3137
 
3138
+ #: src/class-updraftplus.php:4721, src/restorer.php:1608
3139
  msgid "restoration"
3140
  msgstr "genoprettelse"
3141
 
3159
  msgid "Backup succeeded"
3160
  msgstr "Backup lykkedes"
3161
 
3162
+ #: src/admin.php:3464, src/admin.php:3465, src/admin.php:3466,
3163
  #: src/updraftplus.php:99, src/updraftplus.php:100
3164
  msgid "Every %s hours"
3165
  msgstr "Hver %s time"
3214
  msgid "N.B. If you install UpdraftPlus on several WordPress sites, then you cannot re-use your project; you must create a new one from your Google API console for each site."
3215
  msgstr "P.S. Hvis du installerer UpdraftPlus på flere WordPress-sider, kan du ikke genbruge dine projekter; du må oprette et ny ud fra din Google API konsol for hver side."
3216
 
3217
+ #: src/admin.php:3820
3218
  msgid "You have not yet made any backups."
3219
  msgstr "Du har endnu ikke oprettet nogle backups."
3220
 
3234
  msgid "Free disk space in account:"
3235
  msgstr "Ledig diskplads på konto:"
3236
 
3237
+ #: src/admin.php:4903, src/templates/wp-admin/settings/tab-status.php:27
3238
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
3239
  msgstr "Denne knap er deaktiveret fordi dit backup-arkiv ikke er skrivbart (se indstillingerne)."
3240
 
3241
+ #: src/admin.php:540, src/admin.php:683, src/admin.php:1848,
3242
  #: src/includes/deprecated-actions.php:29,
3243
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:21,
3244
  #: src/templates/wp-admin/settings/tab-bar.php:6
3249
  msgid "Current Status"
3250
  msgstr "Nuværende status"
3251
 
3252
+ #: src/admin.php:969
3253
  msgid "To change any of the default settings of what is backed up, to configure scheduled backups, to send your backups to remote storage (recommended), and more, go to the settings tab."
3254
  msgstr "For at ændre standardinstillingerne for, hvad der skal tages backup af - for at indstille planlagte backups - for at sende dine backups til fjernlager (anbefales) - og mere - Gå til indstillingsfanen."
3255
 
3256
+ #: src/admin.php:969
3257
  msgid "To make a backup, just press the Backup Now button."
3258
  msgstr "Klik på Backup Nu knappen for at skabe en backup."
3259
 
3260
+ #: src/admin.php:969
3261
  msgid "Welcome to UpdraftPlus!"
3262
  msgstr "Velkommen til UpdraftPlus!"
3263
 
3329
  msgid "user"
3330
  msgstr "bruger"
3331
 
3332
+ #: src/class-updraftplus.php:1866
3333
  msgid "External database (%s)"
3334
  msgstr "Ekstern database (%s)"
3335
 
3341
  msgid "failed to access parent folder"
3342
  msgstr "adgang til den overliggende mappe mislykkedes"
3343
 
3344
+ #: src/addons/googlecloud.php:698, src/addons/onedrive.php:889,
3345
+ #: src/addons/onedrive.php:900, src/methods/googledrive.php:434,
3346
  #: src/methods/googledrive.php:447
3347
  msgid "However, subsequent access attempts failed:"
3348
  msgstr "Dog mislykkede adgangsforsøget efterfølgende:"
3349
 
3350
+ #: src/addons/wp-cli.php:394, src/admin.php:3845
3351
  msgid "External database"
3352
  msgstr "Ekstern database"
3353
 
3379
  msgid "use UpdraftPlus Premium"
3380
  msgstr "brug UpdraftPlus Premium"
3381
 
3382
+ #: src/class-updraftplus.php:4131
3383
  msgid "Decryption failed. The database file is encrypted."
3384
  msgstr "Dekryptering mislykkedes. Databasefilen er krypteret."
3385
 
3409
  msgstr "Sti-navne i %s understøtter kun små bogstaver."
3410
 
3411
  #: src/addons/azure.php:632, src/addons/google-enhanced.php:76,
3412
+ #: src/addons/onedrive.php:1164
3413
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
3414
  msgstr "Hvis feltet står tomt, vil backup'en placeres i roden af din %s"
3415
 
3416
  #: src/addons/google-enhanced.php:76, src/addons/googlecloud.php:1033,
3417
+ #: src/addons/onedrive.php:1164
3418
  msgid "e.g. %s"
3419
  msgstr "f.eks. %s"
3420
 
3421
+ #: src/addons/google-enhanced.php:76, src/addons/onedrive.php:1164
3422
  msgid "Enter the path of the %s folder you wish to use here."
3423
  msgstr "Her angives stien til %s mappen du ønsker at bruge."
3424
 
3434
  msgid "Tenant"
3435
  msgstr "Lejer"
3436
 
3437
+ #: src/admin.php:4586, src/methods/openstack2.php:144,
3438
+ #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
3439
  msgid "Follow this link for more information"
3440
  msgstr "Klik på linket for mere information."
3441
 
3471
  msgid "<strong>After</strong> you have saved your settings (by clicking 'Save Changes' below), then come back here once and click this link to complete authentication with %s."
3472
  msgstr "<strong>Efter</strong> du har gemt dine indstillinger (ved at klikke på 'Gem ændringer' nedenfor), skal du vende tilbage hertil og klikke på dette link for at færdiggøre godkendelse med %s."
3473
 
3474
+ #: src/addons/onedrive.php:1177, src/methods/dropbox.php:612
3475
  msgid "(You appear to be already authenticated)."
3476
  msgstr "(Du er allerede godkendt)."
3477
 
3479
  msgid "Dropbox"
3480
  msgstr "Dropbox"
3481
 
3482
+ #: src/addons/onedrive.php:1170, src/methods/dropbox.php:608
3483
  msgid "Authenticate with %s"
3484
  msgstr "Godkend med %s"
3485
 
3510
  msgid "%s error - failed to access the container"
3511
  msgstr "%s fejl - Adgang til containeren mislykkedes"
3512
 
3513
+ #: src/addons/googlecloud.php:1102, src/addons/onedrive.php:1212,
3514
  #: src/methods/dropbox.php:665, src/methods/googledrive.php:1278
3515
  msgid "Account holder's name: %s."
3516
  msgstr "Kontoindehavers navn: %s."
3527
  msgid "<strong>This is NOT a folder name</strong>."
3528
  msgstr "<strong>Dette er IKKE et mappenavn</strong>."
3529
 
3530
+ #: src/addons/google-enhanced.php:74, src/addons/onedrive.php:1162,
3531
  #: src/methods/googledrive.php:1237, src/methods/googledrive.php:1248
3532
  msgid "Folder"
3533
  msgstr "Mappe"
3534
 
3535
+ #: src/addons/googlecloud.php:296, src/addons/onedrive.php:438,
3536
  #: src/methods/googledrive.php:1152
3537
  msgid "%s download: failed: file not found"
3538
  msgstr "%s download: Mislykkedes: Filen blev ikke fundet"
3576
  msgid "Failed to unpack the archive"
3577
  msgstr "Kunne ikke udpakke arkivet."
3578
 
3579
+ #: src/class-updraftplus.php:1390
3580
  msgid "Error - failed to download the file"
3581
  msgstr "Fejl - Kunne ikke downloade filen"
3582
 
3600
  msgid "password/key"
3601
  msgstr "password/nøgle"
3602
 
3603
+ #: src/addons/migrator.php:2450, src/addons/sftp.php:451, src/admin.php:731,
3604
+ #: src/admin.php:5192
3605
  msgid "Key"
3606
  msgstr "Nøgle"
3607
 
3617
  msgid "SCP/SFTP password/key"
3618
  msgstr "SCP/SFTP password/nøgle"
3619
 
3620
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3621
  msgid "Files backup (created by %s)"
3622
  msgstr "Fil-backup (lavet af %s)"
3623
 
3624
+ #: src/addons/wp-cli.php:406, src/admin.php:3889
3625
  msgid "Files and database WordPress backup (created by %s)"
3626
  msgstr "Filer og database WordPress backup (lavet af %s)"
3627
 
3628
+ #: src/addons/importer.php:276, src/admin.php:3883,
3629
  #: src/includes/class-backup-history.php:349
3630
  msgid "Backup created by: %s."
3631
  msgstr "Backup lavet af: %s."
3632
 
3633
+ #: src/addons/wp-cli.php:388, src/admin.php:3843
3634
  msgid "Database (created by %s)"
3635
  msgstr "Database (oprettet af %s)"
3636
 
3637
+ #: src/addons/wp-cli.php:386, src/admin.php:3837, src/admin.php:3885
3638
  msgid "unknown source"
3639
  msgstr "ukendt kilde"
3640
 
3646
  msgid "Upload backup files"
3647
  msgstr "Upload backup filer"
3648
 
3649
+ #: src/admin.php:2251
3650
  msgid "This backup was created by %s, and can be imported."
3651
  msgstr "Denne backup blev lavet af %s og kan importeres."
3652
 
3653
+ #: src/admin.php:998
3654
  msgid "Read this page for a guide to possible causes and how to fix it."
3655
  msgstr "Læs denne side for en guide til mulige årsager og løsningsforslag."
3656
 
3657
+ #: src/admin.php:998
3658
  msgid "WordPress has a number (%d) of scheduled tasks which are overdue. Unless this is a development site, this probably means that the scheduler in your WordPress install is not working."
3659
  msgstr "WordPress har et antal (%d) planlagte opgaver, som skulle have være udført. Med mindre dette er et udviklingssite, tyder det på, at planlægningsdelen i din WordPress installation ikke fungerer korrekt."
3660
 
3671
  msgid "This file does not appear to be an UpdraftPlus backup archive (such files are .zip or .gz files which have a name like: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3672
  msgstr "Denne fil er tilsyneladende ikke et UpdraftPlus backup arkiv (som skal være .zip eller .gz filer med et navn som: backup_(tidspunkt)_(site navn)_(kode)_(type).(zip/gz))."
3673
 
3674
+ #: src/admin.php:3886, src/includes/class-wpadmin-commands.php:152,
3675
  #: src/restorer.php:1577
3676
  msgid "Backup created by unknown source (%s) - cannot be restored."
3677
  msgstr "Backup skabt af ukendt kilde (%s) - Kan ikke genskabes."
3731
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3732
  msgstr "Se her for mere information og e-mails om backup-processen - Nyttigt, hvis noget går galt."
3733
 
3734
+ #: src/addons/morefiles.php:468, src/admin.php:3568
3735
  msgid "If entering multiple files/directories, then separate them with commas. For entities at the top level, you can use a * at the start or end of the entry as a wildcard."
3736
  msgstr "Ved angivelse af flere filer/arkiver skal de adskilles med kommaer. Ved enheder på top niveau kan du bruge et * før eller efter det indtastede. "
3737
 
3738
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330,
3739
  #: src/restorer.php:1608
3740
  msgid "Your hosting company must enable these functions before %s can work."
3741
  msgstr "Din hosting udbyder skal slå disse funktioner til inden %s kan virke."
3742
 
3743
+ #: src/class-updraftplus.php:4721, src/methods/ftp.php:330
3744
  msgid "Your web server's PHP installation has these functions disabled: %s."
3745
  msgstr "Din webservers PHP installation har slået disse funktioner fra: %s."
3746
 
3810
  msgid "Dismiss from main dashboard (for %s weeks)"
3811
  msgstr "Afvis fra hovedoversigten (i %s uger)"
3812
 
3813
+ #: src/class-updraftplus.php:4771
3814
  msgid "The attempt to undo the double-compression succeeded."
3815
  msgstr "Forsøg på at rette dobbelt-kompresionen lykkedes."
3816
 
3817
+ #: src/class-updraftplus.php:4748, src/class-updraftplus.php:4769
3818
  msgid "The attempt to undo the double-compression failed."
3819
  msgstr "Forsøg på at rette dobbelt-kompresionen mislykkedes."
3820
 
3821
+ #: src/class-updraftplus.php:4741
3822
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3823
  msgstr "Det ser ud til, at filerne i databasen er blevet komprimeret to gange - Måske har siden, du har downloaded dem fra, en forkert konfigureret webserver."
3824
 
3842
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3843
  msgstr "Bemærk at advarslerne er vejledende - Backup processen stopper ikke p.g.a. dem. De giver information, som du kan finde brugbar, eller de kan indikere kilden til et problem, hvis backup'en ikke lykkedes."
3844
 
3845
+ #: src/addons/onedrive.php:100, src/methods/dropbox.php:267
3846
  msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded has %d bytes remaining (total size: %d bytes)"
3847
  msgstr "Kontoen er brugt op: Din %s konto har kun %d bytes tilbage, men filen, der skal oploades har %d bytes tilbage (total størrelse: %d bytes)"
3848
 
3851
  msgid "Errors occurred:"
3852
  msgstr "Fejl opstod:"
3853
 
3854
+ #: src/admin.php:4286
3855
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3856
  msgstr "Følg dette link for at downloade log-filen for denne genoprettelse (nødvendig for enhver henvendelse til support)."
3857
 
3875
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3876
  msgstr "Der findes ikke slettede mapper fra en tidligere genskabelse (venligst anvend \"Slet gamle arkiver\" knappen for at slette dem inden næste forsøg): %s"
3877
 
3878
+ #: src/admin.php:973, src/class-updraftplus.php:875
3879
  msgid "The amount of time allowed for WordPress plugins to run is very low (%s seconds) - you should increase it to avoid backup failures due to time-outs (consult your web hosting company for more help - it is the max_execution_time PHP setting; the recommended value is %s seconds or more)"
3880
  msgstr "Grænsen for kørsel af WordPress plugins er meget lav (%s sekunder) - Du bør hæve grænsen for at undgå backup-fejl på grund af time-outs (rådfør dig med din web-udbyder for mere hjælp angående max_execution_time PHP indstillingen. Den anbefalede værdig er %s sekunder eller mere)"
3881
 
3888
  msgid "The %s connection timed out; if you entered the server correctly, then this is usually caused by a firewall blocking the connection - you should check with your web hosting company."
3889
  msgstr "%s forbindelsen udløb. Hvis du angav serveren korrekt, skyldes dette normalt at en firewall blokerer forbindelsen. Du bør tjekke dette med din web-udbyder."
3890
 
3891
+ #: src/addons/moredatabase.php:137, src/admin.php:1592
3892
  msgid "Messages:"
3893
  msgstr "Beskeder:"
3894
 
4049
  msgid "Authorisation failed (check your credentials)"
4050
  msgstr "Autorisation mislykkedes (tjek dine personlige oplysninger)"
4051
 
4052
+ #: src/includes/class-commands.php:725, src/methods/updraftvault.php:630,
4053
  #: src/udaddons/options.php:257
4054
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
4055
  msgstr "En ukendt fejl opstod ved forsøg på forbindelse til UpdraftPlus.com"
4056
 
4057
+ #: src/admin.php:708, src/central/bootstrap.php:561
4058
  msgid "Create"
4059
  msgstr "Opret"
4060
 
4066
  msgid "The new user's RackSpace console password is (this will not be shown again):"
4067
  msgstr "Den nye brugers RackSpace konsol password er (dette vil ikke blive vist igen):"
4068
 
4069
+ #: src/admin.php:680, src/admin.php:4584
4070
  msgid "Error data:"
4071
  msgstr "Fejldata:"
4072
 
4073
+ #: src/admin.php:4238
4074
  msgid "Backup does not exist in the backup history"
4075
  msgstr "Backup eksisterer ikke i backup-historie"
4076
 
4077
+ #: src/admin.php:2927
4078
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
4079
  msgstr "Din WordPres installation har gamle arkiver fra tiden inden du genoprettede/flyttede (teknisk information: disse filer slutter med -old). Du bør klikke på denne knap, når du er sikker på at din tidligere handling virker."
4080
 
4114
  msgid "Email reports"
4115
  msgstr "E-mail rapporter"
4116
 
4117
+ #: src/class-updraftplus.php:1874, src/class-updraftplus.php:1879
4118
  msgid "%s checksum: %s"
4119
  msgstr "%s checksum: %s"
4120
 
4121
+ #: src/class-updraftplus.php:1847, src/class-updraftplus.php:1849
4122
  msgid "files: %s"
4123
  msgstr "filer: %s"
4124
 
4130
  msgid "Debugging information"
4131
  msgstr "Information om rens af filer"
4132
 
4133
+ #: src/addons/reporting.php:222, src/admin.php:3776
4134
  msgid "Uploaded to:"
4135
  msgstr "Uploaded til:"
4136
 
4171
  msgid "%d errors, %d warnings"
4172
  msgstr "%d fejl, %d advarsler"
4173
 
4174
+ #: src/addons/onedrive.php:846, src/methods/dropbox.php:750,
4175
  #: src/methods/dropbox.php:772
4176
  msgid "%s authentication"
4177
  msgstr "%s godkendelse"
4178
 
4179
+ #: src/addons/onedrive.php:846, src/class-updraftplus.php:535,
4180
  #: src/methods/dropbox.php:240, src/methods/dropbox.php:750,
4181
  #: src/methods/dropbox.php:772, src/methods/dropbox.php:787,
4182
  #: src/methods/dropbox.php:800, src/methods/dropbox.php:943
4203
  msgid "Your site's admin email address (%s) will be used."
4204
  msgstr "Din sides admin e-mail adresse (%s) vil blive brugt."
4205
 
4206
+ #: src/admin.php:718, src/admin.php:2729, src/methods/updraftvault.php:319,
4207
  #: src/methods/updraftvault.php:362
4208
  msgid "Connect"
4209
  msgstr "Tilslut"
4212
  msgid "For more reporting features, use the Reporting add-on."
4213
  msgstr "For udvidede muligheder for fejlrapportering, brug da Reporting add-on, "
4214
 
4215
+ #: src/class-updraftplus.php:4212
4216
  msgid "(version: %s)"
4217
  msgstr "(version: %s)"
4218
 
4352
  msgid "Reporting"
4353
  msgstr "Rapportering"
4354
 
4355
+ #: src/admin.php:5189
4356
  msgid "Options (raw)"
4357
  msgstr "Muligheder (raw)"
4358
 
4372
  msgid "See also the \"More Files\" add-on from our shop."
4373
  msgstr "Se også \"Flere filer\"-tilføjelsen i vores shop."
4374
 
4375
+ #: src/backup.php:3359, src/class-updraftplus.php:888
4376
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4377
  msgstr "Din ledige plads på din hosting-konto er meget lille - kun %s Mb tilbage"
4378
 
4379
+ #: src/class-updraftplus.php:872
4380
  msgid "The amount of memory (RAM) allowed for PHP is very low (%s Mb) - you should increase it to avoid failures due to insufficient memory (consult your web hosting company for more help)"
4381
  msgstr "Mængden af hukommelse (RAM) tilladt til PHP er meget lav (%s Mb) - Du bør udvide hukommelsen p.g.a. for lidt hukommelse (kontakt din webhosting-udbyder for mere hjælp)"
4382
 
4452
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4453
  msgstr "Du er i øjeblikket <strong>forbundet</strong> til en UpdraftPlus.Com konto."
4454
 
4455
+ #: src/admin.php:2727
4456
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4457
  msgstr "Interesseret i at vide mere om UpdraftPlus.Com password sikkerhed? Læs mere her."
4458
 
4520
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4521
  msgstr "Genskabelsen er startet. Tryk ikke på stop, og luk ikke browseren før der meldes om, at processen er færdig."
4522
 
4523
+ #: src/addons/wp-cli.php:95, src/admin.php:663
4524
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4525
  msgstr "Hvis du fravælger både databasen og filerne, har du fravalgt alt!"
4526
 
4549
  msgid "You can send a backup to more than one destination with an add-on."
4550
  msgstr "Du kan sende en backup til mere end én destination ved hjælp af et tilføjelsesprogram."
4551
 
4552
+ #: src/admin.php:3150
4553
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4554
  msgstr "Note: Tidslinjen nedenfor er baseret på stadier, IKKE tid. Stop ikke backup'en kun på grund af, at den tilsyneladende har stået på det samme sted i et stykke tid - dette er normalt."
4555
 
4556
+ #: src/admin.php:3049
4557
  msgid "(%s%%, file %s of %s)"
4558
  msgstr "(%s%%, file %s of %s)"
4559
 
4590
  msgid "Backup is of: %s."
4591
  msgstr "Backup er: %s."
4592
 
4593
+ #: src/admin.php:757
4594
  msgid "%s settings test result:"
4595
  msgstr "%s indstillinger test resultat:"
4596
 
4597
+ #: src/admin.php:3951, src/admin.php:3953
4598
  msgid "(Not finished)"
4599
  msgstr "(Ikke færdig)"
4600
 
4601
+ #: src/admin.php:3953
4602
  msgid "If you are seeing more backups than you expect, then it is probably because the deletion of old backup sets does not happen until a fresh backup completes."
4603
  msgstr "Hvis du ser flere backup's, end du havde forventet, er det sikkert på grund af, at sletning af gamle backup sæt ikke sker, før en ny backup er færdig."
4604
 
4610
  msgid "This is where UpdraftPlus will write the zip files it creates initially. This directory must be writable by your web server. It is relative to your content directory (which by default is called wp-content)."
4611
  msgstr "Dette er, hvor UpdraftPlus vil skrive zip-filerne indledningsvis. Dette arkiv må være skrivbare for din web-server. Dette relaterer til dit indholdsarkiv (der som standard kaldes wp-content)."
4612
 
4613
+ #: src/admin.php:3145
4614
  msgid "Job ID: %s"
4615
  msgstr "Job ID: %s"
4616
 
4617
+ #: src/admin.php:3130
4618
  msgid "last activity: %ss ago"
4619
  msgstr "Seneste aktivitet: for %ss siden"
4620
 
4621
+ #: src/admin.php:3129
4622
  msgid "next resumption: %d (after %ss)"
4623
  msgstr "Gentages næste gang: %d (after %ss)"
4624
 
4625
+ #: src/admin.php:3112, src/central/bootstrap.php:443,
4626
+ #: src/central/bootstrap.php:450, src/methods/updraftvault.php:410,
4627
  #: src/methods/updraftvault.php:444, src/methods/updraftvault.php:529
4628
  msgid "Unknown"
4629
  msgstr "Ukendt"
4630
 
4631
+ #: src/admin.php:3063
4632
  msgid "Backup finished"
4633
  msgstr "Backup er færdig"
4634
 
4635
+ #: src/admin.php:3058
4636
  msgid "Waiting until scheduled time to retry because of errors"
4637
  msgstr "Afventer planlagt kørsel før næste forsøg pga. fejl"
4638
 
4639
+ #: src/admin.php:3054
4640
  msgid "Pruning old backup sets"
4641
  msgstr "Nedbringer antal gamle backup-sæt"
4642
 
4643
+ #: src/admin.php:3042
4644
  msgid "Uploading files to remote storage"
4645
  msgstr "Uploader filer til fjernlager"
4646
 
4647
+ #: src/admin.php:3110
4648
  msgid "Encrypted database"
4649
  msgstr "Krypteret database"
4650
 
4651
+ #: src/admin.php:3102
4652
  msgid "Encrypting database"
4653
  msgstr "Krypterer database"
4654
 
4655
+ #: src/admin.php:3076
4656
  msgid "Created database backup"
4657
  msgstr "Oprettet database backup"
4658
 
4659
+ #: src/admin.php:3089
4660
  msgid "table: %s"
4661
  msgstr "tabel: %s"
4662
 
4663
+ #: src/admin.php:3087
4664
  msgid "Creating database backup"
4665
  msgstr "Opretter database backup"
4666
 
4667
+ #: src/admin.php:3037
4668
  msgid "Created file backup zips"
4669
  msgstr "Oprettede fil backup zips"
4670
 
4671
+ #: src/admin.php:3024
4672
  msgid "Creating file backup zips"
4673
  msgstr "Opretter fil backup zips"
4674
 
4675
+ #: src/admin.php:3019
4676
  msgid "Backup begun"
4677
  msgstr "Backup er startet"
4678
 
4679
+ #: src/admin.php:2852
4680
  msgid "Backups in progress:"
4681
  msgstr "Igangværende backups:"
4682
 
4683
+ #: src/admin.php:977
4684
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4685
  msgstr "Planlæggeren er disabled i dine WordPress indstillinger via DISABLE_WP_CRON. Ingen backup's kan køre (selv &quot;Backup Now&quot;), medmindre du manuelt har indstillet muligheden for at kontakte planlæggeren, eller indtil det er slået fra."
4686
 
4696
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4697
  msgstr "UpdraftPlus havde behov for at oprette en %s i dit indholdsarkiv, men mislykkedes - Venligst tjek dine rettigheder og giv adgang (%s)"
4698
 
4699
+ #: src/class-updraftplus.php:2969
4700
  msgid "The backup has not finished; a resumption is scheduled"
4701
  msgstr "Backup'en er ikke færdig; en genoptagelse er planlagt"
4702
 
4703
+ #: src/class-updraftplus.php:2152
4704
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4705
  msgstr "Dit website besøges kun sjældent og UpdraftPlus modtager ikke de forventede ressourcer. Læs venligst denne side:"
4706
 
4707
+ #: src/addons/onedrive.php:1017,
4708
  #: src/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4709
  msgid "The %s authentication could not go ahead, because something else on your site is breaking it. Try disabling your other plugins and switching to a default theme. (Specifically, you are looking for the component that sends output (most likely PHP warnings/errors) before the page begins. Turning off any debugging settings may also help)."
4710
  msgstr "%s godkendelsen kunne ikke fuldføres, fordi noget andet på dit site ødelægger den. Prøv at sætte plugins til passiv og skift til et standard tema. (Det, du leder efter, er de komponenter, der sender output (sandsynligvis PHP advarsler/fejl) inden siden starter op. At slå antivirus-indstillinger fra kan også hjælpe)."
4711
 
4712
+ #: src/admin.php:2577
4713
  msgid "Your PHP memory limit (set by your web hosting company) is very low. UpdraftPlus attempted to raise it but was unsuccessful. This plugin may struggle with a memory limit of less than 64 Mb - especially if you have very large files uploaded (though on the other hand, many sites will be successful with a 32Mb limit - your experience may vary)."
4714
  msgstr "Din PHP hukommelsesgrænse (bestemt af din web hosting udbyder) er meget lav. UpdraftPlus forsøgte uden held at øge denne grænse. Dette plugin har problemer med grænser mindre end 64 Mb - specielt hvis du har upload'et meget store filer (selv om mange sider vil fungere med en 32Mb grænse)."
4715
 
4716
+ #: src/addons/autobackup.php:1085, src/admin.php:711
4717
  msgid "Proceed with update"
4718
  msgstr "Fortsæt med opdateringen"
4719
 
4789
  msgid "Support"
4790
  msgstr "Support"
4791
 
4792
+ #: src/class-updraftplus.php:4520
4793
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4794
  msgstr "UpdraftPlus kunne ikke finde indstillinger for tabeller ved scanning af database backup'en."
4795
 
4796
+ #: src/class-updraftplus.php:4512
4797
  msgid "This database backup is missing core WordPress tables: %s"
4798
  msgstr "Denne database backup mangler WordPress tabeller: %s"
4799
 
4800
+ #: src/class-updraftplus.php:4273
4801
  msgid "You are importing from a newer version of WordPress (%s) into an older one (%s). There are no guarantees that WordPress can handle this."
4802
  msgstr "Du importerer fra en nyere version af WordPress (%s) til en ældre version (%s). Det kan ikke garanteres, at WordPress kan håndtere dette."
4803
 
4804
+ #: src/class-updraftplus.php:4272, src/class-updraftplus.php:4279
4805
  msgid "%s version: %s"
4806
  msgstr "%s version: %s"
4807
 
4808
+ #: src/class-updraftplus.php:4148
4809
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4810
  msgstr "Databasen er for lille til at være en godkendt WordPress database (størrelse: %s Kb)."
4811
 
4812
+ #: src/addons/autobackup.php:1053, src/admin.php:812,
4813
  #: src/includes/updraftplus-notices.php:171
4814
  msgid "Be safe with an automatic backup"
4815
  msgstr "Vær på den sikre side med en automatisk backup"
4816
 
4817
+ #: src/admin.php:2530
4818
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4819
  msgstr "Hvis du stadig kan læse denne tekst, efter siden er færdig med at loade, så er der et problem med JavaScrips eller jQuery på siden."
4820
 
4862
  msgid "Delete from your web server"
4863
  msgstr "Slet fra din webserver"
4864
 
4865
+ #: src/admin.php:3923
4866
  msgid "You appear to be missing one or more archives from this multi-archive set."
4867
  msgstr "Du mangler tilsyneladende et eller flere arkiver fra dette multi-arkiv sæt."
4868
 
4869
+ #: src/admin.php:3920
4870
  msgid "(%d archive(s) in set)."
4871
  msgstr "%d arkiv(er) i sæt)."
4872
 
4886
  msgid "Error: the server sent an empty response."
4887
  msgstr "Fejl: Serveren sendte et tomt svar. "
4888
 
4889
+ #: src/admin.php:2265
4890
  msgid "This looks like a file created by UpdraftPlus, but this install does not know about this type of object: %s. Perhaps you need to install an add-on?"
4891
  msgstr "Dette ligner en fil skabt af UpdraftPlus, men denne installation kender ikke til denne type objekt: %s. Måske skal du installere en add-on?"
4892
 
4922
  msgid "No such backup set exists"
4923
  msgstr "En sådan backup findes ikke"
4924
 
4925
+ #: src/admin.php:1394
4926
  msgid "The backup archive for this file could not be found. The remote storage method in use (%s) does not allow us to retrieve files. To perform any restoration using UpdraftPlus, you will need to obtain a copy of this file and place it inside UpdraftPlus's working folder"
4927
  msgstr "Backup-arkivet for denne fil kunne ikke findes. Den anvendte fjernlagermetode (%s) tillader os ikke at hente filerne. For at genskabe via UpdraftPlus, må du hente en kopi af denne fil og placere den i UpdraftPlus's arbejdsmappe."
4928
 
4938
  msgid "WordPress root directory server path: %s"
4939
  msgstr "Server-sti til WordPress rodmappen: %s"
4940
 
4941
+ #: src/methods/dreamobjects.php:100, src/methods/s3generic.php:104
4942
  msgid "%s end-point"
4943
  msgstr "%s end-point"
4944
 
4951
  msgid "S3 (Compatible)"
4952
  msgstr "S3 (Kompatibel)"
4953
 
4954
+ #: src/admin.php:1304
4955
  msgid "File is not locally present - needs retrieving from remote storage"
4956
  msgstr "Filen findes i øjeblikket ikke lokalt - Den skal hentes fra fjernlageret"
4957
 
4958
+ #: src/admin.php:4435
4959
  msgid "Looking for %s archive: file name: %s"
4960
  msgstr "Leder efter %s arkiv: filnavn: %s"
4961
 
4962
+ #: src/admin.php:4396
4963
  msgid "Final checks"
4964
  msgstr "Afsluttende kontrol"
4965
 
4971
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4972
  msgstr "Placér krypterede database-filer (db.gz.crypt filer) her for at uploade dem til afkryptering"
4973
 
4974
+ #: src/admin.php:3557
4975
  msgid "Your wp-content directory server path: %s"
4976
  msgstr "Din wp-content arkivserver sti: %s"
4977
 
4987
  msgid "Processing files - please wait..."
4988
  msgstr "Behandler filer - vent venligst..."
4989
 
 
 
 
 
 
4990
  #: src/templates/wp-admin/settings/downloading-and-restoring.php:27
4991
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4992
  msgstr "Din WordPress installation har et problem med at udlæse ekstra whitespace. Dette kan ødelægge backup's, som downloades herfra."
4993
 
4994
+ #: src/class-updraftplus.php:4156
4995
  msgid "Failed to open database file."
4996
  msgstr "Kunne ikke åbne database filen."
4997
 
4998
+ #: src/admin.php:5154
4999
  msgid "Known backups (raw)"
5000
  msgstr "Kendte backups (komplette)"
5001
 
5007
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
5008
  msgstr "Den ønskede table engine (%s) er ikke tilgængelig - Skifter til MylSAM."
5009
 
5010
+ #: src/admin.php:4455
5011
  msgid "file is size:"
5012
  msgstr "Filstørrelse:"
5013
 
5014
  #: src/addons/googlecloud.php:1028, src/addons/migrator.php:476,
5015
+ #: src/addons/migrator.php:479, src/addons/migrator.php:482, src/admin.php:977,
5016
+ #: src/admin.php:2535, src/backup.php:3366, src/class-updraftplus.php:4393,
5017
+ #: src/class-updraftplus.php:4393, src/updraftplus.php:156
5018
  msgid "Go here for more information."
5019
  msgstr "Find mere information her."
5020
 
5022
  msgid "Some files are still downloading or being processed - please wait."
5023
  msgstr "Nogle filer er stadig ved at downloade eller blive bearbejdet - Vent venligst."
5024
 
5025
+ #: src/class-updraftplus.php:4243, src/class-updraftplus.php:4263
5026
  msgid "This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work."
5027
  msgstr "Denne backup-pakke er fra en anden side - Dette er ikke en genskabelse, men en flytning. Du behøver Migrator add-on for at få dette til at fungere."
5028
 
5078
  msgid "%s error - failed to upload file"
5079
  msgstr "%s fejl - Kunne ikke uploade filen"
5080
 
5081
+ #: src/class-updraftplus.php:1279, src/methods/cloudfiles.php:211
5082
  msgid "%s error - failed to re-assemble chunks"
5083
  msgstr "%s fejl - kunne ikke genskabe stykkerne"
5084
 
5093
  msgstr "%s tilladelse fejlede"
5094
 
5095
  #: src/addons/googlecloud.php:438, src/addons/migrator.php:574,
5096
+ #: src/admin.php:2236, src/admin.php:2257, src/admin.php:2265,
5097
+ #: src/class-updraftplus.php:1024, src/class-updraftplus.php:1030,
5098
+ #: src/class-updraftplus.php:4129, src/class-updraftplus.php:4131,
5099
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4303,
5100
+ #: src/class-updraftplus.php:4372, src/methods/googledrive.php:395,
5101
  #: src/methods/s3.php:341
5102
  msgid "Error: %s"
5103
  msgstr "Fejl: %s"
5104
 
5105
+ #: src/admin.php:3482
5106
  msgid "Backup directory specified exists, but is <b>not</b> writable."
5107
  msgstr "Dette backup-arkiv eksisterer, men er <b>ikke</b> skrivbart."
5108
 
5109
+ #: src/admin.php:3480
5110
  msgid "Backup directory specified does <b>not</b> exist."
5111
  msgstr "Dette backup-arkiv eksisterer <b>ikke</b>."
5112
 
5113
+ #: src/admin.php:3157, src/admin.php:3431
5114
  msgid "Warning: %s"
5115
  msgstr "Advarsel: %s"
5116
 
5138
  msgid "Warnings encountered:"
5139
  msgstr "Fundne advarsler:"
5140
 
5141
+ #: src/class-updraftplus.php:2957
5142
  msgid "The backup apparently succeeded (with warnings) and is now complete"
5143
  msgstr "Backup'en ser ud til at være succesfuld (med advarsler) og er nu færdig"
5144
 
5145
+ #: src/class-updraftplus.php:901
5146
  msgid "Your free disk space is very low - only %s Mb remain"
5147
  msgstr "Din ledige diskplads er meget lille - Der er kun %s Mb tilbage"
5148
 
5194
  msgid "Please supply the requested information, and then continue."
5195
  msgstr "Venligst angiv den anmodede information og fortsæt derefter."
5196
 
5197
+ #: src/class-updraftplus.php:4314, src/restorer.php:1825
5198
  msgid "Site information:"
5199
  msgstr "Site information:"
5200
 
5202
  msgid "Your database user does not have permission to create tables. We will attempt to restore by simply emptying the tables; this should work as long as a) you are restoring from a WordPress version with the same database structure, and b) Your imported database does not contain any tables which are not already present on the importing site."
5203
  msgstr "Din database bruger har ikke tilladelse til at oprette tabeller. Vi vil forsøge at genskabe ved simpelthen af tømme tabellerne, hvilket skulle virke, hvis a) du genskaber fra en WordPress version med samme database struktur, og b) dine importerede databaser ikke indeholder tabeller, der ikke allerede findes på det importerede site."
5204
 
5205
+ #: src/admin.php:2530, src/class-updraftplus.php:4307, src/restorer.php:2196
5206
  msgid "Warning:"
5207
  msgstr "Advarsel:"
5208
 
5209
+ #: src/class-updraftplus.php:4296, src/class-updraftplus.php:4299,
5210
  #: src/restorer.php:184
5211
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
5212
  msgstr "Du arbejder via en WordPress multisite - men din backup er ikke af et multisite site."
5213
 
5214
+ #: src/admin.php:4423
5215
  msgid "Skipping restoration of WordPress core when importing a single site into a multisite installation. If you had anything necessary in your WordPress directory then you will need to re-add it manually from the zip file."
5216
  msgstr "Springer genskabelse af WordPress kerneværdier over, når der importeres et single site til en multisite installation. Hvis du havde noget vigtigt i dit WordPress arkiv, må du tilføje det manuelt fra zip-filen."
5217
 
5218
+ #: src/admin.php:3629, src/methods/updraftvault.php:306
5219
  msgid "Your web server's PHP installation does not included a <strong>required</strong> (for %s) module (%s). Please contact your web hosting provider's support and ask for them to enable it."
5220
  msgstr "Din web-servers PHP installation inkluderede ikke en <strong>nødvendig</strong> (for %s) modul (%s). Venligst kontakt din webhosting-udbyders support og bed dem om at muliggøre dette."
5221
 
5222
+ #: src/admin.php:712
5223
  msgid "Close"
5224
  msgstr "Luk"
5225
 
5270
  msgid "Also delete from remote storage"
5271
  msgstr "Slet også fra fjernlageret"
5272
 
5273
+ #: src/admin.php:2879
5274
  msgid "Latest UpdraftPlus.com news:"
5275
  msgstr "Seneste UpdraftPlus.com nyheder:"
5276
 
5287
  msgid "News"
5288
  msgstr "Nyheder"
5289
 
5290
+ #: src/admin.php:1644, src/includes/class-wpadmin-commands.php:492
5291
  msgid "Backup set not found"
5292
  msgstr "Bakup sæt ikke fundet"
5293
 
5309
  msgid "Blog link"
5310
  msgstr "Blog link"
5311
 
5312
+ #: src/admin.php:756
5313
  msgid "Testing %s Settings..."
5314
  msgstr "Tester %s indstillinger..."
5315
 
5317
  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."
5318
  msgstr "Eller, du kan placere dem manuelt i dit UpdraftPlus arkiv (normalt wp-indhold/updraft), f.eks. via FTP, og benyt så \"rescan\"-linket ovenfor."
5319
 
5320
+ #: src/admin.php:993
5321
  msgid "UpdraftPlus's debug mode is on. You may see debugging notices on this page not just from UpdraftPlus, but from any other plugin installed. Please try to make sure that the notice you are seeing is from UpdraftPlus before you raise a support request."
5322
  msgstr "UpdraftPlus's debug mode er slået til. Du vil muligvis få debugging beskeder på denne side, ikke kun fra UpdraftPlus, men fra alle andre plugins, der er installeret. Vær sikker på, at den viste besked er fra UpdraftPlus, inden du kontakter support."
5323
 
5324
+ #: src/admin.php:993
5325
  msgid "Notice"
5326
  msgstr "Meddelelse"
5327
 
5519
  msgid "WordPress Core"
5520
  msgstr "WordPress Core"
5521
 
5522
+ #: src/methods/addon-base-v2.php:311, src/methods/stream-base.php:375
5523
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5524
  msgstr "Fejl: Vi kunne ikke indsætte en fil i denne mappe - Venligst tjek dine tilladelser."
5525
 
5526
  #: src/addons/googlecloud.php:776, src/addons/googlecloud.php:810,
5527
+ #: src/addons/googlecloud.php:816, src/addons/sftp.php:538, src/admin.php:3213,
5528
+ #: src/admin.php:3248, src/admin.php:3257, src/methods/addon-base-v2.php:299,
5529
+ #: src/methods/stream-base.php:356
5530
  msgid "Failed"
5531
  msgstr "Mislykket"
5532
 
5581
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5582
  msgstr "Hvis du vil have kryptering (f.eks. ved lagring af følsomme data), er der en add-on er til rådighed."
5583
 
5584
+ #: src/addons/onedrive.php:883, src/methods/dropbox.php:818
5585
  msgid "Your %s account name: %s"
5586
  msgstr "Dit %s konto navn: %s"
5587
 
5745
  #: src/addons/moredatabase.php:82, src/addons/moredatabase.php:84,
5746
  #: src/addons/moredatabase.php:86, src/addons/sftp.php:507,
5747
  #: src/addons/sftp.php:511, src/addons/sftp.php:515, src/addons/webdav.php:253,
5748
+ #: src/admin.php:732, src/methods/addon-base-v2.php:291,
5749
  #: src/methods/cloudfiles-new.php:184, src/methods/cloudfiles-new.php:189,
5750
  #: src/methods/cloudfiles.php:519, src/methods/cloudfiles.php:524,
5751
  #: src/methods/ftp.php:412, src/methods/ftp.php:416,
5787
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5788
  msgstr "Få din API nøgle <a href=\"https://mycloud.rackspace.com/\"> fra din Rackspace Cloud konsol</a>(læs vejledningen <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">her</a>), og vælg herefter et mappenavn til brug for opbevaring. Mappen vil blive oprettet for dig, hvis den ikke allerede findes."
5789
 
5790
+ #: src/admin.php:755, src/methods/backup-module.php:315
5791
  msgid "Test %s Settings"
5792
  msgstr "Test %s indstillinger"
5793
 
5794
+ #: src/class-updraftplus.php:1322, src/class-updraftplus.php:1366,
5795
  #: src/methods/cloudfiles.php:383, src/methods/stream-base.php:297
5796
  msgid "Error opening local file: Failed to download"
5797
  msgstr "Fejl ved åbning af lokal fil: Kunne ikke downloade."
5808
  msgstr "%s Fejl: Upload mislykkedes."
5809
 
5810
  #: src/addons/googlecloud.php:201, src/addons/googlecloud.php:206,
5811
+ #: src/class-updraftplus.php:1164, src/methods/cloudfiles.php:130,
5812
  #: src/methods/googledrive.php:1026, src/methods/googledrive.php:1031
5813
  msgid "%s Error: Failed to open local file"
5814
  msgstr "%s Fejl: Kunne ikke åbne den lokale fil."
5829
  msgid "Authenticate with Google"
5830
  msgstr "Godkend med Google."
5831
 
5832
+ #: src/addons/googlecloud.php:1021, src/addons/onedrive.php:1157,
5833
  #: src/methods/googledrive.php:1226
5834
  msgid "Client Secret"
5835
  msgstr "Klient hemmelighed"
5838
  msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5839
  msgstr "Hvis Google senere viser dig beskeden \"Invalid_klient\", har du ikke angivet en gældende klient ID her."
5840
 
5841
+ #: src/addons/googlecloud.php:1013, src/addons/onedrive.php:1153,
5842
  #: src/methods/googledrive.php:1222
5843
  msgid "Client ID"
5844
  msgstr "Klient ID"
5876
  msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5877
  msgstr "Har endnu ikke har modtaget en adgangs-token fra Google - Du skal godkende din forbindelse til Google Drev."
5878
 
5879
+ #: src/addons/googlecloud.php:718, src/addons/onedrive.php:921,
5880
  #: src/methods/googledrive.php:467
5881
  msgid "you have authenticated your %s account."
5882
  msgstr "du har autentificeret din %s konto."
5883
 
5884
  #: src/addons/googlecloud.php:718, src/addons/googlecloud.php:839,
5885
+ #: src/addons/onedrive.php:921, src/addons/sftp.php:572,
5886
  #: src/methods/addon-base-v2.php:308, src/methods/cloudfiles.php:575,
5887
  #: src/methods/googledrive.php:467, src/methods/openstack-base.php:530,
5888
+ #: src/methods/s3.php:1154, src/methods/stream-base.php:372
5889
  msgid "Success"
5890
  msgstr "Succes"
5891
 
5892
+ #: src/addons/onedrive.php:875, src/methods/dropbox.php:841,
5893
  #: src/methods/dropbox.php:850, src/methods/googledrive.php:431
5894
  msgid "Your %s quota usage: %s %% used, %s available"
5895
  msgstr "Din %s forbrugskvote: %s %% brugt, %s tilgængelig"
5921
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5922
  msgstr "Det er nødvendigt at re-autentificere med %s, da dine eksisterende legitimationsoplysninger ikke fungerer."
5923
 
5924
+ #: src/addons/migrator.php:1954, src/admin.php:1332, src/admin.php:3216,
5925
+ #: src/admin.php:3250, src/admin.php:3254, src/admin.php:4453,
5926
  #: src/restorer.php:2437, src/restorer.php:2542
5927
  msgid "OK"
5928
  msgstr "OK"
5939
  msgid "will restore as:"
5940
  msgstr "vil genskabes som:"
5941
 
5942
+ #: src/class-updraftplus.php:4285, src/restorer.php:1807,
5943
  #: src/restorer.php:1896, src/restorer.php:1922
5944
  msgid "Old table prefix:"
5945
  msgstr "Gammel tabel præfiks:"
5946
 
5947
  #: src/addons/reporting.php:71, src/addons/reporting.php:180,
5948
+ #: src/backup.php:1099, src/class-updraftplus.php:4212
5949
  msgid "Backup of:"
5950
  msgstr "Backup af:"
5951
 
6017
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
6018
  msgstr "UpdraftPlus er ikke i stand til direkte at genskabe denne type. Den skal genoprettes manuelt."
6019
 
6020
+ #: src/admin.php:4461, src/admin.php:4462
6021
  msgid "Could not find one of the files for restoration"
6022
  msgstr "Kunne ikke finde en af filerne til genoprettelse"
6023
 
6024
+ #: src/admin.php:4576
6025
  msgid "Error message"
6026
  msgstr "Fejlmeddelelse"
6027
 
6028
+ #: src/admin.php:4458
6029
  msgid "The backup records do not contain information about the proper size of this file."
6030
  msgstr "Backup optegnelser indeholder ikke information om den korrekte størrelse af denne fil."
6031
 
6032
+ #: src/admin.php:4450
6033
  msgid "Archive is expected to be size:"
6034
  msgstr "Arkivets forventede størrelse:"
6035
 
6036
+ #: src/admin.php:4330
6037
  msgid "If making a request for support, please include this information:"
6038
  msgstr "Hvis du opretter en anmodning om support, skal du medtage denne information:"
6039
 
6040
+ #: src/admin.php:4329
6041
  msgid "ABORT: Could not find the information on which entities to restore."
6042
  msgstr "AFBRUDT: Kunne ikke finde oplysninger om, hvilke enheder som skulle gendannes."
6043
 
6044
+ #: src/admin.php:4284
6045
  msgid "UpdraftPlus Restoration: Progress"
6046
  msgstr "UpdraftPlus Genoprettelse: Status"
6047
 
6048
+ #: src/admin.php:4237
6049
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
6050
  msgstr "Denne backup findes ikke i backup historik - genopretningen afbrudt. Tidsstempel:"
6051
 
6052
+ #: src/admin.php:3981
6053
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
6054
  msgstr "Når du har trykket på denne knap, vil du få mulighed for at vælge, hvilke komponenter du ønsker at gendanne"
6055
 
6056
+ #: src/admin.php:4082
6057
  msgid "Delete this backup set"
6058
  msgstr "Slet dette backup sæt"
6059
 
6060
+ #: src/admin.php:3641
6061
  msgid "Good news: Your site's communications with %s can be encrypted. If you see any errors to do with encryption, then look in the 'Expert Settings' for more help."
6062
  msgstr "Gode nyheder: Dit websteds kommunikation med %s kan krypteres. Hvis du ser nogen fejl som har med kryptering at gøre, så kig under \"Avancerede indstillinger\" for mere hjælp."
6063
 
6064
+ #: src/admin.php:3638
6065
  msgid "Your web server's PHP/Curl installation does not support https access. We cannot access %s without this support. Please contact your web hosting provider's support. %s <strong>requires</strong> Curl+https. Please do not file any support requests; there is no alternative."
6066
  msgstr "Din webservers PHP/Curl-installation understøtter ikke HTTPS-adgang. Vi kan ikke få adgang til %s uden denne mulighed. Kontakt venligst din hosts support. %s <strong>kræver</strong> Curl + https. Undlad venligst at lave en supportadmodning til os; der er ikke noget alternativ."
6067
 
6068
+ #: src/admin.php:3636
6069
  msgid "Your web server's PHP/Curl installation does not support https access. Communications with %s will be unencrypted. Ask your web host to install Curl/SSL in order to gain the ability for encryption (via an add-on)."
6070
  msgstr "Din webservers PHP/Curl-installation understøtter ikke HTTPS-adgang. Kommunikation med %s vil være ukrypteret. Bed din webudbyder installere Curl/SSL for at få mulighed for kryptering (via en add-on)."
6071
 
6106
  msgid "Use the server's SSL certificates"
6107
  msgstr "Brug denne servers SSL-certifikater"
6108
 
6109
+ #: src/admin.php:3484
6110
  msgid "If that is unsuccessful check the permissions on your server or change it to another directory that is writable by your web server process."
6111
  msgstr "Hvis dette mislykkes, så tjek tilladelserne på din server eller ændre den til en anden mappe, der er skrivbare for din webserver."
6112
 
6113
+ #: src/admin.php:3484
6114
  msgid "click here"
6115
  msgstr "klik her"
6116
 
6117
+ #: src/admin.php:3484
6118
  msgid "or, to reset this option"
6119
  msgstr "eller for at nulstille denne indstilling"
6120
 
6121
+ #: src/admin.php:3484
6122
  msgid "Follow this link to attempt to create the directory and set the permissions"
6123
  msgstr "Klik her for at forsøge at oprette mappen og angive rettighederne til den."
6124
 
6125
+ #: src/admin.php:3476
6126
  msgid "Backup directory specified is writable, which is good."
6127
  msgstr "Den definerede Backup mappe er skrivbar, hvilket er godt."
6128
 
6162
  msgid "Cancel"
6163
  msgstr "Annuller"
6164
 
6165
+ #: src/addons/reporting.php:244, src/admin.php:3788
6166
  msgid "None"
6167
  msgstr "Ingen"
6168
 
6187
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
6188
  msgstr "Ovenstående mapper er alting, undtagen selve WordPress kernen, som du kan downloade på ny fra WordPress.org."
6189
 
6190
+ #: src/addons/morefiles.php:466, src/admin.php:3566
6191
  msgid "Exclude these:"
6192
  msgstr "Undlad disse:"
6193
 
6194
+ #: src/admin.php:3557
6195
  msgid "Any other directories found inside wp-content"
6196
  msgstr "Alle andre mapper fundet inde i wp-content"
6197
 
6207
  msgid "To fix the time at which a backup should take place,"
6208
  msgstr "For at rette det tidspunkt, hvor en backup bør finde sted,"
6209
 
6210
+ #: src/admin.php:3470
6211
  msgid "Monthly"
6212
  msgstr "Månedlig"
6213
 
6214
+ #: src/admin.php:3469
6215
  msgid "Fortnightly"
6216
  msgstr "Hver fjortende dag"
6217
 
6218
+ #: src/admin.php:3468
6219
  msgid "Weekly"
6220
  msgstr "Ugentlig"
6221
 
6222
+ #: src/admin.php:3467
6223
  msgid "Daily"
6224
  msgstr "Daglig"
6225
 
6226
+ #: src/admin.php:714, src/admin.php:3445
6227
  msgid "Download log file"
6228
  msgstr "Download log fil"
6229
 
6230
+ #: src/admin.php:3317
6231
  msgid "The folder exists, but your webserver does not have permission to write to it."
6232
  msgstr "Mappen eksisterer, men din webserver har ikke tilladelse til at skrive til den."
6233
 
6234
+ #: src/admin.php:3312
6235
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
6236
  msgstr "Mappen blev oprettet, men vi var nødt til at ændre dens filrettigheder til 777 (skrivbare for alle) for at kunne skrive til den. Du bør tjekke med din udbyder at dette ikke vil medføre nogen problemer"
6237
 
6238
+ #: src/admin.php:3298
6239
  msgid "The request to the filesystem to create the directory failed."
6240
  msgstr "Anmodningen til filsystemet om at oprette mappen mislykkedes."
6241
 
6242
+ #: src/addons/migrator.php:2495, src/admin.php:707, src/admin.php:3210,
6243
+ #: src/admin.php:3243, src/admin.php:4082,
6244
  #: src/templates/wp-admin/settings/delete-and-restore-modals.php:5
6245
  msgid "Delete"
6246
  msgstr "Slet"
6247
 
6248
+ #: src/admin.php:3148
6249
  msgid "show log"
6250
  msgstr "vis log"
6251
 
6361
  msgid "Do read this helpful article of useful things to know before restoring."
6362
  msgstr "Læs denne artikel af nyttige viden inden du gendanner."
6363
 
6364
+ #: src/class-updraftplus.php:4246
6365
  msgid "You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information"
6366
  msgstr "Du kan søge og erstatte din database (for at migrere en hjemmeside til en ny placering / URL) med Migrator add-on - følg dette link for mere information"
6367
 
6416
  #: src/addons/migrator.php:2085, src/addons/s3-enhanced.php:160,
6417
  #: src/addons/s3-enhanced.php:165, src/addons/s3-enhanced.php:167,
6418
  #: src/addons/sftp.php:837, src/addons/webdav.php:203, src/admin.php:87,
6419
+ #: src/admin.php:681, src/admin.php:4455, src/admin.php:4485,
6420
  #: src/