Version Description
30/Apr/2016 =
FIX: UpdraftVault quota usage was being shown incorrectly in recounts on sites connected to accounts backing up multiple sites
TWEAK: In accordance with Barracuda's previous announcement, copy.com no longer exists - https://techlib.barracuda.com/CudaDrive/EOL
TWEAK: Allow particular log lines to be cancelled
TWEAK: Explicitly set the separator when calling http_build_query(), to prevent problems with non-default configurations
TWEAK: Tweak the algorithm for sending data to a remote UD installation to cope with eventually-consistent filesystems that are temporarily inconsistent
TWEAK: Make the automatic backups advert prettier
TWEAK: Detect and combine file and database backups running on different schedules which coincide
TWEAK: Update bundled Select2 to version 4.0.2
TWEAK: Update UDRPC library to version 1.4.3
Release Info
Developer | DavidAnderson |
Plugin | ![]() |
Version | 1.12.6 |
Comparing to | |
See all releases |
Code changes from version 1.12.4 to 1.12.6
- admin.php +18 -7
- central/listener.php +2 -1
- class-updraftplus.php +112 -11
- css/admin.css +1474 -1390
- images/automaticbackup.png +0 -0
- includes/class-udrpc.php +19 -2
- languages/updraftplus-ar.mo +0 -0
- languages/updraftplus-ar.po +955 -884
- languages/updraftplus-bn_BD.mo +0 -0
- languages/updraftplus-bn_BD.po +955 -884
- languages/updraftplus-ca_ES.po +955 -884
- languages/updraftplus-cs_CZ.mo +0 -0
- languages/updraftplus-cs_CZ.po +955 -884
- languages/updraftplus-da_DK.mo +0 -0
- languages/updraftplus-da_DK.po +955 -884
- languages/updraftplus-de_DE.mo +0 -0
- languages/updraftplus-de_DE.po +624 -549
@@ -577,8 +577,8 @@ class UpdraftPlus_Admin {
|
|
577 |
<div id="updraft-autobackup" class="updated autobackup">
|
578 |
<?php if (!class_exists('UpdraftPlus_Addon_Autobackup')) { ?>
|
579 |
<div style="float:right;"><a href="#" onclick="jQuery('#updraft-autobackup').slideUp(); jQuery.post(ajaxurl, {action: 'updraft_ajax', subaction: 'dismissautobackup', nonce: '<?php echo wp_create_nonce('updraftplus-credentialtest-nonce');?>' });"><?php echo sprintf(__('Dismiss (for %s weeks)', 'updraftplus'), 12); ?></a></div> <?php } ?>
|
580 |
-
<h3 style="margin-top:
|
581 |
-
<?php echo apply_filters('updraftplus_autobackup_blurb',
|
582 |
</div>
|
583 |
<script>
|
584 |
jQuery(document).ready(function() {
|
@@ -587,6 +587,18 @@ class UpdraftPlus_Admin {
|
|
587 |
</script>
|
588 |
<?php
|
589 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
|
591 |
public function admin_head() {
|
592 |
|
@@ -733,7 +745,7 @@ class UpdraftPlus_Admin {
|
|
733 |
<div id="updraft-autobackup" class="updated" style="float:left; padding: 6px; margin:8px 0px;">
|
734 |
<div style="float: right;"><a href="#" onclick="jQuery('#updraft-autobackup').slideUp(); jQuery.post(ajaxurl, {action: 'updraft_ajax', subaction: 'dismissautobackup', nonce: '<?php echo wp_create_nonce('updraftplus-credentialtest-nonce');?>' });"><?php echo sprintf(__('Dismiss (for %s weeks)', 'updraftplus'), 10); ?></a></div>
|
735 |
<h3 style="margin-top: 0px;"><?php _e('Be safe with an automatic backup','updraftplus');?></h3>
|
736 |
-
<p><?php echo
|
737 |
</div>
|
738 |
<?php
|
739 |
}
|
@@ -812,7 +824,6 @@ class UpdraftPlus_Admin {
|
|
812 |
$this->show_admin_warning('<strong>'.__('UpdraftPlus notice:','updraftplus').'</strong> <a class="updraft_authlink" href="'.UpdraftPlus_Options::admin_page_url().'?page=updraftplus&action=updraftmethod-googlecloud-auth&updraftplus_googleauth=doit">'.sprintf(__('Click here to authenticate your %s account (you will not be able to back up to %s without it).','updraftplus'), 'Google Cloud', 'Google Cloud').'</a>');
|
813 |
}
|
814 |
|
815 |
-
|
816 |
// This options filter removes ABSPATH off the front of updraft_dir, if it is given absolutely and contained within it
|
817 |
public function prune_updraft_dir_prefix($updraft_dir) {
|
818 |
if ('/' == substr($updraft_dir, 0, 1) || "\\" == substr($updraft_dir, 0, 1) || preg_match('/^[a-zA-Z]:/', $updraft_dir)) {
|
@@ -2159,7 +2170,7 @@ class UpdraftPlus_Admin {
|
|
2159 |
<a href="https://updraftplus.com/support/"><?php _e("Support",'updraftplus');?></a> |
|
2160 |
<?php if (!is_file(UPDRAFTPLUS_DIR.'/udaddons/updraftplus-addons.php')) { ?><a href="https://updraftplus.com/newsletter-signup"><?php _e("Newsletter sign-up", 'updraftplus');?></a> | <?php } ?>
|
2161 |
<a href="http://david.dw-perspective.org.uk"><?php _e("Lead developer's homepage",'updraftplus');?></a> |
|
2162 |
-
<a href="https://updraftplus.com/support/frequently-asked-questions/"
|
2163 |
<br>
|
2164 |
<?php
|
2165 |
}
|
@@ -2473,7 +2484,7 @@ class UpdraftPlus_Admin {
|
|
2473 |
if (class_exists('UpdraftPlus_Addons_Migrator')) {
|
2474 |
do_action('updraftplus_migrate_modal_output');
|
2475 |
} else {
|
2476 |
-
echo '<p id="updraft_migrate_modal_main">'.__('Do you want to migrate or clone/duplicate a site?', 'updraftplus').'</p><p>'.__('Then, try out our "Migrator" add-on. After using it once, you\'ll have saved the purchase price compared to the time needed to copy a site by hand.', 'updraftplus').'</p><p><a href="https://updraftplus.com/
|
2477 |
}
|
2478 |
?>
|
2479 |
</div>
|
@@ -5108,7 +5119,7 @@ ENDHERE;
|
|
5108 |
$no_remote_configured = (empty($service) || array('none') === $service || array('') === $service) ? true : false;
|
5109 |
|
5110 |
if ($no_remote_configured) {
|
5111 |
-
return '<input type="checkbox" disabled="disabled" id="backupnow_includecloud"> <em>'.sprintf(__("Backup won't be sent to any remote storage - none has been saved in the %s", 'updraftplus'), '<a href="'.UpdraftPlus_Options::admin_page_url().'?page=updraftplus&tab=settings" id="updraft_backupnow_gotosettings">'.__('settings', 'updraftplus')).'</a>. '.__('Not got any remote storage?', 'updraftplus').' <a href="https://updraftplus.com/
|
5112 |
} else {
|
5113 |
return '<input type="checkbox" id="backupnow_includecloud" checked="checked"> <label for="backupnow_includecloud">'.__("Send this backup to remote storage", 'updraftplus').'</label>';
|
5114 |
}
|
577 |
<div id="updraft-autobackup" class="updated autobackup">
|
578 |
<?php if (!class_exists('UpdraftPlus_Addon_Autobackup')) { ?>
|
579 |
<div style="float:right;"><a href="#" onclick="jQuery('#updraft-autobackup').slideUp(); jQuery.post(ajaxurl, {action: 'updraft_ajax', subaction: 'dismissautobackup', nonce: '<?php echo wp_create_nonce('updraftplus-credentialtest-nonce');?>' });"><?php echo sprintf(__('Dismiss (for %s weeks)', 'updraftplus'), 12); ?></a></div> <?php } ?>
|
580 |
+
<h3 style="margin-top: 2px;"><?php _e('Be safe with an automatic backup','updraftplus');?></h3>
|
581 |
+
<?php echo apply_filters('updraftplus_autobackup_blurb', $this->autobackup_ad_content()); ?>
|
582 |
</div>
|
583 |
<script>
|
584 |
jQuery(document).ready(function() {
|
587 |
</script>
|
588 |
<?php
|
589 |
}
|
590 |
+
|
591 |
+
private function autobackup_ad_content(){
|
592 |
+
global $updraftplus;
|
593 |
+
$our_version = @constant('SCRIPT_DEBUG') ? $updraftplus->version.'.'.time() : $updraftplus->version;
|
594 |
+
wp_enqueue_style('updraft-admin-css', UPDRAFTPLUS_URL.'/css/admin.css', array(), $our_version);
|
595 |
+
|
596 |
+
$ret = '<div class="autobackup-description"><img class="autobackup-image" src="'.UPDRAFTPLUS_URL.'/images/automaticbackup.png" class="automation-icon"/>';
|
597 |
+
$ret .= '<div class="advert-description">'.__('UpdraftPlus Premium can automatically take a backup of your plugins or themes and database before you update. <a href="https://updraftplus.com/shop/autobackup/" target="_blank">Be safe every time, without needing to remember - follow this link to learn more</a>', 'updraftplus').'</div></div>';
|
598 |
+
$ret .= '<div class="advert-btn"><a href="https://updraftplus.com/shop/autobackup/" class="btn btn-get-started">'.__('Just this add-on', 'updraftplus').' <span class="circle-dblarrow">»</span></a></div>';
|
599 |
+
$ret .= '<div class="advert-btn"><a href="https://updraftplus.com/shop/updraftplus-premium/" class="btn btn-get-started">'.__('Full Premium plugin', 'updraftplus').' <span class="circle-dblarrow">»</span></a></div>';
|
600 |
+
return $ret;
|
601 |
+
}
|
602 |
|
603 |
public function admin_head() {
|
604 |
|
745 |
<div id="updraft-autobackup" class="updated" style="float:left; padding: 6px; margin:8px 0px;">
|
746 |
<div style="float: right;"><a href="#" onclick="jQuery('#updraft-autobackup').slideUp(); jQuery.post(ajaxurl, {action: 'updraft_ajax', subaction: 'dismissautobackup', nonce: '<?php echo wp_create_nonce('updraftplus-credentialtest-nonce');?>' });"><?php echo sprintf(__('Dismiss (for %s weeks)', 'updraftplus'), 10); ?></a></div>
|
747 |
<h3 style="margin-top: 0px;"><?php _e('Be safe with an automatic backup','updraftplus');?></h3>
|
748 |
+
<p><?php echo $this->autobackup_ad_content(); ?></p>
|
749 |
</div>
|
750 |
<?php
|
751 |
}
|
824 |
$this->show_admin_warning('<strong>'.__('UpdraftPlus notice:','updraftplus').'</strong> <a class="updraft_authlink" href="'.UpdraftPlus_Options::admin_page_url().'?page=updraftplus&action=updraftmethod-googlecloud-auth&updraftplus_googleauth=doit">'.sprintf(__('Click here to authenticate your %s account (you will not be able to back up to %s without it).','updraftplus'), 'Google Cloud', 'Google Cloud').'</a>');
|
825 |
}
|
826 |
|
|
|
827 |
// This options filter removes ABSPATH off the front of updraft_dir, if it is given absolutely and contained within it
|
828 |
public function prune_updraft_dir_prefix($updraft_dir) {
|
829 |
if ('/' == substr($updraft_dir, 0, 1) || "\\" == substr($updraft_dir, 0, 1) || preg_match('/^[a-zA-Z]:/', $updraft_dir)) {
|
2170 |
<a href="https://updraftplus.com/support/"><?php _e("Support",'updraftplus');?></a> |
|
2171 |
<?php if (!is_file(UPDRAFTPLUS_DIR.'/udaddons/updraftplus-addons.php')) { ?><a href="https://updraftplus.com/newsletter-signup"><?php _e("Newsletter sign-up", 'updraftplus');?></a> | <?php } ?>
|
2172 |
<a href="http://david.dw-perspective.org.uk"><?php _e("Lead developer's homepage",'updraftplus');?></a> |
|
2173 |
+
<a href="https://updraftplus.com/support/frequently-asked-questions/"><?php _e('FAQs', 'updraftplus'); ?></a> | <a href="https://www.simbahosting.co.uk/s3/shop/"><?php _e('More plugins', 'updraftplus');?></a> - <?php _e('Version','updraftplus');?>: <?php echo $updraftplus->version; ?>
|
2174 |
<br>
|
2175 |
<?php
|
2176 |
}
|
2484 |
if (class_exists('UpdraftPlus_Addons_Migrator')) {
|
2485 |
do_action('updraftplus_migrate_modal_output');
|
2486 |
} else {
|
2487 |
+
echo '<p id="updraft_migrate_modal_main">'.__('Do you want to migrate or clone/duplicate a site?', 'updraftplus').'</p><p>'.__('Then, try out our "Migrator" add-on. After using it once, you\'ll have saved the purchase price compared to the time needed to copy a site by hand.', 'updraftplus').'</p><p><a href="https://updraftplus.com/landing/migrator">'.__('Get it here.', 'updraftplus').'</a></p>';
|
2488 |
}
|
2489 |
?>
|
2490 |
</div>
|
5119 |
$no_remote_configured = (empty($service) || array('none') === $service || array('') === $service) ? true : false;
|
5120 |
|
5121 |
if ($no_remote_configured) {
|
5122 |
+
return '<input type="checkbox" disabled="disabled" id="backupnow_includecloud"> <em>'.sprintf(__("Backup won't be sent to any remote storage - none has been saved in the %s", 'updraftplus'), '<a href="'.UpdraftPlus_Options::admin_page_url().'?page=updraftplus&tab=settings" id="updraft_backupnow_gotosettings">'.__('settings', 'updraftplus')).'</a>. '.__('Not got any remote storage?', 'updraftplus').' <a href="https://updraftplus.com/landing/vault">'.__("Check out UpdraftPlus Vault.", 'updraftplus').'</a></em>';
|
5123 |
} else {
|
5124 |
return '<input type="checkbox" id="backupnow_includecloud" checked="checked"> <label for="backupnow_includecloud">'.__("Send this backup to remote storage", 'updraftplus').'</label>';
|
5125 |
}
|
@@ -134,7 +134,7 @@ class UpdraftPlus_UpdraftCentral_Listener {
|
|
134 |
set_error_handler(array($this->ud, 'php_error'), E_ALL & ~E_STRICT);
|
135 |
$this->php_events = array();
|
136 |
@ob_start();
|
137 |
-
|
138 |
if (!UpdraftPlus_Options::get_updraft_option('updraft_debug_mode')) return;
|
139 |
// $this->ud->nonce = $hash;
|
140 |
// $this->ud->logfile_open($hash);
|
@@ -144,6 +144,7 @@ class UpdraftPlus_UpdraftCentral_Listener {
|
|
144 |
if ('notice' === $level && 'php_event' === $uniq_id) {
|
145 |
$this->php_events[] = $line;
|
146 |
}
|
|
|
147 |
}
|
148 |
|
149 |
public function return_rpc_message($msg) {
|
134 |
set_error_handler(array($this->ud, 'php_error'), E_ALL & ~E_STRICT);
|
135 |
$this->php_events = array();
|
136 |
@ob_start();
|
137 |
+
add_filter('updraftplus_logline', array($this, 'updraftplus_logline'), 10, 4);
|
138 |
if (!UpdraftPlus_Options::get_updraft_option('updraft_debug_mode')) return;
|
139 |
// $this->ud->nonce = $hash;
|
140 |
// $this->ud->logfile_open($hash);
|
144 |
if ('notice' === $level && 'php_event' === $uniq_id) {
|
145 |
$this->php_events[] = $line;
|
146 |
}
|
147 |
+
return $line;
|
148 |
}
|
149 |
|
150 |
public function return_rpc_message($msg) {
|
@@ -49,6 +49,8 @@ class UpdraftPlus {
|
|
49 |
public $cpanel_quota_readable = false;
|
50 |
|
51 |
public $error_reporting_stop_when_logged = false;
|
|
|
|
|
52 |
|
53 |
public function __construct() {
|
54 |
|
@@ -91,6 +93,9 @@ class UpdraftPlus {
|
|
91 |
# This is our runs-after-backup event, whose purpose is to see if it succeeded or failed, and resume/mom-up etc.
|
92 |
add_action('updraft_backup_resume', array($this, 'backup_resume'), 10, 3);
|
93 |
|
|
|
|
|
|
|
94 |
add_action('plugins_loaded', array($this, 'plugins_loaded'));
|
95 |
|
96 |
# Prevent iThemes Security from telling people that they have no backups (and advertising them another product on that basis!)
|
@@ -641,7 +646,7 @@ class UpdraftPlus {
|
|
641 |
$this->jobdata_set('warnings', $warnings);
|
642 |
}
|
643 |
|
644 |
-
|
645 |
|
646 |
if ($this->logfile_handle) {
|
647 |
# Record log file times relative to the backup start, if possible
|
@@ -797,7 +802,7 @@ class UpdraftPlus {
|
|
797 |
for ($i = 1 ; $i <= $chunks; $i++) {
|
798 |
|
799 |
$upload_start = ($i-1)*$chunk_size;
|
800 |
-
// The file size
|
801 |
$upload_end = min($i*$chunk_size-1, $orig_file_size-1);
|
802 |
// Don't forget the +1; otherwise the last byte is omitted
|
803 |
$upload_size = $upload_end - $upload_start + 1;
|
@@ -806,13 +811,21 @@ class UpdraftPlus {
|
|
806 |
|
807 |
$uploaded = $caller->chunked_upload($file, $fp, $i, $upload_size, $upload_start, $upload_end);
|
808 |
|
809 |
-
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
810 |
// Note that this is only allowed on the first chunk. The caller is responsible to remember its chunk size if it uses this facility.
|
811 |
if (1 == $i && is_wp_error($uploaded) && 'reduce_chunk_size' == $uploaded->get_error_code() && false != ($new_chunk_size = $uploaded->get_error_data()) && is_numeric($new_chunk_size)) {
|
812 |
$this->log("Re-trying with new chunk size: ".$new_chunk_size);
|
813 |
return $this->chunked_upload($caller, $file, $cloudpath, $logname, $new_chunk_size, $uploaded_size, $singletons=false);
|
814 |
}
|
815 |
-
|
816 |
if ($uploaded) {
|
817 |
$perc = round(100*((($i-1) * $chunk_size) + $upload_size)/max($orig_file_size, 1), 1);
|
818 |
# $perc = round(100*$i/$chunks,1); # Takes no notice of last chunk likely being smaller
|
@@ -1900,16 +1913,60 @@ class UpdraftPlus {
|
|
1900 |
|
1901 |
// Some house-cleaning
|
1902 |
$this->clean_temporary_files();
|
|
|
1903 |
// Log some information that may be helpful
|
1904 |
$this->log("Tasks: Backup files: $backup_files (schedule: ".UpdraftPlus_Options::get_updraft_option('updraft_interval', 'unset').") Backup DB: $backup_database (schedule: ".UpdraftPlus_Options::get_updraft_option('updraft_interval_database', 'unset').")");
|
1905 |
|
|
|
1906 |
if (false === $one_shot && is_bool($backup_database)) {
|
1907 |
# If the files and database schedules are the same, and if this the file one, then we rope in database too.
|
1908 |
# On the other hand, if the schedules were the same and this was the database run, then there is nothing to do.
|
1909 |
-
|
1910 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1911 |
}
|
1912 |
-
$this->log("Processed schedules. Tasks now: Backup files: $backup_files Backup DB: $backup_database");
|
1913 |
}
|
1914 |
|
1915 |
$semaphore = (($backup_files) ? 'f' : '') . (($backup_database) ? 'd' : '');
|
@@ -2923,9 +2980,53 @@ class UpdraftPlus {
|
|
2923 |
}
|
2924 |
|
2925 |
/*
|
2926 |
-
|
2927 |
-
|
2928 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2929 |
*/
|
2930 |
public function schedule_backup($interval) {
|
2931 |
$previous_time = wp_next_scheduled('updraft_backup');
|
@@ -3735,7 +3836,7 @@ CREATE TABLE $wpdb->signups (
|
|
3735 |
public function get_settings_keys() {
|
3736 |
// N.B. updraft_backup_history is not included here, as we don't want that wiped
|
3737 |
return array('updraft_autobackup_default', 'updraft_dropbox', 'updraft_googledrive', 'updraftplus_tmp_googledrive_access_token', 'updraftplus_dismissedautobackup', 'updraftplus_dismissedexpiry', 'updraftplus_dismisseddashnotice', 'updraft_interval', 'updraft_interval_increments', 'updraft_interval_database', 'updraft_retain', 'updraft_retain_db', 'updraft_encryptionphrase', 'updraft_service', 'updraft_dropbox_appkey', 'updraft_dropbox_secret', 'updraft_googledrive_clientid', 'updraft_googledrive_secret', 'updraft_googledrive_remotepath', 'updraft_ftp', 'updraft_ftp_login', 'updraft_ftp_pass', 'updraft_ftp_remote_path', 'updraft_server_address', 'updraft_dir', 'updraft_email', 'updraft_delete_local', 'updraft_debug_mode', 'updraft_include_plugins', 'updraft_include_themes', 'updraft_include_uploads', 'updraft_include_others', 'updraft_include_wpcore', 'updraft_include_wpcore_exclude', 'updraft_include_more', 'updraft_include_blogs', 'updraft_include_mu-plugins',
|
3738 |
-
'updraft_include_others_exclude', 'updraft_include_uploads_exclude', 'updraft_lastmessage', 'updraft_googledrive_token', 'updraft_dropboxtk_request_token', 'updraft_dropboxtk_access_token', 'updraft_dropbox_folder', 'updraft_adminlocking', 'updraft_updraftvault', 'updraft_remotesites', 'updraft_migrator_localkeys', 'updraft_central_localkeys', 'updraft_retain_extrarules', 'updraft_googlecloud', 'updraft_include_more_path', 'updraft_split_every', 'updraft_ssl_nossl', 'updraft_backupdb_nonwp', 'updraft_extradbs',
|
3739 |
'updraft_last_backup', 'updraft_starttime_files', 'updraft_starttime_db', 'updraft_startday_db', 'updraft_startday_files', 'updraft_sftp_settings', 'updraft_s3', 'updraft_s3generic', 'updraft_dreamhost', 'updraft_s3generic_login', 'updraft_s3generic_pass', 'updraft_s3generic_remote_path', 'updraft_s3generic_endpoint', 'updraft_webdav_settings', 'updraft_openstack', 'updraft_bitcasa', 'updraft_copycom', 'updraft_onedrive', 'updraft_azure', 'updraft_cloudfiles', 'updraft_cloudfiles_user', 'updraft_cloudfiles_apikey', 'updraft_cloudfiles_path', 'updraft_cloudfiles_authurl', 'updraft_ssl_useservercerts', 'updraft_ssl_disableverify', 'updraft_s3_login', 'updraft_s3_pass', 'updraft_s3_remote_path', 'updraft_dreamobjects_login', 'updraft_dreamobjects_pass', 'updraft_dreamobjects_remote_path', 'updraft_dreamobjects', 'updraft_report_warningsonly', 'updraft_report_wholebackup', 'updraft_log_syslog', 'updraft_extradatabases');
|
3740 |
}
|
3741 |
|
49 |
public $cpanel_quota_readable = false;
|
50 |
|
51 |
public $error_reporting_stop_when_logged = false;
|
52 |
+
|
53 |
+
private $combine_jobs_around;
|
54 |
|
55 |
public function __construct() {
|
56 |
|
93 |
# This is our runs-after-backup event, whose purpose is to see if it succeeded or failed, and resume/mom-up etc.
|
94 |
add_action('updraft_backup_resume', array($this, 'backup_resume'), 10, 3);
|
95 |
|
96 |
+
# If files + db are on different schedules but are scheduled for the same time, then combine them
|
97 |
+
add_filter('schedule_event', array($this, 'schedule_event'));
|
98 |
+
|
99 |
add_action('plugins_loaded', array($this, 'plugins_loaded'));
|
100 |
|
101 |
# Prevent iThemes Security from telling people that they have no backups (and advertising them another product on that basis!)
|
646 |
$this->jobdata_set('warnings', $warnings);
|
647 |
}
|
648 |
|
649 |
+
if (false === ($line = apply_filters('updraftplus_logline', $line, $this->nonce, $level, $uniq_id))) return;
|
650 |
|
651 |
if ($this->logfile_handle) {
|
652 |
# Record log file times relative to the backup start, if possible
|
802 |
for ($i = 1 ; $i <= $chunks; $i++) {
|
803 |
|
804 |
$upload_start = ($i-1)*$chunk_size;
|
805 |
+
// The file size minus one equals the byte offset of the final byte
|
806 |
$upload_end = min($i*$chunk_size-1, $orig_file_size-1);
|
807 |
// Don't forget the +1; otherwise the last byte is omitted
|
808 |
$upload_size = $upload_end - $upload_start + 1;
|
811 |
|
812 |
$uploaded = $caller->chunked_upload($file, $fp, $i, $upload_size, $upload_start, $upload_end);
|
813 |
|
814 |
+
// Try again? (Just once - added in 1.12.6 (can make more sophisticated if there is a need))
|
815 |
+
if (is_wp_error($uploaded) && 'try_again' == $uploaded->get_error_code()) {
|
816 |
+
// Arbitrary wait
|
817 |
+
sleep(3);
|
818 |
+
$this->log("Re-trying after wait (to allow apparent inconsistency to clear)");
|
819 |
+
$uploaded = $caller->chunked_upload($file, $fp, $i, $upload_size, $upload_start, $upload_end);
|
820 |
+
}
|
821 |
+
|
822 |
+
// This is the only other supported case of a WP_Error - otherwise, a boolean must be returned
|
823 |
// Note that this is only allowed on the first chunk. The caller is responsible to remember its chunk size if it uses this facility.
|
824 |
if (1 == $i && is_wp_error($uploaded) && 'reduce_chunk_size' == $uploaded->get_error_code() && false != ($new_chunk_size = $uploaded->get_error_data()) && is_numeric($new_chunk_size)) {
|
825 |
$this->log("Re-trying with new chunk size: ".$new_chunk_size);
|
826 |
return $this->chunked_upload($caller, $file, $cloudpath, $logname, $new_chunk_size, $uploaded_size, $singletons=false);
|
827 |
}
|
828 |
+
|
829 |
if ($uploaded) {
|
830 |
$perc = round(100*((($i-1) * $chunk_size) + $upload_size)/max($orig_file_size, 1), 1);
|
831 |
# $perc = round(100*$i/$chunks,1); # Takes no notice of last chunk likely being smaller
|
1913 |
|
1914 |
// Some house-cleaning
|
1915 |
$this->clean_temporary_files();
|
1916 |
+
|
1917 |
// Log some information that may be helpful
|
1918 |
$this->log("Tasks: Backup files: $backup_files (schedule: ".UpdraftPlus_Options::get_updraft_option('updraft_interval', 'unset').") Backup DB: $backup_database (schedule: ".UpdraftPlus_Options::get_updraft_option('updraft_interval_database', 'unset').")");
|
1919 |
|
1920 |
+
// The is_bool() check here is confirming that we're allowed to adjust the parameters
|
1921 |
if (false === $one_shot && is_bool($backup_database)) {
|
1922 |
# If the files and database schedules are the same, and if this the file one, then we rope in database too.
|
1923 |
# On the other hand, if the schedules were the same and this was the database run, then there is nothing to do.
|
1924 |
+
|
1925 |
+
$files_schedule = UpdraftPlus_Options::get_updraft_option('updraft_interval');
|
1926 |
+
$db_schedule = UpdraftPlus_Options::get_updraft_option('updraft_interval_database');
|
1927 |
+
|
1928 |
+
$sched_log_extra = '';
|
1929 |
+
|
1930 |
+
if ('manual' != $files_schedule) {
|
1931 |
+
if ($files_schedule == $db_schedule || UpdraftPlus_Options::get_updraft_option('updraft_interval_database', 'xyz') == 'xyz') {
|
1932 |
+
$sched_log_extra = 'Combining jobs from identical schedules. ';
|
1933 |
+
$backup_database = ($backup_files == true) ? true : false;
|
1934 |
+
} elseif ($files_schedule && $db_schedule && $files_schedule != $db_schedule) {
|
1935 |
+
|
1936 |
+
// This stored value is the earliest of the two apparently-close jobs
|
1937 |
+
$combine_around = empty($this->combine_jobs_around) ? false : $this->combine_jobs_around;
|
1938 |
+
|
1939 |
+
if (preg_match('/^(cancel:)?(\d+)$/', $combine_around, $matches)) {
|
1940 |
+
|
1941 |
+
$combine_around = $matches[2];
|
1942 |
+
|
1943 |
+
// Re-save the option, since otherwise it will have been reset and not be accessible to the 'other' run
|
1944 |
+
UpdraftPlus_Options::update_updraft_option('updraft_combine_jobs_around', 'cancel:'.$this->combine_jobs_around);
|
1945 |
+
|
1946 |
+
$margin = (defined('UPDRAFTPLUS_COMBINE_MARGIN') && is_numeric(UPDRAFTPLUS_COMBINE_MARGIN)) ? UPDRAFTPLUS_COMBINE_MARGIN : 600;
|
1947 |
+
|
1948 |
+
$time_now = time();
|
1949 |
+
|
1950 |
+
// The margin is doubled, to cope with the lack of predictability in WP's cron system
|
1951 |
+
if ($time_now >= $combine_around && $time_now <= $combine_around + 2*$margin) {
|
1952 |
+
|
1953 |
+
$sched_log_extra = 'Combining jobs from co-inciding events. ';
|
1954 |
+
|
1955 |
+
if ('cancel:' == $matches[1]) {
|
1956 |
+
$backup_database = false;
|
1957 |
+
$backup_files = false;
|
1958 |
+
} else {
|
1959 |
+
// We want them both to happen on whichever run is first (since, afterwards, the updraft_combine_jobs_around option will have been removed when the event is rescheduled).
|
1960 |
+
$backup_database = true;
|
1961 |
+
$backup_files = true;
|
1962 |
+
}
|
1963 |
+
|
1964 |
+
}
|
1965 |
+
|
1966 |
+
}
|
1967 |
+
}
|
1968 |
}
|
1969 |
+
$this->log("Processed schedules. ${sched_log_extra}Tasks now: Backup files: $backup_files Backup DB: $backup_database");
|
1970 |
}
|
1971 |
|
1972 |
$semaphore = (($backup_files) ? 'f' : '') . (($backup_database) ? 'd' : '');
|
2980 |
}
|
2981 |
|
2982 |
/*
|
2983 |
+
If files + db are on different schedules but are scheduled for the same time, then combine them
|
2984 |
+
$event = (object) array( 'hook' => $hook, 'timestamp' => $timestamp, 'schedule' => $recurrence, 'args' => $args, 'interval' => $schedules[$recurrence]['interval'] );
|
2985 |
+
See wp_schedule_single_event() and wp_schedule_event() in wp-includes/cron.php
|
2986 |
+
*/
|
2987 |
+
public function schedule_event($event) {
|
2988 |
+
|
2989 |
+
static $scheduled = array();
|
2990 |
+
|
2991 |
+
|
2992 |
+
if ('updraft_backup' == $event->hook || 'updraft_backup_database' == $event->hook) {
|
2993 |
+
|
2994 |
+
// Reset the option - but make sure it is saved first so that we can used it (since this hook may be called just before our actual cron task)
|
2995 |
+
$this->combine_jobs_around = UpdraftPlus_Options::get_updraft_option('updraft_combine_jobs_around');
|
2996 |
+
|
2997 |
+
UpdraftPlus_Options::delete_updraft_option('updraft_combine_jobs_around');
|
2998 |
+
|
2999 |
+
$scheduled[$event->hook] = true;
|
3000 |
+
|
3001 |
+
// This next fragment is wrong: there's only a 'second call' when saving all settings; otherwise, the WP scheduler might just be updating one event. So, there's some inefficieny as the option is wiped and set uselessly at least once when saving settings.
|
3002 |
+
// We only want to take action on the second call (otherwise, our information is out-of-date already)
|
3003 |
+
// If there is no second call, then that's fine - nothing to do
|
3004 |
+
//if (count($scheduled) < 2) {
|
3005 |
+
// return $event;
|
3006 |
+
//}
|
3007 |
+
|
3008 |
+
$backup_scheduled_for = ('updraft_backup' == $event->hook) ? $event->timestamp : wp_next_scheduled('updraft_backup');
|
3009 |
+
$db_scheduled_for = ('updraft_backup_database' == $event->hook) ? $event->timestamp : wp_next_scheduled('updraft_backup_database');
|
3010 |
+
|
3011 |
+
$diff = absint($backup_scheduled_for - $db_scheduled_for);
|
3012 |
+
|
3013 |
+
$margin = (defined('UPDRAFTPLUS_COMBINE_MARGIN') && is_numeric(UPDRAFTPLUS_COMBINE_MARGIN)) ? UPDRAFTPLUS_COMBINE_MARGIN : 600;
|
3014 |
+
|
3015 |
+
if ($backup_scheduled_for && $db_scheduled_for && $diff < $margin) {
|
3016 |
+
// We could change the event parameters; however, this would complicate other code paths (because the WP cron system uses a hash of the parameters as a key, and you must supply the exact parameters to look up events). So, we just set a marker that boot_backup() can pick up on.
|
3017 |
+
UpdraftPlus_Options::update_updraft_option('updraft_combine_jobs_around', min($backup_scheduled_for, $db_scheduled_for));
|
3018 |
+
}
|
3019 |
+
|
3020 |
+
}
|
3021 |
+
|
3022 |
+
return $event;
|
3023 |
+
|
3024 |
+
}
|
3025 |
+
|
3026 |
+
/*
|
3027 |
+
This function is both the backup scheduler and a filter callback for saving the option.
|
3028 |
+
It is called in the register_setting for the updraft_interval, which means when the
|
3029 |
+
admin settings are saved it is called.
|
3030 |
*/
|
3031 |
public function schedule_backup($interval) {
|
3032 |
$previous_time = wp_next_scheduled('updraft_backup');
|
3836 |
public function get_settings_keys() {
|
3837 |
// N.B. updraft_backup_history is not included here, as we don't want that wiped
|
3838 |
return array('updraft_autobackup_default', 'updraft_dropbox', 'updraft_googledrive', 'updraftplus_tmp_googledrive_access_token', 'updraftplus_dismissedautobackup', 'updraftplus_dismissedexpiry', 'updraftplus_dismisseddashnotice', 'updraft_interval', 'updraft_interval_increments', 'updraft_interval_database', 'updraft_retain', 'updraft_retain_db', 'updraft_encryptionphrase', 'updraft_service', 'updraft_dropbox_appkey', 'updraft_dropbox_secret', 'updraft_googledrive_clientid', 'updraft_googledrive_secret', 'updraft_googledrive_remotepath', 'updraft_ftp', 'updraft_ftp_login', 'updraft_ftp_pass', 'updraft_ftp_remote_path', 'updraft_server_address', 'updraft_dir', 'updraft_email', 'updraft_delete_local', 'updraft_debug_mode', 'updraft_include_plugins', 'updraft_include_themes', 'updraft_include_uploads', 'updraft_include_others', 'updraft_include_wpcore', 'updraft_include_wpcore_exclude', 'updraft_include_more', 'updraft_include_blogs', 'updraft_include_mu-plugins',
|
3839 |
+
'updraft_include_others_exclude', 'updraft_include_uploads_exclude', 'updraft_lastmessage', 'updraft_googledrive_token', 'updraft_dropboxtk_request_token', 'updraft_dropboxtk_access_token', 'updraft_dropbox_folder', 'updraft_adminlocking', 'updraft_updraftvault', 'updraft_remotesites', 'updraft_migrator_localkeys', 'updraft_central_localkeys', 'updraft_retain_extrarules', 'updraft_googlecloud', 'updraft_include_more_path', 'updraft_split_every', 'updraft_ssl_nossl', 'updraft_backupdb_nonwp', 'updraft_extradbs', 'updraft_combine_jobs_around',
|
3840 |
'updraft_last_backup', 'updraft_starttime_files', 'updraft_starttime_db', 'updraft_startday_db', 'updraft_startday_files', 'updraft_sftp_settings', 'updraft_s3', 'updraft_s3generic', 'updraft_dreamhost', 'updraft_s3generic_login', 'updraft_s3generic_pass', 'updraft_s3generic_remote_path', 'updraft_s3generic_endpoint', 'updraft_webdav_settings', 'updraft_openstack', 'updraft_bitcasa', 'updraft_copycom', 'updraft_onedrive', 'updraft_azure', 'updraft_cloudfiles', 'updraft_cloudfiles_user', 'updraft_cloudfiles_apikey', 'updraft_cloudfiles_path', 'updraft_cloudfiles_authurl', 'updraft_ssl_useservercerts', 'updraft_ssl_disableverify', 'updraft_s3_login', 'updraft_s3_pass', 'updraft_s3_remote_path', 'updraft_dreamobjects_login', 'updraft_dreamobjects_pass', 'updraft_dreamobjects_remote_path', 'updraft_dreamobjects', 'updraft_report_warningsonly', 'updraft_report_wholebackup', 'updraft_log_syslog', 'updraft_extradatabases');
|
3841 |
}
|
3842 |
|
@@ -1,1390 +1,1474 @@
|
|
1 |
-
/* General things used by many things */
|
2 |
-
|
3 |
-
/* Widths and sizing */
|
4 |
-
.max-width-600 {
|
5 |
-
max-width: 600px;
|
6 |
-
}
|
7 |
-
|
8 |
-
.width-900 {
|
9 |
-
width: 900px;
|
10 |
-
}
|
11 |
-
|
12 |
-
.width-80 {
|
13 |
-
width: 80%;
|
14 |
-
}
|
15 |
-
|
16 |
-
/* End widths and sizing */
|
17 |
-
|
18 |
-
/* Font styling */
|
19 |
-
.no-decoration {
|
20 |
-
text-decoration: none;
|
21 |
-
}
|
22 |
-
|
23 |
-
.bold {
|
24 |
-
font-weight: bold;
|
25 |
-
}
|
26 |
-
/* End font styling */
|
27 |
-
|
28 |
-
/* Alignment */
|
29 |
-
.center-align-td {
|
30 |
-
text-align: center;
|
31 |
-
}
|
32 |
-
/* End of Alignment */
|
33 |
-
|
34 |
-
/* Padding */
|
35 |
-
.remove-padding {
|
36 |
-
padding: 0 !important;
|
37 |
-
}
|
38 |
-
/* End of padding */
|
39 |
-
|
40 |
-
.updraft-text-center {
|
41 |
-
text-align: center;
|
42 |
-
}
|
43 |
-
|
44 |
-
.autobackup {
|
45 |
-
padding: 6px;
|
46 |
-
margin: 8px 0px;
|
47 |
-
}
|
48 |
-
|
49 |
-
ul .disc {
|
50 |
-
list-style: disc inside;
|
51 |
-
}
|
52 |
-
|
53 |
-
.dashicons-log-fix {
|
54 |
-
display: inherit;
|
55 |
-
}
|
56 |
-
|
57 |
-
/* Input boxes */
|
58 |
-
|
59 |
-
input {
|
60 |
-
border-radius: 4px;
|
61 |
-
line-height: 1.42;
|
62 |
-
border: 1px solid #ccc;
|
63 |
-
height: 27px;
|
64 |
-
padding: 2px 6px;
|
65 |
-
color: #555;
|
66 |
-
}
|
67 |
-
|
68 |
-
input[type="text"] {
|
69 |
-
font-size: 14px;
|
70 |
-
}
|
71 |
-
|
72 |
-
input[type="number"] {
|
73 |
-
height: 31px;
|
74 |
-
}
|
75 |
-
|
76 |
-
select {
|
77 |
-
border-radius: 4px;
|
78 |
-
}
|
79 |
-
|
80 |
-
/* End input boxes */
|
81 |
-
|
82 |
-
|
83 |
-
/* Main Buttons */
|
84 |
-
.main-dashboard-buttons {
|
85 |
-
border-width: 4px;
|
86 |
-
border-radius: 12px;
|
87 |
-
letter-spacing: 0px;
|
88 |
-
font-size: 17px;
|
89 |
-
font-weight: bold;
|
90 |
-
padding-left: 0.7em;
|
91 |
-
padding-right: 2em;
|
92 |
-
padding: 0.3em 1em;
|
93 |
-
line-height: 1.7em;
|
94 |
-
background: transparent;
|
95 |
-
position: relative;
|
96 |
-
border: 2px solid;
|
97 |
-
transition: all 0.2s;
|
98 |
-
vertical-align: baseline;
|
99 |
-
box-sizing: border-box;
|
100 |
-
text-align: center;
|
101 |
-
line-height: 1.3em;
|
102 |
-
margin-left: .3em;
|
103 |
-
text-transform: none;
|
104 |
-
line-height: 1;
|
105 |
-
text-decoration: none;
|
106 |
-
}
|
107 |
-
|
108 |
-
.button-restore {
|
109 |
-
border-color: RGB(98, 158, 192);
|
110 |
-
color: RGB(98, 158, 192);
|
111 |
-
}
|
112 |
-
|
113 |
-
.dashboard-main-sizing {
|
114 |
-
border-width: 4px;
|
115 |
-
width: 190px;
|
116 |
-
line-height: 1.7em;
|
117 |
-
}
|
118 |
-
|
119 |
-
.button-restore:hover, .button-migrate:hover, .button-backup:hover,
|
120 |
-
.button-view-log:hover, .button-mass-selectors:hover,
|
121 |
-
.button-delete:hover, .button-entity-backup:hover, .udp-button-primary:hover {
|
122 |
-
border-color: #df6926;
|
123 |
-
color: #df6926;
|
124 |
-
}
|
125 |
-
|
126 |
-
.button-migrate {
|
127 |
-
color: rgb(238, 169, 32);
|
128 |
-
border-color: rgb(238, 169, 32);
|
129 |
-
}
|
130 |
-
|
131 |
-
.button-backup {
|
132 |
-
border-color: #84CA1B;
|
133 |
-
color: #84CA1B;
|
134 |
-
}
|
135 |
-
|
136 |
-
.existing-backups-buttons {
|
137 |
-
font-size: 11px;
|
138 |
-
line-height: 1.4em;
|
139 |
-
border-width: 3px;
|
140 |
-
}
|
141 |
-
|
142 |
-
.existing-backups-restore-buttons {
|
143 |
-
font-size: 11px;
|
144 |
-
line-height: 1.4em;
|
145 |
-
border-width: 3px;
|
146 |
-
}
|
147 |
-
|
148 |
-
.button-delete {
|
149 |
-
color: #E23900;
|
150 |
-
border-color: #E23900;
|
151 |
-
font-size: 14px;
|
152 |
-
line-height: 1.4em;
|
153 |
-
border-width: 2px;
|
154 |
-
margin-right: 10px;
|
155 |
-
}
|
156 |
-
|
157 |
-
.button-view-log, .button-mass-selectors {
|
158 |
-
color: darkgrey;
|
159 |
-
border-color: darkgrey;
|
160 |
-
font-size: 14px;
|
161 |
-
line-height: 1.4em;
|
162 |
-
border-width: 2px;
|
163 |
-
margin-top: -1px;
|
164 |
-
}
|
165 |
-
|
166 |
-
.button-view-log {
|
167 |
-
width: 120px;
|
168 |
-
}
|
169 |
-
|
170 |
-
.button-existing-restore {
|
171 |
-
font-size: 14px;
|
172 |
-
line-height: 1.4em;
|
173 |
-
border-width: 2px;
|
174 |
-
width: 110px;
|
175 |
-
}
|
176 |
-
|
177 |
-
.main-restore {
|
178 |
-
margin-right: 3%;
|
179 |
-
margin-left: 3%;
|
180 |
-
}
|
181 |
-
|
182 |
-
.button-entity-backup {
|
183 |
-
color: #555555;
|
184 |
-
border-color: #555555;
|
185 |
-
font-size: 11px;
|
186 |
-
line-height: 1.4em;
|
187 |
-
border-width: 2px;
|
188 |
-
margin-right: 5px;
|
189 |
-
}
|
190 |
-
|
191 |
-
.button-select-all {
|
192 |
-
width: 122px;
|
193 |
-
}
|
194 |
-
|
195 |
-
.button-deselect {
|
196 |
-
width: 92px;
|
197 |
-
}
|
198 |
-
|
199 |
-
#ud_massactions > .display-flex > .mass-selectors-margins {
|
200 |
-
margin-right: -4px;
|
201 |
-
}
|
202 |
-
|
203 |
-
.udp-button-primary {
|
204 |
-
border-width: 4px;
|
205 |
-
color: #0073AA;
|
206 |
-
border-color: #0073AA;
|
207 |
-
font-size: 14px;
|
208 |
-
height: 40px;
|
209 |
-
}
|
210 |
-
|
211 |
-
#ud_massactions .button-delete {
|
212 |
-
margin-right: 0px;
|
213 |
-
}
|
214 |
-
|
215 |
-
/* End Main Buttons */
|
216 |
-
|
217 |
-
/* End of common elements */
|
218 |
-
|
219 |
-
.udp-logo-70 {
|
220 |
-
width: 70px;
|
221 |
-
height: 70px;
|
222 |
-
float: left;
|
223 |
-
padding-right: 25px;
|
224 |
-
}
|
225 |
-
|
226 |
-
h3 .thank-you {
|
227 |
-
margin-top: 0px;
|
228 |
-
}
|
229 |
-
|
230 |
-
.ws_advert {
|
231 |
-
max-width: 800px;
|
232 |
-
font-size:140%;
|
233 |
-
line-height: 140%;
|
234 |
-
padding:14px;
|
235 |
-
clear:left;
|
236 |
-
}
|
237 |
-
|
238 |
-
a .udp-logo {
|
239 |
-
border: 0px;
|
240 |
-
float: right;
|
241 |
-
height: 150px;
|
242 |
-
width: 150px;
|
243 |
-
margin: 20px 15px 15px 35px;
|
244 |
-
}
|
245 |
-
|
246 |
-
.dismiss-dash-notice {
|
247 |
-
float: right;
|
248 |
-
position: relative;
|
249 |
-
top: -20px;
|
250 |
-
}
|
251 |
-
|
252 |
-
#updraft_report_cell .updraft_reportbox {
|
253 |
-
padding:8px;
|
254 |
-
margin: 8px 0;
|
255 |
-
border: 1px dotted;
|
256 |
-
clear:left;
|
257 |
-
float:left;
|
258 |
-
}
|
259 |
-
|
260 |
-
#updraft_report_cell button.updraft_reportbox_delete {
|
261 |
-
font-size: 50%;
|
262 |
-
float:right;
|
263 |
-
padding:0 3px;
|
264 |
-
position: relative;
|
265 |
-
top: -4px;
|
266 |
-
left: 4px;
|
267 |
-
}
|
268 |
-
|
269 |
-
#updraft-navtab-settings-content .updraft-test-button {
|
270 |
-
font-size:18px !important;
|
271 |
-
}
|
272 |
-
|
273 |
-
#updraft_report_cell .updraft_report_checkbox {
|
274 |
-
margin-top: 4px;
|
275 |
-
}
|
276 |
-
|
277 |
-
#updraft_report_cell .updraft_report_email {
|
278 |
-
width: 300px;
|
279 |
-
}
|
280 |
-
|
281 |
-
#updraft_report_cell .updraft_report_another_p {
|
282 |
-
clear:left;
|
283 |
-
}
|
284 |
-
|
285 |
-
/* Taken straight from admin.php */
|
286 |
-
|
287 |
-
#updraft-navtab-settings-content table.form-table p {
|
288 |
-
max-width: 700px;
|
289 |
-
}
|
290 |
-
|
291 |
-
#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected {
|
292 |
-
background-color: #ccc;
|
293 |
-
}
|
294 |
-
|
295 |
-
.updraft_settings_sectionheading {
|
296 |
-
display: none;
|
297 |
-
}
|
298 |
-
|
299 |
-
.updraft-backupentitybutton-disabled {
|
300 |
-
background-color: transparent;
|
301 |
-
border: none;
|
302 |
-
color: #0074a2;
|
303 |
-
text-decoration: underline;
|
304 |
-
cursor: pointer;
|
305 |
-
clear: none;
|
306 |
-
float: left;
|
307 |
-
}
|
308 |
-
.updraft-backupentitybutton {
|
309 |
-
margin-left: 8px;
|
310 |
-
}
|
311 |
-
.updraft-bigbutton {
|
312 |
-
padding: 2px 0px !important;
|
313 |
-
margin-right: 14px !important;
|
314 |
-
font-size:22px !important;
|
315 |
-
min-height: 32px;
|
316 |
-
min-width: 180px;
|
317 |
-
}
|
318 |
-
|
319 |
-
.updraft_debugrow th {
|
320 |
-
float: right;
|
321 |
-
text-align: right;
|
322 |
-
font-weight: bold;
|
323 |
-
padding-right: 8px;
|
324 |
-
min-width: 140px;
|
325 |
-
}
|
326 |
-
|
327 |
-
.updraft_debugrow td {
|
328 |
-
min-width: 300px;
|
329 |
-
vertical-align: bottom;
|
330 |
-
}
|
331 |
-
.updraftplus-morefiles-row-delete {
|
332 |
-
cursor: pointer;
|
333 |
-
color: red;
|
334 |
-
font-size: 100%;
|
335 |
-
font-weight: bold;
|
336 |
-
border: 0px;
|
337 |
-
border-radius: 3px;
|
338 |
-
padding: 2px;
|
339 |
-
margin: 0 6px;
|
340 |
-
}
|
341 |
-
.updraftplus-morefiles-row-delete:hover {
|
342 |
-
cursor: pointer;
|
343 |
-
color: white;
|
344 |
-
background: red;
|
345 |
-
}
|
346 |
-
|
347 |
-
#updraft-wrap .form-table th {
|
348 |
-
width: 230px;
|
349 |
-
}
|
350 |
-
.updraftplus-remove {
|
351 |
-
background-color: #c00000;
|
352 |
-
border: 1px solid #c00000;
|
353 |
-
height: 22px;
|
354 |
-
padding: 4px 3px 0;
|
355 |
-
margin-right: 6px;
|
356 |
-
}
|
357 |
-
.updraft-viewlogdiv form {
|
358 |
-
margin: 0;
|
359 |
-
padding: 0;
|
360 |
-
}
|
361 |
-
.updraft-viewlogdiv {
|
362 |
-
background-color: #ffffff;
|
363 |
-
color: #000000;
|
364 |
-
border: 1px solid #000000;
|
365 |
-
height: 26px;
|
366 |
-
padding: 0px;
|
367 |
-
margin: 0 4px 0 0;
|
368 |
-
border-radius: 3px;
|
369 |
-
float: left;
|
370 |
-
}
|
371 |
-
.updraft-viewlogdiv input, .updraft-viewlogdiv a {
|
372 |
-
border: none;
|
373 |
-
background-color: transparent;
|
374 |
-
color: #000;
|
375 |
-
margin:0px;
|
376 |
-
padding: 3px 4px;
|
377 |
-
font-size: 16px;
|
378 |
-
line-height: 26px;
|
379 |
-
}
|
380 |
-
.updraft-viewlogdiv:hover {
|
381 |
-
background-color: #000000;
|
382 |
-
color: #ffffff;
|
383 |
-
border: 1px solid #ffffff;
|
384 |
-
cursor: pointer;
|
385 |
-
}
|
386 |
-
.updraft-viewlogdiv input:hover, .updraft-viewlogdiv a:hover {
|
387 |
-
color: #ffffff;
|
388 |
-
cursor: pointer;
|
389 |
-
}
|
390 |
-
.updraftplus-remove a {
|
391 |
-
color: white;
|
392 |
-
padding: 4px 4px 0px;
|
393 |
-
}
|
394 |
-
.updraftplus-remove:hover {
|
395 |
-
background-color: white;
|
396 |
-
border: 1px solid #c00000;
|
397 |
-
}
|
398 |
-
.updraftplus-remove a:hover {
|
399 |
-
color: #c00000;
|
400 |
-
}
|
401 |
-
.drag-drop #drag-drop-area2 {
|
402 |
-
border: 4px dashed #ddd;
|
403 |
-
height: 200px;
|
404 |
-
}
|
405 |
-
#drag-drop-area2 .drag-drop-inside {
|
406 |
-
margin: 36px auto 0;
|
407 |
-
width: 350px;
|
408 |
-
}
|
409 |
-
#filelist, #filelist2 {
|
410 |
-
width: 100%;
|
411 |
-
}
|
412 |
-
#filelist .file, #filelist2 .file, .ud_downloadstatus .file, #ud_downloadstatus2 .file {
|
413 |
-
padding: 5px;
|
414 |
-
background: #ececec;
|
415 |
-
border: solid 1px #ccc;
|
416 |
-
margin: 4px 0;
|
417 |
-
}
|
418 |
-
|
419 |
-
ul.updraft_premium_description_list {
|
420 |
-
list-style: disc inside;
|
421 |
-
}
|
422 |
-
ul.updraft_premium_description_list li {
|
423 |
-
display: inline;
|
424 |
-
}
|
425 |
-
ul.updraft_premium_description_list li::after {
|
426 |
-
content: " | ";
|
427 |
-
}
|
428 |
-
ul.updraft_premium_description_list li.last::after {
|
429 |
-
content: "";
|
430 |
-
}
|
431 |
-
.updraft_feature_cell{
|
432 |
-
background-color: #F7D9C9 !important;
|
433 |
-
padding: 5px 10px 5px 10px;
|
434 |
-
}
|
435 |
-
.updraft_feat_table, .updraft_feat_th, .updraft_feat_table td{
|
436 |
-
border: 1px solid black;
|
437 |
-
border-collapse: collapse;
|
438 |
-
font-size: 120%;
|
439 |
-
background-color: white;
|
440 |
-
}
|
441 |
-
.updraft_tick_cell{
|
442 |
-
text-align: center;
|
443 |
-
}
|
444 |
-
.updraft_tick_cell img{
|
445 |
-
margin: 4px 0;
|
446 |
-
height: 24px;
|
447 |
-
}
|
448 |
-
|
449 |
-
#filelist .fileprogress, #filelist2 .fileprogress, .ud_downloadstatus .dlfileprogress, #ud_downloadstatus2 .dlfileprogress {
|
450 |
-
width: 0%;
|
451 |
-
background: #f6a828;
|
452 |
-
height: 5px;
|
453 |
-
}
|
454 |
-
.ud_downloadstatus .raw, #ud_downloadstatus2 .raw {
|
455 |
-
margin-top: 8px;
|
456 |
-
clear:left;
|
457 |
-
}
|
458 |
-
.ud_downloadstatus .file, #ud_downloadstatus2 .file {
|
459 |
-
margin-top: 8px;
|
460 |
-
}
|
461 |
-
tr.updraftplusmethod h3 {
|
462 |
-
margin: 0px;
|
463 |
-
}
|
464 |
-
#updraft_retain_db_rules .updraft_retain_rules_delete, #updraft_retain_files_rules .updraft_retain_rules_delete {
|
465 |
-
cursor: pointer;
|
466 |
-
color: red;
|
467 |
-
font-size: 120%;
|
468 |
-
font-weight: bold;
|
469 |
-
border: 0px;
|
470 |
-
border-radius: 3px;
|
471 |
-
padding: 2px;
|
472 |
-
margin: 0 6px;
|
473 |
-
}
|
474 |
-
#updraft_retain_db_rules .updraft_retain_rules_delete:hover, #updraft_retain_files_rules .updraft_retain_rules_delete:hover {
|
475 |
-
cursor: pointer;
|
476 |
-
color: white;
|
477 |
-
background: red;
|
478 |
-
}
|
479 |
-
|
480 |
-
#updraft_backup_started {
|
481 |
-
max-width: 800px;
|
482 |
-
font-size: 140%;
|
483 |
-
line-height: 140%;
|
484 |
-
padding: 14px;
|
485 |
-
clear:left;
|
486 |
-
}
|
487 |
-
|
488 |
-
/* End stuff already in admin.php */
|
489 |
-
|
490 |
-
#plupload-upload-ui2 {
|
491 |
-
width: 80%;
|
492 |
-
}
|
493 |
-
|
494 |
-
.backup-restored {
|
495 |
-
padding: 8px;
|
496 |
-
}
|
497 |
-
|
498 |
-
.backup-restored span {
|
499 |
-
font-size: 120%
|
500 |
-
}
|
501 |
-
|
502 |
-
.word-shell-advert {
|
503 |
-
max-width: 800px;
|
504 |
-
font-size: 140%;
|
505 |
-
line-height: 140%;
|
506 |
-
padding: 14px;
|
507 |
-
}
|
508 |
-
|
509 |
-
.memory-limit {
|
510 |
-
padding:8px;
|
511 |
-
}
|
512 |
-
|
513 |
-
.updraft_list_errors {
|
514 |
-
padding: 8px;
|
515 |
-
}
|
516 |
-
|
517 |
-
/*.nav-tab {
|
518 |
-
border-radius: 20px 20px 0 0;
|
519 |
-
border-color: grey;
|
520 |
-
border-width: 2px;
|
521 |
-
margin-top: 34px;
|
522 |
-
}
|
523 |
-
|
524 |
-
.nav-tab:hover {
|
525 |
-
border-bottom: 0;
|
526 |
-
}
|
527 |
-
|
528 |
-
.nav-tab-active, .nav-tab-active:active {
|
529 |
-
color: #df6926;
|
530 |
-
border-color: #D3D3D3;
|
531 |
-
border-width: 1px;
|
532 |
-
border-bottom: 0;
|
533 |
-
}
|
534 |
-
|
535 |
-
.nav-tab-active:focus {
|
536 |
-
color: #df6926;
|
537 |
-
}*/
|
538 |
-
|
539 |
-
.nav-tab-wrapper {
|
540 |
-
margin: 14px 0px;
|
541 |
-
}
|
542 |
-
|
543 |
-
#updraft-poplog-content {
|
544 |
-
white-space: pre-wrap;
|
545 |
-
}
|
546 |
-
|
547 |
-
.next-backup {
|
548 |
-
border: 0px;
|
549 |
-
padding: 0px;
|
550 |
-
margin: 0 10px 0 0;
|
551 |
-
}
|
552 |
-
|
553 |
-
.not-scheduled {
|
554 |
-
vertical-align: top !important;
|
555 |
-
margin: 0px !important;
|
556 |
-
padding: 0px !important;
|
557 |
-
}
|
558 |
-
|
559 |
-
.next-backup .updraft_scheduled {
|
560 |
-
/* width: 124px;*/
|
561 |
-
margin: 0px;
|
562 |
-
padding: 2px 4px 2px 0px;
|
563 |
-
}
|
564 |
-
|
565 |
-
#next-backup-table-inner td {
|
566 |
-
vertical-align: top;
|
567 |
-
}
|
568 |
-
|
569 |
-
.next-backup .updraft_all-files {
|
570 |
-
color: blue;
|
571 |
-
margin: 0px;
|
572 |
-
padding: 2px 0px 0px;
|
573 |
-
}
|
574 |
-
|
575 |
-
.multisite-advert-width {
|
576 |
-
width: 800px;
|
577 |
-
}
|
578 |
-
|
579 |
-
.updraft_settings_sectionheading {
|
580 |
-
margin-top: 6px;
|
581 |
-
}
|
582 |
-
|
583 |
-
.premium-upgrade-prompt {
|
584 |
-
font-size: 115%;
|
585 |
-
}
|
586 |
-
|
587 |
-
.updraft_feat_table {
|
588 |
-
margin-top: 30px;
|
589 |
-
}
|
590 |
-
|
591 |
-
.show_admin_restore_in_progress_notice {
|
592 |
-
padding: 8px;
|
593 |
-
}
|
594 |
-
|
595 |
-
.show_admin_restore_in_progress_notice .unfinished-restoration {
|
596 |
-
font-size: 120%;
|
597 |
-
}
|
598 |
-
|
599 |
-
input #backupnow_includefiles_moreoptions {
|
600 |
-
margin: 4px 16px 6px;
|
601 |
-
border: 1px dotted;
|
602 |
-
padding: 6px 10px;
|
603 |
-
}
|
604 |
-
|
605 |
-
.form-table #updraft_activejobsrow .minimum-height{
|
606 |
-
min-height: 100px;
|
607 |
-
}
|
608 |
-
|
609 |
-
#updraft_lastlogmessagerow .last-message {
|
610 |
-
padding-top: 20px;
|
611 |
-
display: block;
|
612 |
-
}
|
613 |
-
|
614 |
-
.updraft_simplepie {
|
615 |
-
vertical-align: top;
|
616 |
-
}
|
617 |
-
|
618 |
-
.download-backups {
|
619 |
-
margin-top: 8px;
|
620 |
-
}
|
621 |
-
|
622 |
-
.download-backups .updraft_download_button {
|
623 |
-
margin-right: 6px;
|
624 |
-
margin-top: 4px;
|
625 |
-
}
|
626 |
-
|
627 |
-
.download-backups .choose-components-button {
|
628 |
-
font-size: 16px;
|
629 |
-
}
|
630 |
-
|
631 |
-
.download-backups .ud-whitespace-warning {
|
632 |
-
background-color: pink;
|
633 |
-
padding: 8px;
|
634 |
-
margin: 4px;
|
635 |
-
border: 1px dotted;
|
636 |
-
}
|
637 |
-
|
638 |
-
.download-backups .ul {
|
639 |
-
list-style: none inside;
|
640 |
-
max-width: 800px;
|
641 |
-
margin-top: 6px;
|
642 |
-
margin-bottom: 12px;
|
643 |
-
}
|
644 |
-
|
645 |
-
#updraft-plupload-modal {
|
646 |
-
width: 75%;
|
647 |
-
margin: 16px;
|
648 |
-
margin-left: 100px;
|
649 |
-
}
|
650 |
-
|
651 |
-
.download-backups .upload {
|
652 |
-
max-width: 610px;
|
653 |
-
}
|
654 |
-
|
655 |
-
.download-backups #plupload-upload-ui {
|
656 |
-
width: 70%;
|
657 |
-
}
|
658 |
-
|
659 |
-
.ud_downloadstatus {
|
660 |
-
padding: 10px;
|
661 |
-
background: #f1f1f1;
|
662 |
-
}
|
663 |
-
|
664 |
-
#ud_massactions {
|
665 |
-
padding: 14px;
|
666 |
-
position: fixed;
|
667 |
-
right: 25%;
|
668 |
-
top: 25%;
|
669 |
-
border: 2px solid;
|
670 |
-
border-radius: 4px;
|
671 |
-
background: rgb(241, 241, 241);
|
672 |
-
float: right;
|
673 |
-
}
|
674 |
-
|
675 |
-
#ud_massactions .updraftplus-remove {
|
676 |
-
clear: left;
|
677 |
-
font-size: 16px;
|
678 |
-
text-align: center;
|
679 |
-
border-radius: 4px;
|
680 |
-
margin-top: 4px;
|
681 |
-
}
|
682 |
-
|
683 |
-
#ud_massactions .updraftplus-remove a {
|
684 |
-
text-decoration: none;
|
685 |
-
}
|
686 |
-
|
687 |
-
#ud_massactions .updraft-viewlogdiv {
|
688 |
-
font-size: 16px;
|
689 |
-
text-align:center;
|
690 |
-
border-radius: 4px;
|
691 |
-
margin-top: 4px;
|
692 |
-
}
|
693 |
-
|
694 |
-
#ud_massactions .updraft-viewlogdiv a {
|
695 |
-
text-decoration: none;
|
696 |
-
position: relative;
|
697 |
-
top: 3px;
|
698 |
-
}
|
699 |
-
|
700 |
-
#ud_massactions .updraft-viewlogdiv a {
|
701 |
-
text-decoration: none;
|
702 |
-
position: relative;
|
703 |
-
top: 3px;
|
704 |
-
}
|
705 |
-
|
706 |
-
#updraft-navtab-backups-content .updraft_existing_backups {
|
707 |
-
margin-bottom: 12px;
|
708 |
-
}
|
709 |
-
|
710 |
-
#updraft-message-modal-innards {
|
711 |
-
padding: 4px;
|
712 |
-
}
|
713 |
-
|
714 |
-
#updraft_delete_form p {
|
715 |
-
margin-top: 3px;
|
716 |
-
padding-top: 0;
|
717 |
-
}
|
718 |
-
|
719 |
-
#updraft_restore_form .cannot-restore {
|
720 |
-
margin: 8px 0;
|
721 |
-
}
|
722 |
-
|
723 |
-
#updraft_restorer_dboptions {
|
724 |
-
padding: 12px;
|
725 |
-
margin: 8px 0 4px;
|
726 |
-
border: dashed 1px;
|
727 |
-
}
|
728 |
-
|
729 |
-
#updraft_restorer_dboptions h4 {
|
730 |
-
margin: 0px 0px 6px;
|
731 |
-
padding:0px;
|
732 |
-
}
|
733 |
-
|
734 |
-
.updraft_debugrow th {
|
735 |
-
vertical-align: top;
|
736 |
-
padding-top: 6px;
|
737 |
-
}
|
738 |
-
|
739 |
-
.expertmode p {
|
740 |
-
font-size: 125%;
|
741 |
-
}
|
742 |
-
|
743 |
-
.expertmode .call-wp-action {
|
744 |
-
width: 300px;
|
745 |
-
height: 22px;
|
746 |
-
}
|
747 |
-
|
748 |
-
.updraftplus-lock-advert {
|
749 |
-
clear: left;
|
750 |
-
max-width: 600px;
|
751 |
-
}
|
752 |
-
|
753 |
-
.uncompressed-data {
|
754 |
-
clear: left;
|
755 |
-
max-width: 600px;
|
756 |
-
}
|
757 |
-
|
758 |
-
.immediate-run {
|
759 |
-
clear: left;
|
760 |
-
padding-top: 20px;
|
761 |
-
max-width: 600px;
|
762 |
-
margin:0;
|
763 |
-
}
|
764 |
-
|
765 |
-
.debug-table {
|
766 |
-
border: none;
|
767 |
-
}
|
768 |
-
|
769 |
-
.delete-old-directories {
|
770 |
-
padding: 8px;
|
771 |
-
padding-bottom: 12px;
|
772 |
-
}
|
773 |
-
|
774 |
-
.active-jobs {
|
775 |
-
min-width: 480px;
|
776 |
-
min-height: 48px;
|
777 |
-
text-align: center;
|
778 |
-
margin-top: 4px;
|
779 |
-
padding: 8px;
|
780 |
-
border: 1px solid;
|
781 |
-
float: left;
|
782 |
-
clear: left;
|
783 |
-
}
|
784 |
-
|
785 |
-
.job-id {
|
786 |
-
min-width: 480px;
|
787 |
-
margin-top: 4px;
|
788 |
-
padding: 8px;
|
789 |
-
border: 1px solid;
|
790 |
-
clear: left;
|
791 |
-
float: left;
|
792 |
-
}
|
793 |
-
|
794 |
-
.next-resumption {
|
795 |
-
font-weight: bold;
|
796 |
-
}
|
797 |
-
|
798 |
-
.updraft_percentage {
|
799 |
-
z-index:-1;
|
800 |
-
position: absolute;
|
801 |
-
left: 0px;
|
802 |
-
top: 0px;
|
803 |
-
text-align: center;
|
804 |
-
background-color: #f6a828;
|
805 |
-
}
|
806 |
-
|
807 |
-
.curstage {
|
808 |
-
border-radius: 4px;
|
809 |
-
margin-top: 8px;
|
810 |
-
padding-top: 4px;
|
811 |
-
border: 1px solid #aaa;
|
812 |
-
width: 100%;
|
813 |
-
height: 22px;
|
814 |
-
position: relative;
|
815 |
-
text-align: center;
|
816 |
-
font-style: italic;
|
817 |
-
}
|
818 |
-
|
819 |
-
.retain-files {
|
820 |
-
width: 48px;
|
821 |
-
}
|
822 |
-
|
823 |
-
.backup-interval-description tr td div {
|
824 |
-
max-width: 670px;
|
825 |
-
}
|
826 |
-
|
827 |
-
#updraft-manualdecrypt-modal {
|
828 |
-
width: 85%;
|
829 |
-
margin: 6px;
|
830 |
-
margin-left: 100px;
|
831 |
-
}
|
832 |
-
|
833 |
-
.directory-permissions {
|
834 |
-
font-size: 110%;
|
835 |
-
font-weight: bold;
|
836 |
-
}
|
837 |
-
|
838 |
-
.wordshell-advert {
|
839 |
-
margin: 10px 0;
|
840 |
-
padding: 10px;
|
841 |
-
font-size: 140%;
|
842 |
-
background-color: lightYellow;
|
843 |
-
border-color: #E6DB55;
|
844 |
-
border: 1px solid;
|
845 |
-
border-radius: 4px;
|
846 |
-
}
|
847 |
-
|
848 |
-
.double-warning {
|
849 |
-
border:1px solid;
|
850 |
-
padding: 6px;
|
851 |
-
}
|
852 |
-
|
853 |
-
.raw-backup-info {
|
854 |
-
font-style: italic;
|
855 |
-
font-weight: bold;
|
856 |
-
font-size: 120%;
|
857 |
-
}
|
858 |
-
|
859 |
-
.updraft_existingbackup_date {
|
860 |
-
width: 22%;
|
861 |
-
max-width: 140px;
|
862 |
-
}
|
863 |
-
|
864 |
-
.existing-backups-table {
|
865 |
-
margin-top: 20px;
|
866 |
-
margin-left: 20px;
|
867 |
-
width: 80%;
|
868 |
-
}
|
869 |
-
|
870 |
-
.tr-bottom-4 {
|
871 |
-
margin-bottom: 4px;
|
872 |
-
}
|
873 |
-
|
874 |
-
.form-table .backup-date {
|
875 |
-
width: 172px;
|
876 |
-
padding: 0;
|
877 |
-
padding-left: 15px;
|
878 |
-
}
|
879 |
-
|
880 |
-
.form-table .backup-data {
|
881 |
-
width: 426px;
|
882 |
-
padding: 0;
|
883 |
-
padding-left: 15px;
|
884 |
-
}
|
885 |
-
|
886 |
-
.form-table .updraft_backup_actions {
|
887 |
-
width: 272px;
|
888 |
-
padding: 0 0 10px 15px;
|
889 |
-
}
|
890 |
-
|
891 |
-
.existing-date {
|
892 |
-
-webkit-box-sizing: border-box;
|
893 |
-
-moz-box-sizing: border-box;
|
894 |
-
box-sizing: border-box;
|
895 |
-
max-width: 140px;
|
896 |
-
width: 25%;
|
897 |
-
}
|
898 |
-
|
899 |
-
.line-break-tr {
|
900 |
-
height: 2px;
|
901 |
-
padding: 1px;
|
902 |
-
margin: 0px;
|
903 |
-
}
|
904 |
-
|
905 |
-
.line-break-td {
|
906 |
-
margin: 0;
|
907 |
-
padding: 0;
|
908 |
-
}
|
909 |
-
|
910 |
-
.td-line-color {
|
911 |
-
height: 2px;
|
912 |
-
background-color: #888888;
|
913 |
-
}
|
914 |
-
|
915 |
-
.raw-backup {
|
916 |
-
max-width: 140px;
|
917 |
-
}
|
918 |
-
|
919 |
-
.existing-backups-actions {
|
920 |
-
padding: 1px;
|
921 |
-
margin:0px;
|
922 |
-
}
|
923 |
-
|
924 |
-
.existing-backups-border {
|
925 |
-
height: 2px;
|
926 |
-
padding: 1px;
|
927 |
-
margin: 0px;
|
928 |
-
}
|
929 |
-
|
930 |
-
.existing-backups-border > td {
|
931 |
-
margin: 0;
|
932 |
-
padding: 0;
|
933 |
-
}
|
934 |
-
|
935 |
-
.existing-backups-border > div {
|
936 |
-
height: 2px;
|
937 |
-
background-color: #aaaaaa;
|
938 |
-
}
|
939 |
-
|
940 |
-
.updraft_existing_backup_date {
|
941 |
-
max-width: 140px;
|
942 |
-
}
|
943 |
-
|
944 |
-
.restore-button {
|
945 |
-
margin-right: 6px;
|
946 |
-
float: left;
|
947 |
-
clear: none;
|
948 |
-
}
|
949 |
-
|
950 |
-
.updraftplus-remove {
|
951 |
-
font-size: 16px;
|
952 |
-
text-align: center;
|
953 |
-
border-radius: 4px;
|
954 |
-
}
|
955 |
-
|
956 |
-
.before-restore-button {
|
957 |
-
padding: 1px;
|
958 |
-
margin: 0px;
|
959 |
-
}
|
960 |
-
|
961 |
-
.table-separator-tr {
|
962 |
-
height: 2px;
|
963 |
-
padding: 1px;
|
964 |
-
margin: 0px;
|
965 |
-
}
|
966 |
-
|
967 |
-
.table-separator-td {
|
968 |
-
margin: 0px;
|
969 |
-
padding: 0px;
|
970 |
-
}
|
971 |
-
|
972 |
-
.end-of-table-div {
|
973 |
-
height: 2px;
|
974 |
-
background-color: #aaaaaa;
|
975 |
-
}
|
976 |
-
|
977 |
-
.last-backup-job {
|
978 |
-
padding-top: 3% !important;
|
979 |
-
}
|
980 |
-
|
981 |
-
.line-height-03 {
|
982 |
-
line-height: 0.3 !important;
|
983 |
-
}
|
984 |
-
|
985 |
-
.line-height-13 {
|
986 |
-
line-height: 1.3 !important;
|
987 |
-
}
|
988 |
-
|
989 |
-
.line-height-23 {
|
990 |
-
line-height: 2.3 !important;
|
991 |
-
}
|
992 |
-
|
993 |
-
#updraft_diskspaceused {
|
994 |
-
color: #df6926;
|
995 |
-
}
|
996 |
-
|
997 |
-
.updraft_premium_description_list {
|
998 |
-
text-align: left;
|
999 |
-
}
|
1000 |
-
|
1001 |
-
#updraft_delete_old_dirs_pagediv {
|
1002 |
-
padding-bottom: 10px;
|
1003 |
-
}
|
1004 |
-
|
1005 |
-
/*#updraft_lastlogmessagerow > td, #updraft_last_backup > td {
|
1006 |
-
padding: 0;
|
1007 |
-
}*/
|
1008 |
-
|
1009 |
-
.job-id {
|
1010 |
-
margin: 0 auto;
|
1011 |
-
width: 20%;
|
1012 |
-
}
|
1013 |
-
|
1014 |
-
.updraft_all-files {
|
1015 |
-
color: #df6926;
|
1016 |
-
}
|
1017 |
-
|
1018 |
-
/* Time + scheduling add-on*/
|
1019 |
-
.fix-time {
|
1020 |
-
width: 70px;
|
1021 |
-
}
|
1022 |
-
|
1023 |
-
.retain-files {
|
1024 |
-
width: 70px;
|
1025 |
-
}
|
1026 |
-
|
1027 |
-
.number-input {
|
1028 |
-
min-width: 50px;
|
1029 |
-
max-width: 70px;
|
1030 |
-
}
|
1031 |
-
|
1032 |
-
.additional-rule-width {
|
1033 |
-
min-width: 60px;
|
1034 |
-
max-width: 70px;
|
1035 |
-
}
|
1036 |
-
|
1037 |
-
/* Add-ons */
|
1038 |
-
/* Want to fix the WordPress icons so that they fit inline with the text, and don't push everything out of place. */
|
1039 |
-
|
1040 |
-
.dashicons {
|
1041 |
-
line-height: inherit;
|
1042 |
-
font-size: inherit;
|
1043 |
-
}
|
1044 |
-
|
1045 |
-
.addon-logo-150 {
|
1046 |
-
margin-left: 30px;
|
1047 |
-
margin-top: 33px;
|
1048 |
-
height: 125px;
|
1049 |
-
width: 150px;
|
1050 |
-
}
|
1051 |
-
|
1052 |
-
.margin-bottom-50 {
|
1053 |
-
margin-bottom: 50px;
|
1054 |
-
}
|
1055 |
-
|
1056 |
-
.premium-container {
|
1057 |
-
width: 80%;
|
1058 |
-
}
|
1059 |
-
|
1060 |
-
/* Main Header */
|
1061 |
-
|
1062 |
-
.main-header {
|
1063 |
-
background-color: #df6926;
|
1064 |
-
height: 200px;
|
1065 |
-
width: 100%;
|
1066 |
-
}
|
1067 |
-
|
1068 |
-
.button-add-to-cart {
|
1069 |
-
color: white;
|
1070 |
-
border-color: white;
|
1071 |
-
float: none;
|
1072 |
-
margin-right: 17px;
|
1073 |
-
}
|
1074 |
-
|
1075 |
-
.button-add-to-cart:hover, .button-add-to-cart:focus, .button-add-to-cart:active {
|
1076 |
-
border-color: #A0A5AA;
|
1077 |
-
color: #A0A5AA;
|
1078 |
-
}
|
1079 |
-
|
1080 |
-
.addon-title {
|
1081 |
-
margin-top: 25px;
|
1082 |
-
}
|
1083 |
-
|
1084 |
-
.addon-text {
|
1085 |
-
margin-top: 75px;
|
1086 |
-
}
|
1087 |
-
|
1088 |
-
.image-main-div {
|
1089 |
-
width: 25%;
|
1090 |
-
float: left;
|
1091 |
-
}
|
1092 |
-
|
1093 |
-
.text-main-div {
|
1094 |
-
width: 60%;
|
1095 |
-
float: left;
|
1096 |
-
text-align: center;
|
1097 |
-
color: white;
|
1098 |
-
margin-top: 16px;
|
1099 |
-
}
|
1100 |
-
|
1101 |
-
.text-main-div-title {
|
1102 |
-
font-weight: bold !important;
|
1103 |
-
color: white;
|
1104 |
-
text-align: center;
|
1105 |
-
}
|
1106 |
-
|
1107 |
-
.text-main-div-paragraph {
|
1108 |
-
color: white;
|
1109 |
-
}
|
1110 |
-
|
1111 |
-
/* End main header */
|
1112 |
-
|
1113 |
-
/* Vault icons */
|
1114 |
-
|
1115 |
-
.updraftplus-vault-cta {
|
1116 |
-
width: 100%;
|
1117 |
-
text-align: center;
|
1118 |
-
margin-bottom: 50px;
|
1119 |
-
}
|
1120 |
-
|
1121 |
-
.updraftplus-vault-cta h1 {
|
1122 |
-
font-weight: bold;
|
1123 |
-
}
|
1124 |
-
|
1125 |
-
.updraftvault-buy {
|
1126 |
-
width: 225px;
|
1127 |
-
height: 225px;
|
1128 |
-
border: 2px solid #777777;
|
1129 |
-
display: inline-table;
|
1130 |
-
margin: 0 auto;
|
1131 |
-
margin-right: 50px;
|
1132 |
-
position: relative;
|
1133 |
-
}
|
1134 |
-
|
1135 |
-
.updraftplus-vault-cta > .vault-options > .center-vault {
|
1136 |
-
width: 275px;
|
1137 |
-
height: 275px;
|
1138 |
-
}
|
1139 |
-
|
1140 |
-
.updraftplus-vault-cta > .vault-options > .center-vault > a {
|
1141 |
-
right: 21%;
|
1142 |
-
font-size: 16px;
|
1143 |
-
border-width: 4px !important;
|
1144 |
-
}
|
1145 |
-
|
1146 |
-
|
1147 |
-
.updraftplus-vault-cta > .vault-options > .center-vault > p {
|
1148 |
-
font-size: 16px;
|
1149 |
-
}
|
1150 |
-
|
1151 |
-
.updraftvault-buy .button-purchase {
|
1152 |
-
right: 24%;
|
1153 |
-
margin-left: 0;
|
1154 |
-
line-height: 1.7em;
|
1155 |
-
}
|
1156 |
-
|
1157 |
-
.updraftvault-buy hr {
|
1158 |
-
height: 2px;
|
1159 |
-
background-color: #777777;
|
1160 |
-
margin-top: 18px;
|
1161 |
-
}
|
1162 |
-
|
1163 |
-
.right {
|
1164 |
-
margin-right: 0px;
|
1165 |
-
}
|
1166 |
-
|
1167 |
-
.updraftvault-buy .addon-logo-100 {
|
1168 |
-
height: 100px;
|
1169 |
-
width: 125px;
|
1170 |
-
margin-top: 7px;
|
1171 |
-
}
|
1172 |
-
|
1173 |
-
.updraftvault-buy .addon-logo-large {
|
1174 |
-
margin-top: 7px;
|
1175 |
-
}
|
1176 |
-
|
1177 |
-
.updraftvault-buy .button-buy-vault {
|
1178 |
-
font-size: 12px;
|
1179 |
-
color: #df6926;
|
1180 |
-
border-color: #df6926;
|
1181 |
-
border-width: 2px !important;
|
1182 |
-
position: absolute;
|
1183 |
-
right: 29%;
|
1184 |
-
bottom: 2%;
|
1185 |
-
}
|
1186 |
-
|
1187 |
-
.premium-addon-div .button-purchase {
|
1188 |
-
line-height: 1.7em;
|
1189 |
-
}
|
1190 |
-
|
1191 |
-
.updraftvault-buy .button-buy-vault:hover {
|
1192 |
-
border-color: darkgrey;
|
1193 |
-
color: darkgrey;
|
1194 |
-
}
|
1195 |
-
|
1196 |
-
/* End Vault icons */
|
1197 |
-
|
1198 |
-
/* Premium addons */
|
1199 |
-
|
1200 |
-
.premium-addons {
|
1201 |
-
margin-top: 80px;
|
1202 |
-
width: 100%;
|
1203 |
-
margin: 0 auto;
|
1204 |
-
display: table;
|
1205 |
-
}
|
1206 |
-
|
1207 |
-
.addon-list {
|
1208 |
-
/* margin-left: 32px; */
|
1209 |
-
display: table;
|
1210 |
-
text-align: center;
|
1211 |
-
}
|
1212 |
-
|
1213 |
-
.premium-addons h1 {
|
1214 |
-
text-align: center;
|
1215 |
-
font-weight: bold;
|
1216 |
-
}
|
1217 |
-
|
1218 |
-
.premium-addons p {
|
1219 |
-
text-align: center;
|
1220 |
-
}
|
1221 |
-
|
1222 |
-
.premium-addons .premium-addon-div {
|
1223 |
-
width: 200px;
|
1224 |
-
height: 250px;
|
1225 |
-
border: 2px solid #777777;
|
1226 |
-
display: inline-table;
|
1227 |
-
margin: 0 auto;
|
1228 |
-
margin-right: 25px;
|
1229 |
-
margin-top: 25px;
|
1230 |
-
text-align: center;
|
1231 |
-
position: relative;
|
1232 |
-
}
|
1233 |
-
|
1234 |
-
.premium-addons .premium-addon-div p {
|
1235 |
-
margin-left: 2px;
|
1236 |
-
margin-right: 2px;
|
1237 |
-
}
|
1238 |
-
|
1239 |
-
.premium-addons .premium-addon-div img {
|
1240 |
-
width: auto;
|
1241 |
-
height: 50px;
|
1242 |
-
margin-top: 7px;
|
1243 |
-
}
|
1244 |
-
|
1245 |
-
.premium-addons .premium-addon-div .hr-alignment {
|
1246 |
-
margin-top: 44px;
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
.premium-addons .premium-addon-div .dropbox-logo {
|
1250 |
-
height: 39px;
|
1251 |
-
width: 150px;
|
1252 |
-
}
|
1253 |
-
|
1254 |
-
.premium-addons .premium-addon-div .azure-logo, .premium-addons .premium-addon-div .onedrive-logo {
|
1255 |
-
width: 75%;
|
1256 |
-
height: 24px;
|
1257 |
-
}
|
1258 |
-
.button-purchase {
|
1259 |
-
font-size: 12px;
|
1260 |
-
color: #df6926;
|
1261 |
-
border-color: #df6926;
|
1262 |
-
border-width: 2px !important;
|
1263 |
-
position: absolute;
|
1264 |
-
right: 25%;
|
1265 |
-
bottom: 2%;
|
1266 |
-
}
|
1267 |
-
|
1268 |
-
.button-purchase:hover {
|
1269 |
-
color: darkgrey;
|
1270 |
-
border-color: darkgrey;
|
1271 |
-
}
|
1272 |
-
|
1273 |
-
.premium-addons .premium-addon-div hr {
|
1274 |
-
height: 2px;
|
1275 |
-
background-color: #777777;
|
1276 |
-
margin-top: 18px;
|
1277 |
-
}
|
1278 |
-
|
1279 |
-
.premium-addon-div p {
|
1280 |
-
font-style: italic;
|
1281 |
-
}
|
1282 |
-
|
1283 |
-
.addon-list > .premium-addon-div > .onedrive-fix,
|
1284 |
-
.addon-list > .premium-addon-div > .azure-logo {
|
1285 |
-
margin-top: 33px;
|
1286 |
-
}
|
1287 |
-
|
1288 |
-
.addon-list > .premium-addon-div > .dropbox-fix {
|
1289 |
-
margin-top: 18px;
|
1290 |
-
}
|
1291 |
-
|
1292 |
-
/* End premium addons */
|
1293 |
-
|
1294 |
-
|
1295 |
-
/* Forgotton something (that is the name of the div rather than a mental note!) */
|
1296 |
-
|
1297 |
-
.premium-forgotton-something {
|
1298 |
-
margin-top: 5%;
|
1299 |
-
}
|
1300 |
-
|
1301 |
-
.premium-forgotton-something h1 {
|
1302 |
-
text-align: center;
|
1303 |
-
font-weight: bold;
|
1304 |
-
}
|
1305 |
-
|
1306 |
-
.premium-forgotton-something p {
|
1307 |
-
text-align: center;
|
1308 |
-
font-weight: normal;
|
1309 |
-
}
|
1310 |
-
|
1311 |
-
.premium-forgotton-something .button-faq {
|
1312 |
-
color: #df6926;
|
1313 |
-
border-color: #df6926;
|
1314 |
-
margin: 0 auto;
|
1315 |
-
display: table;
|
1316 |
-
}
|
1317 |
-
|
1318 |
-
.premium-forgotton-something .button-faq:hover {
|
1319 |
-
color: #777777;
|
1320 |
-
border-color: #777777;
|
1321 |
-
}
|
1322 |
-
|
1323 |
-
/* End of forgotton something */
|
1324 |
-
|
1325 |
-
.updraftplusmethod.updraftvault #vaultlogo { padding-left: 40px; }
|
1326 |
-
|
1327 |
-
.updraftplusmethod.updraftvault .vault_primary_option {
|
1328 |
-
float: left;
|
1329 |
-
width:50%;
|
1330 |
-
text-align:center;
|
1331 |
-
padding-bottom:20px;
|
1332 |
-
}
|
1333 |
-
|
1334 |
-
.updraftplusmethod.updraftvault .vault_primary_option div {
|
1335 |
-
clear:right;
|
1336 |
-
padding-top: 20px;
|
1337 |
-
}
|
1338 |
-
|
1339 |
-
.updraftplusmethod.updraftvault .clear-left {
|
1340 |
-
clear: left;
|
1341 |
-
}
|
1342 |
-
|
1343 |
-
.updraftplusmethod.updraftvault .padding-top-20px { padding-top: 20px; }
|
1344 |
-
|
1345 |
-
.updraftplusmethod.updraftvault .padding-top-14px { padding-top: 14px; }
|
1346 |
-
|
1347 |
-
.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary, .updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary {
|
1348 |
-
font-size: 18px !important;
|
1349 |
-
padding-bottom: 20px;
|
1350 |
-
}
|
1351 |
-
|
1352 |
-
.updraftplusmethod.updraftvault #updraftvault_showoptions, .updraftplusmethod.updraftvault #updraftvault_connect {
|
1353 |
-
margin-top:8px;
|
1354 |
-
}
|
1355 |
-
|
1356 |
-
.updraftplusmethod.updraftvault #updraftvault_settings_connect input {
|
1357 |
-
margin-right:10px;
|
1358 |
-
}
|
1359 |
-
|
1360 |
-
.updraftplusmethod.updraftvault #updraftvault_email { width: 280px; }
|
1361 |
-
.updraftplusmethod.updraftvault #updraftvault_pass { width: 200px; }
|
1362 |
-
|
1363 |
-
.updraftplusmethod.updraftvault #vault-is-connected { margin: 0; padding: 0; }
|
1364 |
-
|
1365 |
-
.updraftplusmethod.updraftvault #updraftvault_settings_default p {
|
1366 |
-
clear:left;
|
1367 |
-
}
|
1368 |
-
|
1369 |
-
.updraftplusmethod.updraftvault .vault-purchase-option {
|
1370 |
-
float: left;
|
1371 |
-
width:33%;
|
1372 |
-
text-align:center;
|
1373 |
-
padding-top: 20px;
|
1374 |
-
}
|
1375 |
-
|
1376 |
-
.updraftplusmethod.updraftvault .vault-purchase-option-size {
|
1377 |
-
font-size: 200%;
|
1378 |
-
font-weight:bold;
|
1379 |
-
}
|
1380 |
-
|
1381 |
-
.updraftplusmethod.updraftvault .vault-purchase-option-link {
|
1382 |
-
clear:both;
|
1383 |
-
font-size: 150%
|
1384 |
-
}
|
1385 |
-
|
1386 |
-
.updraftplusmethod.updraftvault .vault-purchase-option-or {
|
1387 |
-
clear: both;
|
1388 |
-
font-size: 115%;
|
1389 |
-
font-style: italic;
|
1390 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* General things used by many things */
|
2 |
+
|
3 |
+
/* Widths and sizing */
|
4 |
+
.max-width-600 {
|
5 |
+
max-width: 600px;
|
6 |
+
}
|
7 |
+
|
8 |
+
.width-900 {
|
9 |
+
width: 900px;
|
10 |
+
}
|
11 |
+
|
12 |
+
.width-80 {
|
13 |
+
width: 80%;
|
14 |
+
}
|
15 |
+
|
16 |
+
/* End widths and sizing */
|
17 |
+
|
18 |
+
/* Font styling */
|
19 |
+
.no-decoration {
|
20 |
+
text-decoration: none;
|
21 |
+
}
|
22 |
+
|
23 |
+
.bold {
|
24 |
+
font-weight: bold;
|
25 |
+
}
|
26 |
+
/* End font styling */
|
27 |
+
|
28 |
+
/* Alignment */
|
29 |
+
.center-align-td {
|
30 |
+
text-align: center;
|
31 |
+
}
|
32 |
+
/* End of Alignment */
|
33 |
+
|
34 |
+
/* Padding */
|
35 |
+
.remove-padding {
|
36 |
+
padding: 0 !important;
|
37 |
+
}
|
38 |
+
/* End of padding */
|
39 |
+
|
40 |
+
.updraft-text-center {
|
41 |
+
text-align: center;
|
42 |
+
}
|
43 |
+
|
44 |
+
.autobackup {
|
45 |
+
padding: 6px;
|
46 |
+
margin: 8px 0px;
|
47 |
+
}
|
48 |
+
|
49 |
+
ul .disc {
|
50 |
+
list-style: disc inside;
|
51 |
+
}
|
52 |
+
|
53 |
+
.dashicons-log-fix {
|
54 |
+
display: inherit;
|
55 |
+
}
|
56 |
+
|
57 |
+
/* Input boxes */
|
58 |
+
|
59 |
+
input {
|
60 |
+
border-radius: 4px;
|
61 |
+
line-height: 1.42;
|
62 |
+
border: 1px solid #ccc;
|
63 |
+
height: 27px;
|
64 |
+
padding: 2px 6px;
|
65 |
+
color: #555;
|
66 |
+
}
|
67 |
+
|
68 |
+
input[type="text"] {
|
69 |
+
font-size: 14px;
|
70 |
+
}
|
71 |
+
|
72 |
+
input[type="number"] {
|
73 |
+
height: 31px;
|
74 |
+
}
|
75 |
+
|
76 |
+
select {
|
77 |
+
border-radius: 4px;
|
78 |
+
}
|
79 |
+
|
80 |
+
/* End input boxes */
|
81 |
+
|
82 |
+
|
83 |
+
/* Main Buttons */
|
84 |
+
.main-dashboard-buttons {
|
85 |
+
border-width: 4px;
|
86 |
+
border-radius: 12px;
|
87 |
+
letter-spacing: 0px;
|
88 |
+
font-size: 17px;
|
89 |
+
font-weight: bold;
|
90 |
+
padding-left: 0.7em;
|
91 |
+
padding-right: 2em;
|
92 |
+
padding: 0.3em 1em;
|
93 |
+
line-height: 1.7em;
|
94 |
+
background: transparent;
|
95 |
+
position: relative;
|
96 |
+
border: 2px solid;
|
97 |
+
transition: all 0.2s;
|
98 |
+
vertical-align: baseline;
|
99 |
+
box-sizing: border-box;
|
100 |
+
text-align: center;
|
101 |
+
line-height: 1.3em;
|
102 |
+
margin-left: .3em;
|
103 |
+
text-transform: none;
|
104 |
+
line-height: 1;
|
105 |
+
text-decoration: none;
|
106 |
+
}
|
107 |
+
|
108 |
+
.button-restore {
|
109 |
+
border-color: RGB(98, 158, 192);
|
110 |
+
color: RGB(98, 158, 192);
|
111 |
+
}
|
112 |
+
|
113 |
+
.dashboard-main-sizing {
|
114 |
+
border-width: 4px;
|
115 |
+
width: 190px;
|
116 |
+
line-height: 1.7em;
|
117 |
+
}
|
118 |
+
|
119 |
+
.button-restore:hover, .button-migrate:hover, .button-backup:hover,
|
120 |
+
.button-view-log:hover, .button-mass-selectors:hover,
|
121 |
+
.button-delete:hover, .button-entity-backup:hover, .udp-button-primary:hover {
|
122 |
+
border-color: #df6926;
|
123 |
+
color: #df6926;
|
124 |
+
}
|
125 |
+
|
126 |
+
.button-migrate {
|
127 |
+
color: rgb(238, 169, 32);
|
128 |
+
border-color: rgb(238, 169, 32);
|
129 |
+
}
|
130 |
+
|
131 |
+
.button-backup {
|
132 |
+
border-color: #84CA1B;
|
133 |
+
color: #84CA1B;
|
134 |
+
}
|
135 |
+
|
136 |
+
.existing-backups-buttons {
|
137 |
+
font-size: 11px;
|
138 |
+
line-height: 1.4em;
|
139 |
+
border-width: 3px;
|
140 |
+
}
|
141 |
+
|
142 |
+
.existing-backups-restore-buttons {
|
143 |
+
font-size: 11px;
|
144 |
+
line-height: 1.4em;
|
145 |
+
border-width: 3px;
|
146 |
+
}
|
147 |
+
|
148 |
+
.button-delete {
|
149 |
+
color: #E23900;
|
150 |
+
border-color: #E23900;
|
151 |
+
font-size: 14px;
|
152 |
+
line-height: 1.4em;
|
153 |
+
border-width: 2px;
|
154 |
+
margin-right: 10px;
|
155 |
+
}
|
156 |
+
|
157 |
+
.button-view-log, .button-mass-selectors {
|
158 |
+
color: darkgrey;
|
159 |
+
border-color: darkgrey;
|
160 |
+
font-size: 14px;
|
161 |
+
line-height: 1.4em;
|
162 |
+
border-width: 2px;
|
163 |
+
margin-top: -1px;
|
164 |
+
}
|
165 |
+
|
166 |
+
.button-view-log {
|
167 |
+
width: 120px;
|
168 |
+
}
|
169 |
+
|
170 |
+
.button-existing-restore {
|
171 |
+
font-size: 14px;
|
172 |
+
line-height: 1.4em;
|
173 |
+
border-width: 2px;
|
174 |
+
width: 110px;
|
175 |
+
}
|
176 |
+
|
177 |
+
.main-restore {
|
178 |
+
margin-right: 3%;
|
179 |
+
margin-left: 3%;
|
180 |
+
}
|
181 |
+
|
182 |
+
.button-entity-backup {
|
183 |
+
color: #555555;
|
184 |
+
border-color: #555555;
|
185 |
+
font-size: 11px;
|
186 |
+
line-height: 1.4em;
|
187 |
+
border-width: 2px;
|
188 |
+
margin-right: 5px;
|
189 |
+
}
|
190 |
+
|
191 |
+
.button-select-all {
|
192 |
+
width: 122px;
|
193 |
+
}
|
194 |
+
|
195 |
+
.button-deselect {
|
196 |
+
width: 92px;
|
197 |
+
}
|
198 |
+
|
199 |
+
#ud_massactions > .display-flex > .mass-selectors-margins {
|
200 |
+
margin-right: -4px;
|
201 |
+
}
|
202 |
+
|
203 |
+
.udp-button-primary {
|
204 |
+
border-width: 4px;
|
205 |
+
color: #0073AA;
|
206 |
+
border-color: #0073AA;
|
207 |
+
font-size: 14px;
|
208 |
+
height: 40px;
|
209 |
+
}
|
210 |
+
|
211 |
+
#ud_massactions .button-delete {
|
212 |
+
margin-right: 0px;
|
213 |
+
}
|
214 |
+
|
215 |
+
/* End Main Buttons */
|
216 |
+
|
217 |
+
/* End of common elements */
|
218 |
+
|
219 |
+
.udp-logo-70 {
|
220 |
+
width: 70px;
|
221 |
+
height: 70px;
|
222 |
+
float: left;
|
223 |
+
padding-right: 25px;
|
224 |
+
}
|
225 |
+
|
226 |
+
h3 .thank-you {
|
227 |
+
margin-top: 0px;
|
228 |
+
}
|
229 |
+
|
230 |
+
.ws_advert {
|
231 |
+
max-width: 800px;
|
232 |
+
font-size:140%;
|
233 |
+
line-height: 140%;
|
234 |
+
padding:14px;
|
235 |
+
clear:left;
|
236 |
+
}
|
237 |
+
|
238 |
+
a .udp-logo {
|
239 |
+
border: 0px;
|
240 |
+
float: right;
|
241 |
+
height: 150px;
|
242 |
+
width: 150px;
|
243 |
+
margin: 20px 15px 15px 35px;
|
244 |
+
}
|
245 |
+
|
246 |
+
.dismiss-dash-notice {
|
247 |
+
float: right;
|
248 |
+
position: relative;
|
249 |
+
top: -20px;
|
250 |
+
}
|
251 |
+
|
252 |
+
#updraft_report_cell .updraft_reportbox {
|
253 |
+
padding:8px;
|
254 |
+
margin: 8px 0;
|
255 |
+
border: 1px dotted;
|
256 |
+
clear:left;
|
257 |
+
float:left;
|
258 |
+
}
|
259 |
+
|
260 |
+
#updraft_report_cell button.updraft_reportbox_delete {
|
261 |
+
font-size: 50%;
|
262 |
+
float:right;
|
263 |
+
padding:0 3px;
|
264 |
+
position: relative;
|
265 |
+
top: -4px;
|
266 |
+
left: 4px;
|
267 |
+
}
|
268 |
+
|
269 |
+
#updraft-navtab-settings-content .updraft-test-button {
|
270 |
+
font-size:18px !important;
|
271 |
+
}
|
272 |
+
|
273 |
+
#updraft_report_cell .updraft_report_checkbox {
|
274 |
+
margin-top: 4px;
|
275 |
+
}
|
276 |
+
|
277 |
+
#updraft_report_cell .updraft_report_email {
|
278 |
+
width: 300px;
|
279 |
+
}
|
280 |
+
|
281 |
+
#updraft_report_cell .updraft_report_another_p {
|
282 |
+
clear:left;
|
283 |
+
}
|
284 |
+
|
285 |
+
/* Taken straight from admin.php */
|
286 |
+
|
287 |
+
#updraft-navtab-settings-content table.form-table p {
|
288 |
+
max-width: 700px;
|
289 |
+
}
|
290 |
+
|
291 |
+
#updraft-navtab-backups-content .updraft_existing_backups .updraft_existing_backups_row.backuprowselected {
|
292 |
+
background-color: #ccc;
|
293 |
+
}
|
294 |
+
|
295 |
+
.updraft_settings_sectionheading {
|
296 |
+
display: none;
|
297 |
+
}
|
298 |
+
|
299 |
+
.updraft-backupentitybutton-disabled {
|
300 |
+
background-color: transparent;
|
301 |
+
border: none;
|
302 |
+
color: #0074a2;
|
303 |
+
text-decoration: underline;
|
304 |
+
cursor: pointer;
|
305 |
+
clear: none;
|
306 |
+
float: left;
|
307 |
+
}
|
308 |
+
.updraft-backupentitybutton {
|
309 |
+
margin-left: 8px;
|
310 |
+
}
|
311 |
+
.updraft-bigbutton {
|
312 |
+
padding: 2px 0px !important;
|
313 |
+
margin-right: 14px !important;
|
314 |
+
font-size:22px !important;
|
315 |
+
min-height: 32px;
|
316 |
+
min-width: 180px;
|
317 |
+
}
|
318 |
+
|
319 |
+
.updraft_debugrow th {
|
320 |
+
float: right;
|
321 |
+
text-align: right;
|
322 |
+
font-weight: bold;
|
323 |
+
padding-right: 8px;
|
324 |
+
min-width: 140px;
|
325 |
+
}
|
326 |
+
|
327 |
+
.updraft_debugrow td {
|
328 |
+
min-width: 300px;
|
329 |
+
vertical-align: bottom;
|
330 |
+
}
|
331 |
+
.updraftplus-morefiles-row-delete {
|
332 |
+
cursor: pointer;
|
333 |
+
color: red;
|
334 |
+
font-size: 100%;
|
335 |
+
font-weight: bold;
|
336 |
+
border: 0px;
|
337 |
+
border-radius: 3px;
|
338 |
+
padding: 2px;
|
339 |
+
margin: 0 6px;
|
340 |
+
}
|
341 |
+
.updraftplus-morefiles-row-delete:hover {
|
342 |
+
cursor: pointer;
|
343 |
+
color: white;
|
344 |
+
background: red;
|
345 |
+
}
|
346 |
+
|
347 |
+
#updraft-wrap .form-table th {
|
348 |
+
width: 230px;
|
349 |
+
}
|
350 |
+
.updraftplus-remove {
|
351 |
+
background-color: #c00000;
|
352 |
+
border: 1px solid #c00000;
|
353 |
+
height: 22px;
|
354 |
+
padding: 4px 3px 0;
|
355 |
+
margin-right: 6px;
|
356 |
+
}
|
357 |
+
.updraft-viewlogdiv form {
|
358 |
+
margin: 0;
|
359 |
+
padding: 0;
|
360 |
+
}
|
361 |
+
.updraft-viewlogdiv {
|
362 |
+
background-color: #ffffff;
|
363 |
+
color: #000000;
|
364 |
+
border: 1px solid #000000;
|
365 |
+
height: 26px;
|
366 |
+
padding: 0px;
|
367 |
+
margin: 0 4px 0 0;
|
368 |
+
border-radius: 3px;
|
369 |
+
float: left;
|
370 |
+
}
|
371 |
+
.updraft-viewlogdiv input, .updraft-viewlogdiv a {
|
372 |
+
border: none;
|
373 |
+
background-color: transparent;
|
374 |
+
color: #000;
|
375 |
+
margin:0px;
|
376 |
+
padding: 3px 4px;
|
377 |
+
font-size: 16px;
|
378 |
+
line-height: 26px;
|
379 |
+
}
|
380 |
+
.updraft-viewlogdiv:hover {
|
381 |
+
background-color: #000000;
|
382 |
+
color: #ffffff;
|
383 |
+
border: 1px solid #ffffff;
|
384 |
+
cursor: pointer;
|
385 |
+
}
|
386 |
+
.updraft-viewlogdiv input:hover, .updraft-viewlogdiv a:hover {
|
387 |
+
color: #ffffff;
|
388 |
+
cursor: pointer;
|
389 |
+
}
|
390 |
+
.updraftplus-remove a {
|
391 |
+
color: white;
|
392 |
+
padding: 4px 4px 0px;
|
393 |
+
}
|
394 |
+
.updraftplus-remove:hover {
|
395 |
+
background-color: white;
|
396 |
+
border: 1px solid #c00000;
|
397 |
+
}
|
398 |
+
.updraftplus-remove a:hover {
|
399 |
+
color: #c00000;
|
400 |
+
}
|
401 |
+
.drag-drop #drag-drop-area2 {
|
402 |
+
border: 4px dashed #ddd;
|
403 |
+
height: 200px;
|
404 |
+
}
|
405 |
+
#drag-drop-area2 .drag-drop-inside {
|
406 |
+
margin: 36px auto 0;
|
407 |
+
width: 350px;
|
408 |
+
}
|
409 |
+
#filelist, #filelist2 {
|
410 |
+
width: 100%;
|
411 |
+
}
|
412 |
+
#filelist .file, #filelist2 .file, .ud_downloadstatus .file, #ud_downloadstatus2 .file {
|
413 |
+
padding: 5px;
|
414 |
+
background: #ececec;
|
415 |
+
border: solid 1px #ccc;
|
416 |
+
margin: 4px 0;
|
417 |
+
}
|
418 |
+
|
419 |
+
ul.updraft_premium_description_list {
|
420 |
+
list-style: disc inside;
|
421 |
+
}
|
422 |
+
ul.updraft_premium_description_list li {
|
423 |
+
display: inline;
|
424 |
+
}
|
425 |
+
ul.updraft_premium_description_list li::after {
|
426 |
+
content: " | ";
|
427 |
+
}
|
428 |
+
ul.updraft_premium_description_list li.last::after {
|
429 |
+
content: "";
|
430 |
+
}
|
431 |
+
.updraft_feature_cell{
|
432 |
+
background-color: #F7D9C9 !important;
|
433 |
+
padding: 5px 10px 5px 10px;
|
434 |
+
}
|
435 |
+
.updraft_feat_table, .updraft_feat_th, .updraft_feat_table td{
|
436 |
+
border: 1px solid black;
|
437 |
+
border-collapse: collapse;
|
438 |
+
font-size: 120%;
|
439 |
+
background-color: white;
|
440 |
+
}
|
441 |
+
.updraft_tick_cell{
|
442 |
+
text-align: center;
|
443 |
+
}
|
444 |
+
.updraft_tick_cell img{
|
445 |
+
margin: 4px 0;
|
446 |
+
height: 24px;
|
447 |
+
}
|
448 |
+
|
449 |
+
#filelist .fileprogress, #filelist2 .fileprogress, .ud_downloadstatus .dlfileprogress, #ud_downloadstatus2 .dlfileprogress {
|
450 |
+
width: 0%;
|
451 |
+
background: #f6a828;
|
452 |
+
height: 5px;
|
453 |
+
}
|
454 |
+
.ud_downloadstatus .raw, #ud_downloadstatus2 .raw {
|
455 |
+
margin-top: 8px;
|
456 |
+
clear:left;
|
457 |
+
}
|
458 |
+
.ud_downloadstatus .file, #ud_downloadstatus2 .file {
|
459 |
+
margin-top: 8px;
|
460 |
+
}
|
461 |
+
tr.updraftplusmethod h3 {
|
462 |
+
margin: 0px;
|
463 |
+
}
|
464 |
+
#updraft_retain_db_rules .updraft_retain_rules_delete, #updraft_retain_files_rules .updraft_retain_rules_delete {
|
465 |
+
cursor: pointer;
|
466 |
+
color: red;
|
467 |
+
font-size: 120%;
|
468 |
+
font-weight: bold;
|
469 |
+
border: 0px;
|
470 |
+
border-radius: 3px;
|
471 |
+
padding: 2px;
|
472 |
+
margin: 0 6px;
|
473 |
+
}
|
474 |
+
#updraft_retain_db_rules .updraft_retain_rules_delete:hover, #updraft_retain_files_rules .updraft_retain_rules_delete:hover {
|
475 |
+
cursor: pointer;
|
476 |
+
color: white;
|
477 |
+
background: red;
|
478 |
+
}
|
479 |
+
|
480 |
+
#updraft_backup_started {
|
481 |
+
max-width: 800px;
|
482 |
+
font-size: 140%;
|
483 |
+
line-height: 140%;
|
484 |
+
padding: 14px;
|
485 |
+
clear:left;
|
486 |
+
}
|
487 |
+
|
488 |
+
/* End stuff already in admin.php */
|
489 |
+
|
490 |
+
#plupload-upload-ui2 {
|
491 |
+
width: 80%;
|
492 |
+
}
|
493 |
+
|
494 |
+
.backup-restored {
|
495 |
+
padding: 8px;
|
496 |
+
}
|
497 |
+
|
498 |
+
.backup-restored span {
|
499 |
+
font-size: 120%
|
500 |
+
}
|
501 |
+
|
502 |
+
.word-shell-advert {
|
503 |
+
max-width: 800px;
|
504 |
+
font-size: 140%;
|
505 |
+
line-height: 140%;
|
506 |
+
padding: 14px;
|
507 |
+
}
|
508 |
+
|
509 |
+
.memory-limit {
|
510 |
+
padding:8px;
|
511 |
+
}
|
512 |
+
|
513 |
+
.updraft_list_errors {
|
514 |
+
padding: 8px;
|
515 |
+
}
|
516 |
+
|
517 |
+
/*.nav-tab {
|
518 |
+
border-radius: 20px 20px 0 0;
|
519 |
+
border-color: grey;
|
520 |
+
border-width: 2px;
|
521 |
+
margin-top: 34px;
|
522 |
+
}
|
523 |
+
|
524 |
+
.nav-tab:hover {
|
525 |
+
border-bottom: 0;
|
526 |
+
}
|
527 |
+
|
528 |
+
.nav-tab-active, .nav-tab-active:active {
|
529 |
+
color: #df6926;
|
530 |
+
border-color: #D3D3D3;
|
531 |
+
border-width: 1px;
|
532 |
+
border-bottom: 0;
|
533 |
+
}
|
534 |
+
|
535 |
+
.nav-tab-active:focus {
|
536 |
+
color: #df6926;
|
537 |
+
}*/
|
538 |
+
|
539 |
+
.nav-tab-wrapper {
|
540 |
+
margin: 14px 0px;
|
541 |
+
}
|
542 |
+
|
543 |
+
#updraft-poplog-content {
|
544 |
+
white-space: pre-wrap;
|
545 |
+
}
|
546 |
+
|
547 |
+
.next-backup {
|
548 |
+
border: 0px;
|
549 |
+
padding: 0px;
|
550 |
+
margin: 0 10px 0 0;
|
551 |
+
}
|
552 |
+
|
553 |
+
.not-scheduled {
|
554 |
+
vertical-align: top !important;
|
555 |
+
margin: 0px !important;
|
556 |
+
padding: 0px !important;
|
557 |
+
}
|
558 |
+
|
559 |
+
.next-backup .updraft_scheduled {
|
560 |
+
/* width: 124px;*/
|
561 |
+
margin: 0px;
|
562 |
+
padding: 2px 4px 2px 0px;
|
563 |
+
}
|
564 |
+
|
565 |
+
#next-backup-table-inner td {
|
566 |
+
vertical-align: top;
|
567 |
+
}
|
568 |
+
|
569 |
+
.next-backup .updraft_all-files {
|
570 |
+
color: blue;
|
571 |
+
margin: 0px;
|
572 |
+
padding: 2px 0px 0px;
|
573 |
+
}
|
574 |
+
|
575 |
+
.multisite-advert-width {
|
576 |
+
width: 800px;
|
577 |
+
}
|
578 |
+
|
579 |
+
.updraft_settings_sectionheading {
|
580 |
+
margin-top: 6px;
|
581 |
+
}
|
582 |
+
|
583 |
+
.premium-upgrade-prompt {
|
584 |
+
font-size: 115%;
|
585 |
+
}
|
586 |
+
|
587 |
+
.updraft_feat_table {
|
588 |
+
margin-top: 30px;
|
589 |
+
}
|
590 |
+
|
591 |
+
.show_admin_restore_in_progress_notice {
|
592 |
+
padding: 8px;
|
593 |
+
}
|
594 |
+
|
595 |
+
.show_admin_restore_in_progress_notice .unfinished-restoration {
|
596 |
+
font-size: 120%;
|
597 |
+
}
|
598 |
+
|
599 |
+
input #backupnow_includefiles_moreoptions {
|
600 |
+
margin: 4px 16px 6px;
|
601 |
+
border: 1px dotted;
|
602 |
+
padding: 6px 10px;
|
603 |
+
}
|
604 |
+
|
605 |
+
.form-table #updraft_activejobsrow .minimum-height{
|
606 |
+
min-height: 100px;
|
607 |
+
}
|
608 |
+
|
609 |
+
#updraft_lastlogmessagerow .last-message {
|
610 |
+
padding-top: 20px;
|
611 |
+
display: block;
|
612 |
+
}
|
613 |
+
|
614 |
+
.updraft_simplepie {
|
615 |
+
vertical-align: top;
|
616 |
+
}
|
617 |
+
|
618 |
+
.download-backups {
|
619 |
+
margin-top: 8px;
|
620 |
+
}
|
621 |
+
|
622 |
+
.download-backups .updraft_download_button {
|
623 |
+
margin-right: 6px;
|
624 |
+
margin-top: 4px;
|
625 |
+
}
|
626 |
+
|
627 |
+
.download-backups .choose-components-button {
|
628 |
+
font-size: 16px;
|
629 |
+
}
|
630 |
+
|
631 |
+
.download-backups .ud-whitespace-warning {
|
632 |
+
background-color: pink;
|
633 |
+
padding: 8px;
|
634 |
+
margin: 4px;
|
635 |
+
border: 1px dotted;
|
636 |
+
}
|
637 |
+
|
638 |
+
.download-backups .ul {
|
639 |
+
list-style: none inside;
|
640 |
+
max-width: 800px;
|
641 |
+
margin-top: 6px;
|
642 |
+
margin-bottom: 12px;
|
643 |
+
}
|
644 |
+
|
645 |
+
#updraft-plupload-modal {
|
646 |
+
width: 75%;
|
647 |
+
margin: 16px;
|
648 |
+
margin-left: 100px;
|
649 |
+
}
|
650 |
+
|
651 |
+
.download-backups .upload {
|
652 |
+
max-width: 610px;
|
653 |
+
}
|
654 |
+
|
655 |
+
.download-backups #plupload-upload-ui {
|
656 |
+
width: 70%;
|
657 |
+
}
|
658 |
+
|
659 |
+
.ud_downloadstatus {
|
660 |
+
padding: 10px;
|
661 |
+
background: #f1f1f1;
|
662 |
+
}
|
663 |
+
|
664 |
+
#ud_massactions {
|
665 |
+
padding: 14px;
|
666 |
+
position: fixed;
|
667 |
+
right: 25%;
|
668 |
+
top: 25%;
|
669 |
+
border: 2px solid;
|
670 |
+
border-radius: 4px;
|
671 |
+
background: rgb(241, 241, 241);
|
672 |
+
float: right;
|
673 |
+
}
|
674 |
+
|
675 |
+
#ud_massactions .updraftplus-remove {
|
676 |
+
clear: left;
|
677 |
+
font-size: 16px;
|
678 |
+
text-align: center;
|
679 |
+
border-radius: 4px;
|
680 |
+
margin-top: 4px;
|
681 |
+
}
|
682 |
+
|
683 |
+
#ud_massactions .updraftplus-remove a {
|
684 |
+
text-decoration: none;
|
685 |
+
}
|
686 |
+
|
687 |
+
#ud_massactions .updraft-viewlogdiv {
|
688 |
+
font-size: 16px;
|
689 |
+
text-align:center;
|
690 |
+
border-radius: 4px;
|
691 |
+
margin-top: 4px;
|
692 |
+
}
|
693 |
+
|
694 |
+
#ud_massactions .updraft-viewlogdiv a {
|
695 |
+
text-decoration: none;
|
696 |
+
position: relative;
|
697 |
+
top: 3px;
|
698 |
+
}
|
699 |
+
|
700 |
+
#ud_massactions .updraft-viewlogdiv a {
|
701 |
+
text-decoration: none;
|
702 |
+
position: relative;
|
703 |
+
top: 3px;
|
704 |
+
}
|
705 |
+
|
706 |
+
#updraft-navtab-backups-content .updraft_existing_backups {
|
707 |
+
margin-bottom: 12px;
|
708 |
+
}
|
709 |
+
|
710 |
+
#updraft-message-modal-innards {
|
711 |
+
padding: 4px;
|
712 |
+
}
|
713 |
+
|
714 |
+
#updraft_delete_form p {
|
715 |
+
margin-top: 3px;
|
716 |
+
padding-top: 0;
|
717 |
+
}
|
718 |
+
|
719 |
+
#updraft_restore_form .cannot-restore {
|
720 |
+
margin: 8px 0;
|
721 |
+
}
|
722 |
+
|
723 |
+
#updraft_restorer_dboptions {
|
724 |
+
padding: 12px;
|
725 |
+
margin: 8px 0 4px;
|
726 |
+
border: dashed 1px;
|
727 |
+
}
|
728 |
+
|
729 |
+
#updraft_restorer_dboptions h4 {
|
730 |
+
margin: 0px 0px 6px;
|
731 |
+
padding:0px;
|
732 |
+
}
|
733 |
+
|
734 |
+
.updraft_debugrow th {
|
735 |
+
vertical-align: top;
|
736 |
+
padding-top: 6px;
|
737 |
+
}
|
738 |
+
|
739 |
+
.expertmode p {
|
740 |
+
font-size: 125%;
|
741 |
+
}
|
742 |
+
|
743 |
+
.expertmode .call-wp-action {
|
744 |
+
width: 300px;
|
745 |
+
height: 22px;
|
746 |
+
}
|
747 |
+
|
748 |
+
.updraftplus-lock-advert {
|
749 |
+
clear: left;
|
750 |
+
max-width: 600px;
|
751 |
+
}
|
752 |
+
|
753 |
+
.uncompressed-data {
|
754 |
+
clear: left;
|
755 |
+
max-width: 600px;
|
756 |
+
}
|
757 |
+
|
758 |
+
.immediate-run {
|
759 |
+
clear: left;
|
760 |
+
padding-top: 20px;
|
761 |
+
max-width: 600px;
|
762 |
+
margin:0;
|
763 |
+
}
|
764 |
+
|
765 |
+
.debug-table {
|
766 |
+
border: none;
|
767 |
+
}
|
768 |
+
|
769 |
+
.delete-old-directories {
|
770 |
+
padding: 8px;
|
771 |
+
padding-bottom: 12px;
|
772 |
+
}
|
773 |
+
|
774 |
+
.active-jobs {
|
775 |
+
min-width: 480px;
|
776 |
+
min-height: 48px;
|
777 |
+
text-align: center;
|
778 |
+
margin-top: 4px;
|
779 |
+
padding: 8px;
|
780 |
+
border: 1px solid;
|
781 |
+
float: left;
|
782 |
+
clear: left;
|
783 |
+
}
|
784 |
+
|
785 |
+
.job-id {
|
786 |
+
min-width: 480px;
|
787 |
+
margin-top: 4px;
|
788 |
+
padding: 8px;
|
789 |
+
border: 1px solid;
|
790 |
+
clear: left;
|
791 |
+
float: left;
|
792 |
+
}
|
793 |
+
|
794 |
+
.next-resumption {
|
795 |
+
font-weight: bold;
|
796 |
+
}
|
797 |
+
|
798 |
+
.updraft_percentage {
|
799 |
+
z-index:-1;
|
800 |
+
position: absolute;
|
801 |
+
left: 0px;
|
802 |
+
top: 0px;
|
803 |
+
text-align: center;
|
804 |
+
background-color: #f6a828;
|
805 |
+
}
|
806 |
+
|
807 |
+
.curstage {
|
808 |
+
border-radius: 4px;
|
809 |
+
margin-top: 8px;
|
810 |
+
padding-top: 4px;
|
811 |
+
border: 1px solid #aaa;
|
812 |
+
width: 100%;
|
813 |
+
height: 22px;
|
814 |
+
position: relative;
|
815 |
+
text-align: center;
|
816 |
+
font-style: italic;
|
817 |
+
}
|
818 |
+
|
819 |
+
.retain-files {
|
820 |
+
width: 48px;
|
821 |
+
}
|
822 |
+
|
823 |
+
.backup-interval-description tr td div {
|
824 |
+
max-width: 670px;
|
825 |
+
}
|
826 |
+
|
827 |
+
#updraft-manualdecrypt-modal {
|
828 |
+
width: 85%;
|
829 |
+
margin: 6px;
|
830 |
+
margin-left: 100px;
|
831 |
+
}
|
832 |
+
|
833 |
+
.directory-permissions {
|
834 |
+
font-size: 110%;
|
835 |
+
font-weight: bold;
|
836 |
+
}
|
837 |
+
|
838 |
+
.wordshell-advert {
|
839 |
+
margin: 10px 0;
|
840 |
+
padding: 10px;
|
841 |
+
font-size: 140%;
|
842 |
+
background-color: lightYellow;
|
843 |
+
border-color: #E6DB55;
|
844 |
+
border: 1px solid;
|
845 |
+
border-radius: 4px;
|
846 |
+
}
|
847 |
+
|
848 |
+
.double-warning {
|
849 |
+
border:1px solid;
|
850 |
+
padding: 6px;
|
851 |
+
}
|
852 |
+
|
853 |
+
.raw-backup-info {
|
854 |
+
font-style: italic;
|
855 |
+
font-weight: bold;
|
856 |
+
font-size: 120%;
|
857 |
+
}
|
858 |
+
|
859 |
+
.updraft_existingbackup_date {
|
860 |
+
width: 22%;
|
861 |
+
max-width: 140px;
|
862 |
+
}
|
863 |
+
|
864 |
+
.existing-backups-table {
|
865 |
+
margin-top: 20px;
|
866 |
+
margin-left: 20px;
|
867 |
+
width: 80%;
|
868 |
+
}
|
869 |
+
|
870 |
+
.tr-bottom-4 {
|
871 |
+
margin-bottom: 4px;
|
872 |
+
}
|
873 |
+
|
874 |
+
.form-table .backup-date {
|
875 |
+
width: 172px;
|
876 |
+
padding: 0;
|
877 |
+
padding-left: 15px;
|
878 |
+
}
|
879 |
+
|
880 |
+
.form-table .backup-data {
|
881 |
+
width: 426px;
|
882 |
+
padding: 0;
|
883 |
+
padding-left: 15px;
|
884 |
+
}
|
885 |
+
|
886 |
+
.form-table .updraft_backup_actions {
|
887 |
+
width: 272px;
|
888 |
+
padding: 0 0 10px 15px;
|
889 |
+
}
|
890 |
+
|
891 |
+
.existing-date {
|
892 |
+
-webkit-box-sizing: border-box;
|
893 |
+
-moz-box-sizing: border-box;
|
894 |
+
box-sizing: border-box;
|
895 |
+
max-width: 140px;
|
896 |
+
width: 25%;
|
897 |
+
}
|
898 |
+
|
899 |
+
.line-break-tr {
|
900 |
+
height: 2px;
|
901 |
+
padding: 1px;
|
902 |
+
margin: 0px;
|
903 |
+
}
|
904 |
+
|
905 |
+
.line-break-td {
|
906 |
+
margin: 0;
|
907 |
+
padding: 0;
|
908 |
+
}
|
909 |
+
|
910 |
+
.td-line-color {
|
911 |
+
height: 2px;
|
912 |
+
background-color: #888888;
|
913 |
+
}
|
914 |
+
|
915 |
+
.raw-backup {
|
916 |
+
max-width: 140px;
|
917 |
+
}
|
918 |
+
|
919 |
+
.existing-backups-actions {
|
920 |
+
padding: 1px;
|
921 |
+
margin:0px;
|
922 |
+
}
|
923 |
+
|
924 |
+
.existing-backups-border {
|
925 |
+
height: 2px;
|
926 |
+
padding: 1px;
|
927 |
+
margin: 0px;
|
928 |
+
}
|
929 |
+
|
930 |
+
.existing-backups-border > td {
|
931 |
+
margin: 0;
|
932 |
+
padding: 0;
|
933 |
+
}
|
934 |
+
|
935 |
+
.existing-backups-border > div {
|
936 |
+
height: 2px;
|
937 |
+
background-color: #aaaaaa;
|
938 |
+
}
|
939 |
+
|
940 |
+
.updraft_existing_backup_date {
|
941 |
+
max-width: 140px;
|
942 |
+
}
|
943 |
+
|
944 |
+
.restore-button {
|
945 |
+
margin-right: 6px;
|
946 |
+
float: left;
|
947 |
+
clear: none;
|
948 |
+
}
|
949 |
+
|
950 |
+
.updraftplus-remove {
|
951 |
+
font-size: 16px;
|
952 |
+
text-align: center;
|
953 |
+
border-radius: 4px;
|
954 |
+
}
|
955 |
+
|
956 |
+
.before-restore-button {
|
957 |
+
padding: 1px;
|
958 |
+
margin: 0px;
|
959 |
+
}
|
960 |
+
|
961 |
+
.table-separator-tr {
|
962 |
+
height: 2px;
|
963 |
+
padding: 1px;
|
964 |
+
margin: 0px;
|
965 |
+
}
|
966 |
+
|
967 |
+
.table-separator-td {
|
968 |
+
margin: 0px;
|
969 |
+
padding: 0px;
|
970 |
+
}
|
971 |
+
|
972 |
+
.end-of-table-div {
|
973 |
+
height: 2px;
|
974 |
+
background-color: #aaaaaa;
|
975 |
+
}
|
976 |
+
|
977 |
+
.last-backup-job {
|
978 |
+
padding-top: 3% !important;
|
979 |
+
}
|
980 |
+
|
981 |
+
.line-height-03 {
|
982 |
+
line-height: 0.3 !important;
|
983 |
+
}
|
984 |
+
|
985 |
+
.line-height-13 {
|
986 |
+
line-height: 1.3 !important;
|
987 |
+
}
|
988 |
+
|
989 |
+
.line-height-23 {
|
990 |
+
line-height: 2.3 !important;
|
991 |
+
}
|
992 |
+
|
993 |
+
#updraft_diskspaceused {
|
994 |
+
color: #df6926;
|
995 |
+
}
|
996 |
+
|
997 |
+
.updraft_premium_description_list {
|
998 |
+
text-align: left;
|
999 |
+
}
|
1000 |
+
|
1001 |
+
#updraft_delete_old_dirs_pagediv {
|
1002 |
+
padding-bottom: 10px;
|
1003 |
+
}
|
1004 |
+
|
1005 |
+
/*#updraft_lastlogmessagerow > td, #updraft_last_backup > td {
|
1006 |
+
padding: 0;
|
1007 |
+
}*/
|
1008 |
+
|
1009 |
+
.job-id {
|
1010 |
+
margin: 0 auto;
|
1011 |
+
width: 20%;
|
1012 |
+
}
|
1013 |
+
|
1014 |
+
.updraft_all-files {
|
1015 |
+
color: #df6926;
|
1016 |
+
}
|
1017 |
+
|
1018 |
+
/* Time + scheduling add-on*/
|
1019 |
+
.fix-time {
|
1020 |
+
width: 70px;
|
1021 |
+
}
|
1022 |
+
|
1023 |
+
.retain-files {
|
1024 |
+
width: 70px;
|
1025 |
+
}
|
1026 |
+
|
1027 |
+
.number-input {
|
1028 |
+
min-width: 50px;
|
1029 |
+
max-width: 70px;
|
1030 |
+
}
|
1031 |
+
|
1032 |
+
.additional-rule-width {
|
1033 |
+
min-width: 60px;
|
1034 |
+
max-width: 70px;
|
1035 |
+
}
|
1036 |
+
|
1037 |
+
/* Add-ons */
|
1038 |
+
/* Want to fix the WordPress icons so that they fit inline with the text, and don't push everything out of place. */
|
1039 |
+
|
1040 |
+
.dashicons {
|
1041 |
+
line-height: inherit;
|
1042 |
+
font-size: inherit;
|
1043 |
+
}
|
1044 |
+
|
1045 |
+
.addon-logo-150 {
|
1046 |
+
margin-left: 30px;
|
1047 |
+
margin-top: 33px;
|
1048 |
+
height: 125px;
|
1049 |
+
width: 150px;
|
1050 |
+
}
|
1051 |
+
|
1052 |
+
.margin-bottom-50 {
|
1053 |
+
margin-bottom: 50px;
|
1054 |
+
}
|
1055 |
+
|
1056 |
+
.premium-container {
|
1057 |
+
width: 80%;
|
1058 |
+
}
|
1059 |
+
|
1060 |
+
/* Main Header */
|
1061 |
+
|
1062 |
+
.main-header {
|
1063 |
+
background-color: #df6926;
|
1064 |
+
height: 200px;
|
1065 |
+
width: 100%;
|
1066 |
+
}
|
1067 |
+
|
1068 |
+
.button-add-to-cart {
|
1069 |
+
color: white;
|
1070 |
+
border-color: white;
|
1071 |
+
float: none;
|
1072 |
+
margin-right: 17px;
|
1073 |
+
}
|
1074 |
+
|
1075 |
+
.button-add-to-cart:hover, .button-add-to-cart:focus, .button-add-to-cart:active {
|
1076 |
+
border-color: #A0A5AA;
|
1077 |
+
color: #A0A5AA;
|
1078 |
+
}
|
1079 |
+
|
1080 |
+
.addon-title {
|
1081 |
+
margin-top: 25px;
|
1082 |
+
}
|
1083 |
+
|
1084 |
+
.addon-text {
|
1085 |
+
margin-top: 75px;
|
1086 |
+
}
|
1087 |
+
|
1088 |
+
.image-main-div {
|
1089 |
+
width: 25%;
|
1090 |
+
float: left;
|
1091 |
+
}
|
1092 |
+
|
1093 |
+
.text-main-div {
|
1094 |
+
width: 60%;
|
1095 |
+
float: left;
|
1096 |
+
text-align: center;
|
1097 |
+
color: white;
|
1098 |
+
margin-top: 16px;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
.text-main-div-title {
|
1102 |
+
font-weight: bold !important;
|
1103 |
+
color: white;
|
1104 |
+
text-align: center;
|
1105 |
+
}
|
1106 |
+
|
1107 |
+
.text-main-div-paragraph {
|
1108 |
+
color: white;
|
1109 |
+
}
|
1110 |
+
|
1111 |
+
/* End main header */
|
1112 |
+
|
1113 |
+
/* Vault icons */
|
1114 |
+
|
1115 |
+
.updraftplus-vault-cta {
|
1116 |
+
width: 100%;
|
1117 |
+
text-align: center;
|
1118 |
+
margin-bottom: 50px;
|
1119 |
+
}
|
1120 |
+
|
1121 |
+
.updraftplus-vault-cta h1 {
|
1122 |
+
font-weight: bold;
|
1123 |
+
}
|
1124 |
+
|
1125 |
+
.updraftvault-buy {
|
1126 |
+
width: 225px;
|
1127 |
+
height: 225px;
|
1128 |
+
border: 2px solid #777777;
|
1129 |
+
display: inline-table;
|
1130 |
+
margin: 0 auto;
|
1131 |
+
margin-right: 50px;
|
1132 |
+
position: relative;
|
1133 |
+
}
|
1134 |
+
|
1135 |
+
.updraftplus-vault-cta > .vault-options > .center-vault {
|
1136 |
+
width: 275px;
|
1137 |
+
height: 275px;
|
1138 |
+
}
|
1139 |
+
|
1140 |
+
.updraftplus-vault-cta > .vault-options > .center-vault > a {
|
1141 |
+
right: 21%;
|
1142 |
+
font-size: 16px;
|
1143 |
+
border-width: 4px !important;
|
1144 |
+
}
|
1145 |
+
|
1146 |
+
|
1147 |
+
.updraftplus-vault-cta > .vault-options > .center-vault > p {
|
1148 |
+
font-size: 16px;
|
1149 |
+
}
|
1150 |
+
|
1151 |
+
.updraftvault-buy .button-purchase {
|
1152 |
+
right: 24%;
|
1153 |
+
margin-left: 0;
|
1154 |
+
line-height: 1.7em;
|
1155 |
+
}
|
1156 |
+
|
1157 |
+
.updraftvault-buy hr {
|
1158 |
+
height: 2px;
|
1159 |
+
background-color: #777777;
|
1160 |
+
margin-top: 18px;
|
1161 |
+
}
|
1162 |
+
|
1163 |
+
.right {
|
1164 |
+
margin-right: 0px;
|
1165 |
+
}
|
1166 |
+
|
1167 |
+
.updraftvault-buy .addon-logo-100 {
|
1168 |
+
height: 100px;
|
1169 |
+
width: 125px;
|
1170 |
+
margin-top: 7px;
|
1171 |
+
}
|
1172 |
+
|
1173 |
+
.updraftvault-buy .addon-logo-large {
|
1174 |
+
margin-top: 7px;
|
1175 |
+
}
|
1176 |
+
|
1177 |
+
.updraftvault-buy .button-buy-vault {
|
1178 |
+
font-size: 12px;
|
1179 |
+
color: #df6926;
|
1180 |
+
border-color: #df6926;
|
1181 |
+
border-width: 2px !important;
|
1182 |
+
position: absolute;
|
1183 |
+
right: 29%;
|
1184 |
+
bottom: 2%;
|
1185 |
+
}
|
1186 |
+
|
1187 |
+
.premium-addon-div .button-purchase {
|
1188 |
+
line-height: 1.7em;
|
1189 |
+
}
|
1190 |
+
|
1191 |
+
.updraftvault-buy .button-buy-vault:hover {
|
1192 |
+
border-color: darkgrey;
|
1193 |
+
color: darkgrey;
|
1194 |
+
}
|
1195 |
+
|
1196 |
+
/* End Vault icons */
|
1197 |
+
|
1198 |
+
/* Premium addons */
|
1199 |
+
|
1200 |
+
.premium-addons {
|
1201 |
+
margin-top: 80px;
|
1202 |
+
width: 100%;
|
1203 |
+
margin: 0 auto;
|
1204 |
+
display: table;
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.addon-list {
|
1208 |
+
/* margin-left: 32px; */
|
1209 |
+
display: table;
|
1210 |
+
text-align: center;
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
.premium-addons h1 {
|
1214 |
+
text-align: center;
|
1215 |
+
font-weight: bold;
|
1216 |
+
}
|
1217 |
+
|
1218 |
+
.premium-addons p {
|
1219 |
+
text-align: center;
|
1220 |
+
}
|
1221 |
+
|
1222 |
+
.premium-addons .premium-addon-div {
|
1223 |
+
width: 200px;
|
1224 |
+
height: 250px;
|
1225 |
+
border: 2px solid #777777;
|
1226 |
+
display: inline-table;
|
1227 |
+
margin: 0 auto;
|
1228 |
+
margin-right: 25px;
|
1229 |
+
margin-top: 25px;
|
1230 |
+
text-align: center;
|
1231 |
+
position: relative;
|
1232 |
+
}
|
1233 |
+
|
1234 |
+
.premium-addons .premium-addon-div p {
|
1235 |
+
margin-left: 2px;
|
1236 |
+
margin-right: 2px;
|
1237 |
+
}
|
1238 |
+
|
1239 |
+
.premium-addons .premium-addon-div img {
|
1240 |
+
width: auto;
|
1241 |
+
height: 50px;
|
1242 |
+
margin-top: 7px;
|
1243 |
+
}
|
1244 |
+
|
1245 |
+
.premium-addons .premium-addon-div .hr-alignment {
|
1246 |
+
margin-top: 44px;
|
1247 |
+
}
|
1248 |
+
|
1249 |
+
.premium-addons .premium-addon-div .dropbox-logo {
|
1250 |
+
height: 39px;
|
1251 |
+
width: 150px;
|
1252 |
+
}
|
1253 |
+
|
1254 |
+
.premium-addons .premium-addon-div .azure-logo, .premium-addons .premium-addon-div .onedrive-logo {
|
1255 |
+
width: 75%;
|
1256 |
+
height: 24px;
|
1257 |
+
}
|
1258 |
+
.button-purchase {
|
1259 |
+
font-size: 12px;
|
1260 |
+
color: #df6926;
|
1261 |
+
border-color: #df6926;
|
1262 |
+
border-width: 2px !important;
|
1263 |
+
position: absolute;
|
1264 |
+
right: 25%;
|
1265 |
+
bottom: 2%;
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
.button-purchase:hover {
|
1269 |
+
color: darkgrey;
|
1270 |
+
border-color: darkgrey;
|
1271 |
+
}
|
1272 |
+
|
1273 |
+
.premium-addons .premium-addon-div hr {
|
1274 |
+
height: 2px;
|
1275 |
+
background-color: #777777;
|
1276 |
+
margin-top: 18px;
|
1277 |
+
}
|
1278 |
+
|
1279 |
+
.premium-addon-div p {
|
1280 |
+
font-style: italic;
|
1281 |
+
}
|
1282 |
+
|
1283 |
+
.addon-list > .premium-addon-div > .onedrive-fix,
|
1284 |
+
.addon-list > .premium-addon-div > .azure-logo {
|
1285 |
+
margin-top: 33px;
|
1286 |
+
}
|
1287 |
+
|
1288 |
+
.addon-list > .premium-addon-div > .dropbox-fix {
|
1289 |
+
margin-top: 18px;
|
1290 |
+
}
|
1291 |
+
|
1292 |
+
/* End premium addons */
|
1293 |
+
|
1294 |
+
|
1295 |
+
/* Forgotton something (that is the name of the div rather than a mental note!) */
|
1296 |
+
|
1297 |
+
.premium-forgotton-something {
|
1298 |
+
margin-top: 5%;
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
.premium-forgotton-something h1 {
|
1302 |
+
text-align: center;
|
1303 |
+
font-weight: bold;
|
1304 |
+
}
|
1305 |
+
|
1306 |
+
.premium-forgotton-something p {
|
1307 |
+
text-align: center;
|
1308 |
+
font-weight: normal;
|
1309 |
+
}
|
1310 |
+
|
1311 |
+
.premium-forgotton-something .button-faq {
|
1312 |
+
color: #df6926;
|
1313 |
+
border-color: #df6926;
|
1314 |
+
margin: 0 auto;
|
1315 |
+
display: table;
|
1316 |
+
}
|
1317 |
+
|
1318 |
+
.premium-forgotton-something .button-faq:hover {
|
1319 |
+
color: #777777;
|
1320 |
+
border-color: #777777;
|
1321 |
+
}
|
1322 |
+
|
1323 |
+
/* End of forgotton something */
|
1324 |
+
|
1325 |
+
.updraftplusmethod.updraftvault #vaultlogo { padding-left: 40px; }
|
1326 |
+
|
1327 |
+
.updraftplusmethod.updraftvault .vault_primary_option {
|
1328 |
+
float: left;
|
1329 |
+
width:50%;
|
1330 |
+
text-align:center;
|
1331 |
+
padding-bottom:20px;
|
1332 |
+
}
|
1333 |
+
|
1334 |
+
.updraftplusmethod.updraftvault .vault_primary_option div {
|
1335 |
+
clear:right;
|
1336 |
+
padding-top: 20px;
|
1337 |
+
}
|
1338 |
+
|
1339 |
+
.updraftplusmethod.updraftvault .clear-left {
|
1340 |
+
clear: left;
|
1341 |
+
}
|
1342 |
+
|
1343 |
+
.updraftplusmethod.updraftvault .padding-top-20px { padding-top: 20px; }
|
1344 |
+
|
1345 |
+
.updraftplusmethod.updraftvault .padding-top-14px { padding-top: 14px; }
|
1346 |
+
|
1347 |
+
.updraftplusmethod.updraftvault #updraftvault_settings_default .button-primary, .updraftplusmethod.updraftvault #updraftvault_settings_showoptions .button-primary {
|
1348 |
+
font-size: 18px !important;
|
1349 |
+
padding-bottom: 20px;
|
1350 |
+
}
|
1351 |
+
|
1352 |
+
.updraftplusmethod.updraftvault #updraftvault_showoptions, .updraftplusmethod.updraftvault #updraftvault_connect {
|
1353 |
+
margin-top:8px;
|
1354 |
+
}
|
1355 |
+
|
1356 |
+
.updraftplusmethod.updraftvault #updraftvault_settings_connect input {
|
1357 |
+
margin-right:10px;
|
1358 |
+
}
|
1359 |
+
|
1360 |
+
.updraftplusmethod.updraftvault #updraftvault_email { width: 280px; }
|
1361 |
+
.updraftplusmethod.updraftvault #updraftvault_pass { width: 200px; }
|
1362 |
+
|
1363 |
+
.updraftplusmethod.updraftvault #vault-is-connected { margin: 0; padding: 0; }
|
1364 |
+
|
1365 |
+
.updraftplusmethod.updraftvault #updraftvault_settings_default p {
|
1366 |
+
clear:left;
|
1367 |
+
}
|
1368 |
+
|
1369 |
+
.updraftplusmethod.updraftvault .vault-purchase-option {
|
1370 |
+
float: left;
|
1371 |
+
width:33%;
|
1372 |
+
text-align:center;
|
1373 |
+
padding-top: 20px;
|
1374 |
+
}
|
1375 |
+
|
1376 |
+
.updraftplusmethod.updraftvault .vault-purchase-option-size {
|
1377 |
+
font-size: 200%;
|
1378 |
+
font-weight:bold;
|
1379 |
+
}
|
1380 |
+
|
1381 |
+
.updraftplusmethod.updraftvault .vault-purchase-option-link {
|
1382 |
+
clear:both;
|
1383 |
+
font-size: 150%
|
1384 |
+
}
|
1385 |
+
|
1386 |
+
.updraftplusmethod.updraftvault .vault-purchase-option-or {
|
1387 |
+
clear: both;
|
1388 |
+
font-size: 115%;
|
1389 |
+
font-style: italic;
|
1390 |
+
}
|
1391 |
+
|
1392 |
+
/* Automation Backup Advert by B */
|
1393 |
+
.autobackup-image {
|
1394 |
+
/* display: inline-block; */
|
1395 |
+
/* min-width: 10%;
|
1396 |
+
max-width:25%;*/
|
1397 |
+
/* float: left;*/
|
1398 |
+
clear: left;
|
1399 |
+
float: left;
|
1400 |
+
width: 110px;
|
1401 |
+
height: 110px;
|
1402 |
+
}
|
1403 |
+
|
1404 |
+
.autobackup-description {
|
1405 |
+
width: 100%;
|
1406 |
+
}
|
1407 |
+
|
1408 |
+
.advert-description {
|
1409 |
+
float: left;
|
1410 |
+
clear: right;
|
1411 |
+
padding: 4px 10px 8px;
|
1412 |
+
width: 70%;
|
1413 |
+
clear:right;
|
1414 |
+
vertical-align: top;
|
1415 |
+
}
|
1416 |
+
|
1417 |
+
.advert-btn {
|
1418 |
+
display: inline-block;
|
1419 |
+
min-width:10%;
|
1420 |
+
vertical-align: top;
|
1421 |
+
margin-bottom: 8px;
|
1422 |
+
}
|
1423 |
+
|
1424 |
+
.advert-btn:first-of-type {
|
1425 |
+
margin-top: 25px;
|
1426 |
+
}
|
1427 |
+
|
1428 |
+
.advert-btn a {
|
1429 |
+
display: block;
|
1430 |
+
cursor: pointer;
|
1431 |
+
}
|
1432 |
+
|
1433 |
+
a.btn-get-started {
|
1434 |
+
background: #fff;
|
1435 |
+
border: 2px solid #df6926;
|
1436 |
+
border-radius: 4px;
|
1437 |
+
color: #df6926;
|
1438 |
+
display: inline-block;
|
1439 |
+
margin-left: 10px !important;
|
1440 |
+
margin-bottom: 7px !important;
|
1441 |
+
font-size: 18px !important;
|
1442 |
+
line-height: 20px;
|
1443 |
+
min-height: 28px;
|
1444 |
+
padding: 11px 10px 5px;
|
1445 |
+
text-transform: uppercase;
|
1446 |
+
text-decoration: none;
|
1447 |
+
}
|
1448 |
+
|
1449 |
+
.circle-dblarrow {
|
1450 |
+
border: 1px solid #df6926;
|
1451 |
+
border-radius: 100%;
|
1452 |
+
display: inline-block;
|
1453 |
+
font-size: 17px;
|
1454 |
+
line-height: 17px;
|
1455 |
+
margin-left: 5px;
|
1456 |
+
width: 20px;
|
1457 |
+
height: 20px;
|
1458 |
+
text-align: center;
|
1459 |
+
}
|
1460 |
+
|
1461 |
+
@media screen and (max-width: 782px) {
|
1462 |
+
|
1463 |
+
/* .advert-description {
|
1464 |
+
min-width: 75%;
|
1465 |
+
margin-bottom: 5px;
|
1466 |
+
}
|
1467 |
+
|
1468 |
+
.advert-btn {
|
1469 |
+
margin-top: 15px;
|
1470 |
+
margin-left:86px;
|
1471 |
+
min-width: 100%;
|
1472 |
+
}*/
|
1473 |
+
}
|
1474 |
+
/* End Automation Backup Advert by B */
|
Binary file
|
@@ -59,7 +59,7 @@ if (!class_exists('UpdraftPlus_Remote_Communications')):
|
|
59 |
class UpdraftPlus_Remote_Communications {
|
60 |
|
61 |
// Version numbers relate to versions of this PHP library only (i.e. it's not a protocol support number, and version numbers of other compatible libraries (e.g. JavaScript) are not comparable)
|
62 |
-
public $version = '1.4.
|
63 |
|
64 |
private $key_name_indicator;
|
65 |
|
@@ -96,6 +96,8 @@ class UpdraftPlus_Remote_Communications {
|
|
96 |
|
97 |
private $incoming_message = null;
|
98 |
|
|
|
|
|
99 |
public function __construct($key_name_indicator = 'default', $can_generate = false) {
|
100 |
$this->set_key_name_indicator($key_name_indicator);
|
101 |
}
|
@@ -446,7 +448,8 @@ class UpdraftPlus_Remote_Communications {
|
|
446 |
|
447 |
// This random element means that if the site needs to send two identical commands or responses in the same second, then it can, and still use replay protection
|
448 |
// The value of PHP_INT_MAX on a 32-bit platform
|
449 |
-
$
|
|
|
450 |
|
451 |
if ($this->next_send_sequence_id) {
|
452 |
$send_array['sequence_id'] = $this->next_send_sequence_id;
|
@@ -672,6 +675,20 @@ class UpdraftPlus_Remote_Communications {
|
|
672 |
'maximum_difference' => $this->maximum_replay_time_difference
|
673 |
)
|
674 |
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
675 |
|
676 |
// Should be an array with keys including 'response' and (if relevant) 'data'
|
677 |
return $json_decoded;
|
59 |
class UpdraftPlus_Remote_Communications {
|
60 |
|
61 |
// Version numbers relate to versions of this PHP library only (i.e. it's not a protocol support number, and version numbers of other compatible libraries (e.g. JavaScript) are not comparable)
|
62 |
+
public $version = '1.4.3';
|
63 |
|
64 |
private $key_name_indicator;
|
65 |
|
96 |
|
97 |
private $incoming_message = null;
|
98 |
|
99 |
+
private $message_random_number = null;
|
100 |
+
|
101 |
public function __construct($key_name_indicator = 'default', $can_generate = false) {
|
102 |
$this->set_key_name_indicator($key_name_indicator);
|
103 |
}
|
448 |
|
449 |
// This random element means that if the site needs to send two identical commands or responses in the same second, then it can, and still use replay protection
|
450 |
// The value of PHP_INT_MAX on a 32-bit platform
|
451 |
+
$this->message_random_number = rand(1, 2147483647);
|
452 |
+
$send_array['rand'] = $this->message_random_number;
|
453 |
|
454 |
if ($this->next_send_sequence_id) {
|
455 |
$send_array['sequence_id'] = $this->next_send_sequence_id;
|
675 |
'maximum_difference' => $this->maximum_replay_time_difference
|
676 |
)
|
677 |
);
|
678 |
+
|
679 |
+
if (isset($json_decoded['incoming_rand']) && !empty($this->message_random_number) && $json_decoded['incoming_rand'] != $this->message_random_number) {
|
680 |
+
$this->log("UDRPC: Message mismatch (possibly MITM) (sent_rand="+$this->message_random_number+", returned_rand=".$json_decoded['incoming_rand']."): dropping", 'error');
|
681 |
+
|
682 |
+
return array(
|
683 |
+
'response' => 'rpcerror',
|
684 |
+
'data' => array(
|
685 |
+
'code' => 'message_mismatch_error',
|
686 |
+
'ours' => $this->message_random_number,
|
687 |
+
'returned' => $json_decoded['incoming_rand']
|
688 |
+
)
|
689 |
+
);
|
690 |
+
|
691 |
+
}
|
692 |
|
693 |
// Should be an array with keys including 'response' and (if relevant) 'data'
|
694 |
return $json_decoded;
|
Binary file
|
@@ -10,19 +10,113 @@ msgstr ""
|
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: UpdraftPlus\n"
|
12 |
|
13 |
-
#:
|
14 |
-
msgid "
|
15 |
msgstr ""
|
16 |
|
17 |
-
#:
|
18 |
-
msgid "
|
19 |
msgstr ""
|
20 |
|
21 |
-
#:
|
22 |
-
msgid "
|
|
|
|
|
|
|
|
|
23 |
msgstr ""
|
24 |
|
25 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Size: %s MB"
|
27 |
msgstr ""
|
28 |
|
@@ -46,27 +140,27 @@ msgstr ""
|
|
46 |
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: admin.php:
|
50 |
msgid "Now"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: admin.php:
|
54 |
msgid "Free 1GB for UpdraftPlus Vault"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: admin.php:
|
58 |
msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: class-updraftplus.php:
|
62 |
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: admin.php:
|
66 |
msgid "(tap on an icon to select or unselect)"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: backup.php:
|
70 |
msgid "The backup was aborted by the user"
|
71 |
msgstr ""
|
72 |
|
@@ -110,85 +204,77 @@ msgstr ""
|
|
110 |
msgid "An invalid URL was entered"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: central/bootstrap.php:
|
114 |
msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: central/bootstrap.php:
|
118 |
msgid "Key description"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: central/bootstrap.php:
|
122 |
msgid "Details"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: central/bootstrap.php:
|
126 |
msgid "No keys have yet been created."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: central/bootstrap.php:
|
130 |
msgid "Access this site as user:"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: central/bootstrap.php:
|
134 |
-
msgid "Key was sent to:"
|
135 |
-
msgstr ""
|
136 |
-
|
137 |
-
#: central/bootstrap.php:409
|
138 |
msgid "Created:"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: central/bootstrap.php:
|
142 |
msgid "Delete..."
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: central/bootstrap.php:
|
146 |
msgid "Create new key"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: central/bootstrap.php:
|
150 |
msgid "Description"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: central/bootstrap.php:
|
154 |
msgid "Enter any description"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: central/bootstrap.php:
|
158 |
-
msgid "Mothership"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: central/bootstrap.php:422
|
162 |
msgid "URL of mothership"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: central/bootstrap.php:
|
166 |
msgid "View recent UpdraftCentral log events"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: central/bootstrap.php:
|
170 |
msgid "fetch..."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: central/bootstrap.php:
|
174 |
msgid "UpdraftCentral (Remote Control)"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: class-updraftplus.php:
|
178 |
msgid "The given file was not found, or could not be read."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: methods/updraftvault.php:
|
182 |
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: methods/updraftvault.php:
|
186 |
-
#: methods/updraftvault.php:
|
187 |
msgid "or (annual discount)"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: methods/updraftvault.php:
|
191 |
-
#: methods/updraftvault.php:
|
192 |
msgid "%s per year"
|
193 |
msgstr ""
|
194 |
|
@@ -200,43 +286,43 @@ msgstr ""
|
|
200 |
msgid "Asia Pacific (Seoul)"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin.php:
|
204 |
msgid "Fetching..."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin.php:
|
208 |
msgid "Error: the server sent us a response which we did not understand."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin.php:
|
212 |
msgid "Saving..."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin.php:
|
216 |
msgid "Please enter a valid URL"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin.php:
|
220 |
msgid "We requested to delete the file, but could not understand the server's response"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin.php:
|
224 |
msgid "You should save your changes to ensure that they are used for making your backup."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.php:
|
228 |
msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.php:
|
232 |
msgid "calculate"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.php:
|
236 |
msgid "this backup set"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin.php:
|
240 |
msgid "these backup sets"
|
241 |
msgstr ""
|
242 |
|
@@ -256,11 +342,11 @@ msgstr ""
|
|
256 |
msgid "stop"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin.php:
|
260 |
msgid "Total backup size:"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin.php:
|
264 |
msgid "Your settings have been saved."
|
265 |
msgstr ""
|
266 |
|
@@ -300,23 +386,23 @@ msgstr ""
|
|
300 |
msgid "Read more..."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: admin.php:
|
304 |
msgid "Please fill in the required information."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: admin.php:
|
308 |
msgid "Dismiss"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: class-updraftplus.php:
|
312 |
msgid "It will be imported as a new site."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: class-updraftplus.php:
|
316 |
msgid "Please read this link for important information on this process."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: class-updraftplus.php:
|
320 |
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
|
321 |
msgstr ""
|
322 |
|
@@ -324,43 +410,43 @@ msgstr ""
|
|
324 |
msgid "Skipping table %s: this table will not be restored"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: addons/migrator.php:
|
328 |
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: addons/migrator.php:
|
332 |
msgid "WordPress core"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: addons/migrator.php:
|
336 |
msgid "other content from wp-content"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: addons/migrator.php:
|
340 |
msgid "Importing a single site into a multisite install"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: addons/migrator.php:
|
344 |
msgid "This feature is not compatible with %s"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: addons/migrator.php:
|
348 |
msgid "You must use lower-case letters or numbers for the site path, only."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: addons/migrator.php:
|
352 |
msgid "Attribute imported content to user"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: addons/migrator.php:
|
356 |
msgid "Required information for restoring this backup was not given (%s)"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: addons/migrator.php:
|
360 |
msgid "Error when creating new site at your chosen address:"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: addons/migrator.php:
|
364 |
msgid "<strong>ERROR</strong>: problem creating site entry."
|
365 |
msgstr ""
|
366 |
|
@@ -368,80 +454,80 @@ msgstr ""
|
|
368 |
msgid "Call WordPress action:"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: admin.php:
|
372 |
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: admin.php:
|
376 |
msgid "Advanced Tools"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: admin.php:
|
380 |
msgid "Extensions"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: admin.php:
|
384 |
msgid "You have chosen to backup files, but no file entities have been selected"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: admin.php:
|
388 |
msgctxt "(verb)"
|
389 |
msgid "Download"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: admin.php:
|
393 |
msgid "Sufficient information about the in-progress restoration operation could not be found."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: admin.php:
|
397 |
msgid "Premium / Extensions"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: admin.php:
|
401 |
msgid "Backup Contents And Schedule"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: admin.php:
|
405 |
msgid "%s minutes, %s seconds"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: admin.php:
|
409 |
msgid "Unfinished restoration"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: admin.php:
|
413 |
msgid "You have an unfinished restoration operation, begun %s ago."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: admin.php:
|
417 |
msgid "Continue restoration"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: admin.php:
|
421 |
msgid "Include the database in the backup"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: admin.php:
|
425 |
msgid "Include any files in the backup"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: admin.php:
|
429 |
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: admin.php:
|
433 |
msgid "settings"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: admin.php:
|
437 |
msgid "Not got any remote storage?"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: admin.php:
|
441 |
msgid "Check out UpdraftPlus Vault."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: admin.php:
|
445 |
msgid "Send this backup to remote storage"
|
446 |
msgstr ""
|
447 |
|
@@ -453,27 +539,27 @@ msgstr ""
|
|
453 |
msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: admin.php:
|
457 |
msgid "Files backup schedule"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: admin.php:
|
461 |
msgid "Incremental file backup schedule"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: admin.php:
|
465 |
msgid "Database backup schedule"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: admin.php:
|
469 |
msgid "Sending Your Backup To Remote Storage"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: admin.php:
|
473 |
msgid "File Options"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: admin.php:
|
477 |
msgid "Skipping: this archive was already restored."
|
478 |
msgstr ""
|
479 |
|
@@ -606,7 +692,7 @@ msgstr ""
|
|
606 |
msgid "Enter the path of the %s you wish to use here."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: class-updraftplus.php:
|
610 |
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
|
611 |
msgstr ""
|
612 |
|
@@ -654,27 +740,27 @@ msgstr ""
|
|
654 |
msgid "Storage class"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: admin.php:
|
658 |
msgid "Not installed"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: admin.php:
|
662 |
msgid "required for some remote storage providers"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: backup.php:
|
666 |
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: backup.php:
|
670 |
msgid "The database backup appears to have failed"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: backup.php:
|
674 |
msgid "no options or sitemeta table was found"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: backup.php:
|
678 |
msgid "the options table was not found"
|
679 |
msgstr ""
|
680 |
|
@@ -706,59 +792,59 @@ msgstr ""
|
|
706 |
msgid "You must save and authenticate before you can test your settings."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: admin.php:
|
710 |
msgid "day"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: admin.php:
|
714 |
msgid "in the month"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: admin.php:
|
718 |
msgid "day(s)"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: admin.php:
|
722 |
msgid "hour(s)"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: admin.php:
|
726 |
msgid "week(s)"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: admin.php:
|
730 |
msgid "For backups older than"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: admin.php:
|
734 |
msgid "Processing..."
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: admin.php:
|
738 |
msgid "Backup sets removed: %d"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: admin.php:
|
742 |
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)."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: admin.php:
|
746 |
msgid "Actions upon selected backups"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: admin.php:
|
750 |
msgid "Select all"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: admin.php:
|
754 |
msgid "Deselect"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: admin.php:
|
758 |
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: admin.php:
|
762 |
msgid "or to configure more complex schedules"
|
763 |
msgstr ""
|
764 |
|
@@ -774,11 +860,11 @@ msgstr ""
|
|
774 |
msgid "(as many as you like)"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: addons/fixtime.php:
|
778 |
msgid "Add an additional retention rule..."
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: methods/updraftvault.php:
|
782 |
msgid "You do not currently have any UpdraftPlus Vault quota"
|
783 |
msgstr ""
|
784 |
|
@@ -790,31 +876,31 @@ msgstr ""
|
|
790 |
msgid "This database needs to be deployed on MySQL version %s or later."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: admin.php:
|
794 |
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."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: admin.php:
|
798 |
msgid "No advertising links on UpdraftPlus settings page"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: class-updraftplus.php:
|
802 |
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: class-updraftplus.php:
|
806 |
msgid "You must upgrade MySQL to be able to use this database."
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: methods/updraftvault.php:
|
810 |
msgid "Don't know your email address, or forgotten your password?"
|
811 |
msgstr ""
|
812 |
|
813 |
-
#: methods/updraftvault.php:
|
814 |
msgid "Read the FAQs here."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: methods/updraftvault.php:
|
818 |
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
|
819 |
msgstr ""
|
820 |
|
@@ -826,35 +912,35 @@ msgstr ""
|
|
826 |
msgid "Check this box to use Amazon's server-side encryption"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: methods/updraftvault.php:
|
830 |
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: admin.php:
|
834 |
msgid "%s has been chosen for remote storage, but you are not currently connected."
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: admin.php:
|
838 |
msgid "Go to the remote storage settings in order to connect."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: methods/updraftvault.php:
|
842 |
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: admin.php:
|
846 |
msgid "Connecting..."
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: admin.php:
|
850 |
msgid "Disconnecting..."
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: admin.php:
|
854 |
msgid "Counting..."
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: admin.php:
|
858 |
msgid "Update quota count"
|
859 |
msgstr ""
|
860 |
|
@@ -862,109 +948,109 @@ msgstr ""
|
|
862 |
msgid "Updraft Vault"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: methods/updraftvault.php:
|
866 |
msgid "Your UpdraftPlus Premium purchase is over a year ago. You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: methods/updraftvault.php:
|
870 |
msgid "You have an UpdraftPlus Vault subscription with overdue payment. You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it. Please renew as soon as possible!"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: methods/updraftvault.php:
|
874 |
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired. In a few days' time, your stored data will be permanently removed. If you do not wish this to happen, then you should renew as soon as possible."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: methods/updraftvault.php:
|
878 |
msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: methods/updraftvault.php:
|
882 |
msgid "Press a button to get started."
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: methods/updraftvault.php:
|
886 |
msgid "First time user?"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: methods/updraftvault.php:
|
890 |
msgid "Show the options"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: methods/updraftvault.php:
|
894 |
msgid "Already purchased space?"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: methods/updraftvault.php:
|
898 |
msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: methods/updraftvault.php:
|
902 |
msgid "Read more about it here."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: methods/updraftvault.php:
|
906 |
-
#: methods/updraftvault.php:
|
907 |
msgid "%s per quarter"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: methods/updraftvault.php:
|
911 |
msgid "Subscriptions can be cancelled at any time."
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: methods/updraftvault.php:
|
915 |
msgid "Back..."
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: methods/updraftvault.php:
|
919 |
msgid "E-mail"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: methods/updraftvault.php:
|
923 |
msgid "Go here for help"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: methods/updraftvault.php:
|
927 |
msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: methods/updraftvault.php:
|
931 |
msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: methods/updraftvault.php:
|
935 |
msgid "Well done - there's nothing more needed to set up."
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: methods/updraftvault.php:
|
939 |
msgid "Vault owner"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: methods/updraftvault.php:
|
943 |
msgid "Quota:"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: admin.php:
|
947 |
msgid "Disconnect"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: methods/updraftvault.php:
|
951 |
msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: methods/updraftvault.php:
|
955 |
msgid "You can get more quota here"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: methods/updraftvault.php:
|
959 |
msgid "Current use:"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: methods/updraftvault.php:
|
963 |
-
#: methods/updraftvault.php:
|
964 |
msgid "Get more quota"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: methods/updraftvault.php:
|
968 |
msgid "Refresh current status"
|
969 |
msgstr ""
|
970 |
|
@@ -984,63 +1070,63 @@ msgstr ""
|
|
984 |
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: backup.php:
|
988 |
msgid "The zip engine returned the message: %s."
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: addons/azure.php:364 addons/googlecloud.php:693 methods/s3.php:
|
992 |
msgid "Delete failed:"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: addons/migrator.php:
|
996 |
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."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: addons/migrator.php:
|
1000 |
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."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: admin.php:
|
1004 |
msgid "Creating..."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: admin.php:
|
1008 |
msgid "Please give this key a name (e.g. indicate the site it is for):"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
-
#: admin.php:
|
1012 |
msgid "key name"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: admin.php:
|
1016 |
msgid "Deleting..."
|
1017 |
msgstr ""
|
1018 |
|
1019 |
-
#: addons/migrator.php:
|
1020 |
msgid "Testing connection..."
|
1021 |
msgstr ""
|
1022 |
|
1023 |
-
#: admin.php:
|
1024 |
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."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: admin.php:
|
1028 |
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: admin.php:
|
1032 |
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, <a href=\"https://updraftplus.com/faqs/i-want-to-restore-but-have-either-cannot-or-have-failed-to-do-so-from-the-wp-admin-console/\">or to restore manually</a>."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: admin.php:
|
1036 |
msgid "Backup sent to remote site - not available for download."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: admin.php:
|
1040 |
msgid "Site"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#: admin.php:
|
1044 |
msgid "(backup set imported from remote location)"
|
1045 |
msgstr ""
|
1046 |
|
@@ -1052,67 +1138,63 @@ msgstr ""
|
|
1052 |
msgid "Backup made by %s"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
-
#: addons/migrator.php:
|
1056 |
msgid "This site has no backups to restore from yet."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: addons/migrator.php:
|
1060 |
msgid "Restore an existing backup set onto this site"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: addons/migrator.php:
|
1064 |
msgid "Backup data will be sent to:"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: addons/migrator.php:
|
1068 |
msgid "site not found"
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: addons/migrator.php:
|
1072 |
msgid "The site URL you are sending to (%s) looks like a local development website. If you are sending from an external network, it is likely that a firewall will be blocking this."
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: addons/migrator.php:
|
1076 |
msgid "Also send this backup to the active remote storage locations"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: addons/migrator.php:
|
1080 |
msgid "A key with this name already exists; you must use a unique name."
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: addons/migrator.php:
|
1084 |
msgid "Key created successfully."
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: addons/migrator.php:
|
1088 |
msgid "You must copy and paste this key now - it cannot be shown again."
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: addons/migrator.php:
|
1092 |
msgid "Keys for this site are created in the section below the one you just pressed in."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: addons/migrator.php:
|
1096 |
msgid "So, to get the key for the remote site, open the 'Migrate' window on that site, scroll down, and you can create one there."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: addons/migrator.php:
|
1100 |
msgid "To allow another site to send a backup to this site, create a key, and then press the 'Migrate' button on the sending site, and copy-and-paste the key there."
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: addons/migrator.php:
|
1104 |
-
msgid "Create a key..."
|
1105 |
-
msgstr ""
|
1106 |
-
|
1107 |
-
#: addons/migrator.php:2141
|
1108 |
msgid "Your new key:"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#: addons/migrator.php:
|
1112 |
msgid "No keys to allow remote sites to connect have yet been created."
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: addons/migrator.php:
|
1116 |
msgid "Existing keys"
|
1117 |
msgstr ""
|
1118 |
|
@@ -1140,75 +1222,75 @@ msgstr ""
|
|
1140 |
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: addons/migrator.php:
|
1144 |
msgid "key"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
-
#: addons/migrator.php:
|
1148 |
msgid "The entered key was the wrong length - please try again."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: addons/migrator.php:
|
1152 |
msgid "The entered key was corrupt - please try again."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: addons/migrator.php:
|
1156 |
msgid "The entered key does not belong to a remote site (it belongs to this one)."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: addons/migrator.php:
|
1160 |
msgid "The key was successfully added."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: addons/migrator.php:
|
1164 |
msgid "It is for sending backups to the following site: "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: addons/migrator.php:
|
1168 |
msgid "No receiving sites have yet been added."
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: addons/migrator.php:
|
1172 |
msgid "Send to site:"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: addons/migrator.php:
|
1176 |
msgid "Send"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: addons/migrator.php:
|
1180 |
msgid "Or, send a backup to another site"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: addons/migrator.php:
|
1184 |
msgid "To add a site as a destination for sending to, enter that site's key below."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: addons/migrator.php:
|
1188 |
msgid "How do I get a site's key?"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: addons/migrator.php:
|
1192 |
msgid "Paste key here"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: addons/migrator.php:
|
1196 |
msgid "Or, receive a backup from a remote site"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
-
#: admin.php:
|
1200 |
msgid "Adding..."
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: addons/migrator.php:
|
1204 |
msgid "Add site"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: addons/migrator.php:
|
1208 |
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: addons/migrator.php:
|
1212 |
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
|
1213 |
msgstr ""
|
1214 |
|
@@ -1220,31 +1302,31 @@ msgstr ""
|
|
1220 |
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: udaddons/updraftplus-addons.php:
|
1224 |
msgid "Go here to re-enter your password."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: udaddons/updraftplus-addons.php:
|
1228 |
msgid "If you have forgotten your password "
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: udaddons/updraftplus-addons.php:
|
1232 |
msgid "go here to change your password on updraftplus.com."
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: addons/migrator.php:
|
1236 |
msgid "To import a backup set, go to the \"Existing Backups\" tab"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: addons/migrator.php:
|
1240 |
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: admin.php:
|
1244 |
msgid "You have made changes to your settings, and not saved."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: methods/updraftvault.php:
|
1248 |
msgid "To remove the block, please go here."
|
1249 |
msgstr ""
|
1250 |
|
@@ -1276,7 +1358,7 @@ msgstr ""
|
|
1276 |
msgid "Create OneDrive credentials in your OneDrive developer console."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: addons/azure.php:500 addons/migrator.php:
|
1280 |
msgid "For longer help, including screenshots, follow this link."
|
1281 |
msgstr ""
|
1282 |
|
@@ -1340,15 +1422,15 @@ msgstr ""
|
|
1340 |
msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: admin.php:
|
1344 |
msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: admin.php:
|
1348 |
msgid "For personal support, the ability to copy sites, more storage destinations, encrypted backups for security, multiple backup destinations, better reporting, no adverts and plenty more, take a look at the premium version of UpdraftPlus - the world’s most popular backup plugin."
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: methods/s3.php:
|
1352 |
msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
|
1353 |
msgstr ""
|
1354 |
|
@@ -1453,15 +1535,15 @@ msgstr ""
|
|
1453 |
msgid "US West (Oregon)"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: methods/updraftvault.php:
|
1457 |
msgid "UpdraftPlus.com has responded with 'Access Denied'."
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: methods/updraftvault.php:
|
1461 |
msgid "It appears that your web server's IP Address (%s) is blocked."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: methods/updraftvault.php:
|
1465 |
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
|
1466 |
msgstr ""
|
1467 |
|
@@ -1469,186 +1551,186 @@ msgstr ""
|
|
1469 |
msgid "Update cancelled - reload page to try again."
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: admin.php:
|
1473 |
msgid "Dismiss (for %s months)"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: admin.php:
|
1477 |
msgid "Thank you for backing up with UpdraftPlus!"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: admin.php:
|
1481 |
msgid "Free Newsletter"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: admin.php:
|
1485 |
msgid "Follow this link to sign up."
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: admin.php:
|
1489 |
msgid "UpdraftPlus Premium"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: admin.php:
|
1493 |
msgid "Compare with the free version"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: admin.php:
|
1497 |
msgid "Go to the shop."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: admin.php:
|
1501 |
msgid "More Quality Plugins"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: admin.php:
|
1505 |
msgid "Free two-factor security plugin"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: admin.php:
|
1509 |
msgid "Premium WooCommerce plugins"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
-
#: class-updraftplus.php:
|
1513 |
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: admin.php:
|
1517 |
msgid "Newsletter sign-up"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: admin.php:
|
1521 |
msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: admin.php:
|
1525 |
msgid "The first step is to de-install the free version."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: admin.php:
|
1529 |
msgid "No backup has been completed"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: addons/fixtime.php:
|
1533 |
msgid "(at same time as files backup)"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: admin.php:
|
1537 |
msgid "Dropbox, Google Drive, FTP, S3, Rackspace, Email"
|
1538 |
msgstr "دروب بوكس, جوجل درايف, بروتوكول اف تي بي, راك سبيس, البريد الإلكتروني"
|
1539 |
|
1540 |
-
#: admin.php:
|
1541 |
msgid "WebDAV, Copy.Com, SFTP/SCP, encrypted FTP"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: admin.php:
|
1545 |
msgid "Backup extra files and databases"
|
1546 |
msgstr ""
|
1547 |
"قم بعمل نسخ احطياتية من الملفات و قواعد البيانات.\n"
|
1548 |
"\n"
|
1549 |
|
1550 |
-
#: admin.php:
|
1551 |
msgid "Migrate / clone (i.e. copy) websites"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: admin.php:
|
1555 |
msgid "Basic email reporting"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: admin.php:
|
1559 |
msgid "Advanced reporting features"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: admin.php:
|
1563 |
msgid "Automatic backup when updating WP/plugins/themes"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: admin.php:
|
1567 |
msgid "Send backups to multiple remote destinations"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: admin.php:
|
1571 |
msgid "Database encryption"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: admin.php:
|
1575 |
msgid "Restore backups from other plugins"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: admin.php:
|
1579 |
msgid "Scheduled backups"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: admin.php:
|
1583 |
msgid "Fix backup time"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: admin.php:
|
1587 |
msgid "Network/Multisite support"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: admin.php:
|
1591 |
msgid "Lock settings access"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: admin.php:
|
1595 |
msgid "Personal support"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: admin.php:
|
1599 |
msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: admin.php:
|
1603 |
msgid "Get UpdraftPlus Premium"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: admin.php:
|
1607 |
msgid "Full feature list"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: admin.php:
|
1611 |
msgid "Pre-sales FAQs"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: admin.php:
|
1615 |
msgid "Ask a pre-sales question"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: admin.php:
|
1619 |
msgid "Get it from"
|
1620 |
msgstr "احصل علية من"
|
1621 |
|
1622 |
-
#: admin.php:
|
1623 |
msgid "Buy It Now!"
|
1624 |
msgstr "اشتري الان"
|
1625 |
|
1626 |
-
#: admin.php:
|
1627 |
msgid "Backup WordPress files and database"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: admin.php:
|
1631 |
msgid "Translated into over %s languages"
|
1632 |
msgstr "مترجم لاكثر منs% لغة"
|
1633 |
|
1634 |
-
#: admin.php:
|
1635 |
msgid "Restore from backup"
|
1636 |
msgstr "استرجع من نسخة احطياتية"
|
1637 |
|
1638 |
-
#: admin.php:
|
1639 |
msgid "Backup to remote storage"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: admin.php:
|
1643 |
msgid "You did not select any components to restore. Please select at least one, and then try again."
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: admin.php:
|
1647 |
msgctxt "Uploader: Drop backup files here - or - Select Files"
|
1648 |
msgid "or"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: admin.php:
|
1652 |
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
|
1653 |
msgid "or"
|
1654 |
msgstr ""
|
@@ -1666,16 +1748,16 @@ msgctxt "The user is being told the number of times an error has happened, e.g.
|
|
1666 |
msgid "An error (%s) occurred:"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: admin.php:
|
1670 |
msgctxt "i.e. Non-automatic"
|
1671 |
msgid "Manual"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: admin.php:
|
1675 |
msgid "Check this box to have a basic report sent to"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: admin.php:
|
1679 |
msgid "your site's admin address"
|
1680 |
msgstr ""
|
1681 |
|
@@ -1714,7 +1796,7 @@ msgstr ""
|
|
1714 |
msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: admin.php:
|
1718 |
msgid "For even more features and personal support, check out "
|
1719 |
msgstr ""
|
1720 |
|
@@ -1803,7 +1885,7 @@ msgid "WordPress core (only)"
|
|
1803 |
msgstr ""
|
1804 |
|
1805 |
#: addons/autobackup.php:120 addons/autobackup.php:885
|
1806 |
-
#: addons/autobackup.php:893 admin.php:
|
1807 |
msgid "Automatic backup before update"
|
1808 |
msgstr ""
|
1809 |
|
@@ -1811,31 +1893,31 @@ msgstr ""
|
|
1811 |
msgid "Database decryption phrase"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: backup.php:
|
1815 |
msgid "A zip error occurred"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: backup.php:
|
1819 |
msgid "your web hosting account appears to be full; please see: %s"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: backup.php:
|
1823 |
msgid "check your log for more details."
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: admin.php:
|
1827 |
msgid "Error: unexpected file read fail"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: class-updraftplus.php:
|
1831 |
msgid "Backup label:"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: admin.php:
|
1835 |
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: admin.php:
|
1839 |
msgid "Upload files into UpdraftPlus."
|
1840 |
msgstr ""
|
1841 |
|
@@ -1843,23 +1925,23 @@ msgstr ""
|
|
1843 |
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: admin.php:
|
1847 |
msgid "incremental backup; base backup: %s"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: admin.php:
|
1851 |
msgid "and retain this many scheduled backups"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: admin.php:
|
1855 |
msgid "Backup date"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: admin.php:
|
1859 |
msgid "Backup data (click to download)"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: admin.php:3220 admin.php:
|
1863 |
msgid "View Log"
|
1864 |
msgstr ""
|
1865 |
|
@@ -1887,51 +1969,51 @@ msgstr ""
|
|
1887 |
msgid "%s does not allow authorisation of sites hosted on direct IP addresses. You will need to change your site's address (%s) before you can use %s for storage."
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: methods/updraftvault.php:
|
1891 |
msgid "You need to supply both an email address and a password"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: methods/updraftvault.php:
|
1895 |
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: methods/updraftvault.php:
|
1899 |
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: admin.php:
|
1903 |
msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: class-updraftplus.php:
|
1907 |
msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: class-updraftplus.php:
|
1911 |
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: addons/migrator.php:
|
1915 |
msgid "already done"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: addons/migrator.php:
|
1919 |
msgid "Search and replacing table:"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
-
#: addons/migrator.php:
|
1923 |
msgid "skipped (not in list)"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: addons/migrator.php:
|
1927 |
msgid "Rows per batch"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
-
#: addons/migrator.php:
|
1931 |
msgid "These tables only"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: addons/migrator.php:
|
1935 |
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
|
1936 |
msgstr ""
|
1937 |
|
@@ -1947,59 +2029,59 @@ msgstr ""
|
|
1947 |
msgid "You need to connect to receive future updates to UpdraftPlus."
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: class-updraftplus.php:
|
1951 |
msgid "The site in this backup was running on a webserver with version %s of %s. "
|
1952 |
msgstr ""
|
1953 |
|
1954 |
-
#: class-updraftplus.php:
|
1955 |
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: class-updraftplus.php:
|
1959 |
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."
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: class-updraftplus.php:
|
1963 |
msgid "Any support requests to do with %s should be raised with your web hosting company."
|
1964 |
msgstr ""
|
1965 |
|
1966 |
-
#: class-updraftplus.php:
|
1967 |
msgid "UpdraftPlus is on social media - check us out here:"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: admin.php:
|
1971 |
msgid "Twitter"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: class-updraftplus.php:
|
1975 |
msgid "Facebook"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: class-updraftplus.php:
|
1979 |
msgid "Google+"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: class-updraftplus.php:
|
1983 |
msgid "LinkedIn"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: admin.php:
|
1987 |
msgid "Why am I seeing this?"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: admin.php:
|
1991 |
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: admin.php:
|
1995 |
msgid "The location of this directory is set in the expert settings, in the Settings tab."
|
1996 |
msgstr ""
|
1997 |
|
1998 |
-
#: admin.php:
|
1999 |
msgid "Start backup"
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: class-updraftplus.php:
|
2003 |
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
|
2004 |
msgstr ""
|
2005 |
|
@@ -2007,15 +2089,15 @@ msgstr ""
|
|
2007 |
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."
|
2008 |
msgstr ""
|
2009 |
|
2010 |
-
#: admin.php:
|
2011 |
msgid "Unless you have a problem, you can completely ignore everything here."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
-
#: admin.php:
|
2015 |
msgid "You will find more information about this in the Settings section."
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: admin.php:
|
2019 |
msgid "This file could not be uploaded"
|
2020 |
msgstr ""
|
2021 |
|
@@ -2027,15 +2109,15 @@ msgstr ""
|
|
2027 |
msgid "Supported backup plugins: %s"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
-
#: admin.php:
|
2031 |
msgid "Tell me more about incremental backups"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
-
#: admin.php:
|
2035 |
msgid "Memory limit"
|
2036 |
msgstr ""
|
2037 |
|
2038 |
-
#: class-updraftplus.php:
|
2039 |
msgid "restoration"
|
2040 |
msgstr ""
|
2041 |
|
@@ -2043,11 +2125,11 @@ msgstr ""
|
|
2043 |
msgid "Table to be implicitly dropped: %s"
|
2044 |
msgstr ""
|
2045 |
|
2046 |
-
#: backup.php:
|
2047 |
msgid "Full backup"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
-
#: backup.php:
|
2051 |
msgid "Incremental"
|
2052 |
msgstr ""
|
2053 |
|
@@ -2063,40 +2145,40 @@ msgstr ""
|
|
2063 |
msgid "now proceeding with the updates..."
|
2064 |
msgstr ""
|
2065 |
|
2066 |
-
#: admin.php:
|
2067 |
#: updraftplus.php:93
|
2068 |
msgid "Every %s hours"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
-
#: addons/migrator.php:
|
2072 |
msgid "search and replace"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
-
#: addons/migrator.php:
|
2076 |
msgid "search term"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
-
#: addons/migrator.php:
|
2080 |
msgid "Search / replace database"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
-
#: addons/migrator.php:
|
2084 |
msgid "Search for"
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#: addons/migrator.php:
|
2088 |
msgid "Replace with"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
-
#: addons/migrator.php:
|
2092 |
msgid "This can easily destroy your site; so, use it with care!"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: addons/migrator.php:
|
2096 |
msgid "A search/replace cannot be undone - are you sure you want to do this?"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
-
#: addons/migrator.php:
|
2100 |
msgid "Go"
|
2101 |
msgstr ""
|
2102 |
|
@@ -2104,11 +2186,11 @@ msgstr ""
|
|
2104 |
msgid "Too many database errors have occurred - aborting"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: backup.php:
|
2108 |
msgid "read more at %s"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: backup.php:
|
2112 |
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
|
2113 |
msgstr ""
|
2114 |
|
@@ -2116,11 +2198,11 @@ msgstr ""
|
|
2116 |
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."
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: admin.php:
|
2120 |
msgid "You have not yet made any backups."
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: admin.php:
|
2124 |
msgid "Database Options"
|
2125 |
msgstr ""
|
2126 |
|
@@ -2140,27 +2222,27 @@ msgstr ""
|
|
2140 |
msgid "Free disk space in account:"
|
2141 |
msgstr ""
|
2142 |
|
2143 |
-
#: admin.php:
|
2144 |
msgid "Current Status"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#: admin.php:
|
2148 |
msgid "Existing Backups"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
-
#: admin.php:
|
2152 |
msgid "This button is disabled because your backup directory is not writable (see the settings)."
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: admin.php:
|
2156 |
msgid "Welcome to UpdraftPlus!"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: admin.php:
|
2160 |
msgid "To make a backup, just press the Backup Now button."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: admin.php:
|
2164 |
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."
|
2165 |
msgstr ""
|
2166 |
|
@@ -2232,7 +2314,7 @@ msgstr ""
|
|
2232 |
msgid "database connection attempt failed"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: class-updraftplus.php:
|
2236 |
msgid "External database (%s)"
|
2237 |
msgstr ""
|
2238 |
|
@@ -2249,43 +2331,43 @@ msgstr ""
|
|
2249 |
msgid "However, subsequent access attempts failed:"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: admin.php:
|
2253 |
msgid "External database"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: admin.php:
|
2257 |
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: admin.php:
|
2261 |
msgid "Back up more databases"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: admin.php:
|
2265 |
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: admin.php:
|
2269 |
msgid "It can also backup external databases."
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: admin.php:
|
2273 |
msgid "You can manually decrypt an encrypted database here."
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: admin.php:
|
2277 |
msgid "First, enter the decryption key"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: admin.php:
|
2281 |
msgid "use UpdraftPlus Premium"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: class-updraftplus.php:
|
2285 |
msgid "Decryption failed. The database file is encrypted."
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: admin.php:
|
2289 |
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
|
2290 |
msgstr ""
|
2291 |
|
@@ -2293,11 +2375,11 @@ msgstr ""
|
|
2293 |
msgid "An error occurred on the first %s command - aborting run"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
-
#: backup.php:
|
2297 |
msgid "database connection attempt failed."
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: addons/moredatabase.php:93 backup.php:
|
2301 |
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
|
2302 |
msgstr ""
|
2303 |
|
@@ -2305,7 +2387,7 @@ msgstr ""
|
|
2305 |
msgid "In %s, path names are case sensitive."
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: addons/migrator.php:
|
2309 |
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
|
2310 |
msgstr ""
|
2311 |
|
@@ -2375,24 +2457,24 @@ msgstr ""
|
|
2375 |
msgid "Failed to upload %s"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:
|
2379 |
-
#: methods/dropbox.php:
|
2380 |
msgid "Success:"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: methods/dropbox.php:
|
2384 |
msgid "Dropbox"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: addons/copycom.php:557 addons/onedrive.php:716 methods/dropbox.php:
|
2388 |
msgid "(You appear to be already authenticated)."
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: addons/copycom.php:559 addons/onedrive.php:718 methods/dropbox.php:
|
2392 |
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."
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: addons/copycom.php:556 addons/onedrive.php:715 methods/dropbox.php:
|
2396 |
msgid "Authenticate with %s"
|
2397 |
msgstr ""
|
2398 |
|
@@ -2418,7 +2500,7 @@ msgid "Could not access %s container"
|
|
2418 |
msgstr ""
|
2419 |
|
2420 |
#: addons/copycom.php:558 addons/googlecloud.php:902 addons/onedrive.php:717
|
2421 |
-
#: methods/dropbox.php:
|
2422 |
msgid "Account holder's name: %s."
|
2423 |
msgstr ""
|
2424 |
|
@@ -2470,7 +2552,7 @@ msgstr ""
|
|
2470 |
msgid "Google Drive list files: failed to access parent folder"
|
2471 |
msgstr ""
|
2472 |
|
2473 |
-
#: admin.php:
|
2474 |
msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
|
2475 |
msgstr ""
|
2476 |
|
@@ -2482,7 +2564,7 @@ msgstr ""
|
|
2482 |
msgid "Call"
|
2483 |
msgstr ""
|
2484 |
|
2485 |
-
#: addons/migrator.php:
|
2486 |
msgid "This feature requires %s version %s or later"
|
2487 |
msgstr ""
|
2488 |
|
@@ -2498,23 +2580,23 @@ msgstr ""
|
|
2498 |
msgid "%s files have been extracted"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: class-updraftplus.php:
|
2502 |
msgid "Error - failed to download the file"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
-
#: admin.php:
|
2506 |
msgid "Rescan local folder for new backup sets"
|
2507 |
msgstr ""
|
2508 |
|
2509 |
-
#: udaddons/updraftplus-addons.php:
|
2510 |
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
|
2511 |
msgstr ""
|
2512 |
|
2513 |
-
#: udaddons/updraftplus-addons.php:
|
2514 |
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
|
2515 |
msgstr ""
|
2516 |
|
2517 |
-
#: udaddons/updraftplus-addons.php:
|
2518 |
msgid "It has been tested up to version %s."
|
2519 |
msgstr ""
|
2520 |
|
@@ -2534,63 +2616,64 @@ msgstr "المفتاح الذي أدخلته غير صالح، أو أنه فا
|
|
2534 |
msgid "Your login may be either password or key-based - you only need to enter one, not both."
|
2535 |
msgstr "للدخول يجب ادخال إما الرقم السري أو المفتاح، وليس كلاهما."
|
2536 |
|
2537 |
-
#: addons/azure.php:508 addons/
|
|
|
2538 |
msgid "Key"
|
2539 |
msgstr "مفتاح"
|
2540 |
|
2541 |
-
#: addons/importer.php:256 admin.php:
|
2542 |
msgid "Backup created by: %s."
|
2543 |
msgstr "ولدت النسخة الإحتياطية من طرف: %s."
|
2544 |
|
2545 |
-
#: admin.php:
|
2546 |
msgid "Files and database WordPress backup (created by %s)"
|
2547 |
msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
|
2548 |
|
2549 |
-
#: admin.php:
|
2550 |
msgid "Files backup (created by %s)"
|
2551 |
msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
|
2552 |
|
2553 |
-
#: admin.php:
|
2554 |
msgid "unknown source"
|
2555 |
msgstr "مصدر غير معروف"
|
2556 |
|
2557 |
-
#: admin.php:
|
2558 |
msgid "Database (created by %s)"
|
2559 |
msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
|
2560 |
|
2561 |
-
#: admin.php:
|
2562 |
msgid "Rescan remote storage"
|
2563 |
msgstr "إعادة فحص الإستضافة الإستضافة السحابية"
|
2564 |
|
2565 |
-
#: admin.php:
|
2566 |
msgid "Upload backup files"
|
2567 |
msgstr "رفع ملفات النسخة الإحتياطية"
|
2568 |
|
2569 |
-
#: admin.php:
|
2570 |
msgid "This backup was created by %s, and can be imported."
|
2571 |
msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
|
2572 |
|
2573 |
-
#: admin.php:
|
2574 |
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."
|
2575 |
msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
|
2576 |
|
2577 |
-
#: admin.php:
|
2578 |
msgid "Read this page for a guide to possible causes and how to fix it."
|
2579 |
msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
|
2580 |
|
2581 |
-
#: admin.php:
|
2582 |
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))."
|
2583 |
msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
|
2584 |
|
2585 |
-
#: admin.php:
|
2586 |
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
|
2587 |
msgstr "مع ذلك، ملفات UpdraftPlus المضغوطة هي ملفات zip/SQL عادية - فإن كنت تعتقد أن الملف هو على الصيغة الصحيحة، المرجو إعادة تسميته بالإسم الموصى به."
|
2588 |
|
2589 |
-
#: admin.php:
|
2590 |
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
|
2591 |
msgstr "إن كانت هذه النسخة الإحتياطية خلقت بإستخدام تطبيق آخر، يمكن لإضافة UpdraftPlus Premium مساعدتك في حل المشكلة."
|
2592 |
|
2593 |
-
#: admin.php:
|
2594 |
msgid "Backup created by unknown source (%s) - cannot be restored."
|
2595 |
msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
|
2596 |
|
@@ -2602,7 +2685,7 @@ msgstr "مجلد (wp-content) غير موجود البثة بهذا الملف
|
|
2602 |
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
|
2603 |
msgstr "هذه النسخة من UpdraftPlus لا تستطيع التعامل مع نوع النسخ الإحتياطية هذا."
|
2604 |
|
2605 |
-
#: methods/dropbox.php:
|
2606 |
msgid "%s returned an unexpected HTTP response: %s"
|
2607 |
msgstr "أبدى %s إجابة HTTP غير متوقعة: %s"
|
2608 |
|
@@ -2610,16 +2693,16 @@ msgstr "أبدى %s إجابة HTTP غير متوقعة: %s"
|
|
2610 |
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
|
2611 |
msgstr "وحدة UpdraftPlus لطريقة الوصول للملف (%s) غير مدعومة من قبل الملفات المسرودة"
|
2612 |
|
2613 |
-
#: methods/cloudfiles.php:234 methods/dropbox.php:
|
2614 |
#: methods/openstack-base.php:95 methods/s3.php:87
|
2615 |
msgid "No settings were found"
|
2616 |
msgstr "لم يتم العثور على الإعدادات"
|
2617 |
|
2618 |
-
#: class-updraftplus.php:
|
2619 |
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
|
2620 |
msgstr "تمت إضافة واحدة أو أكثر من النسخ الإحتياطية التي وجدناها بالإستضافة السحابية، لاحظ أن هذه النسخ لن تتم مسحها أوتوماتيكيا من الإعادادات الإفتراضية، لو أو متى شئت حذفها يجب عليك حذفها يدويا."
|
2621 |
|
2622 |
-
#: admin.php:
|
2623 |
msgid "Rescanning remote and local storage for backup sets..."
|
2624 |
msgstr "جاري فحص الإستضافة السحابية والمساحة التخزينية المحلية بحثا عن نسخ احتياطية..."
|
2625 |
|
@@ -2636,7 +2719,7 @@ msgstr "تحقق من هذا المربع لإستخدام خدمة التخزي
|
|
2636 |
msgid "Reduced redundancy storage"
|
2637 |
msgstr "التخزين المتكرر المنخفض"
|
2638 |
|
2639 |
-
#: addons/migrator.php:
|
2640 |
msgid "Adjusting multisite paths"
|
2641 |
msgstr "ضبط المسارات المتعددة"
|
2642 |
|
@@ -2657,15 +2740,15 @@ msgstr "لا توجد نسخ احتياطية للمجلدات: لم نجد أي
|
|
2657 |
msgid "Remove"
|
2658 |
msgstr "حذف"
|
2659 |
|
2660 |
-
#: methods/s3.php:
|
2661 |
msgid "Other %s FAQs."
|
2662 |
msgstr "الأسئلة الشائعة %s الأخرى."
|
2663 |
|
2664 |
-
#: admin.php:
|
2665 |
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
|
2666 |
msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
|
2667 |
|
2668 |
-
#: addons/morefiles.php:262 admin.php:
|
2669 |
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."
|
2670 |
msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
|
2671 |
|
@@ -2677,11 +2760,11 @@ msgstr "تم الكشف عن بيانات لإضافة إدارة نوع الم
|
|
2677 |
msgid "encrypted FTP (explicit encryption)"
|
2678 |
msgstr "خادم FTP مشفر (تشفير واضح)"
|
2679 |
|
2680 |
-
#: class-updraftplus.php:
|
2681 |
msgid "Your web server's PHP installation has these functions disabled: %s."
|
2682 |
msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
|
2683 |
|
2684 |
-
#: class-updraftplus.php:
|
2685 |
msgid "Your hosting company must enable these functions before %s can work."
|
2686 |
msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
|
2687 |
|
@@ -2701,75 +2784,75 @@ msgstr "نسخة احتياطية أنشأها:"
|
|
2701 |
msgid "Available to claim on this site"
|
2702 |
msgstr "متوفر للطلب من هذا الموقع"
|
2703 |
|
2704 |
-
#: udaddons/updraftplus-addons.php:
|
2705 |
msgid "To maintain your access to support, please renew."
|
2706 |
msgstr "للحفاظ على ولوجك للدعم الفني، من فضلك جدد اشتراكك."
|
2707 |
|
2708 |
-
#: udaddons/updraftplus-addons.php:
|
2709 |
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
|
2710 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus على %s إضافة بهذا الموقع انتهت صلاحيته."
|
2711 |
|
2712 |
-
#: udaddons/updraftplus-addons.php:
|
2713 |
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
|
2714 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus على %s إضافة بهذا الموقع اقتربت نهاية صلاحيته."
|
2715 |
|
2716 |
-
#: udaddons/updraftplus-addons.php:
|
2717 |
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2718 |
msgstr "للحفاظ على ولوجك لخدماتنا المدفوعة (من ضمنها التحديثات المستقبلية والتوافق مع نسخ ووردبريس المستقبلية) والدعم الفني، من فضلك جدد اشتراكك."
|
2719 |
|
2720 |
-
#: udaddons/updraftplus-addons.php:
|
2721 |
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
|
2722 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا الموقع اقتربت نهاية صلاحيته."
|
2723 |
|
2724 |
-
#: udaddons/updraftplus-addons.php:
|
2725 |
msgid "Your paid access to UpdraftPlus support has expired."
|
2726 |
msgstr "وصولك المدفوع للدعم الفني بـ UpdraftPlus انتهت صلاحيته."
|
2727 |
|
2728 |
-
#: udaddons/updraftplus-addons.php:
|
2729 |
msgid "To regain your access, please renew."
|
2730 |
msgstr "لاستعادة الوصول الخاصة بك، يرجى تجديد اشتراكك."
|
2731 |
|
2732 |
-
#: udaddons/updraftplus-addons.php:
|
2733 |
msgid "Your paid access to UpdraftPlus support will soon expire."
|
2734 |
msgstr "وصولك المدفوع للدعم الفني الخاص بـ UpdraftPlus اقتربت نهاية صلاحيته."
|
2735 |
|
2736 |
-
#: udaddons/updraftplus-addons.php:
|
2737 |
msgid "Dismiss from main dashboard (for %s weeks)"
|
2738 |
msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
|
2739 |
|
2740 |
-
#: udaddons/updraftplus-addons.php:
|
2741 |
msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
|
2742 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا الموقع اقتربت نهاية صلاحيته. لن تصلك أي تحديثات جديدة لـ UpdraftPlus."
|
2743 |
|
2744 |
-
#: udaddons/updraftplus-addons.php:
|
2745 |
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2746 |
msgstr "للحفاظ على ولوجك للتحديثات (من ضمنها التحديثات المستقبلية والتوافق مع نسخ ووردبريس المستقبلية) والدعم الفني، من فضلك جدد اشتراكك. "
|
2747 |
|
2748 |
-
#: class-updraftplus.php:
|
2749 |
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
|
2750 |
msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
|
2751 |
|
2752 |
-
#: class-updraftplus.php:
|
2753 |
msgid "The attempt to undo the double-compression failed."
|
2754 |
msgstr "فشل محاولة التراجع من الضغط المزدوج"
|
2755 |
|
2756 |
-
#: class-updraftplus.php:
|
2757 |
msgid "The attempt to undo the double-compression succeeded."
|
2758 |
msgstr "نجاح محاولة التراجع من الضغط المزدوج"
|
2759 |
|
2760 |
-
#: admin.php:
|
2761 |
msgid "Constants"
|
2762 |
msgstr "ثوابت"
|
2763 |
|
2764 |
-
#: backup.php:
|
2765 |
msgid "Failed to open database file for reading:"
|
2766 |
msgstr "فشل في فتح ملف قاعدة البيانات للقراءة:"
|
2767 |
|
2768 |
-
#: backup.php:
|
2769 |
msgid "please wait for the rescheduled attempt"
|
2770 |
msgstr "فضلا انتظر محاولة إعادة الجدولة"
|
2771 |
|
2772 |
-
#: backup.php:
|
2773 |
msgid "No database tables found"
|
2774 |
msgstr "لم نجد أي جداول لقاعدة البيانات"
|
2775 |
|
@@ -2781,39 +2864,39 @@ msgstr "لاحظ أن رسائل التحذير استشارية - عملية ا
|
|
2781 |
msgid "Database queries processed: %d in %.2f seconds"
|
2782 |
msgstr "تمت معالجة %d من استعلامات قاعدة البيانات في مدة %.2f ثانية"
|
2783 |
|
2784 |
-
#: addons/migrator.php:
|
2785 |
msgid "Searching and replacing reached row: %d"
|
2786 |
msgstr "جاري البحث واستبدال الصفوف: %d"
|
2787 |
|
2788 |
-
#: addons/copycom.php:88 addons/onedrive.php:91 methods/dropbox.php:
|
2789 |
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)"
|
2790 |
msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبقية، لكن الملف الذي نقوم برفعه حجمه %d بايت متبقية (الحجم الكلي: %d بايت)"
|
2791 |
|
2792 |
-
#: addons/migrator.php:
|
2793 |
msgid "Skipping this table: data in this table (%s) should not be search/replaced"
|
2794 |
msgstr "تخطي هذا الجدول: بيانات هذا الجدول (%s) يجب الا تكون بحث / استبدال"
|
2795 |
|
2796 |
-
#: udaddons/updraftplus-addons.php:
|
2797 |
msgid "Errors occurred:"
|
2798 |
msgstr "أخطاء حدثت:"
|
2799 |
|
2800 |
-
#: admin.php:
|
2801 |
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
|
2802 |
msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
|
2803 |
|
2804 |
-
#: admin.php:
|
2805 |
msgid "See this FAQ also."
|
2806 |
msgstr "تابع هذه التعليمات أيضا."
|
2807 |
|
2808 |
-
#: admin.php:
|
2809 |
msgid "If you choose no remote storage, then the backups remain on the web-server. This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
|
2810 |
msgstr "ان لم تختر أي خدمة للتخزين عن بعد، فكل ملفات النسخ الإحتياطية ستبقى مخزنة بسيرفرك. هذه العملية غير موصى بها (في حالة عدم تحميل هذه الملفات بجهازك الخاص)، لأنك بفقدان سيرفرك ستخسر معه ملفات النسخ الإحتياطية والموقع معا."
|
2811 |
|
2812 |
-
#: admin.php:
|
2813 |
msgid "Retrieving (if necessary) and preparing backup files..."
|
2814 |
msgstr "استرجاع (إذا لزم الأمر) وإعداد ملفات النسخ الاحتياطي ..."
|
2815 |
|
2816 |
-
#: admin.php:
|
2817 |
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised. If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
|
2818 |
msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %s ثانية فقط، ولا تسمح لوصول لهذا الحد. إن لم تتمكن من استرداد حجم كبير من البيانات بسبب هذا الحد، يمكنك الإتصال بشرك الإستضافة الخاصة بك (أو محاولة الإسترداد قطعة-قطعة)"
|
2819 |
|
@@ -2821,19 +2904,19 @@ msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %
|
|
2821 |
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
|
2822 |
msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
|
2823 |
|
2824 |
-
#: admin.php:
|
2825 |
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)"
|
2826 |
msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
|
2827 |
|
2828 |
-
#: addons/migrator.php:
|
2829 |
msgid "Replacing in blogs/site table: from: %s to: %s"
|
2830 |
msgstr "استبدال جداول من مدونات/موقع: من: %s إلى:%s"
|
2831 |
|
2832 |
-
#: addons/migrator.php:
|
2833 |
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
|
2834 |
msgstr "تم تعطيل هذه الإضافة: %s: يمكك اعادة تفعيلها عندما تكون مستعد."
|
2835 |
|
2836 |
-
#: addons/migrator.php:
|
2837 |
msgid "%s: Skipping cache file (does not already exist)"
|
2838 |
msgstr "%s: تخطي ملف ذاكرة التخزين المؤقت (غير موجود مسبقا)"
|
2839 |
|
@@ -2842,15 +2925,15 @@ msgstr "%s: تخطي ملف ذاكرة التخزين المؤقت (غير مو
|
|
2842 |
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."
|
2843 |
msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
|
2844 |
|
2845 |
-
#: admin.php:
|
2846 |
msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
|
2847 |
msgstr "لم يتم العثور على تصميم موقعكم الحالي، لمنع توقف تحميل الموقع، تم استرجاع التصميم الإفتراضي."
|
2848 |
|
2849 |
-
#: admin.php:
|
2850 |
msgid "Restore failed..."
|
2851 |
msgstr "فشل في الإستعادة..."
|
2852 |
|
2853 |
-
#: addons/moredatabase.php:125 admin.php:
|
2854 |
msgid "Messages:"
|
2855 |
msgstr "رسائل:"
|
2856 |
|
@@ -3007,31 +3090,31 @@ msgstr "فشل التفويض (راجع معلوماتك)"
|
|
3007 |
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
|
3008 |
msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية "
|
3009 |
|
3010 |
-
#: methods/updraftvault.php:
|
3011 |
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
|
3012 |
msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
|
3013 |
|
3014 |
-
#: admin.php:
|
3015 |
msgid "Create"
|
3016 |
msgstr "خلق"
|
3017 |
|
3018 |
-
#: admin.php:
|
3019 |
msgid "The new user's RackSpace console password is (this will not be shown again):"
|
3020 |
msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
|
3021 |
|
3022 |
-
#: admin.php:
|
3023 |
msgid "Trying..."
|
3024 |
msgstr "اعادة المحاولة..."
|
3025 |
|
3026 |
-
#: class-updraftplus.php:
|
3027 |
msgid "(when decrypted)"
|
3028 |
msgstr "(عندما تكون مفكوكة)"
|
3029 |
|
3030 |
-
#: admin.php:
|
3031 |
msgid "Error data:"
|
3032 |
msgstr "خطأ بالبيانات:"
|
3033 |
|
3034 |
-
#: admin.php:
|
3035 |
msgid "Backup does not exist in the backup history"
|
3036 |
msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
|
3037 |
|
@@ -3099,11 +3182,11 @@ msgstr "(مع وجود تحذيرات (%s))"
|
|
3099 |
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
|
3100 |
msgstr "استخدام قسم \"التقارير\" لتكوين عناوين البريد الإلكتروني ليتم استخدامها."
|
3101 |
|
3102 |
-
#: class-updraftplus.php:
|
3103 |
msgid "files: %s"
|
3104 |
msgstr "ملفات:%s"
|
3105 |
|
3106 |
-
#: class-updraftplus.php:
|
3107 |
msgid "%s checksum: %s"
|
3108 |
msgstr "%s الاختباري:%s"
|
3109 |
|
@@ -3123,7 +3206,7 @@ msgstr "تحذيرات"
|
|
3123 |
msgid "Time taken:"
|
3124 |
msgstr "الوقت المستغرق:"
|
3125 |
|
3126 |
-
#: addons/reporting.php:189 admin.php:
|
3127 |
msgid "Uploaded to:"
|
3128 |
msgstr "تحميلها على:"
|
3129 |
|
@@ -3155,16 +3238,16 @@ msgstr "يحتوي على:"
|
|
3155 |
msgid "Errors / warnings:"
|
3156 |
msgstr "أخطاء / تحذيرات:"
|
3157 |
|
3158 |
-
#: addons/copycom.php:377 addons/onedrive.php:492 methods/dropbox.php:
|
3159 |
msgid "%s authentication"
|
3160 |
msgstr "%s مصادقة"
|
3161 |
|
3162 |
-
#: addons/copycom.php:377 addons/onedrive.php:492 class-updraftplus.php:
|
3163 |
-
#: methods/dropbox.php:
|
3164 |
msgid "%s error: %s"
|
3165 |
msgstr "%s خطأ: %s"
|
3166 |
|
3167 |
-
#: addons/googlecloud.php:815 methods/dropbox.php:
|
3168 |
msgid "%s logo"
|
3169 |
msgstr "%s الشعار"
|
3170 |
|
@@ -3180,68 +3263,68 @@ msgstr "لمزيد من الخيارات، استخدام الإضافة \"%s\".
|
|
3180 |
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
|
3181 |
msgstr "وحدة PHP %s غير منصبة - من فضلك قم بمراسلة شركة الإستضافة لتمكينها"
|
3182 |
|
3183 |
-
#: methods/dropbox.php:
|
3184 |
msgid "%s did not return the expected response - check your log file for more details"
|
3185 |
msgstr "%s لم ترسل الاستجابة المتوقعة - تحقق من ملف السجل الخاص بك لمزيد من التفاصيل"
|
3186 |
|
3187 |
-
#: admin.php:
|
3188 |
#: udaddons/options.php:244
|
3189 |
msgid "Connect"
|
3190 |
msgstr "الإتصال"
|
3191 |
|
3192 |
-
#: admin.php:
|
3193 |
msgid "For more reporting features, use the Reporting add-on."
|
3194 |
msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
|
3195 |
|
3196 |
-
#: class-updraftplus.php:
|
3197 |
msgid "(version: %s)"
|
3198 |
msgstr "(الإصدار: %s)"
|
3199 |
|
3200 |
-
#: addons/reporting.php:416 admin.php:
|
3201 |
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
|
3202 |
msgstr "تحقق من حجم الملفات المسموح به بخدمة الإيميل، تقريبا %s ميجا، أي نسخ احتياطية أكبر من هذا الحجم لن تصلك أبدا."
|
3203 |
|
3204 |
-
#: addons/reporting.php:416 admin.php:
|
3205 |
msgid "When the Email storage method is enabled, also send the entire backup"
|
3206 |
msgstr "عندما يتم تمكين طريقة تخزين البريد الإلكتروني، قم أيضا بإرسال النسخ الاحتياطي كاملة"
|
3207 |
|
3208 |
-
#: backup.php:
|
3209 |
msgid "Unknown/unexpected error - please raise a support request"
|
3210 |
msgstr "خطأ غير معروف / غير متوقع - يرجى رفع طلب دعم"
|
3211 |
|
3212 |
-
#: addons/reporting.php:221 backup.php:
|
3213 |
msgid "The log file has been attached to this email."
|
3214 |
msgstr "تم إرفاق ملف السجل بهذا البريد الإلكتروني."
|
3215 |
|
3216 |
-
#: backup.php:
|
3217 |
msgid "Backed up: %s"
|
3218 |
msgstr "نسخ احتياطي: %s"
|
3219 |
|
3220 |
-
#: backup.php:
|
3221 |
msgid "Backup contains:"
|
3222 |
msgstr "تحتوي النسخة الإحتياطية على:"
|
3223 |
|
3224 |
-
#: addons/reporting.php:148 backup.php:
|
3225 |
msgid "Latest status:"
|
3226 |
msgstr "آخر التحديثات:"
|
3227 |
|
3228 |
-
#: admin.php:
|
3229 |
msgid "Files and database"
|
3230 |
msgstr "ملفات وقواعد البيانات"
|
3231 |
|
3232 |
-
#: backup.php:
|
3233 |
msgid "Files (database backup has not completed)"
|
3234 |
msgstr "ملفات (لم يتم إكمال نسخ قاعدة بيانات احتياطيا)"
|
3235 |
|
3236 |
-
#: backup.php:
|
3237 |
msgid "Files only (database was not part of this particular schedule)"
|
3238 |
msgstr "الملفات فقط (لن يتم خلق نسخ احتياطية لقاعدة البيانات)"
|
3239 |
|
3240 |
-
#: backup.php:
|
3241 |
msgid "Database (files backup has not completed)"
|
3242 |
msgstr "قاعدة بيانات (لم يتم إكمال نسخ الملفات احتياطيا)"
|
3243 |
|
3244 |
-
#: backup.php:
|
3245 |
msgid "Database only (files were not part of this particular schedule)"
|
3246 |
msgstr " قاعدة البيانات فقط (لن يتم خلق نسخ احتياطية للملفات)"
|
3247 |
|
@@ -3289,7 +3372,7 @@ msgstr "يرجى اتباع هذا الرابط لتحديث البرنامج ا
|
|
3289 |
msgid "please follow this link to update the plugin in order to activate it"
|
3290 |
msgstr "يرجى اتباع هذا الرابط لتحديث البرنامج المساعد من أجل تفعيله"
|
3291 |
|
3292 |
-
#: udaddons/options.php:370 udaddons/updraftplus-addons.php:
|
3293 |
msgid "UpdraftPlus Addons"
|
3294 |
msgstr "اضافات UpdraftPlus"
|
3295 |
|
@@ -3301,20 +3384,20 @@ msgstr "تحديث يحتوي على الإضافة الخاص بك متاح ل
|
|
3301 |
msgid "UpdraftPlus Support"
|
3302 |
msgstr "دعم UpdraftPlus"
|
3303 |
|
3304 |
-
#: udaddons/updraftplus-addons.php:
|
3305 |
msgid "UpdraftPlus.Com responded, but we did not understand the response"
|
3306 |
msgstr "رد UpdraftPlus.Com، ولكننا لم نفهم الإستجابة"
|
3307 |
|
3308 |
-
#: methods/updraftvault.php:
|
3309 |
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
|
3310 |
msgstr "لا يمكن فهم إستجابة الموقع UpdraftPlus.Com (البيانات: %s)"
|
3311 |
|
3312 |
-
#: methods/updraftvault.php:
|
3313 |
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
|
3314 |
msgstr "لم يتم التعرف على عنوان البريد الإلكتروني وكلمة المرور عن طريق UpdraftPlus.Com"
|
3315 |
|
3316 |
-
#: methods/updraftvault.php:
|
3317 |
-
#: udaddons/updraftplus-addons.php:
|
3318 |
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
|
3319 |
msgstr "رد UpdraftPlus.Com، ولكننا لم نفهم الإستجابة "
|
3320 |
|
@@ -3322,19 +3405,19 @@ msgstr "رد UpdraftPlus.Com، ولكننا لم نفهم الإستجابة "
|
|
3322 |
msgid "An update is available for UpdraftPlus - please follow this link to get it."
|
3323 |
msgstr "يتوفر تحديث لUpdraftPlus - يرجى اتباع هذا الرابط للحصول عليه."
|
3324 |
|
3325 |
-
#: udaddons/updraftplus-addons.php:
|
3326 |
msgid "We failed to successfully connect to UpdraftPlus.Com"
|
3327 |
msgstr "فشلنا في الاتصال بنجاح إلى UpdraftPlus.Com"
|
3328 |
|
3329 |
-
#: admin.php:
|
3330 |
msgid "Reporting"
|
3331 |
msgstr "التقارير"
|
3332 |
|
3333 |
-
#: admin.php:
|
3334 |
msgid "Options (raw)"
|
3335 |
msgstr "خيارات (الخام)"
|
3336 |
|
3337 |
-
#: addons/reporting.php:414 admin.php:
|
3338 |
msgid "Send a report only when there are warnings/errors"
|
3339 |
msgstr "إرسال تقرير فقط عندما تكون هناك تحذيرات / أخطاء"
|
3340 |
|
@@ -3346,15 +3429,15 @@ msgstr "رابط المحتوى:"
|
|
3346 |
msgid "You should check the file permissions in your WordPress installation"
|
3347 |
msgstr "يجب عليك التحقق من أذونات الملف في تركيب وورد الخاص بك"
|
3348 |
|
3349 |
-
#: admin.php:
|
3350 |
msgid "See also the \"More Files\" add-on from our shop."
|
3351 |
msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
|
3352 |
|
3353 |
-
#: backup.php:
|
3354 |
msgid "Your free space in your hosting account is very low - only %s Mb remain"
|
3355 |
msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
|
3356 |
|
3357 |
-
#: class-updraftplus.php:
|
3358 |
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)"
|
3359 |
msgstr "كمية مقدار الذاكرة (RAM) المسموحة ل PHP قليلة جدا (%s ميجابايت) - يجب عليك زيادتها لتفادى مشاكل قلة الذاكرة (تحدث مع الاستضافة الخاصة بك لمزيد من المساعدة)"
|
3360 |
|
@@ -3486,7 +3569,7 @@ msgstr "خادم الويب الخاص بك ليس بة الوحدة %s مثبت
|
|
3486 |
msgid "Without it, encryption will be a lot slower."
|
3487 |
msgstr "بدون ذلك, التشفير سيكون ابطأ بكثير."
|
3488 |
|
3489 |
-
#: admin.php:
|
3490 |
msgid "Drop backup files here"
|
3491 |
msgstr "اسقاط ملفات النسخ الاحتياطى هنا"
|
3492 |
|
@@ -3494,27 +3577,27 @@ msgstr "اسقاط ملفات النسخ الاحتياطى هنا"
|
|
3494 |
msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
|
3495 |
msgstr "<strong>(على ما يبدو انة تمت المصادقة ,</strong> على الرغم من ذلك يمكنك المصادقة مرة اخرى لتحديث وصولك اذا كانت هناك مشكلة)."
|
3496 |
|
3497 |
-
#: class-updraftplus.php:
|
3498 |
msgid "Want more features or paid, guaranteed support? Check out UpdraftPlus.Com"
|
3499 |
msgstr "تريد المزيد من المميزات المدفوعة, مضمونة الدعم؟ قم بمراجعة UpdraftPlus.Com"
|
3500 |
|
3501 |
-
#: class-updraftplus.php:
|
3502 |
msgid "Check out WordShell"
|
3503 |
msgstr "تحقق من WordShell"
|
3504 |
|
3505 |
-
#: class-updraftplus.php:
|
3506 |
msgid "manage WordPress from the command line - huge time-saver"
|
3507 |
msgstr "إدارة ورد بريس من سطر الأوامر - لتوفير وقت كبير"
|
3508 |
|
3509 |
-
#: admin.php:
|
3510 |
msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
|
3511 |
msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
|
3512 |
|
3513 |
-
#: admin.php:
|
3514 |
msgid "The web server returned an error code (try again, or check your web server logs)"
|
3515 |
msgstr "اعاد خادم الويب برمز خطأ (حاول مجددا, او قم بالتحقق من سجلات خادم الويب الخاص بك)"
|
3516 |
|
3517 |
-
#: admin.php:
|
3518 |
msgid "If you exclude both the database and the files, then you have excluded everything!"
|
3519 |
msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
|
3520 |
|
@@ -3538,7 +3621,7 @@ msgstr "(السجلات يمكن العثور عليها فى صفحة اعدا
|
|
3538 |
msgid "Upload failed"
|
3539 |
msgstr "فشل التحميل"
|
3540 |
|
3541 |
-
#: admin.php:
|
3542 |
msgid "You can send a backup to more than one destination with an add-on."
|
3543 |
msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
|
3544 |
|
@@ -3582,23 +3665,23 @@ msgstr "النسخ الأحتياطى من: %s"
|
|
3582 |
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
|
3583 |
msgstr "محاولة ارسال النسخ الأحتياطى عن طريق البريد الألكترونى فشلت (من المحتمل ان يكون ملف النسخ الاحتياطى اكبر من المساحة المسموح بها فى البريد)"
|
3584 |
|
3585 |
-
#: admin.php:
|
3586 |
msgid "%s settings test result:"
|
3587 |
msgstr "اعدادات نتيجة اختبار %s"
|
3588 |
|
3589 |
-
#: admin.php:
|
3590 |
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."
|
3591 |
msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
|
3592 |
|
3593 |
-
#: admin.php:
|
3594 |
msgid "(Not finished)"
|
3595 |
msgstr "(غير منتهي)"
|
3596 |
|
3597 |
-
#: admin.php:
|
3598 |
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)."
|
3599 |
msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
|
3600 |
|
3601 |
-
#: admin.php:
|
3602 |
msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
|
3603 |
msgstr "<b>لا تقم</b> بوضعه داخل الإضافات أو دليل الإضافات، لأن ذلك سوف يسبب الإعادة (نسخة احتياطية من نسخة احتياطية من نسخة احتياطية من......)."
|
3604 |
|
@@ -3610,8 +3693,8 @@ msgstr "برجاء الأنتظار حتى الوقت المحدد لأعادة
|
|
3610 |
msgid "Backup finished"
|
3611 |
msgstr "الانتهاء من النسخ الاحتياطي"
|
3612 |
|
3613 |
-
#: admin.php:3344 central/bootstrap.php:
|
3614 |
-
#: methods/updraftvault.php:
|
3615 |
msgid "Unknown"
|
3616 |
msgstr "غير معروف"
|
3617 |
|
@@ -3667,11 +3750,11 @@ msgstr "انشاء النسخ الاحتياطى لقاعدة البيانات"
|
|
3667 |
msgid "Backup begun"
|
3668 |
msgstr "بدأ النسخ الاحتياطى"
|
3669 |
|
3670 |
-
#: admin.php:
|
3671 |
msgid "Backups in progress:"
|
3672 |
msgstr "تقدم النسخ الأحتياطى:"
|
3673 |
|
3674 |
-
#: admin.php:
|
3675 |
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
|
3676 |
msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
|
3677 |
|
@@ -3687,19 +3770,11 @@ msgstr "مجلد"
|
|
3687 |
msgid "file"
|
3688 |
msgstr "ملف"
|
3689 |
|
3690 |
-
#:
|
3691 |
-
msgid "Failed to open directory (check the file permissions): %s"
|
3692 |
-
msgstr "فشل في فتح الدليل (تحقق من صلاحيات الملف): %s"
|
3693 |
-
|
3694 |
-
#: backup.php:1978
|
3695 |
-
msgid "%s: unreadable file - could not be backed up (check the file permissions)"
|
3696 |
-
msgstr "%s: ملف غير قابل للقراءة - لا يمكن أن يتم إجراء النسخ الاحتياطي (تحقق من صلاحيات الملف)"
|
3697 |
-
|
3698 |
-
#: class-updraftplus.php:2421
|
3699 |
msgid "The backup has not finished; a resumption is scheduled"
|
3700 |
msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
|
3701 |
|
3702 |
-
#: class-updraftplus.php:
|
3703 |
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
|
3704 |
msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
|
3705 |
|
@@ -3709,7 +3784,7 @@ msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثي
|
|
3709 |
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)."
|
3710 |
msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
|
3711 |
|
3712 |
-
#: admin.php:
|
3713 |
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)."
|
3714 |
msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
|
3715 |
|
@@ -3721,7 +3796,7 @@ msgstr "UpdraftPlus النسخ الأحتياطى التلقائى"
|
|
3721 |
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
|
3722 |
msgstr "لا تقم بالخروج بعد الضغط على زر البدأ - انتظر حتى انتهاء النسخ الاحتياطى"
|
3723 |
|
3724 |
-
#: addons/autobackup.php:933 admin.php:
|
3725 |
msgid "Proceed with update"
|
3726 |
msgstr "المضي قدما مع التحديث"
|
3727 |
|
@@ -3782,51 +3857,51 @@ msgstr "هذة تبدو كأنها نسخة احتياطية اساسية صال
|
|
3782 |
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
|
3783 |
msgstr "اذا لم تكن متأكدا يجب عليك التوقف; والأ من المحتمل تدمير نسخة الورد بريس الخاصة بك"
|
3784 |
|
3785 |
-
#: admin.php:
|
3786 |
msgid "Support"
|
3787 |
msgstr "الدعم"
|
3788 |
|
3789 |
-
#: admin.php:
|
3790 |
msgid "More plugins"
|
3791 |
msgstr "مزيد من الملحقات"
|
3792 |
|
3793 |
-
#: class-updraftplus.php:
|
3794 |
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."
|
3795 |
msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
|
3796 |
|
3797 |
-
#: class-updraftplus.php:
|
3798 |
msgid "This database backup is missing core WordPress tables: %s"
|
3799 |
msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
|
3800 |
|
3801 |
-
#: class-updraftplus.php:
|
3802 |
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
|
3803 |
msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
|
3804 |
|
3805 |
-
#: class-updraftplus.php:
|
3806 |
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
|
3807 |
msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
|
3808 |
|
3809 |
-
#: admin.php:
|
3810 |
msgid "UpdraftPlus Premium can <strong>automatically</strong> take a backup of your plugins or themes and database before you update."
|
3811 |
msgstr "UpdraftPlus بريميوم يمكنة <strong>تلقائي</strong> اخذ نسخة احتياطية من الملحقات الخاصة بك والثيمات و قاعدة البيانات قبل التحديث."
|
3812 |
|
3813 |
-
#: admin.php:
|
3814 |
msgid "Be safe every time, without needing to remember - follow this link to learn more."
|
3815 |
msgstr "كن امناً كل مرة, دون الحاجة الى تذكر - اتبع هذا الرابط لمعرفة المزيد."
|
3816 |
|
3817 |
-
#: addons/autobackup.php:496 admin.php:
|
3818 |
msgid "Update Plugin"
|
3819 |
msgstr "تحديث المكون الإضافي"
|
3820 |
|
3821 |
-
#: addons/autobackup.php:547 admin.php:
|
3822 |
msgid "Update Theme"
|
3823 |
msgstr "تحديث الثيم"
|
3824 |
|
3825 |
-
#: admin.php:
|
3826 |
msgid "Dismiss (for %s weeks)"
|
3827 |
msgstr "رفض ( ل %s اسابيع)"
|
3828 |
|
3829 |
-
#: addons/autobackup.php:914 admin.php:
|
3830 |
msgid "Be safe with an automatic backup"
|
3831 |
msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
|
3832 |
|
@@ -3834,83 +3909,83 @@ msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
|
|
3834 |
msgid "Uploads path (%s) does not exist - resetting (%s)"
|
3835 |
msgstr "مسار الرفع (%s) غير موجود - إعادة ضبط (%s)"
|
3836 |
|
3837 |
-
#: admin.php:
|
3838 |
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
|
3839 |
msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
|
3840 |
|
3841 |
-
#: admin.php:
|
3842 |
msgid "Follow this link to attempt decryption and download the database file to your computer."
|
3843 |
msgstr "اتبع هذا الرابط لمحاولة فك التشفير وتحميل ملف قاعدة البيانات على جهازك."
|
3844 |
|
3845 |
-
#: admin.php:
|
3846 |
msgid "This decryption key will be attempted:"
|
3847 |
msgstr "سيتم محاولة فتح مفتاح التشفير:"
|
3848 |
|
3849 |
-
#: admin.php:
|
3850 |
msgid "Unknown server response:"
|
3851 |
msgstr "استجابة الملقم غير معروف:"
|
3852 |
|
3853 |
-
#: admin.php:
|
3854 |
msgid "Unknown server response status:"
|
3855 |
msgstr "استجابة الخادم غير معروفة:"
|
3856 |
|
3857 |
-
#: admin.php:
|
3858 |
msgid "The file was uploaded."
|
3859 |
msgstr "تم رفع الملف."
|
3860 |
|
3861 |
-
#: admin.php:
|
3862 |
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
|
3863 |
msgstr "(تأكد من انك كنت تحاول رفع ملف مضغوط تم إنشاؤه مسبقا من قبل UpdraftPlus)"
|
3864 |
|
3865 |
-
#: admin.php:
|
3866 |
msgid "Upload error:"
|
3867 |
msgstr "خطأ التحميل:"
|
3868 |
|
3869 |
-
#: admin.php:
|
3870 |
msgid "This file does not appear to be an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
|
3871 |
msgstr "هذا الملف لا يبدو انة ملف UpdraftPlus مضغوط مشفر لقاعدة البيانات (هذة الملفات .gz.crypt التى لديها اسم مثل: backup_(time)_(site name)_(code)_db.crypt.gz)."
|
3872 |
|
3873 |
-
#: admin.php:
|
3874 |
msgid "Upload error"
|
3875 |
msgstr "خطأ فى الرفع"
|
3876 |
|
3877 |
-
#: admin.php:
|
3878 |
msgid "Delete from your web server"
|
3879 |
msgstr "حذف من خادم الويب الخاص بك"
|
3880 |
|
3881 |
-
#: admin.php:
|
3882 |
msgid "Download to your computer"
|
3883 |
msgstr "تحميل الى جهاز الكمبيوتر الخاص بك"
|
3884 |
|
3885 |
-
#: admin.php:
|
3886 |
msgid "and then, if you wish,"
|
3887 |
msgstr "وبعد ذلك، إذا كنت ترغب في ذلك،"
|
3888 |
|
3889 |
-
#: methods/s3.php:
|
3890 |
msgid "Examples of S3-compatible storage providers:"
|
3891 |
msgstr "امثلة من مقدمى التخزين المتوافق-s3:"
|
3892 |
|
3893 |
-
#: admin.php:
|
3894 |
msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
|
3895 |
msgstr "لن يتم حذف اى ارشيف بعد فك الضغط عنة, بسبب عدم وجود سحابة التخزين لهذه النسخة الاحتياطية"
|
3896 |
|
3897 |
-
#: admin.php:
|
3898 |
msgid "(%d archive(s) in set)."
|
3899 |
msgstr "(%d الأرشيف(s) in set)."
|
3900 |
|
3901 |
-
#: admin.php:
|
3902 |
msgid "You appear to be missing one or more archives from this multi-archive set."
|
3903 |
msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
|
3904 |
|
3905 |
-
#: admin.php:
|
3906 |
msgid "Split archives every:"
|
3907 |
msgstr "تقسيم كل ارشيف:"
|
3908 |
|
3909 |
-
#: admin.php:
|
3910 |
msgid "Error: the server sent an empty response."
|
3911 |
msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
|
3912 |
|
3913 |
-
#: admin.php:
|
3914 |
msgid "Warnings:"
|
3915 |
msgstr "تحذيرات:"
|
3916 |
|
@@ -3918,43 +3993,43 @@ msgstr "تحذيرات:"
|
|
3918 |
msgid "Error: the server sent us a response (JSON) which we did not understand."
|
3919 |
msgstr "الخطأ: الخادم ارسل لنا استجابة (JSON) اللتى لم نتمكن من فهمها."
|
3920 |
|
3921 |
-
#: admin.php:
|
3922 |
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?"
|
3923 |
msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
|
3924 |
|
3925 |
-
#: admin.php:
|
3926 |
msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
|
3927 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح. الأن اضغط استعادة مرة اخرى للأستمرار."
|
3928 |
|
3929 |
-
#: admin.php:
|
3930 |
msgid "The backup archive files have been processed, but with some warnings. If all is well, then now press Restore again to proceed. Otherwise, cancel and correct any problems first."
|
3931 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح, ولكن مع بعض التحذيرات. اذا كان كل شئ على مايرام, اضغط على استعادة مرة اخرى للأستمرار. غير ذلك, قم بالألغاء وتصحيح اى مشاكل اولا."
|
3932 |
|
3933 |
-
#: admin.php:
|
3934 |
msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
|
3935 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح, لكن مع بعض الأخطاء. سوف تحتاج الى الألغاء وتصحيح اى مشاكل قبل اعادة المحاولة."
|
3936 |
|
3937 |
-
#: admin.php:
|
3938 |
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"
|
3939 |
msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
|
3940 |
|
3941 |
-
#: admin.php:
|
3942 |
msgid "No such backup set exists"
|
3943 |
msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
|
3944 |
|
3945 |
-
#: admin.php:
|
3946 |
msgid "File not found (you need to upload it): %s"
|
3947 |
msgstr "الملف غير موجود (تحتاج الى رفعة): %s"
|
3948 |
|
3949 |
-
#: admin.php:
|
3950 |
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
|
3951 |
msgstr "تم العثور على الملف, لكن حجمة صفر ( تحتاج الى رفعة): %s"
|
3952 |
|
3953 |
-
#: admin.php:
|
3954 |
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
|
3955 |
msgstr "تم العثور على الملف %s, لكن لدية حجم مختلف (%s) عن الذى توقعناة (%s) - قد يكون تالفا."
|
3956 |
|
3957 |
-
#: admin.php:
|
3958 |
msgid "This multi-archive backup set appears to have the following archives missing: %s"
|
3959 |
msgstr "مجموعة النسخ الأحتياطى متعددة الأرشيف لديها هذة الأرشيفات مفقودة: %s"
|
3960 |
|
@@ -3970,7 +4045,7 @@ msgstr "فشل فى نقل الملف (تحقق من صلاحيات الملف
|
|
3970 |
msgid "Moving unpacked backup into place..."
|
3971 |
msgstr "نقل النسخ الأحتياطى الذى تم فك حزمة الى المكان..."
|
3972 |
|
3973 |
-
#: backup.php:
|
3974 |
msgid "Failed to open the zip file (%s) - %s"
|
3975 |
msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
|
3976 |
|
@@ -3978,15 +4053,15 @@ msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
|
|
3978 |
msgid "WordPress root directory server path: %s"
|
3979 |
msgstr "مسار جذر الوردبريس فى الخادم: %s"
|
3980 |
|
3981 |
-
#: methods/s3.php:
|
3982 |
msgid "... and many more!"
|
3983 |
msgstr "... وغيرها الكثير!"
|
3984 |
|
3985 |
-
#: methods/s3.php:
|
3986 |
msgid "%s end-point"
|
3987 |
msgstr "نقطة النهاية %s "
|
3988 |
|
3989 |
-
#: admin.php:
|
3990 |
msgid "File is not locally present - needs retrieving from remote storage"
|
3991 |
msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
|
3992 |
|
@@ -3994,27 +4069,27 @@ msgstr "الملف غير موجود - يحتاج الى استراجعة من
|
|
3994 |
msgid "S3 (Compatible)"
|
3995 |
msgstr "S3 (متوافق)"
|
3996 |
|
3997 |
-
#: admin.php:
|
3998 |
msgid "Final checks"
|
3999 |
msgstr "الفحوصات النهائية"
|
4000 |
|
4001 |
-
#: admin.php:
|
4002 |
msgid "Looking for %s archive: file name: %s"
|
4003 |
msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
|
4004 |
|
4005 |
-
#: admin.php:
|
4006 |
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
|
4007 |
msgstr "حدد هذا المربع لحذف اى ملفات النسخ الأحتياطى الزائدة من السيرفر الخاص بك بعد انتهاء عملية النسخ الأحتياطى (أي بمعنى. اذا لم تقم بالتحديد, فأنة سوف تظل ايضا الملفات اللتى ارسللت عن بعد على السيرفر محلياً, وان الملفات اللتى يتم الأحتفاظ بها محليا لن تكون خاضعة لحدود الأبقاء)."
|
4008 |
|
4009 |
-
#: admin.php:
|
4010 |
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
|
4011 |
msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
|
4012 |
|
4013 |
-
#: admin.php:
|
4014 |
msgid "Your wp-content directory server path: %s"
|
4015 |
msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
|
4016 |
|
4017 |
-
#: admin.php:
|
4018 |
msgid "Raw backup history"
|
4019 |
msgstr "تاريخ النسخ الاحتياطي الخام"
|
4020 |
|
@@ -4022,27 +4097,27 @@ msgstr "تاريخ النسخ الاحتياطي الخام"
|
|
4022 |
msgid "Show raw backup and file list"
|
4023 |
msgstr "مشاهدة النسخ الاحتياطي الخام وقائمة الملفات"
|
4024 |
|
4025 |
-
#: admin.php:
|
4026 |
msgid "Processing files - please wait..."
|
4027 |
msgstr "تجهيز الملفات - يرجى الأنتظار..."
|
4028 |
|
4029 |
-
#: admin.php:
|
4030 |
msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
|
4031 |
msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
|
4032 |
|
4033 |
-
#: admin.php:
|
4034 |
msgid "Please consult this FAQ for help on what to do about it."
|
4035 |
msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول على المساعدة بشأن ما ينبغى القيام بة حيال ذلك."
|
4036 |
|
4037 |
-
#: class-updraftplus.php:
|
4038 |
msgid "Failed to open database file."
|
4039 |
msgstr "فشل فى فتح ملف قاعدة البيانات."
|
4040 |
|
4041 |
-
#: class-updraftplus.php:
|
4042 |
msgid "Failed to write out the decrypted database to the filesystem."
|
4043 |
msgstr "فشل فى كتابة قاعدة البيانات المشفرة الى ملفات النظام."
|
4044 |
|
4045 |
-
#: admin.php:
|
4046 |
msgid "Known backups (raw)"
|
4047 |
msgstr "النسخ الأحتياطى المعروفة (الخام)"
|
4048 |
|
@@ -4066,25 +4141,25 @@ msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيي
|
|
4066 |
msgid "Restoring table (%s)"
|
4067 |
msgstr "استعادة الجدول (%s)"
|
4068 |
|
4069 |
-
#: addons/migrator.php:
|
4070 |
msgid "This looks like a migration (the backup is from a site with a different address/URL), but you did not check the option to search-and-replace the database. That is usually a mistake."
|
4071 |
msgstr "هذة تبدو كأنها ترحيل (النسخة الأحتياطة من موقع عنوان الرابط الخاص بة مختلف), لكنك لم تقم بالأشارة على خيار البحث واستبدال قاعدة البيانات. عادة ما يكون خطأ."
|
4072 |
|
4073 |
-
#: admin.php:
|
4074 |
msgid "file is size:"
|
4075 |
msgstr "حجم الملف:"
|
4076 |
|
4077 |
-
#: addons/googlecloud.php:855 addons/migrator.php:
|
4078 |
-
#: addons/migrator.php:
|
4079 |
-
#: backup.php:
|
4080 |
msgid "Go here for more information."
|
4081 |
msgstr "اذهب هنا لمزيد من المعلومات."
|
4082 |
|
4083 |
-
#: admin.php:
|
4084 |
msgid "Some files are still downloading or being processed - please wait."
|
4085 |
msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
|
4086 |
|
4087 |
-
#: class-updraftplus.php:
|
4088 |
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."
|
4089 |
msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
|
4090 |
|
@@ -4096,27 +4171,27 @@ msgstr "فشل تسجيل الدخول %s"
|
|
4096 |
msgid "%s upload failed"
|
4097 |
msgstr "فشل ارسال الملف %s"
|
4098 |
|
4099 |
-
#: addons/fixtime.php:
|
4100 |
msgid "Enter in format HH:MM (e.g. 14:22)."
|
4101 |
msgstr "ادخل فى صيغة HH:MM (مثل 14:22)."
|
4102 |
|
4103 |
-
#: addons/fixtime.php:
|
4104 |
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
|
4105 |
msgstr "المنطقة الزمنية المستخدمة هى من اعدادات الورد بريس الخاصة بك, في إعدادات -> عام."
|
4106 |
|
4107 |
-
#: methods/dropbox.php:
|
4108 |
msgid "Dropbox error: %s (see log file for more)"
|
4109 |
msgstr "خطأ فى الأسقاط: %s (تحقق من السجل لمزيد من المعلومات)"
|
4110 |
|
4111 |
-
#: methods/dropbox.php:
|
4112 |
msgid "You do not appear to be authenticated with %s (whilst deleting)"
|
4113 |
msgstr "لا يبدو انة لديك التصريح ل %s (لحين الحذف)"
|
4114 |
|
4115 |
-
#: methods/dropbox.php:
|
4116 |
msgid "Failed to access %s when deleting (see log file for more)"
|
4117 |
msgstr "فشل الوصول الى %s عند الحذف (تحقق من ملف السجل لمزيد من المعلومات)"
|
4118 |
|
4119 |
-
#: addons/copycom.php:264 methods/dropbox.php:
|
4120 |
msgid "You do not appear to be authenticated with %s"
|
4121 |
msgstr "لا يبدو انة تمت المصادقة مع: %s"
|
4122 |
|
@@ -4149,88 +4224,88 @@ msgstr "خطأ %s"
|
|
4149 |
msgid "%s authentication failed"
|
4150 |
msgstr "المصادقة فشلت %s"
|
4151 |
|
4152 |
-
#: class-updraftplus.php:
|
4153 |
msgid "%s error - failed to re-assemble chunks"
|
4154 |
msgstr "خطأ %s - فشل فى اعادة تجميع الأجزاء"
|
4155 |
|
4156 |
-
#: addons/googlecloud.php:384 addons/migrator.php:
|
4157 |
-
#: admin.php:
|
4158 |
-
#: class-updraftplus.php:
|
4159 |
-
#: class-updraftplus.php:
|
4160 |
-
#: class-updraftplus.php:
|
4161 |
msgid "Error: %s"
|
4162 |
msgstr "خطأ: %s"
|
4163 |
|
4164 |
-
#: admin.php:
|
4165 |
msgid "Backup directory specified exists, but is <b>not</b> writable."
|
4166 |
msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
|
4167 |
|
4168 |
-
#: admin.php:
|
4169 |
msgid "Backup directory specified does <b>not</b> exist."
|
4170 |
msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
|
4171 |
|
4172 |
-
#: admin.php:3389 admin.php:
|
4173 |
-
#: class-updraftplus.php:
|
4174 |
msgid "Warning: %s"
|
4175 |
msgstr "تحذير: %s"
|
4176 |
|
4177 |
-
#: admin.php:
|
4178 |
msgid "Last backup job run:"
|
4179 |
msgstr "اخر تشغيل لوظيفة النسخ الأحتياطى:"
|
4180 |
|
4181 |
-
#: backup.php:
|
4182 |
msgid "%s: unreadable file - could not be backed up"
|
4183 |
msgstr "%s: الملف غير قابل للقراءة - لا يمكن ان يتم اجراء النسخ الأحتياطى"
|
4184 |
|
4185 |
-
#: backup.php:
|
4186 |
msgid "A very large file was encountered: %s (size: %s Mb)"
|
4187 |
msgstr "مصادفة ملف كبير جدا: %s (الحجم: %s ميجابايت)"
|
4188 |
|
4189 |
-
#: backup.php:
|
4190 |
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup"
|
4191 |
msgstr "الجدول %s بة عدد كبير من الصفوف (%s) - نأمل ان شركة الأستضافة الخاصة بك تعطيك ما يكفى من الموارد لتفريغ هذا الجدول من النسخة الأحتياطة."
|
4192 |
|
4193 |
-
#: backup.php:
|
4194 |
msgid "An error occurred whilst closing the final database file"
|
4195 |
msgstr "حدث خطأ اثناء اغلاق ملف قاعدة البيانات النهائي."
|
4196 |
|
4197 |
-
#: backup.php:
|
4198 |
msgid "Warnings encountered:"
|
4199 |
msgstr "مصادفة تحذيرات:"
|
4200 |
|
4201 |
-
#: class-updraftplus.php:
|
4202 |
msgid "The backup apparently succeeded (with warnings) and is now complete"
|
4203 |
msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
|
4204 |
|
4205 |
-
#: class-updraftplus.php:
|
4206 |
msgid "Your free disk space is very low - only %s Mb remain"
|
4207 |
msgstr "المساحة الحرة على القرص الخاص بك منخفضة جدا - فقط متبقى %s ميجابايت"
|
4208 |
|
4209 |
-
#: addons/migrator.php:
|
4210 |
msgid "Migrated site (from UpdraftPlus)"
|
4211 |
msgstr "المواقع المدمجة (من UpdraftPlus)"
|
4212 |
|
4213 |
-
#: addons/migrator.php:
|
4214 |
msgid "<strong>ERROR</strong>: Site URL already taken."
|
4215 |
msgstr "<strong>خطأ</strong>: رابط الموقع موجود مسبقاً."
|
4216 |
|
4217 |
-
#: addons/migrator.php:
|
4218 |
msgid "New site:"
|
4219 |
msgstr "الموقع الجديد:"
|
4220 |
|
4221 |
-
#: addons/migrator.php:
|
4222 |
msgid "Information needed to continue:"
|
4223 |
msgstr "المعلومات اللازمة للأستمرار:"
|
4224 |
|
4225 |
-
#: addons/migrator.php:
|
4226 |
msgid "Enter details for where this new site is to live within your multisite install:"
|
4227 |
msgstr "ادخل تفاصيل عن مكان هذا الموقع الجديد ضمن المواقع المتعددة الخاصة بك:"
|
4228 |
|
4229 |
-
#: addons/migrator.php:
|
4230 |
msgid "Processed plugin:"
|
4231 |
msgstr "المكون الأضافى:"
|
4232 |
|
4233 |
-
#: addons/migrator.php:
|
4234 |
msgid "Network activating theme:"
|
4235 |
msgstr "تفعيل ثيم الشبكة:"
|
4236 |
|
@@ -4242,15 +4317,15 @@ msgstr "بعض خوادم FTP المشفرة اعلن انها متوفرة, و
|
|
4242 |
msgid "Check your file permissions: Could not successfully create and enter directory:"
|
4243 |
msgstr "تحقق من اذونات الملفات الخاصة بك: تعذر الدخول او انشاء الدليل:"
|
4244 |
|
4245 |
-
#: methods/s3.php:
|
4246 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support and ask for them to enable it."
|
4247 |
msgstr "خادم الويب الخاص بك لا يشمل تركيب وحدة نمطية مطلوبة من PHP (%s). يرجى الأتصال بمزود خدمة الأستضافة الخاصة بك وطلب منهم تفعيلها."
|
4248 |
|
4249 |
-
#: methods/s3.php:
|
4250 |
msgid "Please check your access credentials."
|
4251 |
msgstr "يرجى التحقق من وصول بيانات الأعتماد."
|
4252 |
|
4253 |
-
#: addons/s3-enhanced.php:152 methods/s3.php:
|
4254 |
msgid "The error reported by %s was:"
|
4255 |
msgstr "الخطأ الذى تم التبليغ عنة من %s هو:"
|
4256 |
|
@@ -4262,7 +4337,7 @@ msgstr "يرجى تقديم المعلومات المطلوبة, ومن ثم ا
|
|
4262 |
msgid "Cannot drop tables, so deleting instead (%s)"
|
4263 |
msgstr "لا يمكن اسقاط الجدوال, بدلا من ذلك احذفها (%s)"
|
4264 |
|
4265 |
-
#: class-updraftplus.php:
|
4266 |
msgid "Site information:"
|
4267 |
msgstr "معلومات عن الموقع:"
|
4268 |
|
@@ -4270,7 +4345,7 @@ msgstr "معلومات عن الموقع:"
|
|
4270 |
msgid "Cannot create new tables, so skipping this command (%s)"
|
4271 |
msgstr "لا يمكن إنشاء جداول جديدة، حتى تخطى هذا الأمر (%s)"
|
4272 |
|
4273 |
-
#: addons/migrator.php:
|
4274 |
#: restorer.php:1439 restorer.php:1465 restorer.php:1879
|
4275 |
msgid "Warning:"
|
4276 |
msgstr "تحذير:"
|
@@ -4279,37 +4354,37 @@ msgstr "تحذير:"
|
|
4279 |
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."
|
4280 |
msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
|
4281 |
|
4282 |
-
#: class-updraftplus.php:
|
4283 |
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
|
4284 |
msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
|
4285 |
|
4286 |
-
#: admin.php:
|
4287 |
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."
|
4288 |
msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
|
4289 |
|
4290 |
-
#: admin.php:
|
4291 |
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."
|
4292 |
msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
|
4293 |
|
4294 |
-
#: admin.php:
|
4295 |
msgid "Close"
|
4296 |
msgstr "اغلق"
|
4297 |
|
4298 |
-
#: addons/autobackup.php:283 addons/autobackup.php:374 admin.php:
|
4299 |
-
#: methods/remotesend.php:
|
4300 |
-
#: methods/remotesend.php:
|
4301 |
msgid "Unexpected response:"
|
4302 |
msgstr "استجابة غير متوقعة:"
|
4303 |
|
4304 |
-
#: addons/reporting.php:412 admin.php:
|
4305 |
msgid "To send to more than one address, separate each address with a comma."
|
4306 |
msgstr "لأرسال الى اكثر من عنوان واحد, قم بوضع فاصلة بين كل عنوان."
|
4307 |
|
4308 |
-
#: admin.php:
|
4309 |
msgid "PHP information"
|
4310 |
msgstr "معلومات PHP"
|
4311 |
|
4312 |
-
#: admin.php:
|
4313 |
msgid "show PHP information (phpinfo)"
|
4314 |
msgstr "اظهار معلومات PHP التالى (phpinfo)"
|
4315 |
|
@@ -4317,55 +4392,55 @@ msgstr "اظهار معلومات PHP التالى (phpinfo)"
|
|
4317 |
msgid "zip executable found:"
|
4318 |
msgstr "وجد ملف مضغوط قابل للتنفيذ:"
|
4319 |
|
4320 |
-
#: admin.php:
|
4321 |
msgid "Migrate Site"
|
4322 |
msgstr "تصدير الموقع"
|
4323 |
|
4324 |
-
#: addons/migrator.php:
|
4325 |
msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
|
4326 |
msgstr "<a href=\"%s\"> اقرأ هذة المقالة لمعرفة كيف يتم ذلك خطوة بخطوة.</a>"
|
4327 |
|
4328 |
-
#: admin.php:
|
4329 |
msgid "Do you want to migrate or clone/duplicate a site?"
|
4330 |
msgstr "هل تريد ترحيل او استنساخ / تكرار الموقع؟"
|
4331 |
|
4332 |
-
#: admin.php:
|
4333 |
msgid "Then, try out our \"Migrator\" add-on. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
|
4334 |
msgstr "اذا, قم بتجربة البرنامج الأضافى \"Migrator\". بعد استخدامة لمرة واحدة. سوف تجد انك قمت بتوفير سعر شراء الادوات الاخرى و ايضا الوقت الذى يتم استخدامة لنقل الموقع يدوياً."
|
4335 |
|
4336 |
-
#: admin.php:
|
4337 |
msgid "Get it here."
|
4338 |
msgstr "احصل عليه من هنا."
|
4339 |
|
4340 |
-
#: admin.php:
|
4341 |
msgid "Deleting... please allow time for the communications with the remote storage to complete."
|
4342 |
msgstr "جارى الحذف...يرجى اتاحة الوقت لأكمال الأتصال مع التخزين البعيد."
|
4343 |
|
4344 |
-
#: admin.php:
|
4345 |
msgid "Also delete from remote storage"
|
4346 |
msgstr "حذف ايضاً من التخزين البعيد"
|
4347 |
|
4348 |
-
#: admin.php:
|
4349 |
msgid "Latest UpdraftPlus.com news:"
|
4350 |
msgstr "اخر اخبار UpdraftPlus.com:"
|
4351 |
|
4352 |
-
#: admin.php:
|
4353 |
msgid "Clone/Migrate"
|
4354 |
msgstr "استنساخ/ترحيل"
|
4355 |
|
4356 |
-
#: admin.php:
|
4357 |
msgid "News"
|
4358 |
msgstr "اخبار"
|
4359 |
|
4360 |
-
#: admin.php:
|
4361 |
msgid "Premium"
|
4362 |
msgstr "مميز"
|
4363 |
|
4364 |
-
#: admin.php:
|
4365 |
msgid "Local archives deleted: %d"
|
4366 |
msgstr "الأرشيفات المحلية المحذوفة: %d"
|
4367 |
|
4368 |
-
#: admin.php:
|
4369 |
msgid "Remote archives deleted: %d"
|
4370 |
msgstr "الأرشيفات عن بعد المحذوفة: %d"
|
4371 |
|
@@ -4373,67 +4448,67 @@ msgstr "الأرشيفات عن بعد المحذوفة: %d"
|
|
4373 |
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
|
4374 |
msgstr "%s - لا يمكن دعم هذا الكيان; دليل المقابلة غير موجود (%s)"
|
4375 |
|
4376 |
-
#: admin.php:
|
4377 |
msgid "Backup set not found"
|
4378 |
msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
|
4379 |
|
4380 |
-
#: class-updraftplus.php:
|
4381 |
msgid "Subscribe to the UpdraftPlus blog to get up-to-date news and offers"
|
4382 |
msgstr "اشترك فى مدونة UpdraftPlus للحصول على احدث الأخبار والعروض"
|
4383 |
|
4384 |
-
#: class-updraftplus.php:
|
4385 |
msgid "Blog link"
|
4386 |
msgstr "رابط المدونة"
|
4387 |
|
4388 |
-
#: class-updraftplus.php:
|
4389 |
msgid "RSS link"
|
4390 |
msgstr "رابط RSS"
|
4391 |
|
4392 |
-
#: admin.php:
|
4393 |
msgid "Testing %s Settings..."
|
4394 |
msgstr "اختبار اعدادات %s ..."
|
4395 |
|
4396 |
-
#: admin.php:
|
4397 |
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."
|
4398 |
msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
|
4399 |
|
4400 |
-
#: admin.php:
|
4401 |
msgid "Notice"
|
4402 |
msgstr "لاحظ"
|
4403 |
|
4404 |
-
#: admin.php:
|
4405 |
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."
|
4406 |
msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
|
4407 |
|
4408 |
-
#: backup.php:
|
4409 |
msgid "Errors encountered:"
|
4410 |
msgstr "مصادفة اخطاء:"
|
4411 |
|
4412 |
-
#: admin.php:
|
4413 |
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
|
4414 |
msgstr "اعادة الفحص (يبحث عن النسخ الاحتياطية التي قمت برفعها يدويا في مسار النسخ الاحتياطي الداخلي)..."
|
4415 |
|
4416 |
-
#: admin.php:
|
4417 |
msgid "Begun looking for this entity"
|
4418 |
msgstr "بدأ البحث عن هذا الكيان"
|
4419 |
|
4420 |
-
#: addons/migrator.php:
|
4421 |
msgid "SQL update commands run:"
|
4422 |
msgstr "تشغيل اوامر تحديث SQL:"
|
4423 |
|
4424 |
-
#: addons/migrator.php:
|
4425 |
msgid "Errors:"
|
4426 |
msgstr "الأخطاء:"
|
4427 |
|
4428 |
-
#: addons/migrator.php:
|
4429 |
msgid "Time taken (seconds):"
|
4430 |
msgstr "الوقت المستغرق (ثانية):"
|
4431 |
|
4432 |
-
#: addons/migrator.php:
|
4433 |
msgid "rows: %d"
|
4434 |
msgstr "الصفوف: %d"
|
4435 |
|
4436 |
-
#: addons/migrator.php:
|
4437 |
msgid "\"%s\" has no primary key, manual change needed on row %s."
|
4438 |
msgstr "\"%s\" لا يوجد لدية مفتاح اساسى, تحتاج الى تغيرها يدويا فى الصف %s."
|
4439 |
|
@@ -4441,31 +4516,31 @@ msgstr "\"%s\" لا يوجد لدية مفتاح اساسى, تحتاج الى
|
|
4441 |
msgid "Store at"
|
4442 |
msgstr "المتجر فى"
|
4443 |
|
4444 |
-
#: addons/migrator.php:
|
4445 |
msgid "Nothing to do: the site URL is already: %s"
|
4446 |
msgstr "لا شئ لعملة: رابط الموقع بالفعل: %s"
|
4447 |
|
4448 |
-
#: addons/migrator.php:
|
4449 |
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
|
4450 |
msgstr "تحذير: رابط موقع قواعد البيانات (%s) يختلف عن ما كنا نتوقعة (%s)"
|
4451 |
|
4452 |
-
#: addons/migrator.php:
|
4453 |
msgid "Database search and replace: replace %s in backup dump with %s"
|
4454 |
msgstr "البحث والأستبدال فى قاعدة البيانات: استبدل %s فى تفريغ النسخ الأحتياطى مع %s"
|
4455 |
|
4456 |
-
#: addons/migrator.php:
|
4457 |
msgid "Could not get list of tables"
|
4458 |
msgstr "لا يمكن الحصول على قائمة الجداول"
|
4459 |
|
4460 |
-
#: addons/migrator.php:
|
4461 |
msgid "Tables examined:"
|
4462 |
msgstr "فحص الجداول:"
|
4463 |
|
4464 |
-
#: addons/migrator.php:
|
4465 |
msgid "Rows examined:"
|
4466 |
msgstr "فحص الصفوف:"
|
4467 |
|
4468 |
-
#: addons/migrator.php:
|
4469 |
msgid "Changes made:"
|
4470 |
msgstr "التغييرات التي تم إجراؤها:"
|
4471 |
|
@@ -4482,7 +4557,7 @@ msgid "Port"
|
|
4482 |
msgstr "المنفذ"
|
4483 |
|
4484 |
#: addons/lockadmin.php:141 addons/moredatabase.php:234 addons/sftp.php:366
|
4485 |
-
#: methods/openstack2.php:127 methods/updraftvault.php:
|
4486 |
#: udaddons/options.php:145
|
4487 |
msgid "Password"
|
4488 |
msgstr "كلمة السر"
|
@@ -4511,7 +4586,7 @@ msgstr "كلمة السر"
|
|
4511 |
msgid "Failure: Port must be an integer."
|
4512 |
msgstr "فشل: المنفذ يجب ان يكون عدد صحيح."
|
4513 |
|
4514 |
-
#: addons/fixtime.php:
|
4515 |
msgid "starting from next time it is"
|
4516 |
msgstr "ابتداء من المرة القادمة انها"
|
4517 |
|
@@ -4527,7 +4602,7 @@ msgstr "ليس لديك الصلاحيات الكافية لدخول هذة ال
|
|
4527 |
msgid "You do not have permission to access this page."
|
4528 |
msgstr "ليس لديك الصلاحيات لدخول هذة الصفحة."
|
4529 |
|
4530 |
-
#: addons/migrator.php:
|
4531 |
msgid "Must-use plugins"
|
4532 |
msgstr "لابد من استخدام الأضافات"
|
4533 |
|
@@ -4535,36 +4610,36 @@ msgstr "لابد من استخدام الأضافات"
|
|
4535 |
msgid "Blog uploads"
|
4536 |
msgstr "مدونة الملفات المرفوعة"
|
4537 |
|
4538 |
-
#: addons/migrator.php:
|
4539 |
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
|
4540 |
msgstr "سيتم استبدال كافة المراجع الى الموقع فى قاعدة البيانات مع رابط الموقع الحالى, الذى هو: %s"
|
4541 |
|
4542 |
-
#: addons/migrator.php:
|
4543 |
msgid "Search and replace site location in the database (migrate)"
|
4544 |
msgstr "بحث واستبدال قاعدة البيانات فى الموقع (ترحيل)"
|
4545 |
|
4546 |
-
#: addons/migrator.php:
|
4547 |
msgid "(learn more)"
|
4548 |
msgstr "(مزيد من المعلومات)"
|
4549 |
|
4550 |
-
#: addons/migrator.php:
|
4551 |
msgid "Failed: the %s operation was not able to start."
|
4552 |
msgstr "فشل: العملية %s لم تكن قادرة على البدأ."
|
4553 |
|
4554 |
-
#: addons/migrator.php:
|
4555 |
msgid "Failed: we did not understand the result returned by the %s operation."
|
4556 |
msgstr "فشل: لم نستطع فهم نتيجة العملية بواسطة %s ."
|
4557 |
|
4558 |
-
#: addons/migrator.php:
|
4559 |
msgid "Database: search and replace site URL"
|
4560 |
msgstr "قاعدة البيانات: بحث واستبدال عنوان الموقع"
|
4561 |
|
4562 |
-
#: addons/migrator.php:
|
4563 |
msgid "This option was not selected."
|
4564 |
msgstr "لم يتم تحديد هذا الخيار."
|
4565 |
|
4566 |
-
#: addons/migrator.php:
|
4567 |
-
#: addons/migrator.php:
|
4568 |
msgid "Error: unexpected empty parameter (%s, %s)"
|
4569 |
msgstr "خطأ: معلمة فارغة غير متوقعة (%s, %s)"
|
4570 |
|
@@ -4683,16 +4758,16 @@ msgstr "لب الووردبريس"
|
|
4683 |
msgid "Over-write wp-config.php"
|
4684 |
msgstr "إعادة كتابة wp-config.php"
|
4685 |
|
4686 |
-
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:
|
4687 |
-
#: methods/dropbox.php:
|
4688 |
msgid "you have authenticated your %s account"
|
4689 |
msgstr "تم المصادقة على %s حسابك"
|
4690 |
|
4691 |
-
#: addons/copycom.php:398 methods/dropbox.php:
|
4692 |
msgid "though part of the returned information was not as expected - your mileage may vary"
|
4693 |
msgstr "على الرغم من أن جزء من المعلومات الذي عاد لم يكن كما هو متوقع - الأميال الخاص بك قد تختلف"
|
4694 |
|
4695 |
-
#: addons/copycom.php:406 addons/onedrive.php:527 methods/dropbox.php:
|
4696 |
msgid "Your %s account name: %s"
|
4697 |
msgstr "اسم الحساب %s الخاص بك: %s"
|
4698 |
|
@@ -4704,97 +4779,97 @@ msgstr "UpdraftPlus تدعم فقط حسابات FTP الغير مشفرة"
|
|
4704 |
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
|
4705 |
msgstr "إذا كنت تريد تشفير (على سبيل المثال كنت تخزن بيانات الأعمال الحساسة)، فهناك اضافة متاحة لهذا الغرض."
|
4706 |
|
4707 |
-
#: methods/s3.php:
|
4708 |
msgid "%s Error: Failed to download %s. Check your permissions and credentials."
|
4709 |
msgstr "%s خطأ: فشل في تحميل %s. تحقق من الأذونات واعتماداتك."
|
4710 |
|
4711 |
-
#: methods/s3.php:
|
4712 |
msgid "%s Error: Failed to access bucket %s. Check your permissions and credentials."
|
4713 |
msgstr "خطأ %s : فشل في الوصول إلى الدلو %s. تحقق من الأذونات واعتماداتك. "
|
4714 |
|
4715 |
-
#: methods/s3.php:
|
4716 |
msgid "Get your access key and secret key <a href=\"%s\">from your %s console</a>, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage. This bucket will be created for you if it does not already exist."
|
4717 |
msgstr "احصل على مفتاح وصولك و كلمتك السرية <a href=\"%s\">من %s آلتك</a>، ثم اختر اسم مستخدم (أحرف وأرقام) (فريد - كل %s المستخدمين) (ومسار اختياريا) لإستخدامه للتخزين. هذا الدلو سيتم خلقه لك ان لم يكن موجود أصلا."
|
4718 |
|
4719 |
-
#: methods/s3.php:
|
4720 |
msgid "If you see errors about SSL certificates, then please go here for help."
|
4721 |
msgstr "إذا كنت ترى أخطاء حول شهادات SSL، يرجى الدخول هنا للمساعدة."
|
4722 |
|
4723 |
-
#: methods/s3.php:
|
4724 |
msgid "%s access key"
|
4725 |
msgstr "مفتاح الوصول %s"
|
4726 |
|
4727 |
-
#: methods/s3.php:
|
4728 |
msgid "%s secret key"
|
4729 |
msgstr "المفتاح السرى %s"
|
4730 |
|
4731 |
-
#: methods/s3.php:
|
4732 |
msgid "%s location"
|
4733 |
msgstr "المكان %s"
|
4734 |
|
4735 |
-
#: methods/s3.php:
|
4736 |
msgid "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/mypath"
|
4737 |
msgstr "ادخال فقط اى اسم الدلو او مسار الدلو. امثلة: mybucket, mybucket/mypath"
|
4738 |
|
4739 |
-
#: methods/s3.php:
|
4740 |
msgid "API secret"
|
4741 |
msgstr "API السرية"
|
4742 |
|
4743 |
-
#: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:
|
4744 |
msgid "Failure: No bucket details were given."
|
4745 |
msgstr "فشل: لم ترد تفاصيل الباكت."
|
4746 |
|
4747 |
-
#: addons/s3-enhanced.php:125 methods/openstack2.php:113 methods/s3.php:
|
4748 |
msgid "Region"
|
4749 |
msgstr "المنطقة"
|
4750 |
|
4751 |
-
#: methods/s3.php:
|
4752 |
msgid "Failure: We could not successfully access or create such a bucket. Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
|
4753 |
msgstr "فشل: لم نستطع بنجاح الدخول او انشاء باكت. من فضلك تحقق من اذون الصلاحية, واذا كانت صحيحة اذا حاول اسم باكت اخر (كمستخدم اخر %s استخدم الأسم بالفعل)."
|
4754 |
|
4755 |
-
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:
|
4756 |
-
#: methods/s3.php:
|
4757 |
msgid "Failure"
|
4758 |
msgstr "فشل"
|
4759 |
|
4760 |
-
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:
|
4761 |
-
#: methods/s3.php:
|
4762 |
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
|
4763 |
msgstr "تم الوصول بنجاح الى الباكت. ولكن محاولة انشاء الملف فشلت."
|
4764 |
|
4765 |
-
#: addons/googlecloud.php:689 methods/s3.php:
|
4766 |
msgid "We accessed the bucket, and were able to create files within it."
|
4767 |
msgstr "نحن وصلنا الى الباكت, وتمكنا من انشاء الملفات داخلها."
|
4768 |
|
4769 |
-
#: methods/s3.php:
|
4770 |
msgid "The communication with %s was encrypted."
|
4771 |
msgstr "التواصل مع %s كان مشفر."
|
4772 |
|
4773 |
-
#: methods/s3.php:
|
4774 |
msgid "The communication with %s was not encrypted."
|
4775 |
msgstr "التواصل مع %s كان غير مشفر."
|
4776 |
|
4777 |
-
#: methods/dropbox.php:
|
4778 |
msgid "You do not appear to be authenticated with Dropbox"
|
4779 |
msgstr "لا يبدو ان المصادقة مع Dropbox"
|
4780 |
|
4781 |
-
#: methods/dropbox.php:
|
4782 |
msgid "error: failed to upload file to %s (see log file for more)"
|
4783 |
msgstr "خطأ: فشل فى رفع الملف الى %s (انظر السجل لمزيد من التفاصيل)"
|
4784 |
|
4785 |
-
#: methods/dropbox.php:
|
4786 |
msgid "Need to use sub-folders?"
|
4787 |
msgstr "هل تحتاج الى استخدام المجلدات الفرعية؟"
|
4788 |
|
4789 |
-
#: methods/dropbox.php:
|
4790 |
msgid "Backups are saved in"
|
4791 |
msgstr "يتم حفظ النسخ الأحتياطية فى"
|
4792 |
|
4793 |
-
#: methods/dropbox.php:
|
4794 |
msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
|
4795 |
msgstr "اذا كنت تستخدم النسخ الأحتياطى لعدة مواقع فى نفس الدروب بوكس وتريد ان تقوم بتنظيمها مع المجلدات الفرعية, اذا"
|
4796 |
|
4797 |
-
#: methods/dropbox.php:
|
4798 |
msgid "there's an add-on for that."
|
4799 |
msgstr "هناك اضافة لذلك."
|
4800 |
|
@@ -4824,23 +4899,23 @@ msgstr "سحابة ملفات مفاتيح API "
|
|
4824 |
msgid "Cloud Files container"
|
4825 |
msgstr "سحابة الملفات الحاوية"
|
4826 |
|
4827 |
-
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:
|
4828 |
msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
|
4829 |
msgstr "وحدة UpdraftPlus %s <strong> تتطلب </strong> %s من فضلك لا تقم بتقديم أي طلبات دعم، فليس هناك أي بديل."
|
4830 |
|
4831 |
-
#: addons/migrator.php:
|
4832 |
#: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:415
|
4833 |
-
#: addons/sftp.php:419 addons/sftp.php:423 addons/webdav.php:56 admin.php:
|
4834 |
#: methods/addon-base.php:277 methods/cloudfiles-new.php:142
|
4835 |
#: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
|
4836 |
#: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
|
4837 |
#: methods/openstack2.php:142 methods/openstack2.php:147
|
4838 |
-
#: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:
|
4839 |
-
#: methods/s3.php:
|
4840 |
msgid "Failure: No %s was given."
|
4841 |
msgstr "فضل: لم تعطى أية %s."
|
4842 |
|
4843 |
-
#: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:
|
4844 |
msgid "API key"
|
4845 |
msgstr "مفتاح API"
|
4846 |
|
@@ -4940,7 +5015,7 @@ msgid "Cloud Files error - failed to create and access the container"
|
|
4940 |
msgstr "خطأ ملفات السحابة - فشل في إنشاء والوصول إلى الحاوية"
|
4941 |
|
4942 |
#: addons/googlecloud.php:161 addons/googlecloud.php:166
|
4943 |
-
#: class-updraftplus.php:
|
4944 |
#: methods/googledrive.php:741 methods/googledrive.php:746
|
4945 |
msgid "%s Error: Failed to open local file"
|
4946 |
msgstr "%s خطأ: فشل في فتح ملف محلي"
|
@@ -4956,7 +5031,7 @@ msgstr "%s خطأ: فشل في تحميل"
|
|
4956 |
msgid "Cloud Files error - failed to upload file"
|
4957 |
msgstr "خطأ بملفات سحابة - فشل في رفع الملف"
|
4958 |
|
4959 |
-
#: class-updraftplus.php:
|
4960 |
#: methods/stream-base.php:261
|
4961 |
msgid "Error opening local file: Failed to download"
|
4962 |
msgstr "خطأ في فتح ملف محلي: فشل التحميل"
|
@@ -4965,9 +5040,9 @@ msgstr "خطأ في فتح ملف محلي: فشل التحميل"
|
|
4965 |
msgid "Error downloading remote file: Failed to download ("
|
4966 |
msgstr "خطأ في تحميل الملف بالخدمة السحابية: فشل في تحميل ("
|
4967 |
|
4968 |
-
#: addons/sftp.php:406 admin.php:
|
4969 |
#: methods/cloudfiles.php:496 methods/ftp.php:329
|
4970 |
-
#: methods/openstack-base.php:440 methods/s3.php:
|
4971 |
#: methods/stream-base.php:219
|
4972 |
msgid "Test %s Settings"
|
4973 |
msgstr "اختبار %s الإعدادات"
|
@@ -4998,8 +5073,8 @@ msgid "Account is not authorized."
|
|
4998 |
msgstr "حساب غير مخول."
|
4999 |
|
5000 |
#: methods/addon-base.php:230 methods/cloudfiles.php:438
|
5001 |
-
#: methods/dropbox.php:
|
5002 |
-
#: methods/openstack-base.php:419 methods/s3.php:
|
5003 |
#: methods/stream-base.php:212
|
5004 |
msgid "%s is a great choice, because UpdraftPlus supports chunked uploads - no matter how big your site is, UpdraftPlus can upload it a little at a time, and not get thwarted by timeouts."
|
5005 |
msgstr "%s هو خيار صائب، لأن UpdraftPlus يدعم الرفع المقسم - لا يهمنا كم حجم موقعكم، لأن UpdraftPlus يستطيع تقسيم ورفع الأجزاء المقسمة، ولن يحبط من كثرة المهلات."
|
@@ -5008,7 +5083,7 @@ msgstr "%s هو خيار صائب، لأن UpdraftPlus يدعم الرفع ال
|
|
5008 |
msgid "will restore as:"
|
5009 |
msgstr "إستعادة على النحو التالي:"
|
5010 |
|
5011 |
-
#: addons/migrator.php:
|
5012 |
msgid "the database query being run was:"
|
5013 |
msgstr "ادارة استعلام قاعدة البيانات كانت في:"
|
5014 |
|
@@ -5020,8 +5095,8 @@ msgstr "الانتهاء: خطوط تمت معالجتها: %d في %.2f ثان
|
|
5020 |
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
|
5021 |
msgstr "لقد تغير بادئة الجدول: تغيير %s حقل / حقول الجدول وفقا لذلك:"
|
5022 |
|
5023 |
-
#: addons/migrator.php:
|
5024 |
-
#: admin.php:
|
5025 |
msgid "OK"
|
5026 |
msgstr "حسنا"
|
5027 |
|
@@ -5050,7 +5125,7 @@ msgstr "لم نتمكن من الحصول على أي رمز من جوجل. يع
|
|
5050 |
msgid "Authorization failed"
|
5051 |
msgstr "فشل التخويل"
|
5052 |
|
5053 |
-
#: addons/copycom.php:413 addons/onedrive.php:520 methods/dropbox.php:
|
5054 |
#: methods/googledrive.php:332
|
5055 |
msgid "Your %s quota usage: %s %% used, %s available"
|
5056 |
msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
|
@@ -5058,7 +5133,7 @@ msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخ
|
|
5058 |
#: addons/googlecloud.php:579 addons/googlecloud.php:689
|
5059 |
#: addons/onedrive.php:554 addons/sftp.php:478 methods/addon-base.php:291
|
5060 |
#: methods/cloudfiles.php:560 methods/googledrive.php:358
|
5061 |
-
#: methods/openstack-base.php:392 methods/s3.php:
|
5062 |
#: methods/stream-base.php:308
|
5063 |
msgid "Success"
|
5064 |
msgstr "نجاح"
|
@@ -5088,12 +5163,12 @@ msgstr "فشل في العثور على ملف قاعدة البيانات"
|
|
5088 |
msgid "Failed to open database file"
|
5089 |
msgstr "فشل في فتح ملف قاعدة البيانات"
|
5090 |
|
5091 |
-
#: addons/migrator.php:
|
5092 |
msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
|
5093 |
msgstr "وصول لقاعدة البيانات: الوصول المباشر لـ MySQL غير متوفر، لذا لم نتمكن من الرجوع لـ wpdb (هذا سيكون أبطأ بكثير)"
|
5094 |
|
5095 |
-
#: addons/reporting.php:65 addons/reporting.php:147 backup.php:
|
5096 |
-
#: class-updraftplus.php:
|
5097 |
msgid "Backup of:"
|
5098 |
msgstr "نسخة احتياطية لـ:"
|
5099 |
|
@@ -5101,19 +5176,19 @@ msgstr "نسخة احتياطية لـ:"
|
|
5101 |
msgid "Old table prefix:"
|
5102 |
msgstr "بادئة الجدول القديمة:"
|
5103 |
|
5104 |
-
#: admin.php:
|
5105 |
msgid "Archive is expected to be size:"
|
5106 |
msgstr "من المتوقع أن يكون حجم الأرشيف:"
|
5107 |
|
5108 |
-
#: admin.php:
|
5109 |
msgid "The backup records do not contain information about the proper size of this file."
|
5110 |
msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
|
5111 |
|
5112 |
-
#: admin.php:
|
5113 |
msgid "Error message"
|
5114 |
msgstr "رسالة الخطأ"
|
5115 |
|
5116 |
-
#: admin.php:
|
5117 |
msgid "Could not find one of the files for restoration"
|
5118 |
msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
|
5119 |
|
@@ -5169,195 +5244,195 @@ msgstr "فشل في كتابة قاعدة البيانات مفككت التشف
|
|
5169 |
msgid "wp-config.php from backup: will restore as wp-config-backup.php"
|
5170 |
msgstr "wp-config.php من النسخ الاحتياطي: سيتم إستعادته كمسمى wp-config-backup.php"
|
5171 |
|
5172 |
-
#: admin.php:
|
5173 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible. Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
|
5174 |
msgstr "اختيار هذا الخيار قد يضعف من الآمان بإيقاف UpdraftPlus من استخدام SSL للمصادقة و تشفير العمليات، إن أمكن الأمر. لاحظ أن بعض الدمات السحابية لا تقبل هذه العملية (مثال: Dropbox)، مع هذا الخيار لن تتمكن من حفظ النسخ بهذه الخدمات."
|
5175 |
|
5176 |
-
#: admin.php:
|
5177 |
msgid "Save Changes"
|
5178 |
msgstr "حفظ التغييرات"
|
5179 |
|
5180 |
-
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:
|
5181 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
|
5182 |
msgstr "نعلمكم أن نسخة PHP المنصبة بخادمكم لا توفر هذا الموديل (%s). فضل قم بمراسلة خدمة استضافتكم."
|
5183 |
|
5184 |
-
#: admin.php:
|
5185 |
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)."
|
5186 |
msgstr "نعلمكم أن نسخة PHP/Curl المنصبة لخادمكم لا تدعم وصول https. التواصل مع %s سيكون غير مشفر. من فضلك قم بمراسلة خدمة الإستضافة لتنصيب Curl/SSL لدعم خدمة التشفير (باستخدام إضافة)."
|
5187 |
|
5188 |
-
#: admin.php:
|
5189 |
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."
|
5190 |
msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
|
5191 |
|
5192 |
-
#: admin.php:
|
5193 |
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."
|
5194 |
msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
|
5195 |
|
5196 |
-
#: admin.php:
|
5197 |
msgid "Delete this backup set"
|
5198 |
msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
|
5199 |
|
5200 |
-
#: admin.php:
|
5201 |
msgid "Press here to download"
|
5202 |
msgstr "إضغط هنا لتحميل"
|
5203 |
|
5204 |
-
#: admin.php:
|
5205 |
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
|
5206 |
msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
|
5207 |
|
5208 |
-
#: admin.php:
|
5209 |
msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
|
5210 |
msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
|
5211 |
|
5212 |
-
#: admin.php:
|
5213 |
msgid "UpdraftPlus Restoration: Progress"
|
5214 |
msgstr "استرجاع UpdraftPlus: تقدم"
|
5215 |
|
5216 |
-
#: admin.php:
|
5217 |
msgid "ABORT: Could not find the information on which entities to restore."
|
5218 |
msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
|
5219 |
|
5220 |
-
#: admin.php:
|
5221 |
msgid "If making a request for support, please include this information:"
|
5222 |
msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
|
5223 |
|
5224 |
-
#: admin.php:
|
5225 |
msgid "Do not verify SSL certificates"
|
5226 |
msgstr "لا تحقق من شهادات SSL"
|
5227 |
|
5228 |
-
#: admin.php:
|
5229 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive). It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
|
5230 |
msgstr "اختيار هذا الخيار يمكن أن يضعف من حمايتك بمنع UpdraftPlus من التحقق من هوية المواقع التي يتصل بها ( مثال: Dropbox, Google Drive). هذا يعني أن UpdraftPlus سيستخدم SSL لتشفير حركة مرور البيانات، ولن يستخدم التقنية لتشفير المصادقة مع المواقع."
|
5231 |
|
5232 |
-
#: admin.php:
|
5233 |
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
|
5234 |
msgstr "لاحظ أنه ليست كل أساليب النسخ الإحتياطي بالسحابة بالضرورة تستخدم المصادقة عن طريق SSL."
|
5235 |
|
5236 |
-
#: admin.php:
|
5237 |
msgid "Disable SSL entirely where possible"
|
5238 |
msgstr "قم بتعطيل SSL تماما حيثما أمكن"
|
5239 |
|
5240 |
-
#: admin.php:
|
5241 |
msgid "Expert settings"
|
5242 |
msgstr "إعدادات متقدمة"
|
5243 |
|
5244 |
-
#: admin.php:
|
5245 |
msgid "Show expert settings"
|
5246 |
msgstr "إظهار الإعدادات المتقدمة"
|
5247 |
|
5248 |
-
#: admin.php:
|
5249 |
msgid "click this to show some further options; don't bother with this unless you have a problem or are curious."
|
5250 |
msgstr "اضغط هنا لتتمكن من مشاهدة خيارات اضافية، لا ترعج نفسك بهذه الخيارات إلا إذا واجهت مشاكل."
|
5251 |
|
5252 |
-
#: admin.php:
|
5253 |
msgid "Delete local backup"
|
5254 |
msgstr "حذف النسخة الاحتياطية المحلية"
|
5255 |
|
5256 |
-
#: admin.php:
|
5257 |
msgid "Backup directory"
|
5258 |
msgstr "دليل النسخ الاحتياطي"
|
5259 |
|
5260 |
-
#: admin.php:
|
5261 |
msgid "Backup directory specified is writable, which is good."
|
5262 |
msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
|
5263 |
|
5264 |
-
#: admin.php:
|
5265 |
msgid "Click here to attempt to create the directory and set the permissions"
|
5266 |
msgstr "انقر هنا لمحاولة إنشاء دليل وتعيين أذونات"
|
5267 |
|
5268 |
-
#: admin.php:
|
5269 |
msgid "or, to reset this option"
|
5270 |
msgstr "أو، لإعادة هذا الخيار"
|
5271 |
|
5272 |
-
#: admin.php:
|
5273 |
msgid "click here"
|
5274 |
msgstr "انقر هنا"
|
5275 |
|
5276 |
-
#: admin.php:
|
5277 |
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."
|
5278 |
msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
|
5279 |
|
5280 |
-
#: admin.php:
|
5281 |
msgid "Use the server's SSL certificates"
|
5282 |
msgstr "استخدام شهادات SSL للملقم"
|
5283 |
|
5284 |
-
#: admin.php:
|
5285 |
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker). We keep these up to date. However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
|
5286 |
msgstr "افتراضيا UpdraftPlus يستخدم خدماته الخاصة من SSL للحقق من هوية المواقع (للتأكد من أن الموقع الآخر هو فعلا الموقع المقصود وليس موقع مقرصن). نقوم بتحديثها آليا. إن قابلك خطأ SSL، حينها قم باختيار هذا الخيار (الذي يفرض على UpdraftPlus استخدام ملفات SSL الخاصة بسيرفرك بدلا من الخاص به) يمكن أن يساعدك."
|
5287 |
|
5288 |
-
#: admin.php:
|
5289 |
msgid "Email"
|
5290 |
msgstr "البريد الإلكتروني"
|
5291 |
|
5292 |
-
#: admin.php:
|
5293 |
msgid "Database encryption phrase"
|
5294 |
msgstr "عبارة تشفير قاعدة البيانات"
|
5295 |
|
5296 |
-
#: admin.php:
|
5297 |
msgid "Manually decrypt a database backup file"
|
5298 |
msgstr "فك تشفير ملف النسخ الاحتياطي لقاعدة البيانات يدويا"
|
5299 |
|
5300 |
-
#: admin.php:
|
5301 |
msgid "Choose your remote storage"
|
5302 |
msgstr "اختر خدمت التخزين السحابي"
|
5303 |
|
5304 |
-
#: addons/reporting.php:201 admin.php:
|
5305 |
msgid "None"
|
5306 |
msgstr "لا شيء"
|
5307 |
|
5308 |
-
#: admin.php:
|
5309 |
msgid "Cancel"
|
5310 |
msgstr "إلغاء"
|
5311 |
|
5312 |
-
#: admin.php:
|
5313 |
msgid "Requesting start of backup..."
|
5314 |
msgstr "مطالبة البدء بالنسخ الاحتياطي ..."
|
5315 |
|
5316 |
-
#: admin.php:
|
5317 |
msgid "Advanced / Debugging Settings"
|
5318 |
msgstr "متقدمة / تصحيح الإعدادات "
|
5319 |
|
5320 |
-
#: admin.php:
|
5321 |
msgid "Debug mode"
|
5322 |
msgstr "وضع التصحيح"
|
5323 |
|
5324 |
-
#: admin.php:
|
5325 |
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
|
5326 |
msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
|
5327 |
|
5328 |
-
#: admin.php:
|
5329 |
msgid "Daily"
|
5330 |
msgstr "يوميا"
|
5331 |
|
5332 |
-
#: admin.php:
|
5333 |
msgid "Weekly"
|
5334 |
msgstr "أسبوعيا"
|
5335 |
|
5336 |
-
#: admin.php:
|
5337 |
msgid "Fortnightly"
|
5338 |
msgstr "نصف شهري"
|
5339 |
|
5340 |
-
#: admin.php:
|
5341 |
msgid "Monthly"
|
5342 |
msgstr "شهريا"
|
5343 |
|
5344 |
-
#: admin.php:
|
5345 |
msgid "To fix the time at which a backup should take place,"
|
5346 |
msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
|
5347 |
|
5348 |
-
#: admin.php:
|
5349 |
msgid "e.g. if your server is busy at day and you want to run overnight"
|
5350 |
msgstr "على سبيل المثال إذا كان الملقم مشغول في اليوم وتريد تشغيله فجأة"
|
5351 |
|
5352 |
-
#: admin.php:
|
5353 |
msgid "Include in files backup"
|
5354 |
msgstr "متضمن في ملفات النسخ الاحتياطي"
|
5355 |
|
5356 |
-
#: admin.php:
|
5357 |
msgid "Any other directories found inside wp-content"
|
5358 |
msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
|
5359 |
|
5360 |
-
#: addons/morefiles.php:260 admin.php:
|
5361 |
msgid "Exclude these:"
|
5362 |
msgstr "استبعاد هذه:"
|
5363 |
|
@@ -5377,8 +5452,8 @@ msgstr "سيؤدي هذا إلى حذف كافة الإعدادات الخاصة
|
|
5377 |
msgid "show log"
|
5378 |
msgstr "عرض السجل"
|
5379 |
|
5380 |
-
#: addons/migrator.php:
|
5381 |
-
#: admin.php:3472 admin.php:
|
5382 |
msgid "Delete"
|
5383 |
msgstr "حذف"
|
5384 |
|
@@ -5394,43 +5469,43 @@ msgstr "تم خلق المجلد، لكن يتوجب علينا تغيير أذ
|
|
5394 |
msgid "The folder exists, but your webserver does not have permission to write to it."
|
5395 |
msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
|
5396 |
|
5397 |
-
#: admin.php:
|
5398 |
msgid "Download log file"
|
5399 |
msgstr "تحميل ملف السجل"
|
5400 |
|
5401 |
-
#: admin.php:
|
5402 |
msgid "Multisite"
|
5403 |
msgstr "مواقع متعددة"
|
5404 |
|
5405 |
-
#: admin.php:
|
5406 |
msgid "Do you need WordPress Multisite support?"
|
5407 |
msgstr "هل تحتاج إلى دعم ووردبريس متعدد المواقع؟"
|
5408 |
|
5409 |
-
#: admin.php:
|
5410 |
msgid "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
|
5411 |
msgstr "يرجى مراجعة اشتراك UpdraftPlus الممتاز، أو اضافة المواقع المتعددة."
|
5412 |
|
5413 |
-
#: admin.php:
|
5414 |
msgid "Web server:"
|
5415 |
msgstr "خادم الويب:"
|
5416 |
|
5417 |
-
#: admin.php:
|
5418 |
msgid "Peak memory usage"
|
5419 |
msgstr "استخدام الذاكرة الذروة"
|
5420 |
|
5421 |
-
#: admin.php:
|
5422 |
msgid "Current memory usage"
|
5423 |
msgstr "استخدام الذاكرة الحالية"
|
5424 |
|
5425 |
-
#: admin.php:
|
5426 |
msgid "%s version:"
|
5427 |
msgstr "%s النسخة:"
|
5428 |
|
5429 |
-
#: admin.php:3083 admin.php:3086 admin.php:3090
|
5430 |
msgid "Yes"
|
5431 |
msgstr "نعم"
|
5432 |
|
5433 |
-
#: admin.php:3086 admin.php:3090
|
5434 |
msgid "No"
|
5435 |
msgstr "لا"
|
5436 |
|
@@ -5454,116 +5529,112 @@ msgstr "تصحيح النسخ الاحتياطي الكامل "
|
|
5454 |
msgid "This will cause an immediate backup. The page will stall loading until it finishes (ie, unscheduled)."
|
5455 |
msgstr "سيؤدي هذا للنسخ الفوري. ستبقى الصفحة قارة حى انتهاء العملية (أي غير مقررة)."
|
5456 |
|
5457 |
-
#: admin.php:
|
5458 |
msgid "UpdraftPlus - Upload backup files"
|
5459 |
msgstr "UpdraftPlus - تحميل ملفات النسخ الاحتياطي"
|
5460 |
|
5461 |
-
#: admin.php:
|
5462 |
msgid "calculating..."
|
5463 |
msgstr "حساب ..."
|
5464 |
|
5465 |
-
#: addons/cloudfiles-enhanced.php:91 addons/migrator.php:
|
5466 |
-
#: addons/migrator.php:
|
5467 |
-
#: addons/migrator.php:
|
5468 |
-
#: addons/migrator.php:
|
5469 |
-
#: addons/migrator.php:
|
5470 |
#: addons/s3-enhanced.php:100 addons/s3-enhanced.php:105
|
5471 |
-
#: addons/s3-enhanced.php:107 addons/sftp.php:734 admin.php:
|
5472 |
-
#: admin.php:
|
5473 |
-
#: methods/updraftvault.php:
|
5474 |
msgid "Error:"
|
5475 |
msgstr "خطأ:"
|
5476 |
|
5477 |
-
#: admin.php:
|
5478 |
msgid "You should:"
|
5479 |
msgstr "يجب عليك:"
|
5480 |
|
5481 |
-
#: admin.php:
|
5482 |
msgid "Download error: the server sent us a response which we did not understand."
|
5483 |
msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم نفهمها."
|
5484 |
|
5485 |
-
#: admin.php:
|
5486 |
msgid "Delete backup set"
|
5487 |
msgstr "حذف مجموعة النسخ الاحتياطية"
|
5488 |
|
5489 |
-
#: admin.php:
|
5490 |
msgid "Restore backup"
|
5491 |
msgstr "استعادة النسخة الاحتياطية"
|
5492 |
|
5493 |
-
#: admin.php:
|
5494 |
msgid "Restore backup from"
|
5495 |
msgstr "استعادة النسخة الاحتياطية من"
|
5496 |
|
5497 |
-
#: admin.php:
|
5498 |
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
|
5499 |
msgstr "عملية الإستعادة ستغير كل من التصاميم، الإضافات، الملفات المرفوعة، قاعدة البيانات أو أي ملفات أخرى (وفقا لما تحمله النسخة الإحتياطية من ملفات، وما قمت باختياره)"
|
5500 |
|
5501 |
-
#: admin.php:
|
5502 |
msgid "Choose the components to restore"
|
5503 |
msgstr "اختيار المكونات للاستعادة"
|
5504 |
|
5505 |
-
#: admin.php:
|
5506 |
msgid "Your web server has PHP's so-called safe_mode active."
|
5507 |
msgstr "خادمك يحمل خدمة safe_mode للـ PHP مفعلة."
|
5508 |
|
5509 |
-
#: admin.php:
|
5510 |
msgid "The following entity cannot be restored automatically: \"%s\"."
|
5511 |
msgstr "لا يمكن استعادة الكيان التالي تلقائيا: \"%s\"."
|
5512 |
|
5513 |
-
#: admin.php:
|
5514 |
msgid "You will need to restore it manually."
|
5515 |
msgstr "سوف تحتاج إلى استعادته يدويا."
|
5516 |
|
5517 |
-
#: addons/morefiles.php:63 admin.php:
|
5518 |
msgid "%s restoration options:"
|
5519 |
msgstr "%s خيارات الإستعادة:"
|
5520 |
|
5521 |
-
#: admin.php:
|
5522 |
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"
|
5523 |
msgstr "يمكنك البحث واستبدال قاعدة البيانات (لدمج موقع مع رابط رابط أو دومين جديد) باستخدام إضافة الدمج - اتبع هذا الرابط لمزيد من المعلومات."
|
5524 |
|
5525 |
-
#: admin.php:
|
5526 |
msgid "Do read this helpful article of useful things to know before restoring."
|
5527 |
msgstr "قم بقراءة هذا المقال المليئ بالأشياء المفيدة لتعلمها قبل الإستعادة."
|
5528 |
|
5529 |
-
#: admin.php:
|
5530 |
msgid "Perform a one-time backup"
|
5531 |
msgstr "إجراء نسخة احتياطية لمرة واحدة"
|
5532 |
|
5533 |
-
#: admin.php:
|
5534 |
-
msgid "Time now"
|
5535 |
-
msgstr "الساعة الآن"
|
5536 |
-
|
5537 |
-
#: admin.php:335 admin.php:515 admin.php:2436
|
5538 |
msgid "Backup Now"
|
5539 |
msgstr "النسخ الاحتياطي الآن"
|
5540 |
|
5541 |
-
#: addons/migrator.php:
|
5542 |
msgid "Restore"
|
5543 |
msgstr "الإستعادة"
|
5544 |
|
5545 |
-
#: addons/autobackup.php:278 addons/autobackup.php:372 admin.php:
|
5546 |
-
#: admin.php:
|
5547 |
msgid "Last log message"
|
5548 |
msgstr "رسالة السجل الأخيرة"
|
5549 |
|
5550 |
-
#: admin.php:
|
5551 |
msgid "(Nothing yet logged)"
|
5552 |
msgstr "(لا شيء حتى الآن تم تسجيله)"
|
5553 |
|
5554 |
-
#: admin.php:
|
5555 |
msgid "Download most recently modified log file"
|
5556 |
msgstr "تحميل ملف السجل المعدل مؤخرا"
|
5557 |
|
5558 |
-
#: admin.php:
|
5559 |
msgid "More tasks:"
|
5560 |
msgstr "المزيد من المهام:"
|
5561 |
|
5562 |
-
#: admin.php:
|
5563 |
msgid "Opera web browser"
|
5564 |
msgstr "متصفح الويب أوبرا "
|
5565 |
|
5566 |
-
#: admin.php:
|
5567 |
msgid "If you are using this, then turn Turbo/Road mode off."
|
5568 |
msgstr "إذا كنت تستخدم هذا، ازل الوضع Turbo/Road"
|
5569 |
|
@@ -5578,94 +5649,94 @@ msgstr "إذا كنت تستخدم هذا، ازل الوضع Turbo/Road"
|
|
5578 |
msgid "Google Drive"
|
5579 |
msgstr "جوجل درايف"
|
5580 |
|
5581 |
-
#: admin.php:
|
5582 |
msgid "Web-server disk space in use by UpdraftPlus"
|
5583 |
msgstr "مساحة القرص لخادم الويب قيد الاستخدام من قبل UpdraftPlus"
|
5584 |
|
5585 |
-
#: admin.php:
|
5586 |
msgid "refresh"
|
5587 |
msgstr "تحديث"
|
5588 |
|
5589 |
-
#: admin.php:
|
5590 |
msgid "Lead developer's homepage"
|
5591 |
msgstr "الولوج لموقع المطور"
|
5592 |
|
5593 |
-
#: admin.php:
|
5594 |
msgid "Version"
|
5595 |
msgstr "الإصدار"
|
5596 |
|
5597 |
-
#: admin.php:
|
5598 |
msgid "Your backup has been restored."
|
5599 |
msgstr "تمت استعادة النسخ الاحتياطي."
|
5600 |
|
5601 |
-
#: admin.php:
|
5602 |
msgid "Current limit is:"
|
5603 |
msgstr "الحد الحالي هو:"
|
5604 |
|
5605 |
-
#: admin.php:
|
5606 |
msgid "Delete Old Directories"
|
5607 |
msgstr "حذف الدلائل القديمة"
|
5608 |
|
5609 |
-
#: admin.php:
|
5610 |
msgid "JavaScript warning"
|
5611 |
msgstr "تحذير جافا سكريبت"
|
5612 |
|
5613 |
-
#: admin.php:
|
5614 |
msgid "This admin interface uses JavaScript heavily. You either need to activate it within your browser, or to use a JavaScript-capable browser."
|
5615 |
msgstr "واجهة المشرف هذه تستخدم الجافا سكريبت بشكل كبير. ستحتاج تفعيلها داخل المتصفح الخاص بك، أو استخدام متصفح يدعم الجافا سكريبت."
|
5616 |
|
5617 |
-
#: admin.php:
|
5618 |
msgid "Nothing currently scheduled"
|
5619 |
msgstr "لا شيء مقرر حاليا"
|
5620 |
|
5621 |
-
#: admin.php:
|
5622 |
msgid "At the same time as the files backup"
|
5623 |
msgstr "في نفس الوقت الذي نقوم فيه بالنسخ الاحتياطي للملفات"
|
5624 |
|
5625 |
-
#: admin.php:
|
5626 |
msgid "Next scheduled backups"
|
5627 |
msgstr "النسخ الاحتياطي المجدولة القادمة"
|
5628 |
|
5629 |
-
#: admin.php:
|
5630 |
msgid "Files"
|
5631 |
msgstr "ملفات"
|
5632 |
|
5633 |
-
#: addons/migrator.php:
|
5634 |
-
#: addons/reporting.php:216 admin.php:
|
5635 |
-
#: admin.php:
|
5636 |
msgid "Database"
|
5637 |
msgstr "قاعدة بيانات"
|
5638 |
|
5639 |
-
#: admin.php:
|
5640 |
msgid "Your website is hosted using the %s web server."
|
5641 |
msgstr "موقعك يستخدم %s من خادم الويب."
|
5642 |
|
5643 |
-
#: admin.php:
|
5644 |
msgid "Please consult this FAQ if you have problems backing up."
|
5645 |
msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
|
5646 |
|
5647 |
-
#: admin.php:
|
5648 |
-
#: admin.php:
|
5649 |
msgid "Click here to authenticate your %s account (you will not be able to back up to %s without it)."
|
5650 |
msgstr "اضغط هنا لمصادقة حسابك %s (لن تتمكن من النسخ الإحتياطي بـ %s إن لم تقم بهذه العملية)"
|
5651 |
|
5652 |
-
#: admin.php:
|
5653 |
msgid "Nothing yet logged"
|
5654 |
msgstr "لا شيء حتى الآن تم تسجيله"
|
5655 |
|
5656 |
-
#: admin.php:
|
5657 |
msgid "OK. You should soon see activity in the \"Last log message\" field below."
|
5658 |
msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
|
5659 |
|
5660 |
-
#: admin.php:
|
5661 |
msgid "Job deleted"
|
5662 |
msgstr "وظيفة حذفت"
|
5663 |
|
5664 |
-
#: admin.php:
|
5665 |
msgid "Could not find that job - perhaps it has already finished?"
|
5666 |
msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
|
5667 |
|
5668 |
-
#: admin.php:
|
5669 |
#: methods/addon-base.php:75 methods/addon-base.php:80
|
5670 |
#: methods/addon-base.php:194 methods/addon-base.php:214
|
5671 |
#: methods/stream-base.php:196 restorer.php:2057 restorer.php:2082
|
@@ -5673,41 +5744,41 @@ msgstr "لا يمكن العثور على هذا الوظيفة - ربما كا
|
|
5673 |
msgid "Error"
|
5674 |
msgstr "خطأ"
|
5675 |
|
5676 |
-
#: admin.php:
|
5677 |
msgid "Download failed"
|
5678 |
msgstr "فشل تحميل"
|
5679 |
|
5680 |
-
#: admin.php:
|
5681 |
msgid "File ready."
|
5682 |
msgstr "ملف جاهز."
|
5683 |
|
5684 |
-
#: admin.php:
|
5685 |
msgid "Download in progress"
|
5686 |
msgstr "التحميل في تقدم"
|
5687 |
|
5688 |
-
#: admin.php:
|
5689 |
msgid "No local copy present."
|
5690 |
msgstr "لا نسخة محلية متوفرة."
|
5691 |
|
5692 |
-
#: admin.php:
|
5693 |
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
|
5694 |
msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
|
5695 |
|
5696 |
-
#: admin.php:
|
5697 |
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
|
5698 |
msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
|
5699 |
|
5700 |
-
#: admin.php:
|
5701 |
msgid "Restore successful!"
|
5702 |
msgstr "استعادة ناجحة!"
|
5703 |
|
5704 |
-
#: admin.php:
|
5705 |
-
#: admin.php:
|
5706 |
msgid "Actions"
|
5707 |
msgstr "الإجراءات"
|
5708 |
|
5709 |
-
#: addons/migrator.php:
|
5710 |
-
#: admin.php:
|
5711 |
msgid "Return to UpdraftPlus Configuration"
|
5712 |
msgstr "العودة إلى اعدادات UpdraftPlus"
|
5713 |
|
@@ -5723,31 +5794,31 @@ msgstr "تم إزالة الدلائل القديمة بنجاح."
|
|
5723 |
msgid "Old directory removal failed for some reason. You may want to do this manually."
|
5724 |
msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
|
5725 |
|
5726 |
-
#: admin.php:
|
5727 |
msgid "Backup directory could not be created"
|
5728 |
msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
|
5729 |
|
5730 |
-
#: admin.php:
|
5731 |
msgid "Backup directory successfully created."
|
5732 |
msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
|
5733 |
|
5734 |
-
#: admin.php:
|
5735 |
msgid "Your settings have been wiped."
|
5736 |
msgstr "تم القضاء على الإعدادات الخاصة بك."
|
5737 |
|
5738 |
-
#: class-updraftplus.php:
|
5739 |
msgid "Please help UpdraftPlus by giving a positive review at wordpress.org"
|
5740 |
msgstr "الرجاء المساعدة UpdraftPlus من خلال إعطاء وجهة نظر ايجابية في wordpress.org"
|
5741 |
|
5742 |
-
#: class-updraftplus.php:
|
5743 |
msgid "Need even more features and support? Check out UpdraftPlus Premium"
|
5744 |
msgstr "تحتاج المزيد من الميزات والدعم؟ تحقق من UpdraftPlus بريميوم"
|
5745 |
|
5746 |
-
#: class-updraftplus.php:
|
5747 |
msgid "Check out UpdraftPlus.Com for help, add-ons and support"
|
5748 |
msgstr "تحقق من UpdraftPlus.Com للمساعدة، إضافات والدعم"
|
5749 |
|
5750 |
-
#: backup.php:
|
5751 |
msgid "Infinite recursion: consult your log for more information"
|
5752 |
msgstr "عودية لا نهائية: تحقق من السجل لمزيد من المعلومات"
|
5753 |
|
@@ -5755,91 +5826,91 @@ msgstr "عودية لا نهائية: تحقق من السجل لمزيد من
|
|
5755 |
msgid "Could not create %s zip. Consult the log file for more information."
|
5756 |
msgstr "لم نتمكن من خلق الملف المضغوط %s. تحقق من السجل لمزيد من المعلومات."
|
5757 |
|
5758 |
-
#: admin.php:
|
5759 |
msgid "Allowed Files"
|
5760 |
msgstr "ملفات مسموحة"
|
5761 |
|
5762 |
-
#: admin.php:
|
5763 |
msgid "Settings"
|
5764 |
msgstr "إعدادات"
|
5765 |
|
5766 |
-
#: admin.php:
|
5767 |
msgid "Add-Ons / Pro Support"
|
5768 |
msgstr "إضافات / الدعم المدفوع"
|
5769 |
|
5770 |
-
#: admin.php:
|
5771 |
-
#: admin.php:
|
5772 |
#: methods/cloudfiles.php:448 methods/ftp.php:284
|
5773 |
-
#: methods/openstack-base.php:429 methods/s3.php:
|
5774 |
-
#: methods/updraftvault.php:
|
5775 |
msgid "Warning"
|
5776 |
msgstr "تحذير"
|
5777 |
|
5778 |
-
#: admin.php:
|
5779 |
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."
|
5780 |
msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
|
5781 |
|
5782 |
-
#: admin.php:
|
5783 |
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."
|
5784 |
msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
|
5785 |
|
5786 |
-
#: backup.php:
|
5787 |
msgid "WordPress backup is complete"
|
5788 |
msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
|
5789 |
|
5790 |
-
#: admin.php:
|
5791 |
msgid "Backup directory (%s) is not writable, or does not exist."
|
5792 |
msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
|
5793 |
|
5794 |
-
#: class-updraftplus.php:
|
5795 |
msgid "Could not read the directory"
|
5796 |
msgstr "لا يمكن قراءة الدليل"
|
5797 |
|
5798 |
-
#: class-updraftplus.php:
|
5799 |
msgid "Could not save backup history because we have no backup array. Backup probably failed."
|
5800 |
msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
|
5801 |
|
5802 |
-
#: backup.php:
|
5803 |
msgid "Could not open the backup file for writing"
|
5804 |
msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
|
5805 |
|
5806 |
-
#: class-updraftplus.php:
|
5807 |
msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
|
5808 |
msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
|
5809 |
|
5810 |
-
#: class-updraftplus.php:
|
5811 |
msgid "Decryption failed. The most likely cause is that you used the wrong key."
|
5812 |
msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
|
5813 |
|
5814 |
-
#: class-updraftplus.php:
|
5815 |
msgid "The decryption key used:"
|
5816 |
msgstr "مفتاح فك التشفير المستخدم:"
|
5817 |
|
5818 |
-
#: addons/azure.php:215 class-updraftplus.php:
|
5819 |
msgid "File not found"
|
5820 |
msgstr "لم يتم العثور على ملف"
|
5821 |
|
5822 |
-
#: class-updraftplus.php:
|
5823 |
msgid "Can you translate? Want to improve UpdraftPlus for speakers of your language?"
|
5824 |
msgstr "يمكنك ترجمة؟ ترغب في تحسين UpdraftPlus للمتحدثين بلغتك؟"
|
5825 |
|
5826 |
-
#: class-updraftplus.php:
|
5827 |
msgid "Like UpdraftPlus and can spare one minute?"
|
5828 |
msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
|
5829 |
|
5830 |
-
#: class-updraftplus.php:
|
5831 |
msgid "Themes"
|
5832 |
msgstr "تصاميم"
|
5833 |
|
5834 |
-
#: addons/multisite.php:452 class-updraftplus.php:
|
5835 |
msgid "Uploads"
|
5836 |
msgstr "الملفات المرفوعة"
|
5837 |
|
5838 |
-
#: class-updraftplus.php:
|
5839 |
msgid "Others"
|
5840 |
msgstr "أخرى"
|
5841 |
|
5842 |
-
#: class-updraftplus.php:
|
5843 |
msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
|
5844 |
msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
|
5845 |
|
@@ -5847,11 +5918,11 @@ msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإ
|
|
5847 |
msgid "Encryption error occurred when encrypting database. Encryption aborted."
|
5848 |
msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
|
5849 |
|
5850 |
-
#: class-updraftplus.php:
|
5851 |
msgid "The backup apparently succeeded and is now complete"
|
5852 |
msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
|
5853 |
|
5854 |
-
#: class-updraftplus.php:
|
5855 |
msgid "The backup attempt has finished, apparently unsuccessfully"
|
5856 |
msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
|
5857 |
|
@@ -5859,21 +5930,21 @@ msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أ
|
|
5859 |
msgid "UpdraftPlus Backups"
|
5860 |
msgstr "نسخ الإحتياطية UpdraftPlus"
|
5861 |
|
5862 |
-
#: admin.php:
|
5863 |
-
#: admin.php:
|
5864 |
-
#: class-updraftplus.php:
|
5865 |
-
#: class-updraftplus.php:
|
5866 |
msgid "UpdraftPlus notice:"
|
5867 |
msgstr "إشعار UpdraftPlus :"
|
5868 |
|
5869 |
-
#: admin.php:
|
5870 |
msgid "The log file could not be read."
|
5871 |
msgstr "لا يمكن قراءة ملف السجل."
|
5872 |
|
5873 |
-
#: class-updraftplus.php:
|
5874 |
msgid "No log files were found."
|
5875 |
msgstr "لا توجد ملفات السجل."
|
5876 |
|
5877 |
-
#: class-updraftplus.php:
|
5878 |
msgid "Plugins"
|
5879 |
msgstr "الإضافات"
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: UpdraftPlus\n"
|
12 |
|
13 |
+
#: admin.php:2162
|
14 |
+
msgid "FAQs"
|
15 |
msgstr ""
|
16 |
|
17 |
+
#: udaddons/plugin-updates/github-checker.php:120
|
18 |
+
msgid "There is no changelog available."
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:648
|
22 |
+
msgid "Check for updates"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:692
|
26 |
+
msgid "This plugin is up to date."
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:694
|
30 |
+
msgid "A new version of this plugin is available."
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:696
|
34 |
+
msgid "Unknown update checker status \"%s\""
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: backup.php:1973
|
38 |
+
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: backup.php:1987
|
42 |
+
msgid "Failed to open directory (check the file permissions and ownership): %s"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: central/bootstrap.php:419
|
46 |
+
msgid "Public key was sent to:"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: central/bootstrap.php:424
|
50 |
+
msgid "Key size: %d bits"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: central/bootstrap.php:439
|
54 |
+
msgid "Dashboard at"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: central/bootstrap.php:439
|
58 |
+
msgid "Use the alternative method for making a connection with the dashboard."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: central/bootstrap.php:439
|
62 |
+
msgid "More information..."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: central/bootstrap.php:439
|
66 |
+
msgid "This is useful if the dashboard webserver cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral dashboard is on localhost, or on an Intranet, or if this website has an outgoing firewall), or if the dashboard website does not have a SSL certificate."
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: addons/migrator.php:2158
|
70 |
+
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: addons/migrator.php:2159
|
74 |
+
msgid "Enter your chosen name"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: addons/migrator.php:2161 central/bootstrap.php:441
|
78 |
+
msgid "Encryption key size:"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: addons/migrator.php:2163 addons/migrator.php:2164 addons/migrator.php:2166
|
82 |
+
#: central/bootstrap.php:442 central/bootstrap.php:443
|
83 |
+
#: central/bootstrap.php:445
|
84 |
+
msgid "%s bits"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: addons/migrator.php:2163 central/bootstrap.php:442
|
88 |
+
msgid "easy to break, fastest"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: addons/migrator.php:2164 central/bootstrap.php:443
|
92 |
+
msgid "faster (possibility for slow PHP installs)"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: addons/migrator.php:2165 central/bootstrap.php:444
|
96 |
+
msgid "%s bytes"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: addons/migrator.php:2165 central/bootstrap.php:444
|
100 |
+
msgid "recommended"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: addons/migrator.php:2166 central/bootstrap.php:445
|
104 |
+
msgid "slower, strongest"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: addons/migrator.php:2169
|
108 |
+
msgid "Create key"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: central/bootstrap.php:439
|
112 |
+
msgid "i.e. you have an account there"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: central/bootstrap.php:439
|
116 |
+
msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: class-updraftplus.php:1240
|
120 |
msgid "Size: %s MB"
|
121 |
msgstr ""
|
122 |
|
140 |
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: admin.php:2453
|
144 |
msgid "Now"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: admin.php:2604
|
148 |
msgid "Free 1GB for UpdraftPlus Vault"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: admin.php:3959
|
152 |
msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: class-updraftplus.php:3529 restorer.php:926
|
156 |
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: admin.php:3770
|
160 |
msgid "(tap on an icon to select or unselect)"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: backup.php:833 class-updraftplus.php:2411
|
164 |
msgid "The backup was aborted by the user"
|
165 |
msgstr ""
|
166 |
|
204 |
msgid "An invalid URL was entered"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: central/bootstrap.php:313 central/bootstrap.php:324
|
208 |
msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: central/bootstrap.php:381
|
212 |
msgid "Key description"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: central/bootstrap.php:381
|
216 |
msgid "Details"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: central/bootstrap.php:387
|
220 |
msgid "No keys have yet been created."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: central/bootstrap.php:419
|
224 |
msgid "Access this site as user:"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: central/bootstrap.php:422
|
|
|
|
|
|
|
|
|
228 |
msgid "Created:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: central/bootstrap.php:429
|
232 |
msgid "Delete..."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: central/bootstrap.php:435
|
236 |
msgid "Create new key"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: central/bootstrap.php:437
|
240 |
msgid "Description"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: central/bootstrap.php:437
|
244 |
msgid "Enter any description"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: central/bootstrap.php:439
|
|
|
|
|
|
|
|
|
248 |
msgid "URL of mothership"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: central/bootstrap.php:452
|
252 |
msgid "View recent UpdraftCentral log events"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: central/bootstrap.php:452
|
256 |
msgid "fetch..."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: central/bootstrap.php:463
|
260 |
msgid "UpdraftCentral (Remote Control)"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: class-updraftplus.php:356 class-updraftplus.php:401
|
264 |
msgid "The given file was not found, or could not be read."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: methods/updraftvault.php:214
|
268 |
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: methods/updraftvault.php:269 methods/updraftvault.php:275
|
272 |
+
#: methods/updraftvault.php:281
|
273 |
msgid "or (annual discount)"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: methods/updraftvault.php:270 methods/updraftvault.php:276
|
277 |
+
#: methods/updraftvault.php:282
|
278 |
msgid "%s per year"
|
279 |
msgstr ""
|
280 |
|
286 |
msgid "Asia Pacific (Seoul)"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: admin.php:477
|
290 |
msgid "Fetching..."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: admin.php:485
|
294 |
msgid "Error: the server sent us a response which we did not understand."
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: admin.php:521
|
298 |
msgid "Saving..."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: admin.php:538
|
302 |
msgid "Please enter a valid URL"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: admin.php:539
|
306 |
msgid "We requested to delete the file, but could not understand the server's response"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: admin.php:545
|
310 |
msgid "You should save your changes to ensure that they are used for making your backup."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: admin.php:2599
|
314 |
msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: admin.php:2863
|
318 |
msgid "calculate"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: admin.php:2934
|
322 |
msgid "this backup set"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: admin.php:2937
|
326 |
msgid "these backup sets"
|
327 |
msgstr ""
|
328 |
|
342 |
msgid "stop"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin.php:4294
|
346 |
msgid "Total backup size:"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: admin.php:5212
|
350 |
msgid "Your settings have been saved."
|
351 |
msgstr ""
|
352 |
|
386 |
msgid "Read more..."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: admin.php:556
|
390 |
msgid "Please fill in the required information."
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: admin.php:2727
|
394 |
msgid "Dismiss"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: class-updraftplus.php:3576
|
398 |
msgid "It will be imported as a new site."
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: class-updraftplus.php:3576
|
402 |
msgid "Please read this link for important information on this process."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: class-updraftplus.php:3580 restorer.php:1553
|
406 |
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
|
407 |
msgstr ""
|
408 |
|
410 |
msgid "Skipping table %s: this table will not be restored"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: addons/migrator.php:352 addons/migrator.php:355 addons/migrator.php:358
|
414 |
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: addons/migrator.php:352
|
418 |
msgid "WordPress core"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: addons/migrator.php:355
|
422 |
msgid "other content from wp-content"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: addons/migrator.php:364 addons/migrator.php:366
|
426 |
msgid "Importing a single site into a multisite install"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: addons/migrator.php:366
|
430 |
msgid "This feature is not compatible with %s"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: addons/migrator.php:386 addons/migrator.php:388
|
434 |
msgid "You must use lower-case letters or numbers for the site path, only."
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: addons/migrator.php:396
|
438 |
msgid "Attribute imported content to user"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: addons/migrator.php:434
|
442 |
msgid "Required information for restoring this backup was not given (%s)"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: addons/migrator.php:491 addons/migrator.php:492
|
446 |
msgid "Error when creating new site at your chosen address:"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: addons/migrator.php:517
|
450 |
msgid "<strong>ERROR</strong>: problem creating site entry."
|
451 |
msgstr ""
|
452 |
|
454 |
msgid "Call WordPress action:"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: admin.php:2751
|
458 |
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: admin.php:354 admin.php:2395
|
462 |
msgid "Advanced Tools"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: admin.php:362
|
466 |
msgid "Extensions"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: admin.php:471
|
470 |
msgid "You have chosen to backup files, but no file entities have been selected"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: admin.php:544
|
474 |
msgctxt "(verb)"
|
475 |
msgid "Download"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: admin.php:2192 admin.php:2201
|
479 |
msgid "Sufficient information about the in-progress restoration operation could not be found."
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: admin.php:2396
|
483 |
msgid "Premium / Extensions"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: admin.php:2521
|
487 |
msgid "Backup Contents And Schedule"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: admin.php:2718
|
491 |
msgid "%s minutes, %s seconds"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: admin.php:2720
|
495 |
msgid "Unfinished restoration"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: admin.php:2721
|
499 |
msgid "You have an unfinished restoration operation, begun %s ago."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: admin.php:2726
|
503 |
msgid "Continue restoration"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: admin.php:2747
|
507 |
msgid "Include the database in the backup"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: admin.php:2749
|
511 |
msgid "Include any files in the backup"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: admin.php:5111
|
515 |
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: admin.php:5111
|
519 |
msgid "settings"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: admin.php:5111
|
523 |
msgid "Not got any remote storage?"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: admin.php:5111
|
527 |
msgid "Check out UpdraftPlus Vault."
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: admin.php:5113
|
531 |
msgid "Send this backup to remote storage"
|
532 |
msgstr ""
|
533 |
|
539 |
msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: admin.php:3682
|
543 |
msgid "Files backup schedule"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: admin.php:3715
|
547 |
msgid "Incremental file backup schedule"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: admin.php:3725
|
551 |
msgid "Database backup schedule"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: admin.php:3760
|
555 |
msgid "Sending Your Backup To Remote Storage"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: admin.php:3819
|
559 |
msgid "File Options"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: admin.php:4849
|
563 |
msgid "Skipping: this archive was already restored."
|
564 |
msgstr ""
|
565 |
|
692 |
msgid "Enter the path of the %s you wish to use here."
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: class-updraftplus.php:2428
|
696 |
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
|
697 |
msgstr ""
|
698 |
|
740 |
msgid "Storage class"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: admin.php:3076
|
744 |
msgid "Not installed"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: admin.php:3076
|
748 |
msgid "required for some remote storage providers"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: backup.php:1408
|
752 |
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: backup.php:1509 backup.php:1511
|
756 |
msgid "The database backup appears to have failed"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: backup.php:1509
|
760 |
msgid "no options or sitemeta table was found"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: backup.php:1511
|
764 |
msgid "the options table was not found"
|
765 |
msgstr ""
|
766 |
|
792 |
msgid "You must save and authenticate before you can test your settings."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: admin.php:548
|
796 |
msgid "day"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: admin.php:549
|
800 |
msgid "in the month"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: admin.php:550
|
804 |
msgid "day(s)"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: admin.php:551
|
808 |
msgid "hour(s)"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: admin.php:552
|
812 |
msgid "week(s)"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: admin.php:553
|
816 |
msgid "For backups older than"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: admin.php:555
|
820 |
msgid "Processing..."
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: admin.php:1614
|
824 |
msgid "Backup sets removed: %d"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: admin.php:2869
|
828 |
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)."
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: admin.php:2920
|
832 |
msgid "Actions upon selected backups"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: admin.php:2922
|
836 |
msgid "Select all"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: admin.php:2923
|
840 |
msgid "Deselect"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: admin.php:2934 admin.php:2937
|
844 |
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: admin.php:3754
|
848 |
msgid "or to configure more complex schedules"
|
849 |
msgstr ""
|
850 |
|
860 |
msgid "(as many as you like)"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: addons/fixtime.php:281 addons/fixtime.php:286
|
864 |
msgid "Add an additional retention rule..."
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: methods/updraftvault.php:563
|
868 |
msgid "You do not currently have any UpdraftPlus Vault quota"
|
869 |
msgstr ""
|
870 |
|
876 |
msgid "This database needs to be deployed on MySQL version %s or later."
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: admin.php:2324
|
880 |
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."
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: admin.php:2649
|
884 |
msgid "No advertising links on UpdraftPlus settings page"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: class-updraftplus.php:3613
|
888 |
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: class-updraftplus.php:3613
|
892 |
msgid "You must upgrade MySQL to be able to use this database."
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: methods/updraftvault.php:303
|
896 |
msgid "Don't know your email address, or forgotten your password?"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: methods/updraftvault.php:258 methods/updraftvault.php:288
|
900 |
msgid "Read the FAQs here."
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: methods/updraftvault.php:296
|
904 |
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
|
905 |
msgstr ""
|
906 |
|
912 |
msgid "Check this box to use Amazon's server-side encryption"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: methods/updraftvault.php:572
|
916 |
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: admin.php:804
|
920 |
msgid "%s has been chosen for remote storage, but you are not currently connected."
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: admin.php:804
|
924 |
msgid "Go to the remote storage settings in order to connect."
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: methods/updraftvault.php:285
|
928 |
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: admin.php:523
|
932 |
msgid "Connecting..."
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: admin.php:525
|
936 |
msgid "Disconnecting..."
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: admin.php:526
|
940 |
msgid "Counting..."
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: admin.php:527
|
944 |
msgid "Update quota count"
|
945 |
msgstr ""
|
946 |
|
948 |
msgid "Updraft Vault"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: methods/updraftvault.php:205
|
952 |
msgid "Your UpdraftPlus Premium purchase is over a year ago. You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: methods/updraftvault.php:208
|
956 |
msgid "You have an UpdraftPlus Vault subscription with overdue payment. You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it. Please renew as soon as possible!"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: methods/updraftvault.php:211
|
960 |
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired. In a few days' time, your stored data will be permanently removed. If you do not wish this to happen, then you should renew as soon as possible."
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: methods/updraftvault.php:247 methods/updraftvault.php:264
|
964 |
msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: methods/updraftvault.php:247 methods/updraftvault.php:264
|
968 |
msgid "Press a button to get started."
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: methods/updraftvault.php:250
|
972 |
msgid "First time user?"
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: methods/updraftvault.php:251
|
976 |
msgid "Show the options"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: methods/updraftvault.php:254
|
980 |
msgid "Already purchased space?"
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: methods/updraftvault.php:258 methods/updraftvault.php:288
|
984 |
msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: methods/updraftvault.php:258 methods/updraftvault.php:288
|
988 |
msgid "Read more about it here."
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: methods/updraftvault.php:268 methods/updraftvault.php:274
|
992 |
+
#: methods/updraftvault.php:280
|
993 |
msgid "%s per quarter"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: methods/updraftvault.php:285
|
997 |
msgid "Subscriptions can be cancelled at any time."
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: methods/updraftvault.php:291 methods/updraftvault.php:306
|
1001 |
msgid "Back..."
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: methods/updraftvault.php:298
|
1005 |
msgid "E-mail"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: methods/updraftvault.php:303
|
1009 |
msgid "Go here for help"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: methods/updraftvault.php:327
|
1013 |
msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: methods/updraftvault.php:331
|
1017 |
msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: methods/updraftvault.php:331
|
1021 |
msgid "Well done - there's nothing more needed to set up."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: methods/updraftvault.php:331
|
1025 |
msgid "Vault owner"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: methods/updraftvault.php:333
|
1029 |
msgid "Quota:"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: admin.php:524 methods/updraftvault.php:341
|
1033 |
msgid "Disconnect"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: methods/updraftvault.php:349
|
1037 |
msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: methods/updraftvault.php:349
|
1041 |
msgid "You can get more quota here"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: methods/updraftvault.php:354 methods/updraftvault.php:397
|
1045 |
msgid "Current use:"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: methods/updraftvault.php:357 methods/updraftvault.php:359
|
1049 |
+
#: methods/updraftvault.php:416
|
1050 |
msgid "Get more quota"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: methods/updraftvault.php:361 methods/updraftvault.php:416
|
1054 |
msgid "Refresh current status"
|
1055 |
msgstr ""
|
1056 |
|
1070 |
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: backup.php:2884
|
1074 |
msgid "The zip engine returned the message: %s."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: addons/azure.php:364 addons/googlecloud.php:693 methods/s3.php:904
|
1078 |
msgid "Delete failed:"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: addons/migrator.php:1706 admin.php:533
|
1082 |
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."
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: addons/migrator.php:1721
|
1086 |
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."
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: admin.php:531
|
1090 |
msgid "Creating..."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: admin.php:534
|
1094 |
msgid "Please give this key a name (e.g. indicate the site it is for):"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: admin.php:536
|
1098 |
msgid "key name"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: admin.php:537
|
1102 |
msgid "Deleting..."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: addons/migrator.php:1734 admin.php:540
|
1106 |
msgid "Testing connection..."
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: admin.php:1257
|
1110 |
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."
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: admin.php:1257
|
1114 |
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: admin.php:2977
|
1118 |
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, <a href=\"https://updraftplus.com/faqs/i-want-to-restore-but-have-either-cannot-or-have-failed-to-do-so-from-the-wp-admin-console/\">or to restore manually</a>."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: admin.php:4381
|
1122 |
msgid "Backup sent to remote site - not available for download."
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: admin.php:4382
|
1126 |
msgid "Site"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: admin.php:4609
|
1130 |
msgid "(backup set imported from remote location)"
|
1131 |
msgstr ""
|
1132 |
|
1138 |
msgid "Backup made by %s"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: addons/migrator.php:187
|
1142 |
msgid "This site has no backups to restore from yet."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: addons/migrator.php:194
|
1146 |
msgid "Restore an existing backup set onto this site"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: addons/migrator.php:1663
|
1150 |
msgid "Backup data will be sent to:"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: addons/migrator.php:1678
|
1154 |
msgid "site not found"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: addons/migrator.php:1717
|
1158 |
msgid "The site URL you are sending to (%s) looks like a local development website. If you are sending from an external network, it is likely that a firewall will be blocking this."
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: addons/migrator.php:1752
|
1162 |
msgid "Also send this backup to the active remote storage locations"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: addons/migrator.php:1803
|
1166 |
msgid "A key with this name already exists; you must use a unique name."
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: addons/migrator.php:1818 central/bootstrap.php:367
|
1170 |
msgid "Key created successfully."
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: addons/migrator.php:1818 central/bootstrap.php:367
|
1174 |
msgid "You must copy and paste this key now - it cannot be shown again."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: addons/migrator.php:2136
|
1178 |
msgid "Keys for this site are created in the section below the one you just pressed in."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: addons/migrator.php:2136
|
1182 |
msgid "So, to get the key for the remote site, open the 'Migrate' window on that site, scroll down, and you can create one there."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: addons/migrator.php:2153
|
1186 |
msgid "To allow another site to send a backup to this site, create a key, and then press the 'Migrate' button on the sending site, and copy-and-paste the key there."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: addons/migrator.php:2174
|
|
|
|
|
|
|
|
|
1190 |
msgid "Your new key:"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: addons/migrator.php:2192
|
1194 |
msgid "No keys to allow remote sites to connect have yet been created."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: addons/migrator.php:2201
|
1198 |
msgid "Existing keys"
|
1199 |
msgstr ""
|
1200 |
|
1222 |
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: addons/migrator.php:1834
|
1226 |
msgid "key"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: addons/migrator.php:1844
|
1230 |
msgid "The entered key was the wrong length - please try again."
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: addons/migrator.php:1846 addons/migrator.php:1848 addons/migrator.php:1852
|
1234 |
msgid "The entered key was corrupt - please try again."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: addons/migrator.php:1857
|
1238 |
msgid "The entered key does not belong to a remote site (it belongs to this one)."
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: addons/migrator.php:1873
|
1242 |
msgid "The key was successfully added."
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: addons/migrator.php:1873
|
1246 |
msgid "It is for sending backups to the following site: "
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: addons/migrator.php:1892
|
1250 |
msgid "No receiving sites have yet been added."
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: addons/migrator.php:1894 admin.php:532
|
1254 |
msgid "Send to site:"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: addons/migrator.php:1900 admin.php:541
|
1258 |
msgid "Send"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: addons/migrator.php:2133
|
1262 |
msgid "Or, send a backup to another site"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: addons/migrator.php:2136
|
1266 |
msgid "To add a site as a destination for sending to, enter that site's key below."
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: addons/migrator.php:2136
|
1270 |
msgid "How do I get a site's key?"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: addons/migrator.php:2141
|
1274 |
msgid "Paste key here"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: addons/migrator.php:2152
|
1278 |
msgid "Or, receive a backup from a remote site"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: admin.php:528
|
1282 |
msgid "Adding..."
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: addons/migrator.php:2141 admin.php:529
|
1286 |
msgid "Add site"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: addons/migrator.php:167
|
1290 |
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: addons/migrator.php:167
|
1294 |
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
|
1295 |
msgstr ""
|
1296 |
|
1302 |
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: udaddons/updraftplus-addons.php:741
|
1306 |
msgid "Go here to re-enter your password."
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: udaddons/updraftplus-addons.php:742
|
1310 |
msgid "If you have forgotten your password "
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: udaddons/updraftplus-addons.php:742
|
1314 |
msgid "go here to change your password on updraftplus.com."
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: addons/migrator.php:194
|
1318 |
msgid "To import a backup set, go to the \"Existing Backups\" tab"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: addons/migrator.php:223
|
1322 |
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: admin.php:520 admin.php:545
|
1326 |
msgid "You have made changes to your settings, and not saved."
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: methods/updraftvault.php:536 udaddons/updraftplus-addons.php:707
|
1330 |
msgid "To remove the block, please go here."
|
1331 |
msgstr ""
|
1332 |
|
1358 |
msgid "Create OneDrive credentials in your OneDrive developer console."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: addons/azure.php:500 addons/migrator.php:1721 addons/onedrive.php:690
|
1362 |
msgid "For longer help, including screenshots, follow this link."
|
1363 |
msgstr ""
|
1364 |
|
1422 |
msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: admin.php:396
|
1426 |
msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: admin.php:398
|
1430 |
msgid "For personal support, the ability to copy sites, more storage destinations, encrypted backups for security, multiple backup destinations, better reporting, no adverts and plenty more, take a look at the premium version of UpdraftPlus - the world’s most popular backup plugin."
|
1431 |
msgstr ""
|
1432 |
|
1433 |
+
#: methods/s3.php:743
|
1434 |
msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
|
1435 |
msgstr ""
|
1436 |
|
1535 |
msgid "US West (Oregon)"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: methods/updraftvault.php:536 udaddons/updraftplus-addons.php:707
|
1539 |
msgid "UpdraftPlus.com has responded with 'Access Denied'."
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: methods/updraftvault.php:536 udaddons/updraftplus-addons.php:707
|
1543 |
msgid "It appears that your web server's IP Address (%s) is blocked."
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: methods/updraftvault.php:536 udaddons/updraftplus-addons.php:707
|
1547 |
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
|
1548 |
msgstr ""
|
1549 |
|
1551 |
msgid "Update cancelled - reload page to try again."
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: admin.php:389 admin.php:403
|
1555 |
msgid "Dismiss (for %s months)"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: admin.php:391
|
1559 |
msgid "Thank you for backing up with UpdraftPlus!"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: admin.php:396
|
1563 |
msgid "Free Newsletter"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: admin.php:396
|
1567 |
msgid "Follow this link to sign up."
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: admin.php:398
|
1571 |
msgid "UpdraftPlus Premium"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: admin.php:398
|
1575 |
msgid "Compare with the free version"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: admin.php:398
|
1579 |
msgid "Go to the shop."
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: admin.php:400
|
1583 |
msgid "More Quality Plugins"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: admin.php:400
|
1587 |
msgid "Free two-factor security plugin"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: admin.php:400
|
1591 |
msgid "Premium WooCommerce plugins"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: class-updraftplus.php:3389
|
1595 |
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: admin.php:2160
|
1599 |
msgid "Newsletter sign-up"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: admin.php:2544
|
1603 |
msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: admin.php:2544
|
1607 |
msgid "The first step is to de-install the free version."
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: admin.php:3628
|
1611 |
msgid "No backup has been completed"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: addons/fixtime.php:422
|
1615 |
msgid "(at same time as files backup)"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: admin.php:2589
|
1619 |
msgid "Dropbox, Google Drive, FTP, S3, Rackspace, Email"
|
1620 |
msgstr "دروب بوكس, جوجل درايف, بروتوكول اف تي بي, راك سبيس, البريد الإلكتروني"
|
1621 |
|
1622 |
+
#: admin.php:2594
|
1623 |
msgid "WebDAV, Copy.Com, SFTP/SCP, encrypted FTP"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
+
#: admin.php:2609
|
1627 |
msgid "Backup extra files and databases"
|
1628 |
msgstr ""
|
1629 |
"قم بعمل نسخ احطياتية من الملفات و قواعد البيانات.\n"
|
1630 |
"\n"
|
1631 |
|
1632 |
+
#: admin.php:2614
|
1633 |
msgid "Migrate / clone (i.e. copy) websites"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: admin.php:2619
|
1637 |
msgid "Basic email reporting"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: admin.php:2624
|
1641 |
msgid "Advanced reporting features"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: admin.php:2629
|
1645 |
msgid "Automatic backup when updating WP/plugins/themes"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: admin.php:2634
|
1649 |
msgid "Send backups to multiple remote destinations"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: admin.php:2639
|
1653 |
msgid "Database encryption"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: admin.php:2644
|
1657 |
msgid "Restore backups from other plugins"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: admin.php:2654
|
1661 |
msgid "Scheduled backups"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: admin.php:2659
|
1665 |
msgid "Fix backup time"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: admin.php:2664
|
1669 |
msgid "Network/Multisite support"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: admin.php:2669
|
1673 |
msgid "Lock settings access"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: admin.php:2674
|
1677 |
msgid "Personal support"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: admin.php:2544
|
1681 |
msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: admin.php:2546
|
1685 |
msgid "Get UpdraftPlus Premium"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: admin.php:2547
|
1689 |
msgid "Full feature list"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: admin.php:2548
|
1693 |
msgid "Pre-sales FAQs"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: admin.php:2549
|
1697 |
msgid "Ask a pre-sales question"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: admin.php:2561
|
1701 |
msgid "Get it from"
|
1702 |
msgstr "احصل علية من"
|
1703 |
|
1704 |
+
#: admin.php:2565
|
1705 |
msgid "Buy It Now!"
|
1706 |
msgstr "اشتري الان"
|
1707 |
|
1708 |
+
#: admin.php:2569
|
1709 |
msgid "Backup WordPress files and database"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: admin.php:2574
|
1713 |
msgid "Translated into over %s languages"
|
1714 |
msgstr "مترجم لاكثر منs% لغة"
|
1715 |
|
1716 |
+
#: admin.php:2579
|
1717 |
msgid "Restore from backup"
|
1718 |
msgstr "استرجع من نسخة احطياتية"
|
1719 |
|
1720 |
+
#: admin.php:2584
|
1721 |
msgid "Backup to remote storage"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: admin.php:514
|
1725 |
msgid "You did not select any components to restore. Please select at least one, and then try again."
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: admin.php:2891
|
1729 |
msgctxt "Uploader: Drop backup files here - or - Select Files"
|
1730 |
msgid "or"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: admin.php:3868
|
1734 |
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
|
1735 |
msgid "or"
|
1736 |
msgstr ""
|
1748 |
msgid "An error (%s) occurred:"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: admin.php:3637
|
1752 |
msgctxt "i.e. Non-automatic"
|
1753 |
msgid "Manual"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: admin.php:3920
|
1757 |
msgid "Check this box to have a basic report sent to"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: admin.php:3920
|
1761 |
msgid "your site's admin address"
|
1762 |
msgstr ""
|
1763 |
|
1796 |
msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: admin.php:2337
|
1800 |
msgid "For even more features and personal support, check out "
|
1801 |
msgstr ""
|
1802 |
|
1885 |
msgstr ""
|
1886 |
|
1887 |
#: addons/autobackup.php:120 addons/autobackup.php:885
|
1888 |
+
#: addons/autobackup.php:893 admin.php:519
|
1889 |
msgid "Automatic backup before update"
|
1890 |
msgstr ""
|
1891 |
|
1893 |
msgid "Database decryption phrase"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
+
#: backup.php:2886
|
1897 |
msgid "A zip error occurred"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: backup.php:2888
|
1901 |
msgid "your web hosting account appears to be full; please see: %s"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: backup.php:2890
|
1905 |
msgid "check your log for more details."
|
1906 |
msgstr ""
|
1907 |
|
1908 |
+
#: admin.php:1842
|
1909 |
msgid "Error: unexpected file read fail"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
+
#: class-updraftplus.php:3565
|
1913 |
msgid "Backup label:"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
+
#: admin.php:748 admin.php:2427 central/updraftplus-commands.php:304
|
1917 |
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: admin.php:2880
|
1921 |
msgid "Upload files into UpdraftPlus."
|
1922 |
msgstr ""
|
1923 |
|
1925 |
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
|
1926 |
msgstr ""
|
1927 |
|
1928 |
+
#: admin.php:3598
|
1929 |
msgid "incremental backup; base backup: %s"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: admin.php:3702 admin.php:3741
|
1933 |
msgid "and retain this many scheduled backups"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: admin.php:4327
|
1937 |
msgid "Backup date"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
+
#: admin.php:4328
|
1941 |
msgid "Backup data (click to download)"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
+
#: admin.php:3220 admin.php:4632
|
1945 |
msgid "View Log"
|
1946 |
msgstr ""
|
1947 |
|
1969 |
msgid "%s does not allow authorisation of sites hosted on direct IP addresses. You will need to change your site's address (%s) before you can use %s for storage."
|
1970 |
msgstr ""
|
1971 |
|
1972 |
+
#: methods/updraftvault.php:512 udaddons/updraftplus-addons.php:642
|
1973 |
msgid "You need to supply both an email address and a password"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
+
#: methods/updraftvault.php:572 udaddons/updraftplus-addons.php:741
|
1977 |
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
|
1978 |
msgstr ""
|
1979 |
|
1980 |
+
#: methods/updraftvault.php:575 udaddons/updraftplus-addons.php:745
|
1981 |
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: admin.php:2488
|
1985 |
msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: class-updraftplus.php:3584
|
1989 |
msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: class-updraftplus.php:3584
|
1993 |
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
|
1994 |
msgstr ""
|
1995 |
|
1996 |
+
#: addons/migrator.php:1036
|
1997 |
msgid "already done"
|
1998 |
msgstr ""
|
1999 |
|
2000 |
+
#: addons/migrator.php:993 addons/migrator.php:1036 addons/migrator.php:1183
|
2001 |
msgid "Search and replacing table:"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
+
#: addons/migrator.php:993
|
2005 |
msgid "skipped (not in list)"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
+
#: addons/migrator.php:303
|
2009 |
msgid "Rows per batch"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
+
#: addons/migrator.php:304
|
2013 |
msgid "These tables only"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
+
#: addons/migrator.php:304
|
2017 |
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
|
2018 |
msgstr ""
|
2019 |
|
2029 |
msgid "You need to connect to receive future updates to UpdraftPlus."
|
2030 |
msgstr ""
|
2031 |
|
2032 |
+
#: class-updraftplus.php:3557
|
2033 |
msgid "The site in this backup was running on a webserver with version %s of %s. "
|
2034 |
msgstr ""
|
2035 |
|
2036 |
+
#: class-updraftplus.php:3557
|
2037 |
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
|
2038 |
msgstr ""
|
2039 |
|
2040 |
+
#: class-updraftplus.php:3557
|
2041 |
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."
|
2042 |
msgstr ""
|
2043 |
|
2044 |
+
#: class-updraftplus.php:3557
|
2045 |
msgid "Any support requests to do with %s should be raised with your web hosting company."
|
2046 |
msgstr ""
|
2047 |
|
2048 |
+
#: class-updraftplus.php:3380 class-updraftplus.php:3409
|
2049 |
msgid "UpdraftPlus is on social media - check us out here:"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
+
#: admin.php:2158 class-updraftplus.php:3380 class-updraftplus.php:3409
|
2053 |
msgid "Twitter"
|
2054 |
msgstr ""
|
2055 |
|
2056 |
+
#: class-updraftplus.php:3380 class-updraftplus.php:3409
|
2057 |
msgid "Facebook"
|
2058 |
msgstr ""
|
2059 |
|
2060 |
+
#: class-updraftplus.php:3380 class-updraftplus.php:3409
|
2061 |
msgid "Google+"
|
2062 |
msgstr ""
|
2063 |
|
2064 |
+
#: class-updraftplus.php:3380 class-updraftplus.php:3409
|
2065 |
msgid "LinkedIn"
|
2066 |
msgstr ""
|
2067 |
|
2068 |
+
#: admin.php:4693
|
2069 |
msgid "Why am I seeing this?"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: admin.php:2868
|
2073 |
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: admin.php:2868
|
2077 |
msgid "The location of this directory is set in the expert settings, in the Settings tab."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: admin.php:1790 admin.php:1802
|
2081 |
msgid "Start backup"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: class-updraftplus.php:3529 restorer.php:926
|
2085 |
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
|
2086 |
msgstr ""
|
2087 |
|
2089 |
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."
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: admin.php:3033
|
2093 |
msgid "Unless you have a problem, you can completely ignore everything here."
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: admin.php:1964
|
2097 |
msgid "You will find more information about this in the Settings section."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: admin.php:1999
|
2101 |
msgid "This file could not be uploaded"
|
2102 |
msgstr ""
|
2103 |
|
2109 |
msgid "Supported backup plugins: %s"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: admin.php:3718
|
2113 |
msgid "Tell me more about incremental backups"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: admin.php:3069
|
2117 |
msgid "Memory limit"
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: class-updraftplus.php:3671 restorer.php:1368
|
2121 |
msgid "restoration"
|
2122 |
msgstr ""
|
2123 |
|
2125 |
msgid "Table to be implicitly dropped: %s"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: backup.php:828
|
2129 |
msgid "Full backup"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: backup.php:828
|
2133 |
msgid "Incremental"
|
2134 |
msgstr ""
|
2135 |
|
2145 |
msgid "now proceeding with the updates..."
|
2146 |
msgstr ""
|
2147 |
|
2148 |
+
#: admin.php:3638 admin.php:3639 admin.php:3640 updraftplus.php:92
|
2149 |
#: updraftplus.php:93
|
2150 |
msgid "Every %s hours"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: addons/migrator.php:763 addons/migrator.php:765
|
2154 |
msgid "search and replace"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: addons/migrator.php:274
|
2158 |
msgid "search term"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: addons/migrator.php:268 addons/migrator.php:293
|
2162 |
msgid "Search / replace database"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: addons/migrator.php:269 addons/migrator.php:301
|
2166 |
msgid "Search for"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: addons/migrator.php:270 addons/migrator.php:302
|
2170 |
msgid "Replace with"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: addons/migrator.php:294
|
2174 |
msgid "This can easily destroy your site; so, use it with care!"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: addons/migrator.php:295
|
2178 |
msgid "A search/replace cannot be undone - are you sure you want to do this?"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: addons/migrator.php:306
|
2182 |
msgid "Go"
|
2183 |
msgstr ""
|
2184 |
|
2186 |
msgid "Too many database errors have occurred - aborting"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: backup.php:894
|
2190 |
msgid "read more at %s"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: backup.php:894
|
2194 |
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
|
2195 |
msgstr ""
|
2196 |
|
2198 |
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."
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: admin.php:4314
|
2202 |
msgid "You have not yet made any backups."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: admin.php:3831
|
2206 |
msgid "Database Options"
|
2207 |
msgstr ""
|
2208 |
|
2222 |
msgid "Free disk space in account:"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: admin.php:330 admin.php:2392
|
2226 |
msgid "Current Status"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: admin.php:338 admin.php:1417 admin.php:1656 admin.php:2393 admin.php:2851
|
2230 |
msgid "Existing Backups"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#: admin.php:2431 admin.php:5188
|
2234 |
msgid "This button is disabled because your backup directory is not writable (see the settings)."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: admin.php:753
|
2238 |
msgid "Welcome to UpdraftPlus!"
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: admin.php:753
|
2242 |
msgid "To make a backup, just press the Backup Now button."
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: admin.php:753
|
2246 |
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."
|
2247 |
msgstr ""
|
2248 |
|
2314 |
msgid "database connection attempt failed"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: class-updraftplus.php:1237
|
2318 |
msgid "External database (%s)"
|
2319 |
msgstr ""
|
2320 |
|
2331 |
msgid "However, subsequent access attempts failed:"
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: admin.php:4458
|
2335 |
msgid "External database"
|
2336 |
msgstr ""
|
2337 |
|
2338 |
+
#: admin.php:3954
|
2339 |
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: admin.php:3894
|
2343 |
msgid "Back up more databases"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: admin.php:3840
|
2347 |
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: admin.php:3840
|
2351 |
msgid "It can also backup external databases."
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: admin.php:3852
|
2355 |
msgid "You can manually decrypt an encrypted database here."
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: admin.php:3870
|
2359 |
msgid "First, enter the decryption key"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: admin.php:3754
|
2363 |
msgid "use UpdraftPlus Premium"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: class-updraftplus.php:3444
|
2367 |
msgid "Decryption failed. The database file is encrypted."
|
2368 |
msgstr ""
|
2369 |
|
2370 |
+
#: admin.php:1269
|
2371 |
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
|
2372 |
msgstr ""
|
2373 |
|
2375 |
msgid "An error occurred on the first %s command - aborting run"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: backup.php:1349
|
2379 |
msgid "database connection attempt failed."
|
2380 |
msgstr ""
|
2381 |
|
2382 |
+
#: addons/moredatabase.php:93 backup.php:1349
|
2383 |
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
|
2384 |
msgstr ""
|
2385 |
|
2387 |
msgid "In %s, path names are case sensitive."
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: addons/migrator.php:919
|
2391 |
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
|
2392 |
msgstr ""
|
2393 |
|
2457 |
msgid "Failed to upload %s"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:523
|
2461 |
+
#: methods/dropbox.php:525
|
2462 |
msgid "Success:"
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: methods/dropbox.php:453 methods/dropbox.php:454
|
2466 |
msgid "Dropbox"
|
2467 |
msgstr ""
|
2468 |
|
2469 |
+
#: addons/copycom.php:557 addons/onedrive.php:716 methods/dropbox.php:454
|
2470 |
msgid "(You appear to be already authenticated)."
|
2471 |
msgstr ""
|
2472 |
|
2473 |
+
#: addons/copycom.php:559 addons/onedrive.php:718 methods/dropbox.php:454
|
2474 |
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."
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: addons/copycom.php:556 addons/onedrive.php:715 methods/dropbox.php:453
|
2478 |
msgid "Authenticate with %s"
|
2479 |
msgstr ""
|
2480 |
|
2500 |
msgstr ""
|
2501 |
|
2502 |
#: addons/copycom.php:558 addons/googlecloud.php:902 addons/onedrive.php:717
|
2503 |
+
#: methods/dropbox.php:460 methods/googledrive.php:955
|
2504 |
msgid "Account holder's name: %s."
|
2505 |
msgstr ""
|
2506 |
|
2552 |
msgid "Google Drive list files: failed to access parent folder"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: admin.php:5040
|
2556 |
msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
|
2557 |
msgstr ""
|
2558 |
|
2564 |
msgid "Call"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: addons/migrator.php:364 admin.php:2884 admin.php:3860
|
2568 |
msgid "This feature requires %s version %s or later"
|
2569 |
msgstr ""
|
2570 |
|
2580 |
msgid "%s files have been extracted"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: class-updraftplus.php:910
|
2584 |
msgid "Error - failed to download the file"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: admin.php:2868
|
2588 |
msgid "Rescan local folder for new backup sets"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: udaddons/updraftplus-addons.php:208
|
2592 |
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: udaddons/updraftplus-addons.php:208
|
2596 |
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: udaddons/updraftplus-addons.php:208
|
2600 |
msgid "It has been tested up to version %s."
|
2601 |
msgstr ""
|
2602 |
|
2616 |
msgid "Your login may be either password or key-based - you only need to enter one, not both."
|
2617 |
msgstr "للدخول يجب ادخال إما الرقم السري أو المفتاح، وليس كلاهما."
|
2618 |
|
2619 |
+
#: addons/azure.php:508 addons/migrator.php:2159 addons/sftp.php:374
|
2620 |
+
#: admin.php:535
|
2621 |
msgid "Key"
|
2622 |
msgstr "مفتاح"
|
2623 |
|
2624 |
+
#: addons/importer.php:256 admin.php:4499 class-updraftplus.php:2210
|
2625 |
msgid "Backup created by: %s."
|
2626 |
msgstr "ولدت النسخة الإحتياطية من طرف: %s."
|
2627 |
|
2628 |
+
#: admin.php:4505
|
2629 |
msgid "Files and database WordPress backup (created by %s)"
|
2630 |
msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
|
2631 |
|
2632 |
+
#: admin.php:4505
|
2633 |
msgid "Files backup (created by %s)"
|
2634 |
msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
|
2635 |
|
2636 |
+
#: admin.php:4450 admin.php:4501
|
2637 |
msgid "unknown source"
|
2638 |
msgstr "مصدر غير معروف"
|
2639 |
|
2640 |
+
#: admin.php:4456
|
2641 |
msgid "Database (created by %s)"
|
2642 |
msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
|
2643 |
|
2644 |
+
#: admin.php:2869
|
2645 |
msgid "Rescan remote storage"
|
2646 |
msgstr "إعادة فحص الإستضافة الإستضافة السحابية"
|
2647 |
|
2648 |
+
#: admin.php:2867
|
2649 |
msgid "Upload backup files"
|
2650 |
msgstr "رفع ملفات النسخة الإحتياطية"
|
2651 |
|
2652 |
+
#: admin.php:2043
|
2653 |
msgid "This backup was created by %s, and can be imported."
|
2654 |
msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
|
2655 |
|
2656 |
+
#: admin.php:782
|
2657 |
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."
|
2658 |
msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
|
2659 |
|
2660 |
+
#: admin.php:782
|
2661 |
msgid "Read this page for a guide to possible causes and how to fix it."
|
2662 |
msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
|
2663 |
|
2664 |
+
#: admin.php:499 admin.php:500 class-updraftplus.php:2217
|
2665 |
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))."
|
2666 |
msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
|
2667 |
|
2668 |
+
#: admin.php:499
|
2669 |
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
|
2670 |
msgstr "مع ذلك، ملفات UpdraftPlus المضغوطة هي ملفات zip/SQL عادية - فإن كنت تعتقد أن الملف هو على الصيغة الصحيحة، المرجو إعادة تسميته بالإسم الموصى به."
|
2671 |
|
2672 |
+
#: admin.php:500 class-updraftplus.php:2217
|
2673 |
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
|
2674 |
msgstr "إن كانت هذه النسخة الإحتياطية خلقت بإستخدام تطبيق آخر، يمكن لإضافة UpdraftPlus Premium مساعدتك في حل المشكلة."
|
2675 |
|
2676 |
+
#: admin.php:1282 admin.php:4502 restorer.php:1337
|
2677 |
msgid "Backup created by unknown source (%s) - cannot be restored."
|
2678 |
msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
|
2679 |
|
2685 |
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
|
2686 |
msgstr "هذه النسخة من UpdraftPlus لا تستطيع التعامل مع نوع النسخ الإحتياطية هذا."
|
2687 |
|
2688 |
+
#: methods/dropbox.php:288
|
2689 |
msgid "%s returned an unexpected HTTP response: %s"
|
2690 |
msgstr "أبدى %s إجابة HTTP غير متوقعة: %s"
|
2691 |
|
2693 |
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
|
2694 |
msgstr "وحدة UpdraftPlus لطريقة الوصول للملف (%s) غير مدعومة من قبل الملفات المسرودة"
|
2695 |
|
2696 |
+
#: methods/cloudfiles.php:234 methods/dropbox.php:269
|
2697 |
#: methods/openstack-base.php:95 methods/s3.php:87
|
2698 |
msgid "No settings were found"
|
2699 |
msgstr "لم يتم العثور على الإعدادات"
|
2700 |
|
2701 |
+
#: class-updraftplus.php:2338
|
2702 |
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
|
2703 |
msgstr "تمت إضافة واحدة أو أكثر من النسخ الإحتياطية التي وجدناها بالإستضافة السحابية، لاحظ أن هذه النسخ لن تتم مسحها أوتوماتيكيا من الإعادادات الإفتراضية، لو أو متى شئت حذفها يجب عليك حذفها يدويا."
|
2704 |
|
2705 |
+
#: admin.php:468
|
2706 |
msgid "Rescanning remote and local storage for backup sets..."
|
2707 |
msgstr "جاري فحص الإستضافة السحابية والمساحة التخزينية المحلية بحثا عن نسخ احتياطية..."
|
2708 |
|
2719 |
msgid "Reduced redundancy storage"
|
2720 |
msgstr "التخزين المتكرر المنخفض"
|
2721 |
|
2722 |
+
#: addons/migrator.php:736
|
2723 |
msgid "Adjusting multisite paths"
|
2724 |
msgstr "ضبط المسارات المتعددة"
|
2725 |
|
2740 |
msgid "Remove"
|
2741 |
msgstr "حذف"
|
2742 |
|
2743 |
+
#: methods/s3.php:729
|
2744 |
msgid "Other %s FAQs."
|
2745 |
msgstr "الأسئلة الشائعة %s الأخرى."
|
2746 |
|
2747 |
+
#: admin.php:3954
|
2748 |
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
|
2749 |
msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
|
2750 |
|
2751 |
+
#: addons/morefiles.php:262 admin.php:4092
|
2752 |
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."
|
2753 |
msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
|
2754 |
|
2760 |
msgid "encrypted FTP (explicit encryption)"
|
2761 |
msgstr "خادم FTP مشفر (تشفير واضح)"
|
2762 |
|
2763 |
+
#: class-updraftplus.php:3671 methods/ftp.php:284 restorer.php:1367
|
2764 |
msgid "Your web server's PHP installation has these functions disabled: %s."
|
2765 |
msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
|
2766 |
|
2767 |
+
#: class-updraftplus.php:3671 methods/ftp.php:284 restorer.php:1368
|
2768 |
msgid "Your hosting company must enable these functions before %s can work."
|
2769 |
msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
|
2770 |
|
2784 |
msgid "Available to claim on this site"
|
2785 |
msgstr "متوفر للطلب من هذا الموقع"
|
2786 |
|
2787 |
+
#: udaddons/updraftplus-addons.php:229
|
2788 |
msgid "To maintain your access to support, please renew."
|
2789 |
msgstr "للحفاظ على ولوجك للدعم الفني، من فضلك جدد اشتراكك."
|
2790 |
|
2791 |
+
#: udaddons/updraftplus-addons.php:217
|
2792 |
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
|
2793 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus على %s إضافة بهذا الموقع انتهت صلاحيته."
|
2794 |
|
2795 |
+
#: udaddons/updraftplus-addons.php:221
|
2796 |
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
|
2797 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus على %s إضافة بهذا الموقع اقتربت نهاية صلاحيته."
|
2798 |
|
2799 |
+
#: udaddons/updraftplus-addons.php:221 udaddons/updraftplus-addons.php:223
|
2800 |
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2801 |
msgstr "للحفاظ على ولوجك لخدماتنا المدفوعة (من ضمنها التحديثات المستقبلية والتوافق مع نسخ ووردبريس المستقبلية) والدعم الفني، من فضلك جدد اشتراكك."
|
2802 |
|
2803 |
+
#: udaddons/updraftplus-addons.php:223
|
2804 |
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
|
2805 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا الموقع اقتربت نهاية صلاحيته."
|
2806 |
|
2807 |
+
#: udaddons/updraftplus-addons.php:227
|
2808 |
msgid "Your paid access to UpdraftPlus support has expired."
|
2809 |
msgstr "وصولك المدفوع للدعم الفني بـ UpdraftPlus انتهت صلاحيته."
|
2810 |
|
2811 |
+
#: udaddons/updraftplus-addons.php:227
|
2812 |
msgid "To regain your access, please renew."
|
2813 |
msgstr "لاستعادة الوصول الخاصة بك، يرجى تجديد اشتراكك."
|
2814 |
|
2815 |
+
#: udaddons/updraftplus-addons.php:229
|
2816 |
msgid "Your paid access to UpdraftPlus support will soon expire."
|
2817 |
msgstr "وصولك المدفوع للدعم الفني الخاص بـ UpdraftPlus اقتربت نهاية صلاحيته."
|
2818 |
|
2819 |
+
#: udaddons/updraftplus-addons.php:180
|
2820 |
msgid "Dismiss from main dashboard (for %s weeks)"
|
2821 |
msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
|
2822 |
|
2823 |
+
#: udaddons/updraftplus-addons.php:215
|
2824 |
msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
|
2825 |
msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا الموقع اقتربت نهاية صلاحيته. لن تصلك أي تحديثات جديدة لـ UpdraftPlus."
|
2826 |
|
2827 |
+
#: udaddons/updraftplus-addons.php:215 udaddons/updraftplus-addons.php:217
|
2828 |
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2829 |
msgstr "للحفاظ على ولوجك للتحديثات (من ضمنها التحديثات المستقبلية والتوافق مع نسخ ووردبريس المستقبلية) والدعم الفني، من فضلك جدد اشتراكك. "
|
2830 |
|
2831 |
+
#: class-updraftplus.php:3691
|
2832 |
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
|
2833 |
msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
|
2834 |
|
2835 |
+
#: class-updraftplus.php:3698 class-updraftplus.php:3719
|
2836 |
msgid "The attempt to undo the double-compression failed."
|
2837 |
msgstr "فشل محاولة التراجع من الضغط المزدوج"
|
2838 |
|
2839 |
+
#: class-updraftplus.php:3721
|
2840 |
msgid "The attempt to undo the double-compression succeeded."
|
2841 |
msgstr "نجاح محاولة التراجع من الضغط المزدوج"
|
2842 |
|
2843 |
+
#: admin.php:1429
|
2844 |
msgid "Constants"
|
2845 |
msgstr "ثوابت"
|
2846 |
|
2847 |
+
#: backup.php:1559
|
2848 |
msgid "Failed to open database file for reading:"
|
2849 |
msgstr "فشل في فتح ملف قاعدة البيانات للقراءة:"
|
2850 |
|
2851 |
+
#: backup.php:1395
|
2852 |
msgid "please wait for the rescheduled attempt"
|
2853 |
msgstr "فضلا انتظر محاولة إعادة الجدولة"
|
2854 |
|
2855 |
+
#: backup.php:1397
|
2856 |
msgid "No database tables found"
|
2857 |
msgstr "لم نجد أي جداول لقاعدة البيانات"
|
2858 |
|
2864 |
msgid "Database queries processed: %d in %.2f seconds"
|
2865 |
msgstr "تمت معالجة %d من استعلامات قاعدة البيانات في مدة %.2f ثانية"
|
2866 |
|
2867 |
+
#: addons/migrator.php:1235
|
2868 |
msgid "Searching and replacing reached row: %d"
|
2869 |
msgstr "جاري البحث واستبدال الصفوف: %d"
|
2870 |
|
2871 |
+
#: addons/copycom.php:88 addons/onedrive.php:91 methods/dropbox.php:183
|
2872 |
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)"
|
2873 |
msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبقية، لكن الملف الذي نقوم برفعه حجمه %d بايت متبقية (الحجم الكلي: %d بايت)"
|
2874 |
|
2875 |
+
#: addons/migrator.php:659
|
2876 |
msgid "Skipping this table: data in this table (%s) should not be search/replaced"
|
2877 |
msgstr "تخطي هذا الجدول: بيانات هذا الجدول (%s) يجب الا تكون بحث / استبدال"
|
2878 |
|
2879 |
+
#: udaddons/updraftplus-addons.php:380 udaddons/updraftplus-addons.php:383
|
2880 |
msgid "Errors occurred:"
|
2881 |
msgstr "أخطاء حدثت:"
|
2882 |
|
2883 |
+
#: admin.php:4713
|
2884 |
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
|
2885 |
msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
|
2886 |
|
2887 |
+
#: admin.php:3998
|
2888 |
msgid "See this FAQ also."
|
2889 |
msgstr "تابع هذه التعليمات أيضا."
|
2890 |
|
2891 |
+
#: admin.php:3800
|
2892 |
msgid "If you choose no remote storage, then the backups remain on the web-server. This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
|
2893 |
msgstr "ان لم تختر أي خدمة للتخزين عن بعد، فكل ملفات النسخ الإحتياطية ستبقى مخزنة بسيرفرك. هذه العملية غير موصى بها (في حالة عدم تحميل هذه الملفات بجهازك الخاص)، لأنك بفقدان سيرفرك ستخسر معه ملفات النسخ الإحتياطية والموقع معا."
|
2894 |
|
2895 |
+
#: admin.php:2957
|
2896 |
msgid "Retrieving (if necessary) and preparing backup files..."
|
2897 |
msgstr "استرجاع (إذا لزم الأمر) وإعداد ملفات النسخ الاحتياطي ..."
|
2898 |
|
2899 |
+
#: admin.php:1253
|
2900 |
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised. If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
|
2901 |
msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %s ثانية فقط، ولا تسمح لوصول لهذا الحد. إن لم تتمكن من استرداد حجم كبير من البيانات بسبب هذا الحد، يمكنك الإتصال بشرك الإستضافة الخاصة بك (أو محاولة الإسترداد قطعة-قطعة)"
|
2902 |
|
2904 |
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
|
2905 |
msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
|
2906 |
|
2907 |
+
#: admin.php:757 class-updraftplus.php:563
|
2908 |
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)"
|
2909 |
msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
|
2910 |
|
2911 |
+
#: addons/migrator.php:667
|
2912 |
msgid "Replacing in blogs/site table: from: %s to: %s"
|
2913 |
msgstr "استبدال جداول من مدونات/موقع: من: %s إلى:%s"
|
2914 |
|
2915 |
+
#: addons/migrator.php:249
|
2916 |
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
|
2917 |
msgstr "تم تعطيل هذه الإضافة: %s: يمكك اعادة تفعيلها عندما تكون مستعد."
|
2918 |
|
2919 |
+
#: addons/migrator.php:262
|
2920 |
msgid "%s: Skipping cache file (does not already exist)"
|
2921 |
msgstr "%s: تخطي ملف ذاكرة التخزين المؤقت (غير موجود مسبقا)"
|
2922 |
|
2925 |
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."
|
2926 |
msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
|
2927 |
|
2928 |
+
#: admin.php:5048
|
2929 |
msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
|
2930 |
msgstr "لم يتم العثور على تصميم موقعكم الحالي، لمنع توقف تحميل الموقع، تم استرجاع التصميم الإفتراضي."
|
2931 |
|
2932 |
+
#: admin.php:2235 admin.php:2245
|
2933 |
msgid "Restore failed..."
|
2934 |
msgstr "فشل في الإستعادة..."
|
2935 |
|
2936 |
+
#: addons/moredatabase.php:125 admin.php:1502
|
2937 |
msgid "Messages:"
|
2938 |
msgstr "رسائل:"
|
2939 |
|
3090 |
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
|
3091 |
msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية "
|
3092 |
|
3093 |
+
#: methods/updraftvault.php:492 udaddons/options.php:265
|
3094 |
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
|
3095 |
msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
|
3096 |
|
3097 |
+
#: admin.php:513 central/bootstrap.php:448
|
3098 |
msgid "Create"
|
3099 |
msgstr "خلق"
|
3100 |
|
3101 |
+
#: admin.php:475
|
3102 |
msgid "The new user's RackSpace console password is (this will not be shown again):"
|
3103 |
msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
|
3104 |
|
3105 |
+
#: admin.php:476
|
3106 |
msgid "Trying..."
|
3107 |
msgstr "اعادة المحاولة..."
|
3108 |
|
3109 |
+
#: class-updraftplus.php:1249
|
3110 |
msgid "(when decrypted)"
|
3111 |
msgstr "(عندما تكون مفكوكة)"
|
3112 |
|
3113 |
+
#: admin.php:486 admin.php:4990
|
3114 |
msgid "Error data:"
|
3115 |
msgstr "خطأ بالبيانات:"
|
3116 |
|
3117 |
+
#: admin.php:4664
|
3118 |
msgid "Backup does not exist in the backup history"
|
3119 |
msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
|
3120 |
|
3182 |
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
|
3183 |
msgstr "استخدام قسم \"التقارير\" لتكوين عناوين البريد الإلكتروني ليتم استخدامها."
|
3184 |
|
3185 |
+
#: class-updraftplus.php:1218 class-updraftplus.php:1220
|
3186 |
msgid "files: %s"
|
3187 |
msgstr "ملفات:%s"
|
3188 |
|
3189 |
+
#: class-updraftplus.php:1245 class-updraftplus.php:1250
|
3190 |
msgid "%s checksum: %s"
|
3191 |
msgstr "%s الاختباري:%s"
|
3192 |
|
3206 |
msgid "Time taken:"
|
3207 |
msgstr "الوقت المستغرق:"
|
3208 |
|
3209 |
+
#: addons/reporting.php:189 admin.php:4277
|
3210 |
msgid "Uploaded to:"
|
3211 |
msgstr "تحميلها على:"
|
3212 |
|
3238 |
msgid "Errors / warnings:"
|
3239 |
msgstr "أخطاء / تحذيرات:"
|
3240 |
|
3241 |
+
#: addons/copycom.php:377 addons/onedrive.php:492 methods/dropbox.php:506
|
3242 |
msgid "%s authentication"
|
3243 |
msgstr "%s مصادقة"
|
3244 |
|
3245 |
+
#: addons/copycom.php:377 addons/onedrive.php:492 class-updraftplus.php:304
|
3246 |
+
#: methods/dropbox.php:506 methods/dropbox.php:520 methods/dropbox.php:615
|
3247 |
msgid "%s error: %s"
|
3248 |
msgstr "%s خطأ: %s"
|
3249 |
|
3250 |
+
#: addons/googlecloud.php:815 methods/dropbox.php:426
|
3251 |
msgid "%s logo"
|
3252 |
msgstr "%s الشعار"
|
3253 |
|
3263 |
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
|
3264 |
msgstr "وحدة PHP %s غير منصبة - من فضلك قم بمراسلة شركة الإستضافة لتمكينها"
|
3265 |
|
3266 |
+
#: methods/dropbox.php:202
|
3267 |
msgid "%s did not return the expected response - check your log file for more details"
|
3268 |
msgstr "%s لم ترسل الاستجابة المتوقعة - تحقق من ملف السجل الخاص بك لمزيد من التفاصيل"
|
3269 |
|
3270 |
+
#: admin.php:522 methods/updraftvault.php:255 methods/updraftvault.php:300
|
3271 |
#: udaddons/options.php:244
|
3272 |
msgid "Connect"
|
3273 |
msgstr "الإتصال"
|
3274 |
|
3275 |
+
#: admin.php:3922
|
3276 |
msgid "For more reporting features, use the Reporting add-on."
|
3277 |
msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
|
3278 |
|
3279 |
+
#: class-updraftplus.php:3517
|
3280 |
msgid "(version: %s)"
|
3281 |
msgstr "(الإصدار: %s)"
|
3282 |
|
3283 |
+
#: addons/reporting.php:416 admin.php:466
|
3284 |
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
|
3285 |
msgstr "تحقق من حجم الملفات المسموح به بخدمة الإيميل، تقريبا %s ميجا، أي نسخ احتياطية أكبر من هذا الحجم لن تصلك أبدا."
|
3286 |
|
3287 |
+
#: addons/reporting.php:416 admin.php:465
|
3288 |
msgid "When the Email storage method is enabled, also send the entire backup"
|
3289 |
msgstr "عندما يتم تمكين طريقة تخزين البريد الإلكتروني، قم أيضا بإرسال النسخ الاحتياطي كاملة"
|
3290 |
|
3291 |
+
#: backup.php:843
|
3292 |
msgid "Unknown/unexpected error - please raise a support request"
|
3293 |
msgstr "خطأ غير معروف / غير متوقع - يرجى رفع طلب دعم"
|
3294 |
|
3295 |
+
#: addons/reporting.php:221 backup.php:879
|
3296 |
msgid "The log file has been attached to this email."
|
3297 |
msgstr "تم إرفاق ملف السجل بهذا البريد الإلكتروني."
|
3298 |
|
3299 |
+
#: backup.php:885
|
3300 |
msgid "Backed up: %s"
|
3301 |
msgstr "نسخ احتياطي: %s"
|
3302 |
|
3303 |
+
#: backup.php:921
|
3304 |
msgid "Backup contains:"
|
3305 |
msgstr "تحتوي النسخة الإحتياطية على:"
|
3306 |
|
3307 |
+
#: addons/reporting.php:148 backup.php:922
|
3308 |
msgid "Latest status:"
|
3309 |
msgstr "آخر التحديثات:"
|
3310 |
|
3311 |
+
#: admin.php:155 backup.php:835
|
3312 |
msgid "Files and database"
|
3313 |
msgstr "ملفات وقواعد البيانات"
|
3314 |
|
3315 |
+
#: backup.php:837
|
3316 |
msgid "Files (database backup has not completed)"
|
3317 |
msgstr "ملفات (لم يتم إكمال نسخ قاعدة بيانات احتياطيا)"
|
3318 |
|
3319 |
+
#: backup.php:837
|
3320 |
msgid "Files only (database was not part of this particular schedule)"
|
3321 |
msgstr "الملفات فقط (لن يتم خلق نسخ احتياطية لقاعدة البيانات)"
|
3322 |
|
3323 |
+
#: backup.php:840
|
3324 |
msgid "Database (files backup has not completed)"
|
3325 |
msgstr "قاعدة بيانات (لم يتم إكمال نسخ الملفات احتياطيا)"
|
3326 |
|
3327 |
+
#: backup.php:840
|
3328 |
msgid "Database only (files were not part of this particular schedule)"
|
3329 |
msgstr " قاعدة البيانات فقط (لن يتم خلق نسخ احتياطية للملفات)"
|
3330 |
|
3372 |
msgid "please follow this link to update the plugin in order to activate it"
|
3373 |
msgstr "يرجى اتباع هذا الرابط لتحديث البرنامج المساعد من أجل تفعيله"
|
3374 |
|
3375 |
+
#: udaddons/options.php:370 udaddons/updraftplus-addons.php:256
|
3376 |
msgid "UpdraftPlus Addons"
|
3377 |
msgstr "اضافات UpdraftPlus"
|
3378 |
|
3384 |
msgid "UpdraftPlus Support"
|
3385 |
msgstr "دعم UpdraftPlus"
|
3386 |
|
3387 |
+
#: udaddons/updraftplus-addons.php:669
|
3388 |
msgid "UpdraftPlus.Com responded, but we did not understand the response"
|
3389 |
msgstr "رد UpdraftPlus.Com، ولكننا لم نفهم الإستجابة"
|
3390 |
|
3391 |
+
#: methods/updraftvault.php:538 udaddons/updraftplus-addons.php:709
|
3392 |
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
|
3393 |
msgstr "لا يمكن فهم إستجابة الموقع UpdraftPlus.Com (البيانات: %s)"
|
3394 |
|
3395 |
+
#: methods/updraftvault.php:579 udaddons/updraftplus-addons.php:748
|
3396 |
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
|
3397 |
msgstr "لم يتم التعرف على عنوان البريد الإلكتروني وكلمة المرور عن طريق UpdraftPlus.Com"
|
3398 |
|
3399 |
+
#: methods/updraftvault.php:565 methods/updraftvault.php:583
|
3400 |
+
#: udaddons/updraftplus-addons.php:751
|
3401 |
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
|
3402 |
msgstr "رد UpdraftPlus.Com، ولكننا لم نفهم الإستجابة "
|
3403 |
|
3405 |
msgid "An update is available for UpdraftPlus - please follow this link to get it."
|
3406 |
msgstr "يتوفر تحديث لUpdraftPlus - يرجى اتباع هذا الرابط للحصول عليه."
|
3407 |
|
3408 |
+
#: udaddons/updraftplus-addons.php:667
|
3409 |
msgid "We failed to successfully connect to UpdraftPlus.Com"
|
3410 |
msgstr "فشلنا في الاتصال بنجاح إلى UpdraftPlus.Com"
|
3411 |
|
3412 |
+
#: admin.php:3903 methods/email.php:74
|
3413 |
msgid "Reporting"
|
3414 |
msgstr "التقارير"
|
3415 |
|
3416 |
+
#: admin.php:1400
|
3417 |
msgid "Options (raw)"
|
3418 |
msgstr "خيارات (الخام)"
|
3419 |
|
3420 |
+
#: addons/reporting.php:414 admin.php:464
|
3421 |
msgid "Send a report only when there are warnings/errors"
|
3422 |
msgstr "إرسال تقرير فقط عندما تكون هناك تحذيرات / أخطاء"
|
3423 |
|
3429 |
msgid "You should check the file permissions in your WordPress installation"
|
3430 |
msgstr "يجب عليك التحقق من أذونات الملف في تركيب وورد الخاص بك"
|
3431 |
|
3432 |
+
#: admin.php:3826
|
3433 |
msgid "See also the \"More Files\" add-on from our shop."
|
3434 |
msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
|
3435 |
|
3436 |
+
#: backup.php:2877 class-updraftplus.php:583
|
3437 |
msgid "Your free space in your hosting account is very low - only %s Mb remain"
|
3438 |
msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
|
3439 |
|
3440 |
+
#: class-updraftplus.php:560
|
3441 |
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)"
|
3442 |
msgstr "كمية مقدار الذاكرة (RAM) المسموحة ل PHP قليلة جدا (%s ميجابايت) - يجب عليك زيادتها لتفادى مشاكل قلة الذاكرة (تحدث مع الاستضافة الخاصة بك لمزيد من المساعدة)"
|
3443 |
|
3569 |
msgid "Without it, encryption will be a lot slower."
|
3570 |
msgstr "بدون ذلك, التشفير سيكون ابطأ بكثير."
|
3571 |
|
3572 |
+
#: admin.php:2890
|
3573 |
msgid "Drop backup files here"
|
3574 |
msgstr "اسقاط ملفات النسخ الاحتياطى هنا"
|
3575 |
|
3577 |
msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
|
3578 |
msgstr "<strong>(على ما يبدو انة تمت المصادقة ,</strong> على الرغم من ذلك يمكنك المصادقة مرة اخرى لتحديث وصولك اذا كانت هناك مشكلة)."
|
3579 |
|
3580 |
+
#: class-updraftplus.php:3373
|
3581 |
msgid "Want more features or paid, guaranteed support? Check out UpdraftPlus.Com"
|
3582 |
msgstr "تريد المزيد من المميزات المدفوعة, مضمونة الدعم؟ قم بمراجعة UpdraftPlus.Com"
|
3583 |
|
3584 |
+
#: class-updraftplus.php:3383
|
3585 |
msgid "Check out WordShell"
|
3586 |
msgstr "تحقق من WordShell"
|
3587 |
|
3588 |
+
#: class-updraftplus.php:3383
|
3589 |
msgid "manage WordPress from the command line - huge time-saver"
|
3590 |
msgstr "إدارة ورد بريس من سطر الأوامر - لتوفير وقت كبير"
|
3591 |
|
3592 |
+
#: admin.php:472
|
3593 |
msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
|
3594 |
msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
|
3595 |
|
3596 |
+
#: admin.php:474
|
3597 |
msgid "The web server returned an error code (try again, or check your web server logs)"
|
3598 |
msgstr "اعاد خادم الويب برمز خطأ (حاول مجددا, او قم بالتحقق من سجلات خادم الويب الخاص بك)"
|
3599 |
|
3600 |
+
#: admin.php:470
|
3601 |
msgid "If you exclude both the database and the files, then you have excluded everything!"
|
3602 |
msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
|
3603 |
|
3621 |
msgid "Upload failed"
|
3622 |
msgstr "فشل التحميل"
|
3623 |
|
3624 |
+
#: admin.php:3792
|
3625 |
msgid "You can send a backup to more than one destination with an add-on."
|
3626 |
msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
|
3627 |
|
3665 |
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
|
3666 |
msgstr "محاولة ارسال النسخ الأحتياطى عن طريق البريد الألكترونى فشلت (من المحتمل ان يكون ملف النسخ الاحتياطى اكبر من المساحة المسموح بها فى البريد)"
|
3667 |
|
3668 |
+
#: admin.php:559
|
3669 |
msgid "%s settings test result:"
|
3670 |
msgstr "اعدادات نتيجة اختبار %s"
|
3671 |
|
3672 |
+
#: admin.php:4570
|
3673 |
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."
|
3674 |
msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
|
3675 |
|
3676 |
+
#: admin.php:4568 admin.php:4570
|
3677 |
msgid "(Not finished)"
|
3678 |
msgstr "(غير منتهي)"
|
3679 |
|
3680 |
+
#: admin.php:3981
|
3681 |
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)."
|
3682 |
msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
|
3683 |
|
3684 |
+
#: admin.php:3981
|
3685 |
msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
|
3686 |
msgstr "<b>لا تقم</b> بوضعه داخل الإضافات أو دليل الإضافات، لأن ذلك سوف يسبب الإعادة (نسخة احتياطية من نسخة احتياطية من نسخة احتياطية من......)."
|
3687 |
|
3693 |
msgid "Backup finished"
|
3694 |
msgstr "الانتهاء من النسخ الاحتياطي"
|
3695 |
|
3696 |
+
#: admin.php:3344 central/bootstrap.php:410 central/bootstrap.php:417
|
3697 |
+
#: methods/updraftvault.php:335 methods/updraftvault.php:403
|
3698 |
msgid "Unknown"
|
3699 |
msgstr "غير معروف"
|
3700 |
|
3750 |
msgid "Backup begun"
|
3751 |
msgstr "بدأ النسخ الاحتياطى"
|
3752 |
|
3753 |
+
#: admin.php:2777
|
3754 |
msgid "Backups in progress:"
|
3755 |
msgstr "تقدم النسخ الأحتياطى:"
|
3756 |
|
3757 |
+
#: admin.php:761
|
3758 |
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
|
3759 |
msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
|
3760 |
|
3770 |
msgid "file"
|
3771 |
msgstr "ملف"
|
3772 |
|
3773 |
+
#: class-updraftplus.php:2435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3774 |
msgid "The backup has not finished; a resumption is scheduled"
|
3775 |
msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
|
3776 |
|
3777 |
+
#: class-updraftplus.php:1489
|
3778 |
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
|
3779 |
msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
|
3780 |
|
3784 |
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)."
|
3785 |
msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
|
3786 |
|
3787 |
+
#: admin.php:2358
|
3788 |
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)."
|
3789 |
msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
|
3790 |
|
3796 |
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
|
3797 |
msgstr "لا تقم بالخروج بعد الضغط على زر البدأ - انتظر حتى انتهاء النسخ الاحتياطى"
|
3798 |
|
3799 |
+
#: addons/autobackup.php:933 admin.php:515
|
3800 |
msgid "Proceed with update"
|
3801 |
msgstr "المضي قدما مع التحديث"
|
3802 |
|
3857 |
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
|
3858 |
msgstr "اذا لم تكن متأكدا يجب عليك التوقف; والأ من المحتمل تدمير نسخة الورد بريس الخاصة بك"
|
3859 |
|
3860 |
+
#: admin.php:2159 admin.php:2549
|
3861 |
msgid "Support"
|
3862 |
msgstr "الدعم"
|
3863 |
|
3864 |
+
#: admin.php:2162
|
3865 |
msgid "More plugins"
|
3866 |
msgstr "مزيد من الملحقات"
|
3867 |
|
3868 |
+
#: class-updraftplus.php:3550
|
3869 |
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."
|
3870 |
msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
|
3871 |
|
3872 |
+
#: class-updraftplus.php:3653
|
3873 |
msgid "This database backup is missing core WordPress tables: %s"
|
3874 |
msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
|
3875 |
|
3876 |
+
#: class-updraftplus.php:3658
|
3877 |
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
|
3878 |
msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
|
3879 |
|
3880 |
+
#: class-updraftplus.php:3466
|
3881 |
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
|
3882 |
msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
|
3883 |
|
3884 |
+
#: admin.php:581 admin.php:736
|
3885 |
msgid "UpdraftPlus Premium can <strong>automatically</strong> take a backup of your plugins or themes and database before you update."
|
3886 |
msgstr "UpdraftPlus بريميوم يمكنة <strong>تلقائي</strong> اخذ نسخة احتياطية من الملحقات الخاصة بك والثيمات و قاعدة البيانات قبل التحديث."
|
3887 |
|
3888 |
+
#: admin.php:581 admin.php:736
|
3889 |
msgid "Be safe every time, without needing to remember - follow this link to learn more."
|
3890 |
msgstr "كن امناً كل مرة, دون الحاجة الى تذكر - اتبع هذا الرابط لمعرفة المزيد."
|
3891 |
|
3892 |
+
#: addons/autobackup.php:496 admin.php:721
|
3893 |
msgid "Update Plugin"
|
3894 |
msgstr "تحديث المكون الإضافي"
|
3895 |
|
3896 |
+
#: addons/autobackup.php:547 admin.php:725
|
3897 |
msgid "Update Theme"
|
3898 |
msgstr "تحديث الثيم"
|
3899 |
|
3900 |
+
#: admin.php:579 admin.php:734
|
3901 |
msgid "Dismiss (for %s weeks)"
|
3902 |
msgstr "رفض ( ل %s اسابيع)"
|
3903 |
|
3904 |
+
#: addons/autobackup.php:914 admin.php:580 admin.php:735
|
3905 |
msgid "Be safe with an automatic backup"
|
3906 |
msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
|
3907 |
|
3909 |
msgid "Uploads path (%s) does not exist - resetting (%s)"
|
3910 |
msgstr "مسار الرفع (%s) غير موجود - إعادة ضبط (%s)"
|
3911 |
|
3912 |
+
#: admin.php:2321
|
3913 |
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
|
3914 |
msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
|
3915 |
|
3916 |
+
#: admin.php:505
|
3917 |
msgid "Follow this link to attempt decryption and download the database file to your computer."
|
3918 |
msgstr "اتبع هذا الرابط لمحاولة فك التشفير وتحميل ملف قاعدة البيانات على جهازك."
|
3919 |
|
3920 |
+
#: admin.php:506
|
3921 |
msgid "This decryption key will be attempted:"
|
3922 |
msgstr "سيتم محاولة فتح مفتاح التشفير:"
|
3923 |
|
3924 |
+
#: admin.php:507
|
3925 |
msgid "Unknown server response:"
|
3926 |
msgstr "استجابة الملقم غير معروف:"
|
3927 |
|
3928 |
+
#: admin.php:508
|
3929 |
msgid "Unknown server response status:"
|
3930 |
msgstr "استجابة الخادم غير معروفة:"
|
3931 |
|
3932 |
+
#: admin.php:509
|
3933 |
msgid "The file was uploaded."
|
3934 |
msgstr "تم رفع الملف."
|
3935 |
|
3936 |
+
#: admin.php:501
|
3937 |
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
|
3938 |
msgstr "(تأكد من انك كنت تحاول رفع ملف مضغوط تم إنشاؤه مسبقا من قبل UpdraftPlus)"
|
3939 |
|
3940 |
+
#: admin.php:502
|
3941 |
msgid "Upload error:"
|
3942 |
msgstr "خطأ التحميل:"
|
3943 |
|
3944 |
+
#: admin.php:503
|
3945 |
msgid "This file does not appear to be an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
|
3946 |
msgstr "هذا الملف لا يبدو انة ملف UpdraftPlus مضغوط مشفر لقاعدة البيانات (هذة الملفات .gz.crypt التى لديها اسم مثل: backup_(time)_(site name)_(code)_db.crypt.gz)."
|
3947 |
|
3948 |
+
#: admin.php:504
|
3949 |
msgid "Upload error"
|
3950 |
msgstr "خطأ فى الرفع"
|
3951 |
|
3952 |
+
#: admin.php:491
|
3953 |
msgid "Delete from your web server"
|
3954 |
msgstr "حذف من خادم الويب الخاص بك"
|
3955 |
|
3956 |
+
#: admin.php:492
|
3957 |
msgid "Download to your computer"
|
3958 |
msgstr "تحميل الى جهاز الكمبيوتر الخاص بك"
|
3959 |
|
3960 |
+
#: admin.php:493
|
3961 |
msgid "and then, if you wish,"
|
3962 |
msgstr "وبعد ذلك، إذا كنت ترغب في ذلك،"
|
3963 |
|
3964 |
+
#: methods/s3.php:689
|
3965 |
msgid "Examples of S3-compatible storage providers:"
|
3966 |
msgstr "امثلة من مقدمى التخزين المتوافق-s3:"
|
3967 |
|
3968 |
+
#: admin.php:4940
|
3969 |
msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
|
3970 |
msgstr "لن يتم حذف اى ارشيف بعد فك الضغط عنة, بسبب عدم وجود سحابة التخزين لهذه النسخة الاحتياطية"
|
3971 |
|
3972 |
+
#: admin.php:4534
|
3973 |
msgid "(%d archive(s) in set)."
|
3974 |
msgstr "(%d الأرشيف(s) in set)."
|
3975 |
|
3976 |
+
#: admin.php:4537
|
3977 |
msgid "You appear to be missing one or more archives from this multi-archive set."
|
3978 |
msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
|
3979 |
|
3980 |
+
#: admin.php:3958
|
3981 |
msgid "Split archives every:"
|
3982 |
msgstr "تقسيم كل ارشيف:"
|
3983 |
|
3984 |
+
#: admin.php:482
|
3985 |
msgid "Error: the server sent an empty response."
|
3986 |
msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
|
3987 |
|
3988 |
+
#: admin.php:483
|
3989 |
msgid "Warnings:"
|
3990 |
msgstr "تحذيرات:"
|
3991 |
|
3993 |
msgid "Error: the server sent us a response (JSON) which we did not understand."
|
3994 |
msgstr "الخطأ: الخادم ارسل لنا استجابة (JSON) اللتى لم نتمكن من فهمها."
|
3995 |
|
3996 |
+
#: admin.php:2054
|
3997 |
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?"
|
3998 |
msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
|
3999 |
|
4000 |
+
#: admin.php:1330
|
4001 |
msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
|
4002 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح. الأن اضغط استعادة مرة اخرى للأستمرار."
|
4003 |
|
4004 |
+
#: admin.php:1332
|
4005 |
msgid "The backup archive files have been processed, but with some warnings. If all is well, then now press Restore again to proceed. Otherwise, cancel and correct any problems first."
|
4006 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح, ولكن مع بعض التحذيرات. اذا كان كل شئ على مايرام, اضغط على استعادة مرة اخرى للأستمرار. غير ذلك, قم بالألغاء وتصحيح اى مشاكل اولا."
|
4007 |
|
4008 |
+
#: admin.php:1334
|
4009 |
msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
|
4010 |
msgstr "تمت معالجة ملفات الأرشيف الأحتياطية بنجاح, لكن مع بعض الأخطاء. سوف تحتاج الى الألغاء وتصحيح اى مشاكل قبل اعادة المحاولة."
|
4011 |
|
4012 |
+
#: admin.php:1014
|
4013 |
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"
|
4014 |
msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
|
4015 |
|
4016 |
+
#: admin.php:1234
|
4017 |
msgid "No such backup set exists"
|
4018 |
msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
|
4019 |
|
4020 |
+
#: admin.php:1303
|
4021 |
msgid "File not found (you need to upload it): %s"
|
4022 |
msgstr "الملف غير موجود (تحتاج الى رفعة): %s"
|
4023 |
|
4024 |
+
#: admin.php:1305
|
4025 |
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
|
4026 |
msgstr "تم العثور على الملف, لكن حجمة صفر ( تحتاج الى رفعة): %s"
|
4027 |
|
4028 |
+
#: admin.php:1310
|
4029 |
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
|
4030 |
msgstr "تم العثور على الملف %s, لكن لدية حجم مختلف (%s) عن الذى توقعناة (%s) - قد يكون تالفا."
|
4031 |
|
4032 |
+
#: admin.php:1325
|
4033 |
msgid "This multi-archive backup set appears to have the following archives missing: %s"
|
4034 |
msgstr "مجموعة النسخ الأحتياطى متعددة الأرشيف لديها هذة الأرشيفات مفقودة: %s"
|
4035 |
|
4045 |
msgid "Moving unpacked backup into place..."
|
4046 |
msgstr "نقل النسخ الأحتياطى الذى تم فك حزمة الى المكان..."
|
4047 |
|
4048 |
+
#: backup.php:2584 backup.php:2837
|
4049 |
msgid "Failed to open the zip file (%s) - %s"
|
4050 |
msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
|
4051 |
|
4053 |
msgid "WordPress root directory server path: %s"
|
4054 |
msgstr "مسار جذر الوردبريس فى الخادم: %s"
|
4055 |
|
4056 |
+
#: methods/s3.php:696
|
4057 |
msgid "... and many more!"
|
4058 |
msgstr "... وغيرها الكثير!"
|
4059 |
|
4060 |
+
#: methods/s3.php:734
|
4061 |
msgid "%s end-point"
|
4062 |
msgstr "نقطة النهاية %s "
|
4063 |
|
4064 |
+
#: admin.php:4859
|
4065 |
msgid "File is not locally present - needs retrieving from remote storage"
|
4066 |
msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
|
4067 |
|
4069 |
msgid "S3 (Compatible)"
|
4070 |
msgstr "S3 (متوافق)"
|
4071 |
|
4072 |
+
#: admin.php:4807
|
4073 |
msgid "Final checks"
|
4074 |
msgstr "الفحوصات النهائية"
|
4075 |
|
4076 |
+
#: admin.php:4846
|
4077 |
msgid "Looking for %s archive: file name: %s"
|
4078 |
msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
|
4079 |
|
4080 |
+
#: admin.php:3964
|
4081 |
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
|
4082 |
msgstr "حدد هذا المربع لحذف اى ملفات النسخ الأحتياطى الزائدة من السيرفر الخاص بك بعد انتهاء عملية النسخ الأحتياطى (أي بمعنى. اذا لم تقم بالتحديد, فأنة سوف تظل ايضا الملفات اللتى ارسللت عن بعد على السيرفر محلياً, وان الملفات اللتى يتم الأحتفاظ بها محليا لن تكون خاضعة لحدود الأبقاء)."
|
4083 |
|
4084 |
+
#: admin.php:3867
|
4085 |
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
|
4086 |
msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
|
4087 |
|
4088 |
+
#: admin.php:4081
|
4089 |
msgid "Your wp-content directory server path: %s"
|
4090 |
msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
|
4091 |
|
4092 |
+
#: admin.php:498
|
4093 |
msgid "Raw backup history"
|
4094 |
msgstr "تاريخ النسخ الاحتياطي الخام"
|
4095 |
|
4097 |
msgid "Show raw backup and file list"
|
4098 |
msgstr "مشاهدة النسخ الاحتياطي الخام وقائمة الملفات"
|
4099 |
|
4100 |
+
#: admin.php:481
|
4101 |
msgid "Processing files - please wait..."
|
4102 |
msgstr "تجهيز الملفات - يرجى الأنتظار..."
|
4103 |
|
4104 |
+
#: admin.php:2858
|
4105 |
msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
|
4106 |
msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
|
4107 |
|
4108 |
+
#: admin.php:2858 admin.php:4992
|
4109 |
msgid "Please consult this FAQ for help on what to do about it."
|
4110 |
msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول على المساعدة بشأن ما ينبغى القيام بة حيال ذلك."
|
4111 |
|
4112 |
+
#: class-updraftplus.php:3474
|
4113 |
msgid "Failed to open database file."
|
4114 |
msgstr "فشل فى فتح ملف قاعدة البيانات."
|
4115 |
|
4116 |
+
#: class-updraftplus.php:3454
|
4117 |
msgid "Failed to write out the decrypted database to the filesystem."
|
4118 |
msgstr "فشل فى كتابة قاعدة البيانات المشفرة الى ملفات النظام."
|
4119 |
|
4120 |
+
#: admin.php:1372
|
4121 |
msgid "Known backups (raw)"
|
4122 |
msgstr "النسخ الأحتياطى المعروفة (الخام)"
|
4123 |
|
4141 |
msgid "Restoring table (%s)"
|
4142 |
msgstr "استعادة الجدول (%s)"
|
4143 |
|
4144 |
+
#: addons/migrator.php:314
|
4145 |
msgid "This looks like a migration (the backup is from a site with a different address/URL), but you did not check the option to search-and-replace the database. That is usually a mistake."
|
4146 |
msgstr "هذة تبدو كأنها ترحيل (النسخة الأحتياطة من موقع عنوان الرابط الخاص بة مختلف), لكنك لم تقم بالأشارة على خيار البحث واستبدال قاعدة البيانات. عادة ما يكون خطأ."
|
4147 |
|
4148 |
+
#: admin.php:4881
|
4149 |
msgid "file is size:"
|
4150 |
msgstr "حجم الملف:"
|
4151 |
|
4152 |
+
#: addons/googlecloud.php:855 addons/migrator.php:352 addons/migrator.php:355
|
4153 |
+
#: addons/migrator.php:358 admin.php:761 admin.php:2326 admin.php:3130
|
4154 |
+
#: backup.php:2884 updraftplus.php:147
|
4155 |
msgid "Go here for more information."
|
4156 |
msgstr "اذهب هنا لمزيد من المعلومات."
|
4157 |
|
4158 |
+
#: admin.php:480
|
4159 |
msgid "Some files are still downloading or being processed - please wait."
|
4160 |
msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
|
4161 |
|
4162 |
+
#: class-updraftplus.php:3522 class-updraftplus.php:3540
|
4163 |
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."
|
4164 |
msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
|
4165 |
|
4171 |
msgid "%s upload failed"
|
4172 |
msgstr "فشل ارسال الملف %s"
|
4173 |
|
4174 |
+
#: addons/fixtime.php:545
|
4175 |
msgid "Enter in format HH:MM (e.g. 14:22)."
|
4176 |
msgstr "ادخل فى صيغة HH:MM (مثل 14:22)."
|
4177 |
|
4178 |
+
#: addons/fixtime.php:545
|
4179 |
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
|
4180 |
msgstr "المنطقة الزمنية المستخدمة هى من اعدادات الورد بريس الخاصة بك, في إعدادات -> عام."
|
4181 |
|
4182 |
+
#: methods/dropbox.php:120
|
4183 |
msgid "Dropbox error: %s (see log file for more)"
|
4184 |
msgstr "خطأ فى الأسقاط: %s (تحقق من السجل لمزيد من المعلومات)"
|
4185 |
|
4186 |
+
#: methods/dropbox.php:330
|
4187 |
msgid "You do not appear to be authenticated with %s (whilst deleting)"
|
4188 |
msgstr "لا يبدو انة لديك التصريح ل %s (لحين الحذف)"
|
4189 |
|
4190 |
+
#: methods/dropbox.php:338
|
4191 |
msgid "Failed to access %s when deleting (see log file for more)"
|
4192 |
msgstr "فشل الوصول الى %s عند الحذف (تحقق من ملف السجل لمزيد من المعلومات)"
|
4193 |
|
4194 |
+
#: addons/copycom.php:264 methods/dropbox.php:371
|
4195 |
msgid "You do not appear to be authenticated with %s"
|
4196 |
msgstr "لا يبدو انة تمت المصادقة مع: %s"
|
4197 |
|
4224 |
msgid "%s authentication failed"
|
4225 |
msgstr "المصادقة فشلت %s"
|
4226 |
|
4227 |
+
#: class-updraftplus.php:838 methods/cloudfiles.php:211
|
4228 |
msgid "%s error - failed to re-assemble chunks"
|
4229 |
msgstr "خطأ %s - فشل فى اعادة تجميع الأجزاء"
|
4230 |
|
4231 |
+
#: addons/googlecloud.php:384 addons/migrator.php:448 admin.php:1999
|
4232 |
+
#: admin.php:2046 admin.php:2054 class-updraftplus.php:686
|
4233 |
+
#: class-updraftplus.php:692 class-updraftplus.php:3442
|
4234 |
+
#: class-updraftplus.php:3444 class-updraftplus.php:3580
|
4235 |
+
#: class-updraftplus.php:3613 methods/googledrive.php:299 restorer.php:873
|
4236 |
msgid "Error: %s"
|
4237 |
msgstr "خطأ: %s"
|
4238 |
|
4239 |
+
#: admin.php:3656
|
4240 |
msgid "Backup directory specified exists, but is <b>not</b> writable."
|
4241 |
msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
|
4242 |
|
4243 |
+
#: admin.php:3654
|
4244 |
msgid "Backup directory specified does <b>not</b> exist."
|
4245 |
msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
|
4246 |
|
4247 |
+
#: admin.php:3389 admin.php:3610 class-updraftplus.php:3522
|
4248 |
+
#: class-updraftplus.php:3540
|
4249 |
msgid "Warning: %s"
|
4250 |
msgstr "تحذير: %s"
|
4251 |
|
4252 |
+
#: admin.php:2462
|
4253 |
msgid "Last backup job run:"
|
4254 |
msgstr "اخر تشغيل لوظيفة النسخ الأحتياطى:"
|
4255 |
|
4256 |
+
#: backup.php:2017 backup.php:2043
|
4257 |
msgid "%s: unreadable file - could not be backed up"
|
4258 |
msgstr "%s: الملف غير قابل للقراءة - لا يمكن ان يتم اجراء النسخ الأحتياطى"
|
4259 |
|
4260 |
+
#: backup.php:2603
|
4261 |
msgid "A very large file was encountered: %s (size: %s Mb)"
|
4262 |
msgstr "مصادفة ملف كبير جدا: %s (الحجم: %s ميجابايت)"
|
4263 |
|
4264 |
+
#: backup.php:1467
|
4265 |
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup"
|
4266 |
msgstr "الجدول %s بة عدد كبير من الصفوف (%s) - نأمل ان شركة الأستضافة الخاصة بك تعطيك ما يكفى من الموارد لتفريغ هذا الجدول من النسخة الأحتياطة."
|
4267 |
|
4268 |
+
#: backup.php:1578
|
4269 |
msgid "An error occurred whilst closing the final database file"
|
4270 |
msgstr "حدث خطأ اثناء اغلاق ملف قاعدة البيانات النهائي."
|
4271 |
|
4272 |
+
#: backup.php:870
|
4273 |
msgid "Warnings encountered:"
|
4274 |
msgstr "مصادفة تحذيرات:"
|
4275 |
|
4276 |
+
#: class-updraftplus.php:2423
|
4277 |
msgid "The backup apparently succeeded (with warnings) and is now complete"
|
4278 |
msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
|
4279 |
|
4280 |
+
#: class-updraftplus.php:596
|
4281 |
msgid "Your free disk space is very low - only %s Mb remain"
|
4282 |
msgstr "المساحة الحرة على القرص الخاص بك منخفضة جدا - فقط متبقى %s ميجابايت"
|
4283 |
|
4284 |
+
#: addons/migrator.php:431
|
4285 |
msgid "Migrated site (from UpdraftPlus)"
|
4286 |
msgstr "المواقع المدمجة (من UpdraftPlus)"
|
4287 |
|
4288 |
+
#: addons/migrator.php:510
|
4289 |
msgid "<strong>ERROR</strong>: Site URL already taken."
|
4290 |
msgstr "<strong>خطأ</strong>: رابط الموقع موجود مسبقاً."
|
4291 |
|
4292 |
+
#: addons/migrator.php:455
|
4293 |
msgid "New site:"
|
4294 |
msgstr "الموقع الجديد:"
|
4295 |
|
4296 |
+
#: addons/migrator.php:372
|
4297 |
msgid "Information needed to continue:"
|
4298 |
msgstr "المعلومات اللازمة للأستمرار:"
|
4299 |
|
4300 |
+
#: addons/migrator.php:373
|
4301 |
msgid "Enter details for where this new site is to live within your multisite install:"
|
4302 |
msgstr "ادخل تفاصيل عن مكان هذا الموقع الجديد ضمن المواقع المتعددة الخاصة بك:"
|
4303 |
|
4304 |
+
#: addons/migrator.php:318
|
4305 |
msgid "Processed plugin:"
|
4306 |
msgstr "المكون الأضافى:"
|
4307 |
|
4308 |
+
#: addons/migrator.php:329
|
4309 |
msgid "Network activating theme:"
|
4310 |
msgstr "تفعيل ثيم الشبكة:"
|
4311 |
|
4317 |
msgid "Check your file permissions: Could not successfully create and enter directory:"
|
4318 |
msgstr "تحقق من اذونات الملفات الخاصة بك: تعذر الدخول او انشاء الدليل:"
|
4319 |
|
4320 |
+
#: methods/s3.php:710
|
4321 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support and ask for them to enable it."
|
4322 |
msgstr "خادم الويب الخاص بك لا يشمل تركيب وحدة نمطية مطلوبة من PHP (%s). يرجى الأتصال بمزود خدمة الأستضافة الخاصة بك وطلب منهم تفعيلها."
|
4323 |
|
4324 |
+
#: methods/s3.php:897
|
4325 |
msgid "Please check your access credentials."
|
4326 |
msgstr "يرجى التحقق من وصول بيانات الأعتماد."
|
4327 |
|
4328 |
+
#: addons/s3-enhanced.php:152 methods/s3.php:875
|
4329 |
msgid "The error reported by %s was:"
|
4330 |
msgstr "الخطأ الذى تم التبليغ عنة من %s هو:"
|
4331 |
|
4337 |
msgid "Cannot drop tables, so deleting instead (%s)"
|
4338 |
msgstr "لا يمكن اسقاط الجدوال, بدلا من ذلك احذفها (%s)"
|
4339 |
|
4340 |
+
#: class-updraftplus.php:3591 restorer.php:1559
|
4341 |
msgid "Site information:"
|
4342 |
msgstr "معلومات عن الموقع:"
|
4343 |
|
4345 |
msgid "Cannot create new tables, so skipping this command (%s)"
|
4346 |
msgstr "لا يمكن إنشاء جداول جديدة، حتى تخطى هذا الأمر (%s)"
|
4347 |
|
4348 |
+
#: addons/migrator.php:314 admin.php:2321 class-updraftplus.php:3584
|
4349 |
#: restorer.php:1439 restorer.php:1465 restorer.php:1879
|
4350 |
msgid "Warning:"
|
4351 |
msgstr "تحذير:"
|
4354 |
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."
|
4355 |
msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
|
4356 |
|
4357 |
+
#: class-updraftplus.php:3576 restorer.php:105
|
4358 |
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
|
4359 |
msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
|
4360 |
|
4361 |
+
#: admin.php:4834
|
4362 |
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."
|
4363 |
msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
|
4364 |
|
4365 |
+
#: admin.php:4137 methods/updraftvault.php:239
|
4366 |
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."
|
4367 |
msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
|
4368 |
|
4369 |
+
#: admin.php:516
|
4370 |
msgid "Close"
|
4371 |
msgstr "اغلق"
|
4372 |
|
4373 |
+
#: addons/autobackup.php:283 addons/autobackup.php:374 admin.php:473
|
4374 |
+
#: methods/remotesend.php:71 methods/remotesend.php:79
|
4375 |
+
#: methods/remotesend.php:219 methods/remotesend.php:227
|
4376 |
msgid "Unexpected response:"
|
4377 |
msgstr "استجابة غير متوقعة:"
|
4378 |
|
4379 |
+
#: addons/reporting.php:412 admin.php:469
|
4380 |
msgid "To send to more than one address, separate each address with a comma."
|
4381 |
msgstr "لأرسال الى اكثر من عنوان واحد, قم بوضع فاصلة بين كل عنوان."
|
4382 |
|
4383 |
+
#: admin.php:496
|
4384 |
msgid "PHP information"
|
4385 |
msgstr "معلومات PHP"
|
4386 |
|
4387 |
+
#: admin.php:3070
|
4388 |
msgid "show PHP information (phpinfo)"
|
4389 |
msgstr "اظهار معلومات PHP التالى (phpinfo)"
|
4390 |
|
4392 |
msgid "zip executable found:"
|
4393 |
msgstr "وجد ملف مضغوط قابل للتنفيذ:"
|
4394 |
|
4395 |
+
#: admin.php:2471
|
4396 |
msgid "Migrate Site"
|
4397 |
msgstr "تصدير الموقع"
|
4398 |
|
4399 |
+
#: addons/migrator.php:170
|
4400 |
msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
|
4401 |
msgstr "<a href=\"%s\"> اقرأ هذة المقالة لمعرفة كيف يتم ذلك خطوة بخطوة.</a>"
|
4402 |
|
4403 |
+
#: admin.php:2476
|
4404 |
msgid "Do you want to migrate or clone/duplicate a site?"
|
4405 |
msgstr "هل تريد ترحيل او استنساخ / تكرار الموقع؟"
|
4406 |
|
4407 |
+
#: admin.php:2476
|
4408 |
msgid "Then, try out our \"Migrator\" add-on. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
|
4409 |
msgstr "اذا, قم بتجربة البرنامج الأضافى \"Migrator\". بعد استخدامة لمرة واحدة. سوف تجد انك قمت بتوفير سعر شراء الادوات الاخرى و ايضا الوقت الذى يتم استخدامة لنقل الموقع يدوياً."
|
4410 |
|
4411 |
+
#: admin.php:2476
|
4412 |
msgid "Get it here."
|
4413 |
msgstr "احصل عليه من هنا."
|
4414 |
|
4415 |
+
#: admin.php:2946
|
4416 |
msgid "Deleting... please allow time for the communications with the remote storage to complete."
|
4417 |
msgstr "جارى الحذف...يرجى اتاحة الوقت لأكمال الأتصال مع التخزين البعيد."
|
4418 |
|
4419 |
+
#: admin.php:2945
|
4420 |
msgid "Also delete from remote storage"
|
4421 |
msgstr "حذف ايضاً من التخزين البعيد"
|
4422 |
|
4423 |
+
#: admin.php:2804
|
4424 |
msgid "Latest UpdraftPlus.com news:"
|
4425 |
msgstr "اخر اخبار UpdraftPlus.com:"
|
4426 |
|
4427 |
+
#: admin.php:2437
|
4428 |
msgid "Clone/Migrate"
|
4429 |
msgstr "استنساخ/ترحيل"
|
4430 |
|
4431 |
+
#: admin.php:2157
|
4432 |
msgid "News"
|
4433 |
msgstr "اخبار"
|
4434 |
|
4435 |
+
#: admin.php:2156
|
4436 |
msgid "Premium"
|
4437 |
msgstr "مميز"
|
4438 |
|
4439 |
+
#: admin.php:1616
|
4440 |
msgid "Local archives deleted: %d"
|
4441 |
msgstr "الأرشيفات المحلية المحذوفة: %d"
|
4442 |
|
4443 |
+
#: admin.php:1617
|
4444 |
msgid "Remote archives deleted: %d"
|
4445 |
msgstr "الأرشيفات عن بعد المحذوفة: %d"
|
4446 |
|
4448 |
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
|
4449 |
msgstr "%s - لا يمكن دعم هذا الكيان; دليل المقابلة غير موجود (%s)"
|
4450 |
|
4451 |
+
#: admin.php:1542
|
4452 |
msgid "Backup set not found"
|
4453 |
msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
|
4454 |
|
4455 |
+
#: class-updraftplus.php:3400
|
4456 |
msgid "Subscribe to the UpdraftPlus blog to get up-to-date news and offers"
|
4457 |
msgstr "اشترك فى مدونة UpdraftPlus للحصول على احدث الأخبار والعروض"
|
4458 |
|
4459 |
+
#: class-updraftplus.php:3400
|
4460 |
msgid "Blog link"
|
4461 |
msgstr "رابط المدونة"
|
4462 |
|
4463 |
+
#: class-updraftplus.php:3400
|
4464 |
msgid "RSS link"
|
4465 |
msgstr "رابط RSS"
|
4466 |
|
4467 |
+
#: admin.php:558
|
4468 |
msgid "Testing %s Settings..."
|
4469 |
msgstr "اختبار اعدادات %s ..."
|
4470 |
|
4471 |
+
#: admin.php:2880
|
4472 |
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."
|
4473 |
msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
|
4474 |
|
4475 |
+
#: admin.php:777
|
4476 |
msgid "Notice"
|
4477 |
msgstr "لاحظ"
|
4478 |
|
4479 |
+
#: admin.php:777
|
4480 |
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."
|
4481 |
msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
|
4482 |
|
4483 |
+
#: backup.php:852
|
4484 |
msgid "Errors encountered:"
|
4485 |
msgstr "مصادفة اخطاء:"
|
4486 |
|
4487 |
+
#: admin.php:467
|
4488 |
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
|
4489 |
msgstr "اعادة الفحص (يبحث عن النسخ الاحتياطية التي قمت برفعها يدويا في مسار النسخ الاحتياطي الداخلي)..."
|
4490 |
|
4491 |
+
#: admin.php:479
|
4492 |
msgid "Begun looking for this entity"
|
4493 |
msgstr "بدأ البحث عن هذا الكيان"
|
4494 |
|
4495 |
+
#: addons/migrator.php:1088
|
4496 |
msgid "SQL update commands run:"
|
4497 |
msgstr "تشغيل اوامر تحديث SQL:"
|
4498 |
|
4499 |
+
#: addons/migrator.php:1089 admin.php:484
|
4500 |
msgid "Errors:"
|
4501 |
msgstr "الأخطاء:"
|
4502 |
|
4503 |
+
#: addons/migrator.php:1090
|
4504 |
msgid "Time taken (seconds):"
|
4505 |
msgstr "الوقت المستغرق (ثانية):"
|
4506 |
|
4507 |
+
#: addons/migrator.php:1226
|
4508 |
msgid "rows: %d"
|
4509 |
msgstr "الصفوف: %d"
|
4510 |
|
4511 |
+
#: addons/migrator.php:1341
|
4512 |
msgid "\"%s\" has no primary key, manual change needed on row %s."
|
4513 |
msgstr "\"%s\" لا يوجد لدية مفتاح اساسى, تحتاج الى تغيرها يدويا فى الصف %s."
|
4514 |
|
4516 |
msgid "Store at"
|
4517 |
msgstr "المتجر فى"
|
4518 |
|
4519 |
+
#: addons/migrator.php:903
|
4520 |
msgid "Nothing to do: the site URL is already: %s"
|
4521 |
msgstr "لا شئ لعملة: رابط الموقع بالفعل: %s"
|
4522 |
|
4523 |
+
#: addons/migrator.php:914
|
4524 |
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
|
4525 |
msgstr "تحذير: رابط موقع قواعد البيانات (%s) يختلف عن ما كنا نتوقعة (%s)"
|
4526 |
|
4527 |
+
#: addons/migrator.php:930
|
4528 |
msgid "Database search and replace: replace %s in backup dump with %s"
|
4529 |
msgstr "البحث والأستبدال فى قاعدة البيانات: استبدل %s فى تفريغ النسخ الأحتياطى مع %s"
|
4530 |
|
4531 |
+
#: addons/migrator.php:970
|
4532 |
msgid "Could not get list of tables"
|
4533 |
msgstr "لا يمكن الحصول على قائمة الجداول"
|
4534 |
|
4535 |
+
#: addons/migrator.php:1085
|
4536 |
msgid "Tables examined:"
|
4537 |
msgstr "فحص الجداول:"
|
4538 |
|
4539 |
+
#: addons/migrator.php:1086
|
4540 |
msgid "Rows examined:"
|
4541 |
msgstr "فحص الصفوف:"
|
4542 |
|
4543 |
+
#: addons/migrator.php:1087
|
4544 |
msgid "Changes made:"
|
4545 |
msgstr "التغييرات التي تم إجراؤها:"
|
4546 |
|
4557 |
msgstr "المنفذ"
|
4558 |
|
4559 |
#: addons/lockadmin.php:141 addons/moredatabase.php:234 addons/sftp.php:366
|
4560 |
+
#: methods/openstack2.php:127 methods/updraftvault.php:299
|
4561 |
#: udaddons/options.php:145
|
4562 |
msgid "Password"
|
4563 |
msgstr "كلمة السر"
|
4586 |
msgid "Failure: Port must be an integer."
|
4587 |
msgstr "فشل: المنفذ يجب ان يكون عدد صحيح."
|
4588 |
|
4589 |
+
#: addons/fixtime.php:545
|
4590 |
msgid "starting from next time it is"
|
4591 |
msgstr "ابتداء من المرة القادمة انها"
|
4592 |
|
4602 |
msgid "You do not have permission to access this page."
|
4603 |
msgstr "ليس لديك الصلاحيات لدخول هذة الصفحة."
|
4604 |
|
4605 |
+
#: addons/migrator.php:358 addons/multisite.php:609
|
4606 |
msgid "Must-use plugins"
|
4607 |
msgstr "لابد من استخدام الأضافات"
|
4608 |
|
4610 |
msgid "Blog uploads"
|
4611 |
msgstr "مدونة الملفات المرفوعة"
|
4612 |
|
4613 |
+
#: addons/migrator.php:528
|
4614 |
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
|
4615 |
msgstr "سيتم استبدال كافة المراجع الى الموقع فى قاعدة البيانات مع رابط الموقع الحالى, الذى هو: %s"
|
4616 |
|
4617 |
+
#: addons/migrator.php:528
|
4618 |
msgid "Search and replace site location in the database (migrate)"
|
4619 |
msgstr "بحث واستبدال قاعدة البيانات فى الموقع (ترحيل)"
|
4620 |
|
4621 |
+
#: addons/migrator.php:528
|
4622 |
msgid "(learn more)"
|
4623 |
msgstr "(مزيد من المعلومات)"
|
4624 |
|
4625 |
+
#: addons/migrator.php:763 addons/migrator.php:1067
|
4626 |
msgid "Failed: the %s operation was not able to start."
|
4627 |
msgstr "فشل: العملية %s لم تكن قادرة على البدأ."
|
4628 |
|
4629 |
+
#: addons/migrator.php:765 addons/migrator.php:1069
|
4630 |
msgid "Failed: we did not understand the result returned by the %s operation."
|
4631 |
msgstr "فشل: لم نستطع فهم نتيجة العملية بواسطة %s ."
|
4632 |
|
4633 |
+
#: addons/migrator.php:837
|
4634 |
msgid "Database: search and replace site URL"
|
4635 |
msgstr "قاعدة البيانات: بحث واستبدال عنوان الموقع"
|
4636 |
|
4637 |
+
#: addons/migrator.php:841
|
4638 |
msgid "This option was not selected."
|
4639 |
msgstr "لم يتم تحديد هذا الخيار."
|
4640 |
|
4641 |
+
#: addons/migrator.php:875 addons/migrator.php:879 addons/migrator.php:883
|
4642 |
+
#: addons/migrator.php:888 addons/migrator.php:892 addons/migrator.php:897
|
4643 |
msgid "Error: unexpected empty parameter (%s, %s)"
|
4644 |
msgstr "خطأ: معلمة فارغة غير متوقعة (%s, %s)"
|
4645 |
|
4758 |
msgid "Over-write wp-config.php"
|
4759 |
msgstr "إعادة كتابة wp-config.php"
|
4760 |
|
4761 |
+
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:523
|
4762 |
+
#: methods/dropbox.php:525
|
4763 |
msgid "you have authenticated your %s account"
|
4764 |
msgstr "تم المصادقة على %s حسابك"
|
4765 |
|
4766 |
+
#: addons/copycom.php:398 methods/dropbox.php:528
|
4767 |
msgid "though part of the returned information was not as expected - your mileage may vary"
|
4768 |
msgstr "على الرغم من أن جزء من المعلومات الذي عاد لم يكن كما هو متوقع - الأميال الخاص بك قد تختلف"
|
4769 |
|
4770 |
+
#: addons/copycom.php:406 addons/onedrive.php:527 methods/dropbox.php:532
|
4771 |
msgid "Your %s account name: %s"
|
4772 |
msgstr "اسم الحساب %s الخاص بك: %s"
|
4773 |
|
4779 |
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
|
4780 |
msgstr "إذا كنت تريد تشفير (على سبيل المثال كنت تخزن بيانات الأعمال الحساسة)، فهناك اضافة متاحة لهذا الغرض."
|
4781 |
|
4782 |
+
#: methods/s3.php:661
|
4783 |
msgid "%s Error: Failed to download %s. Check your permissions and credentials."
|
4784 |
msgstr "%s خطأ: فشل في تحميل %s. تحقق من الأذونات واعتماداتك."
|
4785 |
|
4786 |
+
#: methods/s3.php:507 methods/s3.php:580 methods/s3.php:666
|
4787 |
msgid "%s Error: Failed to access bucket %s. Check your permissions and credentials."
|
4788 |
msgstr "خطأ %s : فشل في الوصول إلى الدلو %s. تحقق من الأذونات واعتماداتك. "
|
4789 |
|
4790 |
+
#: methods/s3.php:725
|
4791 |
msgid "Get your access key and secret key <a href=\"%s\">from your %s console</a>, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage. This bucket will be created for you if it does not already exist."
|
4792 |
msgstr "احصل على مفتاح وصولك و كلمتك السرية <a href=\"%s\">من %s آلتك</a>، ثم اختر اسم مستخدم (أحرف وأرقام) (فريد - كل %s المستخدمين) (ومسار اختياريا) لإستخدامه للتخزين. هذا الدلو سيتم خلقه لك ان لم يكن موجود أصلا."
|
4793 |
|
4794 |
+
#: methods/s3.php:727
|
4795 |
msgid "If you see errors about SSL certificates, then please go here for help."
|
4796 |
msgstr "إذا كنت ترى أخطاء حول شهادات SSL، يرجى الدخول هنا للمساعدة."
|
4797 |
|
4798 |
+
#: methods/s3.php:748
|
4799 |
msgid "%s access key"
|
4800 |
msgstr "مفتاح الوصول %s"
|
4801 |
|
4802 |
+
#: methods/s3.php:752
|
4803 |
msgid "%s secret key"
|
4804 |
msgstr "المفتاح السرى %s"
|
4805 |
|
4806 |
+
#: methods/s3.php:756
|
4807 |
msgid "%s location"
|
4808 |
msgstr "المكان %s"
|
4809 |
|
4810 |
+
#: methods/s3.php:757
|
4811 |
msgid "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/mypath"
|
4812 |
msgstr "ادخال فقط اى اسم الدلو او مسار الدلو. امثلة: mybucket, mybucket/mypath"
|
4813 |
|
4814 |
+
#: methods/s3.php:801
|
4815 |
msgid "API secret"
|
4816 |
msgstr "API السرية"
|
4817 |
|
4818 |
+
#: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:823
|
4819 |
msgid "Failure: No bucket details were given."
|
4820 |
msgstr "فشل: لم ترد تفاصيل الباكت."
|
4821 |
|
4822 |
+
#: addons/s3-enhanced.php:125 methods/openstack2.php:113 methods/s3.php:843
|
4823 |
msgid "Region"
|
4824 |
msgstr "المنطقة"
|
4825 |
|
4826 |
+
#: methods/s3.php:874
|
4827 |
msgid "Failure: We could not successfully access or create such a bucket. Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
|
4828 |
msgstr "فشل: لم نستطع بنجاح الدخول او انشاء باكت. من فضلك تحقق من اذون الصلاحية, واذا كانت صحيحة اذا حاول اسم باكت اخر (كمستخدم اخر %s استخدم الأسم بالفعل)."
|
4829 |
|
4830 |
+
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:885
|
4831 |
+
#: methods/s3.php:897
|
4832 |
msgid "Failure"
|
4833 |
msgstr "فشل"
|
4834 |
|
4835 |
+
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:885
|
4836 |
+
#: methods/s3.php:897
|
4837 |
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
|
4838 |
msgstr "تم الوصول بنجاح الى الباكت. ولكن محاولة انشاء الملف فشلت."
|
4839 |
|
4840 |
+
#: addons/googlecloud.php:689 methods/s3.php:887
|
4841 |
msgid "We accessed the bucket, and were able to create files within it."
|
4842 |
msgstr "نحن وصلنا الى الباكت, وتمكنا من انشاء الملفات داخلها."
|
4843 |
|
4844 |
+
#: methods/s3.php:890
|
4845 |
msgid "The communication with %s was encrypted."
|
4846 |
msgstr "التواصل مع %s كان مشفر."
|
4847 |
|
4848 |
+
#: methods/s3.php:892
|
4849 |
msgid "The communication with %s was not encrypted."
|
4850 |
msgstr "التواصل مع %s كان غير مشفر."
|
4851 |
|
4852 |
+
#: methods/dropbox.php:107 methods/dropbox.php:115
|
4853 |
msgid "You do not appear to be authenticated with Dropbox"
|
4854 |
msgstr "لا يبدو ان المصادقة مع Dropbox"
|
4855 |
|
4856 |
+
#: methods/dropbox.php:200 methods/dropbox.php:221 methods/dropbox.php:237
|
4857 |
msgid "error: failed to upload file to %s (see log file for more)"
|
4858 |
msgstr "خطأ: فشل فى رفع الملف الى %s (انظر السجل لمزيد من التفاصيل)"
|
4859 |
|
4860 |
+
#: methods/dropbox.php:448
|
4861 |
msgid "Need to use sub-folders?"
|
4862 |
msgstr "هل تحتاج الى استخدام المجلدات الفرعية؟"
|
4863 |
|
4864 |
+
#: methods/dropbox.php:448
|
4865 |
msgid "Backups are saved in"
|
4866 |
msgstr "يتم حفظ النسخ الأحتياطية فى"
|
4867 |
|
4868 |
+
#: methods/dropbox.php:448
|
4869 |
msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
|
4870 |
msgstr "اذا كنت تستخدم النسخ الأحتياطى لعدة مواقع فى نفس الدروب بوكس وتريد ان تقوم بتنظيمها مع المجلدات الفرعية, اذا"
|
4871 |
|
4872 |
+
#: methods/dropbox.php:448
|
4873 |
msgid "there's an add-on for that."
|
4874 |
msgstr "هناك اضافة لذلك."
|
4875 |
|
4899 |
msgid "Cloud Files container"
|
4900 |
msgstr "سحابة الملفات الحاوية"
|
4901 |
|
4902 |
+
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:714
|
4903 |
msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
|
4904 |
msgstr "وحدة UpdraftPlus %s <strong> تتطلب </strong> %s من فضلك لا تقم بتقديم أي طلبات دعم، فليس هناك أي بديل."
|
4905 |
|
4906 |
+
#: addons/migrator.php:274 addons/migrator.php:1834 addons/moredatabase.php:70
|
4907 |
#: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:415
|
4908 |
+
#: addons/sftp.php:419 addons/sftp.php:423 addons/webdav.php:56 admin.php:536
|
4909 |
#: methods/addon-base.php:277 methods/cloudfiles-new.php:142
|
4910 |
#: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
|
4911 |
#: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
|
4912 |
#: methods/openstack2.php:142 methods/openstack2.php:147
|
4913 |
+
#: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:797
|
4914 |
+
#: methods/s3.php:801
|
4915 |
msgid "Failure: No %s was given."
|
4916 |
msgstr "فضل: لم تعطى أية %s."
|
4917 |
|
4918 |
+
#: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:797
|
4919 |
msgid "API key"
|
4920 |
msgstr "مفتاح API"
|
4921 |
|
5015 |
msgstr "خطأ ملفات السحابة - فشل في إنشاء والوصول إلى الحاوية"
|
5016 |
|
5017 |
#: addons/googlecloud.php:161 addons/googlecloud.php:166
|
5018 |
+
#: class-updraftplus.php:792 methods/cloudfiles.php:130
|
5019 |
#: methods/googledrive.php:741 methods/googledrive.php:746
|
5020 |
msgid "%s Error: Failed to open local file"
|
5021 |
msgstr "%s خطأ: فشل في فتح ملف محلي"
|
5031 |
msgid "Cloud Files error - failed to upload file"
|
5032 |
msgstr "خطأ بملفات سحابة - فشل في رفع الملف"
|
5033 |
|
5034 |
+
#: class-updraftplus.php:867 methods/cloudfiles.php:392
|
5035 |
#: methods/stream-base.php:261
|
5036 |
msgid "Error opening local file: Failed to download"
|
5037 |
msgstr "خطأ في فتح ملف محلي: فشل التحميل"
|
5040 |
msgid "Error downloading remote file: Failed to download ("
|
5041 |
msgstr "خطأ في تحميل الملف بالخدمة السحابية: فشل في تحميل ("
|
5042 |
|
5043 |
+
#: addons/sftp.php:406 admin.php:557 methods/addon-base.php:242
|
5044 |
#: methods/cloudfiles.php:496 methods/ftp.php:329
|
5045 |
+
#: methods/openstack-base.php:440 methods/s3.php:762
|
5046 |
#: methods/stream-base.php:219
|
5047 |
msgid "Test %s Settings"
|
5048 |
msgstr "اختبار %s الإعدادات"
|
5073 |
msgstr "حساب غير مخول."
|
5074 |
|
5075 |
#: methods/addon-base.php:230 methods/cloudfiles.php:438
|
5076 |
+
#: methods/dropbox.php:427 methods/ftp.php:298 methods/googledrive.php:889
|
5077 |
+
#: methods/openstack-base.php:419 methods/s3.php:686
|
5078 |
#: methods/stream-base.php:212
|
5079 |
msgid "%s is a great choice, because UpdraftPlus supports chunked uploads - no matter how big your site is, UpdraftPlus can upload it a little at a time, and not get thwarted by timeouts."
|
5080 |
msgstr "%s هو خيار صائب، لأن UpdraftPlus يدعم الرفع المقسم - لا يهمنا كم حجم موقعكم، لأن UpdraftPlus يستطيع تقسيم ورفع الأجزاء المقسمة، ولن يحبط من كثرة المهلات."
|
5083 |
msgid "will restore as:"
|
5084 |
msgstr "إستعادة على النحو التالي:"
|
5085 |
|
5086 |
+
#: addons/migrator.php:1121 restorer.php:1957
|
5087 |
msgid "the database query being run was:"
|
5088 |
msgstr "ادارة استعلام قاعدة البيانات كانت في:"
|
5089 |
|
5095 |
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
|
5096 |
msgstr "لقد تغير بادئة الجدول: تغيير %s حقل / حقول الجدول وفقا لذلك:"
|
5097 |
|
5098 |
+
#: addons/migrator.php:1734 admin.php:3445 admin.php:3479 admin.php:3483
|
5099 |
+
#: admin.php:4865 admin.php:4879 restorer.php:2061 restorer.php:2166
|
5100 |
msgid "OK"
|
5101 |
msgstr "حسنا"
|
5102 |
|
5125 |
msgid "Authorization failed"
|
5126 |
msgstr "فشل التخويل"
|
5127 |
|
5128 |
+
#: addons/copycom.php:413 addons/onedrive.php:520 methods/dropbox.php:545
|
5129 |
#: methods/googledrive.php:332
|
5130 |
msgid "Your %s quota usage: %s %% used, %s available"
|
5131 |
msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
|
5133 |
#: addons/googlecloud.php:579 addons/googlecloud.php:689
|
5134 |
#: addons/onedrive.php:554 addons/sftp.php:478 methods/addon-base.php:291
|
5135 |
#: methods/cloudfiles.php:560 methods/googledrive.php:358
|
5136 |
+
#: methods/openstack-base.php:392 methods/s3.php:887
|
5137 |
#: methods/stream-base.php:308
|
5138 |
msgid "Success"
|
5139 |
msgstr "نجاح"
|
5163 |
msgid "Failed to open database file"
|
5164 |
msgstr "فشل في فتح ملف قاعدة البيانات"
|
5165 |
|
5166 |
+
#: addons/migrator.php:586 restorer.php:1379
|
5167 |
msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
|
5168 |
msgstr "وصول لقاعدة البيانات: الوصول المباشر لـ MySQL غير متوفر، لذا لم نتمكن من الرجوع لـ wpdb (هذا سيكون أبطأ بكثير)"
|
5169 |
|
5170 |
+
#: addons/reporting.php:65 addons/reporting.php:147 backup.php:919
|
5171 |
+
#: class-updraftplus.php:3517
|
5172 |
msgid "Backup of:"
|
5173 |
msgstr "نسخة احتياطية لـ:"
|
5174 |
|
5176 |
msgid "Old table prefix:"
|
5177 |
msgstr "بادئة الجدول القديمة:"
|
5178 |
|
5179 |
+
#: admin.php:4876
|
5180 |
msgid "Archive is expected to be size:"
|
5181 |
msgstr "من المتوقع أن يكون حجم الأرشيف:"
|
5182 |
|
5183 |
+
#: admin.php:4884
|
5184 |
msgid "The backup records do not contain information about the proper size of this file."
|
5185 |
msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
|
5186 |
|
5187 |
+
#: admin.php:4982
|
5188 |
msgid "Error message"
|
5189 |
msgstr "رسالة الخطأ"
|
5190 |
|
5191 |
+
#: admin.php:4887 admin.php:4888
|
5192 |
msgid "Could not find one of the files for restoration"
|
5193 |
msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
|
5194 |
|
5244 |
msgid "wp-config.php from backup: will restore as wp-config-backup.php"
|
5245 |
msgstr "wp-config.php من النسخ الاحتياطي: سيتم إستعادته كمسمى wp-config-backup.php"
|
5246 |
|
5247 |
+
#: admin.php:3998
|
5248 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible. Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
|
5249 |
msgstr "اختيار هذا الخيار قد يضعف من الآمان بإيقاف UpdraftPlus من استخدام SSL للمصادقة و تشفير العمليات، إن أمكن الأمر. لاحظ أن بعض الدمات السحابية لا تقبل هذه العملية (مثال: Dropbox)، مع هذا الخيار لن تتمكن من حفظ النسخ بهذه الخدمات."
|
5250 |
|
5251 |
+
#: admin.php:4021
|
5252 |
msgid "Save Changes"
|
5253 |
msgstr "حفظ التغييرات"
|
5254 |
|
5255 |
+
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:714
|
5256 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
|
5257 |
msgstr "نعلمكم أن نسخة PHP المنصبة بخادمكم لا توفر هذا الموديل (%s). فضل قم بمراسلة خدمة استضافتكم."
|
5258 |
|
5259 |
+
#: admin.php:4144
|
5260 |
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)."
|
5261 |
msgstr "نعلمكم أن نسخة PHP/Curl المنصبة لخادمكم لا تدعم وصول https. التواصل مع %s سيكون غير مشفر. من فضلك قم بمراسلة خدمة الإستضافة لتنصيب Curl/SSL لدعم خدمة التشفير (باستخدام إضافة)."
|
5262 |
|
5263 |
+
#: admin.php:4146
|
5264 |
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."
|
5265 |
msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
|
5266 |
|
5267 |
+
#: admin.php:4149
|
5268 |
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."
|
5269 |
msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
|
5270 |
|
5271 |
+
#: admin.php:4621
|
5272 |
msgid "Delete this backup set"
|
5273 |
msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
|
5274 |
|
5275 |
+
#: admin.php:4528
|
5276 |
msgid "Press here to download"
|
5277 |
msgstr "إضغط هنا لتحميل"
|
5278 |
|
5279 |
+
#: admin.php:4612
|
5280 |
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
|
5281 |
msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
|
5282 |
|
5283 |
+
#: admin.php:4663
|
5284 |
msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
|
5285 |
msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
|
5286 |
|
5287 |
+
#: admin.php:4711
|
5288 |
msgid "UpdraftPlus Restoration: Progress"
|
5289 |
msgstr "استرجاع UpdraftPlus: تقدم"
|
5290 |
|
5291 |
+
#: admin.php:4757
|
5292 |
msgid "ABORT: Could not find the information on which entities to restore."
|
5293 |
msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
|
5294 |
|
5295 |
+
#: admin.php:4758
|
5296 |
msgid "If making a request for support, please include this information:"
|
5297 |
msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
|
5298 |
|
5299 |
+
#: admin.php:3992
|
5300 |
msgid "Do not verify SSL certificates"
|
5301 |
msgstr "لا تحقق من شهادات SSL"
|
5302 |
|
5303 |
+
#: admin.php:3993
|
5304 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive). It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
|
5305 |
msgstr "اختيار هذا الخيار يمكن أن يضعف من حمايتك بمنع UpdraftPlus من التحقق من هوية المواقع التي يتصل بها ( مثال: Dropbox, Google Drive). هذا يعني أن UpdraftPlus سيستخدم SSL لتشفير حركة مرور البيانات، ولن يستخدم التقنية لتشفير المصادقة مع المواقع."
|
5306 |
|
5307 |
+
#: admin.php:3993
|
5308 |
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
|
5309 |
msgstr "لاحظ أنه ليست كل أساليب النسخ الإحتياطي بالسحابة بالضرورة تستخدم المصادقة عن طريق SSL."
|
5310 |
|
5311 |
+
#: admin.php:3997
|
5312 |
msgid "Disable SSL entirely where possible"
|
5313 |
msgstr "قم بتعطيل SSL تماما حيثما أمكن"
|
5314 |
|
5315 |
+
#: admin.php:3942
|
5316 |
msgid "Expert settings"
|
5317 |
msgstr "إعدادات متقدمة"
|
5318 |
|
5319 |
+
#: admin.php:3943
|
5320 |
msgid "Show expert settings"
|
5321 |
msgstr "إظهار الإعدادات المتقدمة"
|
5322 |
|
5323 |
+
#: admin.php:3943
|
5324 |
msgid "click this to show some further options; don't bother with this unless you have a problem or are curious."
|
5325 |
msgstr "اضغط هنا لتتمكن من مشاهدة خيارات اضافية، لا ترعج نفسك بهذه الخيارات إلا إذا واجهت مشاكل."
|
5326 |
|
5327 |
+
#: admin.php:3963
|
5328 |
msgid "Delete local backup"
|
5329 |
msgstr "حذف النسخة الاحتياطية المحلية"
|
5330 |
|
5331 |
+
#: admin.php:3968
|
5332 |
msgid "Backup directory"
|
5333 |
msgstr "دليل النسخ الاحتياطي"
|
5334 |
|
5335 |
+
#: admin.php:3650
|
5336 |
msgid "Backup directory specified is writable, which is good."
|
5337 |
msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
|
5338 |
|
5339 |
+
#: admin.php:3658
|
5340 |
msgid "Click here to attempt to create the directory and set the permissions"
|
5341 |
msgstr "انقر هنا لمحاولة إنشاء دليل وتعيين أذونات"
|
5342 |
|
5343 |
+
#: admin.php:3658
|
5344 |
msgid "or, to reset this option"
|
5345 |
msgstr "أو، لإعادة هذا الخيار"
|
5346 |
|
5347 |
+
#: admin.php:3658
|
5348 |
msgid "click here"
|
5349 |
msgstr "انقر هنا"
|
5350 |
|
5351 |
+
#: admin.php:3658
|
5352 |
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."
|
5353 |
msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
|
5354 |
|
5355 |
+
#: admin.php:3987
|
5356 |
msgid "Use the server's SSL certificates"
|
5357 |
msgstr "استخدام شهادات SSL للملقم"
|
5358 |
|
5359 |
+
#: admin.php:3988
|
5360 |
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker). We keep these up to date. However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
|
5361 |
msgstr "افتراضيا UpdraftPlus يستخدم خدماته الخاصة من SSL للحقق من هوية المواقع (للتأكد من أن الموقع الآخر هو فعلا الموقع المقصود وليس موقع مقرصن). نقوم بتحديثها آليا. إن قابلك خطأ SSL، حينها قم باختيار هذا الخيار (الذي يفرض على UpdraftPlus استخدام ملفات SSL الخاصة بسيرفرك بدلا من الخاص به) يمكن أن يساعدك."
|
5362 |
|
5363 |
+
#: admin.php:3915 udaddons/options.php:143
|
5364 |
msgid "Email"
|
5365 |
msgstr "البريد الإلكتروني"
|
5366 |
|
5367 |
+
#: admin.php:3836
|
5368 |
msgid "Database encryption phrase"
|
5369 |
msgstr "عبارة تشفير قاعدة البيانات"
|
5370 |
|
5371 |
+
#: admin.php:3855
|
5372 |
msgid "Manually decrypt a database backup file"
|
5373 |
msgstr "فك تشفير ملف النسخ الاحتياطي لقاعدة البيانات يدويا"
|
5374 |
|
5375 |
+
#: admin.php:3770
|
5376 |
msgid "Choose your remote storage"
|
5377 |
msgstr "اختر خدمت التخزين السحابي"
|
5378 |
|
5379 |
+
#: addons/reporting.php:201 admin.php:4289
|
5380 |
msgid "None"
|
5381 |
msgstr "لا شيء"
|
5382 |
|
5383 |
+
#: admin.php:511
|
5384 |
msgid "Cancel"
|
5385 |
msgstr "إلغاء"
|
5386 |
|
5387 |
+
#: admin.php:495
|
5388 |
msgid "Requesting start of backup..."
|
5389 |
msgstr "مطالبة البدء بالنسخ الاحتياطي ..."
|
5390 |
|
5391 |
+
#: admin.php:3938
|
5392 |
msgid "Advanced / Debugging Settings"
|
5393 |
msgstr "متقدمة / تصحيح الإعدادات "
|
5394 |
|
5395 |
+
#: admin.php:3953
|
5396 |
msgid "Debug mode"
|
5397 |
msgstr "وضع التصحيح"
|
5398 |
|
5399 |
+
#: admin.php:3826
|
5400 |
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
|
5401 |
msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
|
5402 |
|
5403 |
+
#: admin.php:3641
|
5404 |
msgid "Daily"
|
5405 |
msgstr "يوميا"
|
5406 |
|
5407 |
+
#: admin.php:3642
|
5408 |
msgid "Weekly"
|
5409 |
msgstr "أسبوعيا"
|
5410 |
|
5411 |
+
#: admin.php:3643
|
5412 |
msgid "Fortnightly"
|
5413 |
msgstr "نصف شهري"
|
5414 |
|
5415 |
+
#: admin.php:3644
|
5416 |
msgid "Monthly"
|
5417 |
msgstr "شهريا"
|
5418 |
|
5419 |
+
#: admin.php:3754
|
5420 |
msgid "To fix the time at which a backup should take place,"
|
5421 |
msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
|
5422 |
|
5423 |
+
#: admin.php:3754
|
5424 |
msgid "e.g. if your server is busy at day and you want to run overnight"
|
5425 |
msgstr "على سبيل المثال إذا كان الملقم مشغول في اليوم وتريد تشغيله فجأة"
|
5426 |
|
5427 |
+
#: admin.php:3823
|
5428 |
msgid "Include in files backup"
|
5429 |
msgstr "متضمن في ملفات النسخ الاحتياطي"
|
5430 |
|
5431 |
+
#: admin.php:4081
|
5432 |
msgid "Any other directories found inside wp-content"
|
5433 |
msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
|
5434 |
|
5435 |
+
#: addons/morefiles.php:260 admin.php:4090
|
5436 |
msgid "Exclude these:"
|
5437 |
msgstr "استبعاد هذه:"
|
5438 |
|
5452 |
msgid "show log"
|
5453 |
msgstr "عرض السجل"
|
5454 |
|
5455 |
+
#: addons/migrator.php:2204 admin.php:512 admin.php:2921 admin.php:3439
|
5456 |
+
#: admin.php:3472 admin.php:4621
|
5457 |
msgid "Delete"
|
5458 |
msgstr "حذف"
|
5459 |
|
5469 |
msgid "The folder exists, but your webserver does not have permission to write to it."
|
5470 |
msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
|
5471 |
|
5472 |
+
#: admin.php:518 admin.php:3624
|
5473 |
msgid "Download log file"
|
5474 |
msgstr "تحميل ملف السجل"
|
5475 |
|
5476 |
+
#: admin.php:2497
|
5477 |
msgid "Multisite"
|
5478 |
msgstr "مواقع متعددة"
|
5479 |
|
5480 |
+
#: admin.php:2501
|
5481 |
msgid "Do you need WordPress Multisite support?"
|
5482 |
msgstr "هل تحتاج إلى دعم ووردبريس متعدد المواقع؟"
|
5483 |
|
5484 |
+
#: admin.php:2501
|
5485 |
msgid "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
|
5486 |
msgstr "يرجى مراجعة اشتراك UpdraftPlus الممتاز، أو اضافة المواقع المتعددة."
|
5487 |
|
5488 |
+
#: admin.php:3058
|
5489 |
msgid "Web server:"
|
5490 |
msgstr "خادم الويب:"
|
5491 |
|
5492 |
+
#: admin.php:3067
|
5493 |
msgid "Peak memory usage"
|
5494 |
msgstr "استخدام الذاكرة الذروة"
|
5495 |
|
5496 |
+
#: admin.php:3068
|
5497 |
msgid "Current memory usage"
|
5498 |
msgstr "استخدام الذاكرة الحالية"
|
5499 |
|
5500 |
+
#: admin.php:3070 admin.php:3071 admin.php:3078 admin.php:3079
|
5501 |
msgid "%s version:"
|
5502 |
msgstr "%s النسخة:"
|
5503 |
|
5504 |
+
#: admin.php:3080 admin.php:3083 admin.php:3086 admin.php:3090
|
5505 |
msgid "Yes"
|
5506 |
msgstr "نعم"
|
5507 |
|
5508 |
+
#: admin.php:3080 admin.php:3086 admin.php:3090
|
5509 |
msgid "No"
|
5510 |
msgstr "لا"
|
5511 |
|
5529 |
msgid "This will cause an immediate backup. The page will stall loading until it finishes (ie, unscheduled)."
|
5530 |
msgstr "سيؤدي هذا للنسخ الفوري. ستبقى الصفحة قارة حى انتهاء العملية (أي غير مقررة)."
|
5531 |
|
5532 |
+
#: admin.php:2879
|
5533 |
msgid "UpdraftPlus - Upload backup files"
|
5534 |
msgstr "UpdraftPlus - تحميل ملفات النسخ الاحتياطي"
|
5535 |
|
5536 |
+
#: admin.php:478 admin.php:2863
|
5537 |
msgid "calculating..."
|
5538 |
msgstr "حساب ..."
|
5539 |
|
5540 |
+
#: addons/cloudfiles-enhanced.php:91 addons/migrator.php:749
|
5541 |
+
#: addons/migrator.php:970 addons/migrator.php:1051 addons/migrator.php:1121
|
5542 |
+
#: addons/migrator.php:1341 addons/migrator.php:1678 addons/migrator.php:1700
|
5543 |
+
#: addons/migrator.php:1706 addons/migrator.php:1768 addons/migrator.php:1803
|
5544 |
+
#: addons/migrator.php:1842 addons/migrator.php:1852 addons/migrator.php:1857
|
5545 |
#: addons/s3-enhanced.php:100 addons/s3-enhanced.php:105
|
5546 |
+
#: addons/s3-enhanced.php:107 addons/sftp.php:734 admin.php:487 admin.php:4881
|
5547 |
+
#: admin.php:4911 methods/remotesend.php:76 methods/remotesend.php:224
|
5548 |
+
#: methods/updraftvault.php:401 restorer.php:1292
|
5549 |
msgid "Error:"
|
5550 |
msgstr "خطأ:"
|
5551 |
|
5552 |
+
#: admin.php:490
|
5553 |
msgid "You should:"
|
5554 |
msgstr "يجب عليك:"
|
5555 |
|
5556 |
+
#: admin.php:494
|
5557 |
msgid "Download error: the server sent us a response which we did not understand."
|
5558 |
msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم نفهمها."
|
5559 |
|
5560 |
+
#: admin.php:2931
|
5561 |
msgid "Delete backup set"
|
5562 |
msgstr "حذف مجموعة النسخ الاحتياطية"
|
5563 |
|
5564 |
+
#: admin.php:2952
|
5565 |
msgid "Restore backup"
|
5566 |
msgstr "استعادة النسخة الاحتياطية"
|
5567 |
|
5568 |
+
#: admin.php:2953
|
5569 |
msgid "Restore backup from"
|
5570 |
msgstr "استعادة النسخة الاحتياطية من"
|
5571 |
|
5572 |
+
#: admin.php:2965
|
5573 |
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
|
5574 |
msgstr "عملية الإستعادة ستغير كل من التصاميم، الإضافات، الملفات المرفوعة، قاعدة البيانات أو أي ملفات أخرى (وفقا لما تحمله النسخة الإحتياطية من ملفات، وما قمت باختياره)"
|
5575 |
|
5576 |
+
#: admin.php:2965
|
5577 |
msgid "Choose the components to restore"
|
5578 |
msgstr "اختيار المكونات للاستعادة"
|
5579 |
|
5580 |
+
#: admin.php:2977
|
5581 |
msgid "Your web server has PHP's so-called safe_mode active."
|
5582 |
msgstr "خادمك يحمل خدمة safe_mode للـ PHP مفعلة."
|
5583 |
|
5584 |
+
#: admin.php:2990
|
5585 |
msgid "The following entity cannot be restored automatically: \"%s\"."
|
5586 |
msgstr "لا يمكن استعادة الكيان التالي تلقائيا: \"%s\"."
|
5587 |
|
5588 |
+
#: admin.php:2990
|
5589 |
msgid "You will need to restore it manually."
|
5590 |
msgstr "سوف تحتاج إلى استعادته يدويا."
|
5591 |
|
5592 |
+
#: addons/morefiles.php:63 admin.php:2997
|
5593 |
msgid "%s restoration options:"
|
5594 |
msgstr "%s خيارات الإستعادة:"
|
5595 |
|
5596 |
+
#: admin.php:3005
|
5597 |
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"
|
5598 |
msgstr "يمكنك البحث واستبدال قاعدة البيانات (لدمج موقع مع رابط رابط أو دومين جديد) باستخدام إضافة الدمج - اتبع هذا الرابط لمزيد من المعلومات."
|
5599 |
|
5600 |
+
#: admin.php:3016
|
5601 |
msgid "Do read this helpful article of useful things to know before restoring."
|
5602 |
msgstr "قم بقراءة هذا المقال المليئ بالأشياء المفيدة لتعلمها قبل الإستعادة."
|
5603 |
|
5604 |
+
#: admin.php:2486
|
5605 |
msgid "Perform a one-time backup"
|
5606 |
msgstr "إجراء نسخة احتياطية لمرة واحدة"
|
5607 |
|
5608 |
+
#: admin.php:330 admin.php:510 admin.php:2431
|
|
|
|
|
|
|
|
|
5609 |
msgid "Backup Now"
|
5610 |
msgstr "النسخ الاحتياطي الآن"
|
5611 |
|
5612 |
+
#: addons/migrator.php:223 admin.php:517 admin.php:2434 admin.php:4612
|
5613 |
msgid "Restore"
|
5614 |
msgstr "الإستعادة"
|
5615 |
|
5616 |
+
#: addons/autobackup.php:278 addons/autobackup.php:372 admin.php:2786
|
5617 |
+
#: admin.php:2791
|
5618 |
msgid "Last log message"
|
5619 |
msgstr "رسالة السجل الأخيرة"
|
5620 |
|
5621 |
+
#: admin.php:2787 admin.php:2793 central/bootstrap.php:164
|
5622 |
msgid "(Nothing yet logged)"
|
5623 |
msgstr "(لا شيء حتى الآن تم تسجيله)"
|
5624 |
|
5625 |
+
#: admin.php:2828
|
5626 |
msgid "Download most recently modified log file"
|
5627 |
msgstr "تحميل ملف السجل المعدل مؤخرا"
|
5628 |
|
5629 |
+
#: admin.php:2866
|
5630 |
msgid "More tasks:"
|
5631 |
msgstr "المزيد من المهام:"
|
5632 |
|
5633 |
+
#: admin.php:2872
|
5634 |
msgid "Opera web browser"
|
5635 |
msgstr "متصفح الويب أوبرا "
|
5636 |
|
5637 |
+
#: admin.php:2872
|
5638 |
msgid "If you are using this, then turn Turbo/Road mode off."
|
5639 |
msgstr "إذا كنت تستخدم هذا، ازل الوضع Turbo/Road"
|
5640 |
|
5649 |
msgid "Google Drive"
|
5650 |
msgstr "جوجل درايف"
|
5651 |
|
5652 |
+
#: admin.php:2863
|
5653 |
msgid "Web-server disk space in use by UpdraftPlus"
|
5654 |
msgstr "مساحة القرص لخادم الويب قيد الاستخدام من قبل UpdraftPlus"
|
5655 |
|
5656 |
+
#: admin.php:2863
|
5657 |
msgid "refresh"
|
5658 |
msgstr "تحديث"
|
5659 |
|
5660 |
+
#: admin.php:2161
|
5661 |
msgid "Lead developer's homepage"
|
5662 |
msgstr "الولوج لموقع المطور"
|
5663 |
|
5664 |
+
#: admin.php:2162
|
5665 |
msgid "Version"
|
5666 |
msgstr "الإصدار"
|
5667 |
|
5668 |
+
#: admin.php:2339
|
5669 |
msgid "Your backup has been restored."
|
5670 |
msgstr "تمت استعادة النسخ الاحتياطي."
|
5671 |
|
5672 |
+
#: admin.php:2358
|
5673 |
msgid "Current limit is:"
|
5674 |
msgstr "الحد الحالي هو:"
|
5675 |
|
5676 |
+
#: admin.php:497 admin.php:3170
|
5677 |
msgid "Delete Old Directories"
|
5678 |
msgstr "حذف الدلائل القديمة"
|
5679 |
|
5680 |
+
#: admin.php:2416
|
5681 |
msgid "JavaScript warning"
|
5682 |
msgstr "تحذير جافا سكريبت"
|
5683 |
|
5684 |
+
#: admin.php:2417
|
5685 |
msgid "This admin interface uses JavaScript heavily. You either need to activate it within your browser, or to use a JavaScript-capable browser."
|
5686 |
msgstr "واجهة المشرف هذه تستخدم الجافا سكريبت بشكل كبير. ستحتاج تفعيلها داخل المتصفح الخاص بك، أو استخدام متصفح يدعم الجافا سكريبت."
|
5687 |
|
5688 |
+
#: admin.php:125 admin.php:146 admin.php:153
|
5689 |
msgid "Nothing currently scheduled"
|
5690 |
msgstr "لا شيء مقرر حاليا"
|
5691 |
|
5692 |
+
#: admin.php:135
|
5693 |
msgid "At the same time as the files backup"
|
5694 |
msgstr "في نفس الوقت الذي نقوم فيه بالنسخ الاحتياطي للملفات"
|
5695 |
|
5696 |
+
#: admin.php:2452
|
5697 |
msgid "Next scheduled backups"
|
5698 |
msgstr "النسخ الاحتياطي المجدولة القادمة"
|
5699 |
|
5700 |
+
#: admin.php:155
|
5701 |
msgid "Files"
|
5702 |
msgstr "ملفات"
|
5703 |
|
5704 |
+
#: addons/migrator.php:1738 addons/moredatabase.php:235
|
5705 |
+
#: addons/reporting.php:216 admin.php:159 admin.php:1277 admin.php:2995
|
5706 |
+
#: admin.php:2997 admin.php:4264 admin.php:4456 admin.php:4965
|
5707 |
msgid "Database"
|
5708 |
msgstr "قاعدة بيانات"
|
5709 |
|
5710 |
+
#: admin.php:773
|
5711 |
msgid "Your website is hosted using the %s web server."
|
5712 |
msgstr "موقعك يستخدم %s من خادم الويب."
|
5713 |
|
5714 |
+
#: admin.php:773
|
5715 |
msgid "Please consult this FAQ if you have problems backing up."
|
5716 |
msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
|
5717 |
|
5718 |
+
#: admin.php:788 admin.php:792 admin.php:796 admin.php:800 admin.php:808
|
5719 |
+
#: admin.php:812
|
5720 |
msgid "Click here to authenticate your %s account (you will not be able to back up to %s without it)."
|
5721 |
msgstr "اضغط هنا لمصادقة حسابك %s (لن تتمكن من النسخ الإحتياطي بـ %s إن لم تقم بهذه العملية)"
|
5722 |
|
5723 |
+
#: admin.php:560
|
5724 |
msgid "Nothing yet logged"
|
5725 |
msgstr "لا شيء حتى الآن تم تسجيله"
|
5726 |
|
5727 |
+
#: admin.php:1790
|
5728 |
msgid "OK. You should soon see activity in the \"Last log message\" field below."
|
5729 |
msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
|
5730 |
|
5731 |
+
#: admin.php:1706
|
5732 |
msgid "Job deleted"
|
5733 |
msgstr "وظيفة حذفت"
|
5734 |
|
5735 |
+
#: admin.php:1714
|
5736 |
msgid "Could not find that job - perhaps it has already finished?"
|
5737 |
msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
|
5738 |
|
5739 |
+
#: admin.php:488 admin.php:1686 admin.php:4863 class-updraftplus.php:867
|
5740 |
#: methods/addon-base.php:75 methods/addon-base.php:80
|
5741 |
#: methods/addon-base.php:194 methods/addon-base.php:214
|
5742 |
#: methods/stream-base.php:196 restorer.php:2057 restorer.php:2082
|
5744 |
msgid "Error"
|
5745 |
msgstr "خطأ"
|
5746 |
|
5747 |
+
#: admin.php:1895
|
5748 |
msgid "Download failed"
|
5749 |
msgstr "فشل تحميل"
|
5750 |
|
5751 |
+
#: admin.php:489 admin.php:1914
|
5752 |
msgid "File ready."
|
5753 |
msgstr "ملف جاهز."
|
5754 |
|
5755 |
+
#: admin.php:1924
|
5756 |
msgid "Download in progress"
|
5757 |
msgstr "التحميل في تقدم"
|
5758 |
|
5759 |
+
#: admin.php:1927
|
5760 |
msgid "No local copy present."
|
5761 |
msgstr "لا نسخة محلية متوفرة."
|
5762 |
|
5763 |
+
#: admin.php:2046
|
5764 |
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
|
5765 |
msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
|
5766 |
|
5767 |
+
#: admin.php:2136
|
5768 |
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
|
5769 |
msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
|
5770 |
|
5771 |
+
#: admin.php:2221
|
5772 |
msgid "Restore successful!"
|
5773 |
msgstr "استعادة ناجحة!"
|
5774 |
|
5775 |
+
#: admin.php:2231 admin.php:2240 admin.php:2249 admin.php:2291 admin.php:3413
|
5776 |
+
#: admin.php:4329
|
5777 |
msgid "Actions"
|
5778 |
msgstr "الإجراءات"
|
5779 |
|
5780 |
+
#: addons/migrator.php:275 addons/migrator.php:287 admin.php:2231
|
5781 |
+
#: admin.php:2240 admin.php:2249 admin.php:2291 admin.php:3413
|
5782 |
msgid "Return to UpdraftPlus Configuration"
|
5783 |
msgstr "العودة إلى اعدادات UpdraftPlus"
|
5784 |
|
5794 |
msgid "Old directory removal failed for some reason. You may want to do this manually."
|
5795 |
msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
|
5796 |
|
5797 |
+
#: admin.php:2282
|
5798 |
msgid "Backup directory could not be created"
|
5799 |
msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
|
5800 |
|
5801 |
+
#: admin.php:2289
|
5802 |
msgid "Backup directory successfully created."
|
5803 |
msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
|
5804 |
|
5805 |
+
#: admin.php:2312
|
5806 |
msgid "Your settings have been wiped."
|
5807 |
msgstr "تم القضاء على الإعدادات الخاصة بك."
|
5808 |
|
5809 |
+
#: class-updraftplus.php:3386
|
5810 |
msgid "Please help UpdraftPlus by giving a positive review at wordpress.org"
|
5811 |
msgstr "الرجاء المساعدة UpdraftPlus من خلال إعطاء وجهة نظر ايجابية في wordpress.org"
|
5812 |
|
5813 |
+
#: class-updraftplus.php:3393
|
5814 |
msgid "Need even more features and support? Check out UpdraftPlus Premium"
|
5815 |
msgstr "تحتاج المزيد من الميزات والدعم؟ تحقق من UpdraftPlus بريميوم"
|
5816 |
|
5817 |
+
#: class-updraftplus.php:3403
|
5818 |
msgid "Check out UpdraftPlus.Com for help, add-ons and support"
|
5819 |
msgstr "تحقق من UpdraftPlus.Com للمساعدة، إضافات والدعم"
|
5820 |
|
5821 |
+
#: backup.php:1942
|
5822 |
msgid "Infinite recursion: consult your log for more information"
|
5823 |
msgstr "عودية لا نهائية: تحقق من السجل لمزيد من المعلومات"
|
5824 |
|
5826 |
msgid "Could not create %s zip. Consult the log file for more information."
|
5827 |
msgstr "لم نتمكن من خلق الملف المضغوط %s. تحقق من السجل لمزيد من المعلومات."
|
5828 |
|
5829 |
+
#: admin.php:655
|
5830 |
msgid "Allowed Files"
|
5831 |
msgstr "ملفات مسموحة"
|
5832 |
|
5833 |
+
#: admin.php:346 admin.php:697 admin.php:2394
|
5834 |
msgid "Settings"
|
5835 |
msgstr "إعدادات"
|
5836 |
|
5837 |
+
#: admin.php:701
|
5838 |
msgid "Add-Ons / Pro Support"
|
5839 |
msgstr "إضافات / الدعم المدفوع"
|
5840 |
|
5841 |
+
#: admin.php:757 admin.php:761 admin.php:765 admin.php:769 admin.php:773
|
5842 |
+
#: admin.php:782 admin.php:2858 admin.php:4137 admin.php:4144 admin.php:4146
|
5843 |
#: methods/cloudfiles.php:448 methods/ftp.php:284
|
5844 |
+
#: methods/openstack-base.php:429 methods/s3.php:710 methods/s3.php:714
|
5845 |
+
#: methods/updraftvault.php:239 udaddons/updraftplus-addons.php:208
|
5846 |
msgid "Warning"
|
5847 |
msgstr "تحذير"
|
5848 |
|
5849 |
+
#: admin.php:765
|
5850 |
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."
|
5851 |
msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
|
5852 |
|
5853 |
+
#: admin.php:769
|
5854 |
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."
|
5855 |
msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
|
5856 |
|
5857 |
+
#: backup.php:920
|
5858 |
msgid "WordPress backup is complete"
|
5859 |
msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
|
5860 |
|
5861 |
+
#: admin.php:1964 backup.php:1116 restorer.php:168
|
5862 |
msgid "Backup directory (%s) is not writable, or does not exist."
|
5863 |
msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
|
5864 |
|
5865 |
+
#: class-updraftplus.php:2858
|
5866 |
msgid "Could not read the directory"
|
5867 |
msgstr "لا يمكن قراءة الدليل"
|
5868 |
|
5869 |
+
#: class-updraftplus.php:2881
|
5870 |
msgid "Could not save backup history because we have no backup array. Backup probably failed."
|
5871 |
msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
|
5872 |
|
5873 |
+
#: backup.php:1847
|
5874 |
msgid "Could not open the backup file for writing"
|
5875 |
msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
|
5876 |
|
5877 |
+
#: class-updraftplus.php:3185 class-updraftplus.php:3442 restorer.php:309
|
5878 |
msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
|
5879 |
msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
|
5880 |
|
5881 |
+
#: class-updraftplus.php:3196 class-updraftplus.php:3459 restorer.php:319
|
5882 |
msgid "Decryption failed. The most likely cause is that you used the wrong key."
|
5883 |
msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
|
5884 |
|
5885 |
+
#: class-updraftplus.php:3196
|
5886 |
msgid "The decryption key used:"
|
5887 |
msgstr "مفتاح فك التشفير المستخدم:"
|
5888 |
|
5889 |
+
#: addons/azure.php:215 class-updraftplus.php:3278 methods/googledrive.php:823
|
5890 |
msgid "File not found"
|
5891 |
msgstr "لم يتم العثور على ملف"
|
5892 |
|
5893 |
+
#: class-updraftplus.php:3378
|
5894 |
msgid "Can you translate? Want to improve UpdraftPlus for speakers of your language?"
|
5895 |
msgstr "يمكنك ترجمة؟ ترغب في تحسين UpdraftPlus للمتحدثين بلغتك؟"
|
5896 |
|
5897 |
+
#: class-updraftplus.php:3386
|
5898 |
msgid "Like UpdraftPlus and can spare one minute?"
|
5899 |
msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
|
5900 |
|
5901 |
+
#: class-updraftplus.php:1280
|
5902 |
msgid "Themes"
|
5903 |
msgstr "تصاميم"
|
5904 |
|
5905 |
+
#: addons/multisite.php:452 class-updraftplus.php:1281
|
5906 |
msgid "Uploads"
|
5907 |
msgstr "الملفات المرفوعة"
|
5908 |
|
5909 |
+
#: class-updraftplus.php:1296
|
5910 |
msgid "Others"
|
5911 |
msgstr "أخرى"
|
5912 |
|
5913 |
+
#: class-updraftplus.php:1897
|
5914 |
msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
|
5915 |
msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
|
5916 |
|
5918 |
msgid "Encryption error occurred when encrypting database. Encryption aborted."
|
5919 |
msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
|
5920 |
|
5921 |
+
#: class-updraftplus.php:2417
|
5922 |
msgid "The backup apparently succeeded and is now complete"
|
5923 |
msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
|
5924 |
|
5925 |
+
#: class-updraftplus.php:2432
|
5926 |
msgid "The backup attempt has finished, apparently unsuccessfully"
|
5927 |
msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
|
5928 |
|
5930 |
msgid "UpdraftPlus Backups"
|
5931 |
msgstr "نسخ الإحتياطية UpdraftPlus"
|
5932 |
|
5933 |
+
#: admin.php:788 admin.php:792 admin.php:796 admin.php:800 admin.php:804
|
5934 |
+
#: admin.php:808 admin.php:812 class-updraftplus.php:356
|
5935 |
+
#: class-updraftplus.php:391 class-updraftplus.php:396
|
5936 |
+
#: class-updraftplus.php:401
|
5937 |
msgid "UpdraftPlus notice:"
|
5938 |
msgstr "إشعار UpdraftPlus :"
|
5939 |
|
5940 |
+
#: admin.php:1849 admin.php:1853 class-updraftplus.php:391
|
5941 |
msgid "The log file could not be read."
|
5942 |
msgstr "لا يمكن قراءة ملف السجل."
|
5943 |
|
5944 |
+
#: class-updraftplus.php:396
|
5945 |
msgid "No log files were found."
|
5946 |
msgstr "لا توجد ملفات السجل."
|
5947 |
|
5948 |
+
#: class-updraftplus.php:1279
|
5949 |
msgid "Plugins"
|
5950 |
msgstr "الإضافات"
|
Binary file
|
@@ -10,19 +10,113 @@ msgstr ""
|
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: UpdraftPlus\n"
|
12 |
|
13 |
-
#:
|
14 |
-
msgid "
|
15 |
msgstr ""
|
16 |
|
17 |
-
#:
|
18 |
-
msgid "
|
19 |
msgstr ""
|
20 |
|
21 |
-
#:
|
22 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
msgstr ""
|
24 |
|
25 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Size: %s MB"
|
27 |
msgstr ""
|
28 |
|
@@ -46,27 +140,27 @@ msgstr ""
|
|
46 |
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: admin.php:
|
50 |
msgid "Now"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: admin.php:
|
54 |
msgid "Free 1GB for UpdraftPlus Vault"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: admin.php:
|
58 |
msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: class-updraftplus.php:
|
62 |
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: admin.php:
|
66 |
msgid "(tap on an icon to select or unselect)"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: backup.php:
|
70 |
msgid "The backup was aborted by the user"
|
71 |
msgstr ""
|
72 |
|
@@ -110,85 +204,77 @@ msgstr ""
|
|
110 |
msgid "An invalid URL was entered"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: central/bootstrap.php:
|
114 |
msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: central/bootstrap.php:
|
118 |
msgid "Key description"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: central/bootstrap.php:
|
122 |
msgid "Details"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: central/bootstrap.php:
|
126 |
msgid "No keys have yet been created."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: central/bootstrap.php:
|
130 |
msgid "Access this site as user:"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: central/bootstrap.php:
|
134 |
-
msgid "Key was sent to:"
|
135 |
-
msgstr ""
|
136 |
-
|
137 |
-
#: central/bootstrap.php:409
|
138 |
msgid "Created:"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: central/bootstrap.php:
|
142 |
msgid "Delete..."
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: central/bootstrap.php:
|
146 |
msgid "Create new key"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: central/bootstrap.php:
|
150 |
msgid "Description"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: central/bootstrap.php:
|
154 |
msgid "Enter any description"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: central/bootstrap.php:
|
158 |
-
msgid "Mothership"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#: central/bootstrap.php:422
|
162 |
msgid "URL of mothership"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: central/bootstrap.php:
|
166 |
msgid "View recent UpdraftCentral log events"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: central/bootstrap.php:
|
170 |
msgid "fetch..."
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: central/bootstrap.php:
|
174 |
msgid "UpdraftCentral (Remote Control)"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: class-updraftplus.php:
|
178 |
msgid "The given file was not found, or could not be read."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: methods/updraftvault.php:
|
182 |
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: methods/updraftvault.php:
|
186 |
-
#: methods/updraftvault.php:
|
187 |
msgid "or (annual discount)"
|
188 |
msgstr ""
|
189 |
|
190 |
-
#: methods/updraftvault.php:
|
191 |
-
#: methods/updraftvault.php:
|
192 |
msgid "%s per year"
|
193 |
msgstr ""
|
194 |
|
@@ -200,43 +286,43 @@ msgstr ""
|
|
200 |
msgid "Asia Pacific (Seoul)"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin.php:
|
204 |
msgid "Fetching..."
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin.php:
|
208 |
msgid "Error: the server sent us a response which we did not understand."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin.php:
|
212 |
msgid "Saving..."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin.php:
|
216 |
msgid "Please enter a valid URL"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin.php:
|
220 |
msgid "We requested to delete the file, but could not understand the server's response"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin.php:
|
224 |
msgid "You should save your changes to ensure that they are used for making your backup."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin.php:
|
228 |
msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: admin.php:
|
232 |
msgid "calculate"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: admin.php:
|
236 |
msgid "this backup set"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: admin.php:
|
240 |
msgid "these backup sets"
|
241 |
msgstr ""
|
242 |
|
@@ -256,11 +342,11 @@ msgstr ""
|
|
256 |
msgid "stop"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin.php:
|
260 |
msgid "Total backup size:"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin.php:
|
264 |
msgid "Your settings have been saved."
|
265 |
msgstr ""
|
266 |
|
@@ -300,23 +386,23 @@ msgstr ""
|
|
300 |
msgid "Read more..."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: admin.php:
|
304 |
msgid "Please fill in the required information."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: admin.php:
|
308 |
msgid "Dismiss"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: class-updraftplus.php:
|
312 |
msgid "It will be imported as a new site."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: class-updraftplus.php:
|
316 |
msgid "Please read this link for important information on this process."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: class-updraftplus.php:
|
320 |
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
|
321 |
msgstr ""
|
322 |
|
@@ -324,43 +410,43 @@ msgstr ""
|
|
324 |
msgid "Skipping table %s: this table will not be restored"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: addons/migrator.php:
|
328 |
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: addons/migrator.php:
|
332 |
msgid "WordPress core"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: addons/migrator.php:
|
336 |
msgid "other content from wp-content"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: addons/migrator.php:
|
340 |
msgid "Importing a single site into a multisite install"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: addons/migrator.php:
|
344 |
msgid "This feature is not compatible with %s"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: addons/migrator.php:
|
348 |
msgid "You must use lower-case letters or numbers for the site path, only."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: addons/migrator.php:
|
352 |
msgid "Attribute imported content to user"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: addons/migrator.php:
|
356 |
msgid "Required information for restoring this backup was not given (%s)"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: addons/migrator.php:
|
360 |
msgid "Error when creating new site at your chosen address:"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: addons/migrator.php:
|
364 |
msgid "<strong>ERROR</strong>: problem creating site entry."
|
365 |
msgstr ""
|
366 |
|
@@ -368,80 +454,80 @@ msgstr ""
|
|
368 |
msgid "Call WordPress action:"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: admin.php:
|
372 |
msgid "Your saved settings also affect what is backed up - e.g. files excluded."
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: admin.php:
|
376 |
msgid "Advanced Tools"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: admin.php:
|
380 |
msgid "Extensions"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: admin.php:
|
384 |
msgid "You have chosen to backup files, but no file entities have been selected"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: admin.php:
|
388 |
msgctxt "(verb)"
|
389 |
msgid "Download"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: admin.php:
|
393 |
msgid "Sufficient information about the in-progress restoration operation could not be found."
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: admin.php:
|
397 |
msgid "Premium / Extensions"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: admin.php:
|
401 |
msgid "Backup Contents And Schedule"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: admin.php:
|
405 |
msgid "%s minutes, %s seconds"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: admin.php:
|
409 |
msgid "Unfinished restoration"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: admin.php:
|
413 |
msgid "You have an unfinished restoration operation, begun %s ago."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: admin.php:
|
417 |
msgid "Continue restoration"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: admin.php:
|
421 |
msgid "Include the database in the backup"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: admin.php:
|
425 |
msgid "Include any files in the backup"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: admin.php:
|
429 |
msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: admin.php:
|
433 |
msgid "settings"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: admin.php:
|
437 |
msgid "Not got any remote storage?"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: admin.php:
|
441 |
msgid "Check out UpdraftPlus Vault."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: admin.php:
|
445 |
msgid "Send this backup to remote storage"
|
446 |
msgstr ""
|
447 |
|
@@ -453,27 +539,27 @@ msgstr ""
|
|
453 |
msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: admin.php:
|
457 |
msgid "Files backup schedule"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: admin.php:
|
461 |
msgid "Incremental file backup schedule"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: admin.php:
|
465 |
msgid "Database backup schedule"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: admin.php:
|
469 |
msgid "Sending Your Backup To Remote Storage"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: admin.php:
|
473 |
msgid "File Options"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: admin.php:
|
477 |
msgid "Skipping: this archive was already restored."
|
478 |
msgstr ""
|
479 |
|
@@ -606,7 +692,7 @@ msgstr ""
|
|
606 |
msgid "Enter the path of the %s you wish to use here."
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: class-updraftplus.php:
|
610 |
msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
|
611 |
msgstr ""
|
612 |
|
@@ -654,27 +740,27 @@ msgstr ""
|
|
654 |
msgid "Storage class"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: admin.php:
|
658 |
msgid "Not installed"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: admin.php:
|
662 |
msgid "required for some remote storage providers"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: backup.php:
|
666 |
msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: backup.php:
|
670 |
msgid "The database backup appears to have failed"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: backup.php:
|
674 |
msgid "no options or sitemeta table was found"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: backup.php:
|
678 |
msgid "the options table was not found"
|
679 |
msgstr ""
|
680 |
|
@@ -706,59 +792,59 @@ msgstr ""
|
|
706 |
msgid "You must save and authenticate before you can test your settings."
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: admin.php:
|
710 |
msgid "day"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: admin.php:
|
714 |
msgid "in the month"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: admin.php:
|
718 |
msgid "day(s)"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: admin.php:
|
722 |
msgid "hour(s)"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: admin.php:
|
726 |
msgid "week(s)"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: admin.php:
|
730 |
msgid "For backups older than"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: admin.php:
|
734 |
msgid "Processing..."
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: admin.php:
|
738 |
msgid "Backup sets removed: %d"
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: admin.php:
|
742 |
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)."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: admin.php:
|
746 |
msgid "Actions upon selected backups"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: admin.php:
|
750 |
msgid "Select all"
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: admin.php:
|
754 |
msgid "Deselect"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: admin.php:
|
758 |
msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: admin.php:
|
762 |
msgid "or to configure more complex schedules"
|
763 |
msgstr ""
|
764 |
|
@@ -774,11 +860,11 @@ msgstr ""
|
|
774 |
msgid "(as many as you like)"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: addons/fixtime.php:
|
778 |
msgid "Add an additional retention rule..."
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: methods/updraftvault.php:
|
782 |
msgid "You do not currently have any UpdraftPlus Vault quota"
|
783 |
msgstr ""
|
784 |
|
@@ -790,31 +876,31 @@ msgstr ""
|
|
790 |
msgid "This database needs to be deployed on MySQL version %s or later."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: admin.php:
|
794 |
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."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: admin.php:
|
798 |
msgid "No advertising links on UpdraftPlus settings page"
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: class-updraftplus.php:
|
802 |
msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: class-updraftplus.php:
|
806 |
msgid "You must upgrade MySQL to be able to use this database."
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: methods/updraftvault.php:
|
810 |
msgid "Don't know your email address, or forgotten your password?"
|
811 |
msgstr "আপনার ইমেল ঠিকানা জানা নেই, নাকি আপনার পাসওয়ার্ড ভুলে গিয়েছেন?"
|
812 |
|
813 |
-
#: methods/updraftvault.php:
|
814 |
msgid "Read the FAQs here."
|
815 |
msgstr "এখানে প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী পড়ুন।"
|
816 |
|
817 |
-
#: methods/updraftvault.php:
|
818 |
msgid "Enter your UpdraftPlus.Com email / password here to connect:"
|
819 |
msgstr ""
|
820 |
|
@@ -826,35 +912,35 @@ msgstr "সার্ভার সাইড এনক্রিপশন"
|
|
826 |
msgid "Check this box to use Amazon's server-side encryption"
|
827 |
msgstr "আমাজনের সার্ভার সাইড এনক্রিপশন ব্যবহার করতে এই বক্সটি টিক দিন"
|
828 |
|
829 |
-
#: methods/updraftvault.php:
|
830 |
msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: admin.php:
|
834 |
msgid "%s has been chosen for remote storage, but you are not currently connected."
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: admin.php:
|
838 |
msgid "Go to the remote storage settings in order to connect."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: methods/updraftvault.php:
|
842 |
msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
|
843 |
msgstr "পেমেন্ট ইউএস ডলার, ইউরো বা GB pounds sterling এর মাধ্যমে কার্ড বা পেপ্যাল এর দ্বারা করতে হবে।"
|
844 |
|
845 |
-
#: admin.php:
|
846 |
msgid "Connecting..."
|
847 |
msgstr "সংযোগ করা হচ্ছে..."
|
848 |
|
849 |
-
#: admin.php:
|
850 |
msgid "Disconnecting..."
|
851 |
msgstr "সংযোগ বিচ্ছিন্ন করা হচ্ছে..."
|
852 |
|
853 |
-
#: admin.php:
|
854 |
msgid "Counting..."
|
855 |
msgstr "গণনা করা হচ্ছে..."
|
856 |
|
857 |
-
#: admin.php:
|
858 |
msgid "Update quota count"
|
859 |
msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
|
860 |
|
@@ -862,109 +948,109 @@ msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
|
|
862 |
msgid "Updraft Vault"
|
863 |
msgstr "ভল্ট আপডেট করুন"
|
864 |
|
865 |
-
#: methods/updraftvault.php:
|
866 |
msgid "Your UpdraftPlus Premium purchase is over a year ago. You should renew immediately to avoid losing the 12 months of free storage allowance that you get for being a current UpdraftPlus Premium customer."
|
867 |
msgstr "আপনার UpdraftPlus Premium কেনার এক বছর অতিক্রান্ত হয়ে গিয়েছে। আপনার এখনি তা নবিনীকরন করা উচিত আপনার ১২ মাসের বিনামূল্যের স্টোরেজ এর সুবিধা রক্ষার্থে যা আপনি UpdraftPlus Premium কাস্টমার হওয়ার জন্য পেয়ে থাকেন।"
|
868 |
|
869 |
-
#: methods/updraftvault.php:
|
870 |
msgid "You have an UpdraftPlus Vault subscription with overdue payment. You are within the few days of grace period before it will be suspended, and you will lose your quota and access to data stored within it. Please renew as soon as possible!"
|
871 |
msgstr "আপনার UpdraftPlus Vault এর পেমেন্ট নির্দিষ্ট সময় অতিক্রম করে ফেলেছে। এবং আপনার এ্যাকাউন্ট কিছু দিনের মাঝে বন্ধ করে দেয়া হবে, এবং আপনি আপনার প্রাপ্য এবং এর সকল তথ্য হারাবেন। দয়া করে তাড়াতাড়ি রিনিউ করুন!"
|
872 |
|
873 |
-
#: methods/updraftvault.php:
|
874 |
msgid "You have an UpdraftPlus Vault subscription that has not been renewed, and the grace period has expired. In a few days' time, your stored data will be permanently removed. If you do not wish this to happen, then you should renew as soon as possible."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: methods/updraftvault.php:
|
878 |
msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
|
879 |
msgstr "UpdraftPlus Vault আপনাকে স্টোরেজের সুবিধা দেয় যেটি <strong>বিশ্বাসযোগ্য, সহজে ব্যাবহারযোগ্য এবং চমৎকার দামে</strong>।"
|
880 |
|
881 |
-
#: methods/updraftvault.php:
|
882 |
msgid "Press a button to get started."
|
883 |
msgstr "কাজ শুরু করতে যেকোনো একটি বোতাম চাপুন।"
|
884 |
|
885 |
-
#: methods/updraftvault.php:
|
886 |
msgid "First time user?"
|
887 |
msgstr "প্রথম বার ব্যাবহারকারি?"
|
888 |
|
889 |
-
#: methods/updraftvault.php:
|
890 |
msgid "Show the options"
|
891 |
msgstr "অপশন দেখান"
|
892 |
|
893 |
-
#: methods/updraftvault.php:
|
894 |
msgid "Already purchased space?"
|
895 |
msgstr "জায়গা আগে থেকে কিনেছেন?"
|
896 |
|
897 |
-
#: methods/updraftvault.php:
|
898 |
msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
|
899 |
msgstr "UpdraftPlus Vault অ্যামাজনের বিশ্বসেরা ডাটা সেন্টারে তৈরী। এছাড়া অতিরিক্ত ডাটার স্টোরেজের মাধ্যমে আছে ৯৯.৯৯৯৯৯৯৯৯৯% বিশ্বাসযোগ্যতা"
|
900 |
|
901 |
-
#: methods/updraftvault.php:
|
902 |
msgid "Read more about it here."
|
903 |
msgstr "এইটি সম্পর্কে আরও পড়ুন এখানে।"
|
904 |
|
905 |
-
#: methods/updraftvault.php:
|
906 |
-
#: methods/updraftvault.php:
|
907 |
msgid "%s per quarter"
|
908 |
msgstr "%s প্রতি তিন মাসে"
|
909 |
|
910 |
-
#: methods/updraftvault.php:
|
911 |
msgid "Subscriptions can be cancelled at any time."
|
912 |
msgstr "সাবস্ক্রিপশন যেকোনো সময় বাতিল করা সম্ভব"
|
913 |
|
914 |
-
#: methods/updraftvault.php:
|
915 |
msgid "Back..."
|
916 |
msgstr "ফিরে চলুন..."
|
917 |
|
918 |
-
#: methods/updraftvault.php:
|
919 |
msgid "E-mail"
|
920 |
msgstr "ই-মেইল"
|
921 |
|
922 |
-
#: methods/updraftvault.php:
|
923 |
msgid "Go here for help"
|
924 |
msgstr "সাহায্যের জন্য এখানে যান"
|
925 |
|
926 |
-
#: methods/updraftvault.php:
|
927 |
msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
|
928 |
msgstr "আপনি UpdraftPlus Vault এ<strong>সংযুক্ত নন</strong>।"
|
929 |
|
930 |
-
#: methods/updraftvault.php:
|
931 |
msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
|
932 |
msgstr "এই সাইটটি UpdraftPlus Vault এ <strong>সংযুক্ত</strong>।"
|
933 |
|
934 |
-
#: methods/updraftvault.php:
|
935 |
msgid "Well done - there's nothing more needed to set up."
|
936 |
msgstr "চমৎকার - এখন আর আপনাকে কিছুই করতে হবে না।"
|
937 |
|
938 |
-
#: methods/updraftvault.php:
|
939 |
msgid "Vault owner"
|
940 |
msgstr "ভল্টের মালিক"
|
941 |
|
942 |
-
#: methods/updraftvault.php:
|
943 |
msgid "Quota:"
|
944 |
msgstr "প্রাপ্য:"
|
945 |
|
946 |
-
#: admin.php:
|
947 |
msgid "Disconnect"
|
948 |
msgstr "সংযোগ বিচ্ছিন্ন করুন"
|
949 |
|
950 |
-
#: methods/updraftvault.php:
|
951 |
msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
|
952 |
msgstr "%s ইরোর: আপনার যথেষ্ট প্রাপ্য(%s) নেই আর্কাইভটি(%s) আপলোড করার জন্য।"
|
953 |
|
954 |
-
#: methods/updraftvault.php:
|
955 |
msgid "You can get more quota here"
|
956 |
msgstr "আপনি এখান থেকে আরও প্রাপ্য পেতে পারেন"
|
957 |
|
958 |
-
#: methods/updraftvault.php:
|
959 |
msgid "Current use:"
|
960 |
msgstr "বর্তমান ব্যাবহার:"
|
961 |
|
962 |
-
#: methods/updraftvault.php:
|
963 |
-
#: methods/updraftvault.php:
|
964 |
msgid "Get more quota"
|
965 |
msgstr "আরও প্রাপ্য নিন"
|
966 |
|
967 |
-
#: methods/updraftvault.php:
|
968 |
msgid "Refresh current status"
|
969 |
msgstr "বর্তমান অবস্থা পুনঃবিবেচনা করুন"
|
970 |
|
@@ -984,63 +1070,63 @@ msgstr "ডিলিট করার অনুমতি দিন"
|
|
984 |
msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: backup.php:
|
988 |
msgid "The zip engine returned the message: %s."
|
989 |
msgstr "Zip engine টি এই বার্তা নিয়ে এসেছে: %s।"
|
990 |
|
991 |
-
#: addons/azure.php:364 addons/googlecloud.php:693 methods/s3.php:
|
992 |
msgid "Delete failed:"
|
993 |
msgstr "ডিলিট ব্যর্থ:"
|
994 |
|
995 |
-
#: addons/migrator.php:
|
996 |
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."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: addons/migrator.php:
|
1000 |
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."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: admin.php:
|
1004 |
msgid "Creating..."
|
1005 |
msgstr "তৈরি করা হচ্ছে..."
|
1006 |
|
1007 |
-
#: admin.php:
|
1008 |
msgid "Please give this key a name (e.g. indicate the site it is for):"
|
1009 |
msgstr "এই চাবিকাঠির একটি নাম দিন (e.g. indicate the site it is for):"
|
1010 |
|
1011 |
-
#: admin.php:
|
1012 |
msgid "key name"
|
1013 |
msgstr "চাবির(কি) নাম"
|
1014 |
|
1015 |
-
#: admin.php:
|
1016 |
msgid "Deleting..."
|
1017 |
msgstr "মুছে ফেলা হচ্ছে..."
|
1018 |
|
1019 |
-
#: addons/migrator.php:
|
1020 |
msgid "Testing connection..."
|
1021 |
msgstr "কানেকশন পরীক্ষা করা হচ্ছে..."
|
1022 |
|
1023 |
-
#: admin.php:
|
1024 |
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."
|
1025 |
msgstr ""
|
1026 |
|
1027 |
-
#: admin.php:
|
1028 |
msgid "You should make sure that this really is a backup set intended for use on this website, before you restore (rather than a backup set of an unrelated website)."
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#: admin.php:
|
1032 |
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, <a href=\"https://updraftplus.com/faqs/i-want-to-restore-but-have-either-cannot-or-have-failed-to-do-so-from-the-wp-admin-console/\">or to restore manually</a>."
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: admin.php:
|
1036 |
msgid "Backup sent to remote site - not available for download."
|
1037 |
msgstr "ব্যাকআপ রিমোট সাইটের পাঠানো হয়েছে - ডাউনলোডের জন্য উপলব্ধ না"
|
1038 |
|
1039 |
-
#: admin.php:
|
1040 |
msgid "Site"
|
1041 |
msgstr "সাইট"
|
1042 |
|
1043 |
-
#: admin.php:
|
1044 |
msgid "(backup set imported from remote location)"
|
1045 |
msgstr "(ব্যাকআপ সেট দূরবর্তী অবস্থান থেকে আমদানি করা হয়েছে)"
|
1046 |
|
@@ -1052,67 +1138,63 @@ msgstr "এই স্টোরেজ পদ্ধতি ডাউনলোড
|
|
1052 |
msgid "Backup made by %s"
|
1053 |
msgstr "ব্যাকআপ তৈরি করেছেন %s"
|
1054 |
|
1055 |
-
#: addons/migrator.php:
|
1056 |
msgid "This site has no backups to restore from yet."
|
1057 |
msgstr ""
|
1058 |
|
1059 |
-
#: addons/migrator.php:
|
1060 |
msgid "Restore an existing backup set onto this site"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
-
#: addons/migrator.php:
|
1064 |
msgid "Backup data will be sent to:"
|
1065 |
msgstr "ব্যাক তথ্য পাঠানো হবে:"
|
1066 |
|
1067 |
-
#: addons/migrator.php:
|
1068 |
msgid "site not found"
|
1069 |
msgstr "সাইট খুঁজে পাওয়া যায় নি"
|
1070 |
|
1071 |
-
#: addons/migrator.php:
|
1072 |
msgid "The site URL you are sending to (%s) looks like a local development website. If you are sending from an external network, it is likely that a firewall will be blocking this."
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: addons/migrator.php:
|
1076 |
msgid "Also send this backup to the active remote storage locations"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: addons/migrator.php:
|
1080 |
msgid "A key with this name already exists; you must use a unique name."
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: addons/migrator.php:
|
1084 |
msgid "Key created successfully."
|
1085 |
msgstr "চাবি সফলভাবে তৈরি করা হয়েছে।"
|
1086 |
|
1087 |
-
#: addons/migrator.php:
|
1088 |
msgid "You must copy and paste this key now - it cannot be shown again."
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: addons/migrator.php:
|
1092 |
msgid "Keys for this site are created in the section below the one you just pressed in."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: addons/migrator.php:
|
1096 |
msgid "So, to get the key for the remote site, open the 'Migrate' window on that site, scroll down, and you can create one there."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#: addons/migrator.php:
|
1100 |
msgid "To allow another site to send a backup to this site, create a key, and then press the 'Migrate' button on the sending site, and copy-and-paste the key there."
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#: addons/migrator.php:
|
1104 |
-
msgid "Create a key..."
|
1105 |
-
msgstr "চাবি তৈরি করুন..."
|
1106 |
-
|
1107 |
-
#: addons/migrator.php:2141
|
1108 |
msgid "Your new key:"
|
1109 |
msgstr "আপনার নতুন চাবি:"
|
1110 |
|
1111 |
-
#: addons/migrator.php:
|
1112 |
msgid "No keys to allow remote sites to connect have yet been created."
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: addons/migrator.php:
|
1116 |
msgid "Existing keys"
|
1117 |
msgstr ""
|
1118 |
|
@@ -1140,75 +1222,75 @@ msgstr ""
|
|
1140 |
msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: addons/migrator.php:
|
1144 |
msgid "key"
|
1145 |
msgstr "চাবি"
|
1146 |
|
1147 |
-
#: addons/migrator.php:
|
1148 |
msgid "The entered key was the wrong length - please try again."
|
1149 |
msgstr ""
|
1150 |
|
1151 |
-
#: addons/migrator.php:
|
1152 |
msgid "The entered key was corrupt - please try again."
|
1153 |
msgstr ""
|
1154 |
|
1155 |
-
#: addons/migrator.php:
|
1156 |
msgid "The entered key does not belong to a remote site (it belongs to this one)."
|
1157 |
msgstr ""
|
1158 |
|
1159 |
-
#: addons/migrator.php:
|
1160 |
msgid "The key was successfully added."
|
1161 |
msgstr ""
|
1162 |
|
1163 |
-
#: addons/migrator.php:
|
1164 |
msgid "It is for sending backups to the following site: "
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: addons/migrator.php:
|
1168 |
msgid "No receiving sites have yet been added."
|
1169 |
msgstr "কোন প্রাপ্তির সাইট এখনো যোগ হয়নি"
|
1170 |
|
1171 |
-
#: addons/migrator.php:
|
1172 |
msgid "Send to site:"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: addons/migrator.php:
|
1176 |
msgid "Send"
|
1177 |
msgstr "পাঠান"
|
1178 |
|
1179 |
-
#: addons/migrator.php:
|
1180 |
msgid "Or, send a backup to another site"
|
1181 |
msgstr "অথবা, ব্যাকআপ অন্য একটি সাইটে পাঠান"
|
1182 |
|
1183 |
-
#: addons/migrator.php:
|
1184 |
msgid "To add a site as a destination for sending to, enter that site's key below."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: addons/migrator.php:
|
1188 |
msgid "How do I get a site's key?"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: addons/migrator.php:
|
1192 |
msgid "Paste key here"
|
1193 |
msgstr "চাবি এখানে পেস্ট করুন"
|
1194 |
|
1195 |
-
#: addons/migrator.php:
|
1196 |
msgid "Or, receive a backup from a remote site"
|
1197 |
msgstr "অথবা, অন্য একটি সাইট থেকে ব্যাকআপ গ্রহণ করুন"
|
1198 |
|
1199 |
-
#: admin.php:
|
1200 |
msgid "Adding..."
|
1201 |
msgstr "যুক্ত করা হচ্ছে..."
|
1202 |
|
1203 |
-
#: addons/migrator.php:
|
1204 |
msgid "Add site"
|
1205 |
msgstr "সাইট যুক্ত করুন"
|
1206 |
|
1207 |
-
#: addons/migrator.php:
|
1208 |
msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: addons/migrator.php:
|
1212 |
msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
|
1213 |
msgstr ""
|
1214 |
|
@@ -1220,31 +1302,31 @@ msgstr ""
|
|
1220 |
msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: udaddons/updraftplus-addons.php:
|
1224 |
msgid "Go here to re-enter your password."
|
1225 |
msgstr "এখানে যান আপনার পাসওয়ার্ডটি পুনরাই দিতে।"
|
1226 |
|
1227 |
-
#: udaddons/updraftplus-addons.php:
|
1228 |
msgid "If you have forgotten your password "
|
1229 |
msgstr "আপনি যদি আপনার পাসওয়ার্ডটি ভুলে গিয়ে থাকেন"
|
1230 |
|
1231 |
-
#: udaddons/updraftplus-addons.php:
|
1232 |
msgid "go here to change your password on updraftplus.com."
|
1233 |
msgstr "আপনার updraftplus.com এর পাসওয়ার্ডটি পরিবর্তন করতে এখানে যান।"
|
1234 |
|
1235 |
-
#: addons/migrator.php:
|
1236 |
msgid "To import a backup set, go to the \"Existing Backups\" tab"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: addons/migrator.php:
|
1240 |
msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: admin.php:
|
1244 |
msgid "You have made changes to your settings, and not saved."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: methods/updraftvault.php:
|
1248 |
msgid "To remove the block, please go here."
|
1249 |
msgstr "ব্লক সরাতে, এখানে যান।"
|
1250 |
|
@@ -1276,7 +1358,7 @@ msgstr ""
|
|
1276 |
msgid "Create OneDrive credentials in your OneDrive developer console."
|
1277 |
msgstr ""
|
1278 |
|
1279 |
-
#: addons/azure.php:500 addons/migrator.php:
|
1280 |
msgid "For longer help, including screenshots, follow this link."
|
1281 |
msgstr ""
|
1282 |
|
@@ -1340,15 +1422,15 @@ msgstr "আপনার নির্বাচিত বৈশিষ্ট্য
|
|
1340 |
msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: admin.php:
|
1344 |
msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
|
1345 |
msgstr ""
|
1346 |
|
1347 |
-
#: admin.php:
|
1348 |
msgid "For personal support, the ability to copy sites, more storage destinations, encrypted backups for security, multiple backup destinations, better reporting, no adverts and plenty more, take a look at the premium version of UpdraftPlus - the world’s most popular backup plugin."
|
1349 |
msgstr ""
|
1350 |
|
1351 |
-
#: methods/s3.php:
|
1352 |
msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
|
1353 |
msgstr ""
|
1354 |
|
@@ -1453,15 +1535,15 @@ msgstr "US Standard (default)"
|
|
1453 |
msgid "US West (Oregon)"
|
1454 |
msgstr "US West (Oregon)"
|
1455 |
|
1456 |
-
#: methods/updraftvault.php:
|
1457 |
msgid "UpdraftPlus.com has responded with 'Access Denied'."
|
1458 |
msgstr "UpdraftPlus.com 'অ্যাকসেস অস্বীকার' প্রতিক্রিয়া পাঠিয়েছে।"
|
1459 |
|
1460 |
-
#: methods/updraftvault.php:
|
1461 |
msgid "It appears that your web server's IP Address (%s) is blocked."
|
1462 |
msgstr "আপনার ওয়েব সার্ভার এর আইপি ঠিকানা (%s) ব্লক করা হয়ছে বলে মনে হচ্ছে।"
|
1463 |
|
1464 |
-
#: methods/updraftvault.php:
|
1465 |
msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
|
1466 |
msgstr ""
|
1467 |
|
@@ -1469,184 +1551,184 @@ msgstr ""
|
|
1469 |
msgid "Update cancelled - reload page to try again."
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: admin.php:
|
1473 |
msgid "Dismiss (for %s months)"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: admin.php:
|
1477 |
msgid "Thank you for backing up with UpdraftPlus!"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: admin.php:
|
1481 |
msgid "Free Newsletter"
|
1482 |
msgstr "বিনামূল্যে নিউজলেটার"
|
1483 |
|
1484 |
-
#: admin.php:
|
1485 |
msgid "Follow this link to sign up."
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: admin.php:
|
1489 |
msgid "UpdraftPlus Premium"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: admin.php:
|
1493 |
msgid "Compare with the free version"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: admin.php:
|
1497 |
msgid "Go to the shop."
|
1498 |
msgstr "দোকানে যান।"
|
1499 |
|
1500 |
-
#: admin.php:
|
1501 |
msgid "More Quality Plugins"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: admin.php:
|
1505 |
msgid "Free two-factor security plugin"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: admin.php:
|
1509 |
msgid "Premium WooCommerce plugins"
|
1510 |
msgstr "প্রিমিয়াম WooCommerce প্লাগিনসমূহ"
|
1511 |
|
1512 |
-
#: class-updraftplus.php:
|
1513 |
msgid "Follow this link to sign up for the UpdraftPlus newsletter."
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: admin.php:
|
1517 |
msgid "Newsletter sign-up"
|
1518 |
msgstr "নিউজলেটার সাইন আপ"
|
1519 |
|
1520 |
-
#: admin.php:
|
1521 |
msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: admin.php:
|
1525 |
msgid "The first step is to de-install the free version."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: admin.php:
|
1529 |
msgid "No backup has been completed"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: addons/fixtime.php:
|
1533 |
msgid "(at same time as files backup)"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: admin.php:
|
1537 |
msgid "Dropbox, Google Drive, FTP, S3, Rackspace, Email"
|
1538 |
msgstr "ড্রপবক্স, গুগোল ড্রাইভ, FTP, S3, Rackspace, ইমেইল"
|
1539 |
|
1540 |
-
#: admin.php:
|
1541 |
msgid "WebDAV, Copy.Com, SFTP/SCP, encrypted FTP"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: admin.php:
|
1545 |
msgid "Backup extra files and databases"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: admin.php:
|
1549 |
msgid "Migrate / clone (i.e. copy) websites"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: admin.php:
|
1553 |
msgid "Basic email reporting"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: admin.php:
|
1557 |
msgid "Advanced reporting features"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: admin.php:
|
1561 |
msgid "Automatic backup when updating WP/plugins/themes"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: admin.php:
|
1565 |
msgid "Send backups to multiple remote destinations"
|
1566 |
msgstr "একাধিক রিমোট গন্তব্যস্থানে ব্যাকআপসমূহ পাঠান"
|
1567 |
|
1568 |
-
#: admin.php:
|
1569 |
msgid "Database encryption"
|
1570 |
msgstr "ডাটাবেস এনক্রিপশন"
|
1571 |
|
1572 |
-
#: admin.php:
|
1573 |
msgid "Restore backups from other plugins"
|
1574 |
msgstr "অন্যান্য প্লাগিন দিয়ে তৈরি করা ব্যাকআপ পুনঃস্থাপন করুন"
|
1575 |
|
1576 |
-
#: admin.php:
|
1577 |
msgid "Scheduled backups"
|
1578 |
msgstr "নির্ধারিত সময়ে ব্যাকআপসমূহ"
|
1579 |
|
1580 |
-
#: admin.php:
|
1581 |
msgid "Fix backup time"
|
1582 |
msgstr "ব্যাকআপ করার সময় ঠিক করুন"
|
1583 |
|
1584 |
-
#: admin.php:
|
1585 |
msgid "Network/Multisite support"
|
1586 |
msgstr "নেটওয়ার্ক/মাল্টিসাইট সমর্থন"
|
1587 |
|
1588 |
-
#: admin.php:
|
1589 |
msgid "Lock settings access"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: admin.php:
|
1593 |
msgid "Personal support"
|
1594 |
msgstr "ব্যক্তিগত সহায়তা"
|
1595 |
|
1596 |
-
#: admin.php:
|
1597 |
msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
|
1598 |
msgstr "আপনি বর্তমানে wordpress.org থেকে প্রাপ্ত UpdraftPlus এর মুক্ত সংস্করণ ব্যবহার করছেন।"
|
1599 |
|
1600 |
-
#: admin.php:
|
1601 |
msgid "Get UpdraftPlus Premium"
|
1602 |
msgstr "UpdraftPlus এর প্রিমিয়াম সেবা নিন"
|
1603 |
|
1604 |
-
#: admin.php:
|
1605 |
msgid "Full feature list"
|
1606 |
msgstr "সম্পূর্ণ বৈশিষ্ট্যের তালিকা"
|
1607 |
|
1608 |
-
#: admin.php:
|
1609 |
msgid "Pre-sales FAQs"
|
1610 |
msgstr "প্রাক বিক্রয় প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী"
|
1611 |
|
1612 |
-
#: admin.php:
|
1613 |
msgid "Ask a pre-sales question"
|
1614 |
msgstr "একটি প্রাক বিক্রয় প্রশ্ন জিজ্ঞাসা করুন"
|
1615 |
|
1616 |
-
#: admin.php:
|
1617 |
msgid "Get it from"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: admin.php:
|
1621 |
msgid "Buy It Now!"
|
1622 |
msgstr "এখনি কিনুন!"
|
1623 |
|
1624 |
-
#: admin.php:
|
1625 |
msgid "Backup WordPress files and database"
|
1626 |
msgstr "ওয়ার্ডপ্রেস ফাইল এবং ডাটাবেস এর ব্যাকআপ নিন"
|
1627 |
|
1628 |
-
#: admin.php:
|
1629 |
msgid "Translated into over %s languages"
|
1630 |
msgstr "%s এর বেশি ভাষায় অনুদিত"
|
1631 |
|
1632 |
-
#: admin.php:
|
1633 |
msgid "Restore from backup"
|
1634 |
msgstr "ব্যাকআপ থেকে পুনরুদ্ধার করুন"
|
1635 |
|
1636 |
-
#: admin.php:
|
1637 |
msgid "Backup to remote storage"
|
1638 |
msgstr "দূরবর্তী সংগ্রহস্থলে ব্যাকআপ করুন"
|
1639 |
|
1640 |
-
#: admin.php:
|
1641 |
msgid "You did not select any components to restore. Please select at least one, and then try again."
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: admin.php:
|
1645 |
msgctxt "Uploader: Drop backup files here - or - Select Files"
|
1646 |
msgid "or"
|
1647 |
msgstr "অথবা"
|
1648 |
|
1649 |
-
#: admin.php:
|
1650 |
msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
|
1651 |
msgid "or"
|
1652 |
msgstr "অথবা"
|
@@ -1664,16 +1746,16 @@ msgctxt "The user is being told the number of times an error has happened, e.g.
|
|
1664 |
msgid "An error (%s) occurred:"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: admin.php:
|
1668 |
msgctxt "i.e. Non-automatic"
|
1669 |
msgid "Manual"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: admin.php:
|
1673 |
msgid "Check this box to have a basic report sent to"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: admin.php:
|
1677 |
msgid "your site's admin address"
|
1678 |
msgstr ""
|
1679 |
|
@@ -1712,7 +1794,7 @@ msgstr ""
|
|
1712 |
msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: admin.php:
|
1716 |
msgid "For even more features and personal support, check out "
|
1717 |
msgstr ""
|
1718 |
|
@@ -1801,7 +1883,7 @@ msgid "WordPress core (only)"
|
|
1801 |
msgstr "ওয়ার্ডপ্রেস কোর (শুধুমাত্র)"
|
1802 |
|
1803 |
#: addons/autobackup.php:120 addons/autobackup.php:885
|
1804 |
-
#: addons/autobackup.php:893 admin.php:
|
1805 |
msgid "Automatic backup before update"
|
1806 |
msgstr "আপডেট করার আগে স্বয়ংক্রিয় ব্যাকআপ"
|
1807 |
|
@@ -1809,31 +1891,31 @@ msgstr "আপডেট করার আগে স্বয়ংক্রিয
|
|
1809 |
msgid "Database decryption phrase"
|
1810 |
msgstr "ডাটাবেস ডিক্রিপশন শব্দগুচ্ছ"
|
1811 |
|
1812 |
-
#: backup.php:
|
1813 |
msgid "A zip error occurred"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: backup.php:
|
1817 |
msgid "your web hosting account appears to be full; please see: %s"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: backup.php:
|
1821 |
msgid "check your log for more details."
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: admin.php:
|
1825 |
msgid "Error: unexpected file read fail"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: class-updraftplus.php:
|
1829 |
msgid "Backup label:"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: admin.php:
|
1833 |
msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: admin.php:
|
1837 |
msgid "Upload files into UpdraftPlus."
|
1838 |
msgstr ""
|
1839 |
|
@@ -1841,23 +1923,23 @@ msgstr ""
|
|
1841 |
msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: admin.php:
|
1845 |
msgid "incremental backup; base backup: %s"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: admin.php:
|
1849 |
msgid "and retain this many scheduled backups"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: admin.php:
|
1853 |
msgid "Backup date"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: admin.php:
|
1857 |
msgid "Backup data (click to download)"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: admin.php:3220 admin.php:
|
1861 |
msgid "View Log"
|
1862 |
msgstr ""
|
1863 |
|
@@ -1885,51 +1967,51 @@ msgstr ""
|
|
1885 |
msgid "%s does not allow authorisation of sites hosted on direct IP addresses. You will need to change your site's address (%s) before you can use %s for storage."
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: methods/updraftvault.php:
|
1889 |
msgid "You need to supply both an email address and a password"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: methods/updraftvault.php:
|
1893 |
msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: methods/updraftvault.php:
|
1897 |
msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: admin.php:
|
1901 |
msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: class-updraftplus.php:
|
1905 |
msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: class-updraftplus.php:
|
1909 |
msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
|
1910 |
msgstr ""
|
1911 |
|
1912 |
-
#: addons/migrator.php:
|
1913 |
msgid "already done"
|
1914 |
msgstr ""
|
1915 |
|
1916 |
-
#: addons/migrator.php:
|
1917 |
msgid "Search and replacing table:"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
-
#: addons/migrator.php:
|
1921 |
msgid "skipped (not in list)"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
-
#: addons/migrator.php:
|
1925 |
msgid "Rows per batch"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
-
#: addons/migrator.php:
|
1929 |
msgid "These tables only"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: addons/migrator.php:
|
1933 |
msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
|
1934 |
msgstr ""
|
1935 |
|
@@ -1945,59 +2027,59 @@ msgstr ""
|
|
1945 |
msgid "You need to connect to receive future updates to UpdraftPlus."
|
1946 |
msgstr ""
|
1947 |
|
1948 |
-
#: class-updraftplus.php:
|
1949 |
msgid "The site in this backup was running on a webserver with version %s of %s. "
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: class-updraftplus.php:
|
1953 |
msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
|
1954 |
msgstr ""
|
1955 |
|
1956 |
-
#: class-updraftplus.php:
|
1957 |
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."
|
1958 |
msgstr ""
|
1959 |
|
1960 |
-
#: class-updraftplus.php:
|
1961 |
msgid "Any support requests to do with %s should be raised with your web hosting company."
|
1962 |
msgstr ""
|
1963 |
|
1964 |
-
#: class-updraftplus.php:
|
1965 |
msgid "UpdraftPlus is on social media - check us out here:"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
-
#: admin.php:
|
1969 |
msgid "Twitter"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
-
#: class-updraftplus.php:
|
1973 |
msgid "Facebook"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: class-updraftplus.php:
|
1977 |
msgid "Google+"
|
1978 |
msgstr ""
|
1979 |
|
1980 |
-
#: class-updraftplus.php:
|
1981 |
msgid "LinkedIn"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
-
#: admin.php:
|
1985 |
msgid "Why am I seeing this?"
|
1986 |
msgstr "আমি কেন এটি দেখছি?"
|
1987 |
|
1988 |
-
#: admin.php:
|
1989 |
msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
|
1990 |
msgstr ""
|
1991 |
|
1992 |
-
#: admin.php:
|
1993 |
msgid "The location of this directory is set in the expert settings, in the Settings tab."
|
1994 |
msgstr ""
|
1995 |
|
1996 |
-
#: admin.php:
|
1997 |
msgid "Start backup"
|
1998 |
msgstr "ব্যাকআপ শুরু করুন"
|
1999 |
|
2000 |
-
#: class-updraftplus.php:
|
2001 |
msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
|
2002 |
msgstr ""
|
2003 |
|
@@ -2005,15 +2087,15 @@ msgstr ""
|
|
2005 |
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."
|
2006 |
msgstr ""
|
2007 |
|
2008 |
-
#: admin.php:
|
2009 |
msgid "Unless you have a problem, you can completely ignore everything here."
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: admin.php:
|
2013 |
msgid "You will find more information about this in the Settings section."
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#: admin.php:
|
2017 |
msgid "This file could not be uploaded"
|
2018 |
msgstr "ফাইলটি আপলোড করা সম্ভব হয় নি"
|
2019 |
|
@@ -2025,15 +2107,15 @@ msgstr ""
|
|
2025 |
msgid "Supported backup plugins: %s"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#: admin.php:
|
2029 |
msgid "Tell me more about incremental backups"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
-
#: admin.php:
|
2033 |
msgid "Memory limit"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#: class-updraftplus.php:
|
2037 |
msgid "restoration"
|
2038 |
msgstr ""
|
2039 |
|
@@ -2041,11 +2123,11 @@ msgstr ""
|
|
2041 |
msgid "Table to be implicitly dropped: %s"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: backup.php:
|
2045 |
msgid "Full backup"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: backup.php:
|
2049 |
msgid "Incremental"
|
2050 |
msgstr ""
|
2051 |
|
@@ -2061,40 +2143,40 @@ msgstr ""
|
|
2061 |
msgid "now proceeding with the updates..."
|
2062 |
msgstr ""
|
2063 |
|
2064 |
-
#: admin.php:
|
2065 |
#: updraftplus.php:93
|
2066 |
msgid "Every %s hours"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: addons/migrator.php:
|
2070 |
msgid "search and replace"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: addons/migrator.php:
|
2074 |
msgid "search term"
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: addons/migrator.php:
|
2078 |
msgid "Search / replace database"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: addons/migrator.php:
|
2082 |
msgid "Search for"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: addons/migrator.php:
|
2086 |
msgid "Replace with"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: addons/migrator.php:
|
2090 |
msgid "This can easily destroy your site; so, use it with care!"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: addons/migrator.php:
|
2094 |
msgid "A search/replace cannot be undone - are you sure you want to do this?"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: addons/migrator.php:
|
2098 |
msgid "Go"
|
2099 |
msgstr ""
|
2100 |
|
@@ -2102,11 +2184,11 @@ msgstr ""
|
|
2102 |
msgid "Too many database errors have occurred - aborting"
|
2103 |
msgstr ""
|
2104 |
|
2105 |
-
#: backup.php:
|
2106 |
msgid "read more at %s"
|
2107 |
msgstr ""
|
2108 |
|
2109 |
-
#: backup.php:
|
2110 |
msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
|
2111 |
msgstr ""
|
2112 |
|
@@ -2114,11 +2196,11 @@ msgstr ""
|
|
2114 |
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."
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: admin.php:
|
2118 |
msgid "You have not yet made any backups."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: admin.php:
|
2122 |
msgid "Database Options"
|
2123 |
msgstr ""
|
2124 |
|
@@ -2138,27 +2220,27 @@ msgstr ""
|
|
2138 |
msgid "Free disk space in account:"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: admin.php:
|
2142 |
msgid "Current Status"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: admin.php:
|
2146 |
msgid "Existing Backups"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: admin.php:
|
2150 |
msgid "This button is disabled because your backup directory is not writable (see the settings)."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
-
#: admin.php:
|
2154 |
msgid "Welcome to UpdraftPlus!"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: admin.php:
|
2158 |
msgid "To make a backup, just press the Backup Now button."
|
2159 |
msgstr ""
|
2160 |
|
2161 |
-
#: admin.php:
|
2162 |
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."
|
2163 |
msgstr ""
|
2164 |
|
@@ -2230,7 +2312,7 @@ msgstr ""
|
|
2230 |
msgid "database connection attempt failed"
|
2231 |
msgstr ""
|
2232 |
|
2233 |
-
#: class-updraftplus.php:
|
2234 |
msgid "External database (%s)"
|
2235 |
msgstr ""
|
2236 |
|
@@ -2247,43 +2329,43 @@ msgstr ""
|
|
2247 |
msgid "However, subsequent access attempts failed:"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: admin.php:
|
2251 |
msgid "External database"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: admin.php:
|
2255 |
msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: admin.php:
|
2259 |
msgid "Back up more databases"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: admin.php:
|
2263 |
msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: admin.php:
|
2267 |
msgid "It can also backup external databases."
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: admin.php:
|
2271 |
msgid "You can manually decrypt an encrypted database here."
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: admin.php:
|
2275 |
msgid "First, enter the decryption key"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: admin.php:
|
2279 |
msgid "use UpdraftPlus Premium"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: class-updraftplus.php:
|
2283 |
msgid "Decryption failed. The database file is encrypted."
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: admin.php:
|
2287 |
msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
|
2288 |
msgstr ""
|
2289 |
|
@@ -2291,11 +2373,11 @@ msgstr ""
|
|
2291 |
msgid "An error occurred on the first %s command - aborting run"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: backup.php:
|
2295 |
msgid "database connection attempt failed."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: addons/moredatabase.php:93 backup.php:
|
2299 |
msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
|
2300 |
msgstr ""
|
2301 |
|
@@ -2303,7 +2385,7 @@ msgstr ""
|
|
2303 |
msgid "In %s, path names are case sensitive."
|
2304 |
msgstr ""
|
2305 |
|
2306 |
-
#: addons/migrator.php:
|
2307 |
msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
|
2308 |
msgstr ""
|
2309 |
|
@@ -2373,24 +2455,24 @@ msgstr ""
|
|
2373 |
msgid "Failed to upload %s"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:
|
2377 |
-
#: methods/dropbox.php:
|
2378 |
msgid "Success:"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: methods/dropbox.php:
|
2382 |
msgid "Dropbox"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
-
#: addons/copycom.php:557 addons/onedrive.php:716 methods/dropbox.php:
|
2386 |
msgid "(You appear to be already authenticated)."
|
2387 |
msgstr ""
|
2388 |
|
2389 |
-
#: addons/copycom.php:559 addons/onedrive.php:718 methods/dropbox.php:
|
2390 |
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."
|
2391 |
msgstr ""
|
2392 |
|
2393 |
-
#: addons/copycom.php:556 addons/onedrive.php:715 methods/dropbox.php:
|
2394 |
msgid "Authenticate with %s"
|
2395 |
msgstr ""
|
2396 |
|
@@ -2416,7 +2498,7 @@ msgid "Could not access %s container"
|
|
2416 |
msgstr ""
|
2417 |
|
2418 |
#: addons/copycom.php:558 addons/googlecloud.php:902 addons/onedrive.php:717
|
2419 |
-
#: methods/dropbox.php:
|
2420 |
msgid "Account holder's name: %s."
|
2421 |
msgstr ""
|
2422 |
|
@@ -2468,7 +2550,7 @@ msgstr ""
|
|
2468 |
msgid "Google Drive list files: failed to access parent folder"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: admin.php:
|
2472 |
msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
|
2473 |
msgstr ""
|
2474 |
|
@@ -2480,7 +2562,7 @@ msgstr ""
|
|
2480 |
msgid "Call"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
-
#: addons/migrator.php:
|
2484 |
msgid "This feature requires %s version %s or later"
|
2485 |
msgstr ""
|
2486 |
|
@@ -2496,23 +2578,23 @@ msgstr ""
|
|
2496 |
msgid "%s files have been extracted"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
-
#: class-updraftplus.php:
|
2500 |
msgid "Error - failed to download the file"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
-
#: admin.php:
|
2504 |
msgid "Rescan local folder for new backup sets"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: udaddons/updraftplus-addons.php:
|
2508 |
msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
|
2509 |
msgstr ""
|
2510 |
|
2511 |
-
#: udaddons/updraftplus-addons.php:
|
2512 |
msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
|
2513 |
msgstr ""
|
2514 |
|
2515 |
-
#: udaddons/updraftplus-addons.php:
|
2516 |
msgid "It has been tested up to version %s."
|
2517 |
msgstr ""
|
2518 |
|
@@ -2532,63 +2614,64 @@ msgstr ""
|
|
2532 |
msgid "Your login may be either password or key-based - you only need to enter one, not both."
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#: addons/azure.php:508 addons/
|
|
|
2536 |
msgid "Key"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: addons/importer.php:256 admin.php:
|
2540 |
msgid "Backup created by: %s."
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: admin.php:
|
2544 |
msgid "Files and database WordPress backup (created by %s)"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: admin.php:
|
2548 |
msgid "Files backup (created by %s)"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: admin.php:
|
2552 |
msgid "unknown source"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: admin.php:
|
2556 |
msgid "Database (created by %s)"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: admin.php:
|
2560 |
msgid "Rescan remote storage"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: admin.php:
|
2564 |
msgid "Upload backup files"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: admin.php:
|
2568 |
msgid "This backup was created by %s, and can be imported."
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: admin.php:
|
2572 |
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."
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: admin.php:
|
2576 |
msgid "Read this page for a guide to possible causes and how to fix it."
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: admin.php:
|
2580 |
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))."
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: admin.php:
|
2584 |
msgid "However, UpdraftPlus archives are standard zip/SQL files - so if you are sure that your file has the right format, then you can rename it to match that pattern."
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#: admin.php:
|
2588 |
msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: admin.php:
|
2592 |
msgid "Backup created by unknown source (%s) - cannot be restored."
|
2593 |
msgstr ""
|
2594 |
|
@@ -2600,7 +2683,7 @@ msgstr ""
|
|
2600 |
msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: methods/dropbox.php:
|
2604 |
msgid "%s returned an unexpected HTTP response: %s"
|
2605 |
msgstr ""
|
2606 |
|
@@ -2608,16 +2691,16 @@ msgstr ""
|
|
2608 |
msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: methods/cloudfiles.php:234 methods/dropbox.php:
|
2612 |
#: methods/openstack-base.php:95 methods/s3.php:87
|
2613 |
msgid "No settings were found"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#: class-updraftplus.php:
|
2617 |
msgid "One or more backups has been added from scanning remote storage; note that these backups will not be automatically deleted through the \"retain\" settings; if/when you wish to delete them then you must do so manually."
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#: admin.php:
|
2621 |
msgid "Rescanning remote and local storage for backup sets..."
|
2622 |
msgstr ""
|
2623 |
|
@@ -2634,7 +2717,7 @@ msgstr ""
|
|
2634 |
msgid "Reduced redundancy storage"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: addons/migrator.php:
|
2638 |
msgid "Adjusting multisite paths"
|
2639 |
msgstr ""
|
2640 |
|
@@ -2655,15 +2738,15 @@ msgstr ""
|
|
2655 |
msgid "Remove"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
-
#: methods/s3.php:
|
2659 |
msgid "Other %s FAQs."
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: admin.php:
|
2663 |
msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
|
2664 |
msgstr ""
|
2665 |
|
2666 |
-
#: addons/morefiles.php:262 admin.php:
|
2667 |
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."
|
2668 |
msgstr ""
|
2669 |
|
@@ -2675,11 +2758,11 @@ msgstr ""
|
|
2675 |
msgid "encrypted FTP (explicit encryption)"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
-
#: class-updraftplus.php:
|
2679 |
msgid "Your web server's PHP installation has these functions disabled: %s."
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: class-updraftplus.php:
|
2683 |
msgid "Your hosting company must enable these functions before %s can work."
|
2684 |
msgstr ""
|
2685 |
|
@@ -2699,75 +2782,75 @@ msgstr ""
|
|
2699 |
msgid "Available to claim on this site"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: udaddons/updraftplus-addons.php:
|
2703 |
msgid "To maintain your access to support, please renew."
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: udaddons/updraftplus-addons.php:
|
2707 |
msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
|
2708 |
msgstr ""
|
2709 |
|
2710 |
-
#: udaddons/updraftplus-addons.php:
|
2711 |
msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: udaddons/updraftplus-addons.php:
|
2715 |
msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: udaddons/updraftplus-addons.php:
|
2719 |
msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: udaddons/updraftplus-addons.php:
|
2723 |
msgid "Your paid access to UpdraftPlus support has expired."
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: udaddons/updraftplus-addons.php:
|
2727 |
msgid "To regain your access, please renew."
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: udaddons/updraftplus-addons.php:
|
2731 |
msgid "Your paid access to UpdraftPlus support will soon expire."
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: udaddons/updraftplus-addons.php:
|
2735 |
msgid "Dismiss from main dashboard (for %s weeks)"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
-
#: udaddons/updraftplus-addons.php:
|
2739 |
msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
|
2740 |
msgstr ""
|
2741 |
|
2742 |
-
#: udaddons/updraftplus-addons.php:
|
2743 |
msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: class-updraftplus.php:
|
2747 |
msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
|
2748 |
msgstr ""
|
2749 |
|
2750 |
-
#: class-updraftplus.php:
|
2751 |
msgid "The attempt to undo the double-compression failed."
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: class-updraftplus.php:
|
2755 |
msgid "The attempt to undo the double-compression succeeded."
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: admin.php:
|
2759 |
msgid "Constants"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#: backup.php:
|
2763 |
msgid "Failed to open database file for reading:"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: backup.php:
|
2767 |
msgid "please wait for the rescheduled attempt"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: backup.php:
|
2771 |
msgid "No database tables found"
|
2772 |
msgstr ""
|
2773 |
|
@@ -2779,39 +2862,39 @@ msgstr ""
|
|
2779 |
msgid "Database queries processed: %d in %.2f seconds"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: addons/migrator.php:
|
2783 |
msgid "Searching and replacing reached row: %d"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: addons/copycom.php:88 addons/onedrive.php:91 methods/dropbox.php:
|
2787 |
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)"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: addons/migrator.php:
|
2791 |
msgid "Skipping this table: data in this table (%s) should not be search/replaced"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: udaddons/updraftplus-addons.php:
|
2795 |
msgid "Errors occurred:"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: admin.php:
|
2799 |
msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
|
2800 |
msgstr ""
|
2801 |
|
2802 |
-
#: admin.php:
|
2803 |
msgid "See this FAQ also."
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: admin.php:
|
2807 |
msgid "If you choose no remote storage, then the backups remain on the web-server. This is not recommended (unless you plan to manually copy them to your computer), as losing the web-server would mean losing both your website and the backups in one event."
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: admin.php:
|
2811 |
msgid "Retrieving (if necessary) and preparing backup files..."
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: admin.php:
|
2815 |
msgid "The PHP setup on this webserver allows only %s seconds for PHP to run, and does not allow this limit to be raised. If you have a lot of data to import, and if the restore operation times out, then you will need to ask your web hosting company for ways to raise this limit (or attempt the restoration piece-by-piece)."
|
2816 |
msgstr ""
|
2817 |
|
@@ -2819,19 +2902,19 @@ msgstr ""
|
|
2819 |
msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: admin.php:
|
2823 |
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)"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: addons/migrator.php:
|
2827 |
msgid "Replacing in blogs/site table: from: %s to: %s"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: addons/migrator.php:
|
2831 |
msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: addons/migrator.php:
|
2835 |
msgid "%s: Skipping cache file (does not already exist)"
|
2836 |
msgstr ""
|
2837 |
|
@@ -2840,15 +2923,15 @@ msgstr ""
|
|
2840 |
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."
|
2841 |
msgstr ""
|
2842 |
|
2843 |
-
#: admin.php:
|
2844 |
msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: admin.php:
|
2848 |
msgid "Restore failed..."
|
2849 |
msgstr ""
|
2850 |
|
2851 |
-
#: addons/moredatabase.php:125 admin.php:
|
2852 |
msgid "Messages:"
|
2853 |
msgstr ""
|
2854 |
|
@@ -3005,31 +3088,31 @@ msgstr ""
|
|
3005 |
msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: methods/updraftvault.php:
|
3009 |
msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: admin.php:
|
3013 |
msgid "Create"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: admin.php:
|
3017 |
msgid "The new user's RackSpace console password is (this will not be shown again):"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: admin.php:
|
3021 |
msgid "Trying..."
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: class-updraftplus.php:
|
3025 |
msgid "(when decrypted)"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: admin.php:
|
3029 |
msgid "Error data:"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: admin.php:
|
3033 |
msgid "Backup does not exist in the backup history"
|
3034 |
msgstr ""
|
3035 |
|
@@ -3097,11 +3180,11 @@ msgstr ""
|
|
3097 |
msgid "Use the \"Reporting\" section to configure the email addresses to be used."
|
3098 |
msgstr ""
|
3099 |
|
3100 |
-
#: class-updraftplus.php:
|
3101 |
msgid "files: %s"
|
3102 |
msgstr ""
|
3103 |
|
3104 |
-
#: class-updraftplus.php:
|
3105 |
msgid "%s checksum: %s"
|
3106 |
msgstr ""
|
3107 |
|
@@ -3121,7 +3204,7 @@ msgstr ""
|
|
3121 |
msgid "Time taken:"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: addons/reporting.php:189 admin.php:
|
3125 |
msgid "Uploaded to:"
|
3126 |
msgstr ""
|
3127 |
|
@@ -3153,16 +3236,16 @@ msgstr ""
|
|
3153 |
msgid "Errors / warnings:"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: addons/copycom.php:377 addons/onedrive.php:492 methods/dropbox.php:
|
3157 |
msgid "%s authentication"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: addons/copycom.php:377 addons/onedrive.php:492 class-updraftplus.php:
|
3161 |
-
#: methods/dropbox.php:
|
3162 |
msgid "%s error: %s"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: addons/googlecloud.php:815 methods/dropbox.php:
|
3166 |
msgid "%s logo"
|
3167 |
msgstr ""
|
3168 |
|
@@ -3178,68 +3261,68 @@ msgstr ""
|
|
3178 |
msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
-
#: methods/dropbox.php:
|
3182 |
msgid "%s did not return the expected response - check your log file for more details"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
-
#: admin.php:
|
3186 |
#: udaddons/options.php:244
|
3187 |
msgid "Connect"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: admin.php:
|
3191 |
msgid "For more reporting features, use the Reporting add-on."
|
3192 |
msgstr ""
|
3193 |
|
3194 |
-
#: class-updraftplus.php:
|
3195 |
msgid "(version: %s)"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
-
#: addons/reporting.php:416 admin.php:
|
3199 |
msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
|
3200 |
msgstr ""
|
3201 |
|
3202 |
-
#: addons/reporting.php:416 admin.php:
|
3203 |
msgid "When the Email storage method is enabled, also send the entire backup"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: backup.php:
|
3207 |
msgid "Unknown/unexpected error - please raise a support request"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
-
#: addons/reporting.php:221 backup.php:
|
3211 |
msgid "The log file has been attached to this email."
|
3212 |
msgstr ""
|
3213 |
|
3214 |
-
#: backup.php:
|
3215 |
msgid "Backed up: %s"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: backup.php:
|
3219 |
msgid "Backup contains:"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: addons/reporting.php:148 backup.php:
|
3223 |
msgid "Latest status:"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
-
#: admin.php:
|
3227 |
msgid "Files and database"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: backup.php:
|
3231 |
msgid "Files (database backup has not completed)"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
-
#: backup.php:
|
3235 |
msgid "Files only (database was not part of this particular schedule)"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: backup.php:
|
3239 |
msgid "Database (files backup has not completed)"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
-
#: backup.php:
|
3243 |
msgid "Database only (files were not part of this particular schedule)"
|
3244 |
msgstr ""
|
3245 |
|
@@ -3287,7 +3370,7 @@ msgstr ""
|
|
3287 |
msgid "please follow this link to update the plugin in order to activate it"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
-
#: udaddons/options.php:370 udaddons/updraftplus-addons.php:
|
3291 |
msgid "UpdraftPlus Addons"
|
3292 |
msgstr ""
|
3293 |
|
@@ -3299,20 +3382,20 @@ msgstr ""
|
|
3299 |
msgid "UpdraftPlus Support"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
-
#: udaddons/updraftplus-addons.php:
|
3303 |
msgid "UpdraftPlus.Com responded, but we did not understand the response"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
-
#: methods/updraftvault.php:
|
3307 |
msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
-
#: methods/updraftvault.php:
|
3311 |
msgid "Your email address and password were not recognised by UpdraftPlus.Com"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
-
#: methods/updraftvault.php:
|
3315 |
-
#: udaddons/updraftplus-addons.php:
|
3316 |
msgid "UpdraftPlus.Com returned a response, but we could not understand it"
|
3317 |
msgstr ""
|
3318 |
|
@@ -3320,19 +3403,19 @@ msgstr ""
|
|
3320 |
msgid "An update is available for UpdraftPlus - please follow this link to get it."
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: udaddons/updraftplus-addons.php:
|
3324 |
msgid "We failed to successfully connect to UpdraftPlus.Com"
|
3325 |
msgstr ""
|
3326 |
|
3327 |
-
#: admin.php:
|
3328 |
msgid "Reporting"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: admin.php:
|
3332 |
msgid "Options (raw)"
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: addons/reporting.php:414 admin.php:
|
3336 |
msgid "Send a report only when there are warnings/errors"
|
3337 |
msgstr ""
|
3338 |
|
@@ -3344,15 +3427,15 @@ msgstr ""
|
|
3344 |
msgid "You should check the file permissions in your WordPress installation"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
-
#: admin.php:
|
3348 |
msgid "See also the \"More Files\" add-on from our shop."
|
3349 |
msgstr ""
|
3350 |
|
3351 |
-
#: backup.php:
|
3352 |
msgid "Your free space in your hosting account is very low - only %s Mb remain"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: class-updraftplus.php:
|
3356 |
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)"
|
3357 |
msgstr ""
|
3358 |
|
@@ -3484,7 +3567,7 @@ msgstr ""
|
|
3484 |
msgid "Without it, encryption will be a lot slower."
|
3485 |
msgstr ""
|
3486 |
|
3487 |
-
#: admin.php:
|
3488 |
msgid "Drop backup files here"
|
3489 |
msgstr ""
|
3490 |
|
@@ -3492,27 +3575,27 @@ msgstr ""
|
|
3492 |
msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
|
3493 |
msgstr ""
|
3494 |
|
3495 |
-
#: class-updraftplus.php:
|
3496 |
msgid "Want more features or paid, guaranteed support? Check out UpdraftPlus.Com"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: class-updraftplus.php:
|
3500 |
msgid "Check out WordShell"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
-
#: class-updraftplus.php:
|
3504 |
msgid "manage WordPress from the command line - huge time-saver"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: admin.php:
|
3508 |
msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
|
3509 |
msgstr ""
|
3510 |
|
3511 |
-
#: admin.php:
|
3512 |
msgid "The web server returned an error code (try again, or check your web server logs)"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: admin.php:
|
3516 |
msgid "If you exclude both the database and the files, then you have excluded everything!"
|
3517 |
msgstr ""
|
3518 |
|
@@ -3536,7 +3619,7 @@ msgstr ""
|
|
3536 |
msgid "Upload failed"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
-
#: admin.php:
|
3540 |
msgid "You can send a backup to more than one destination with an add-on."
|
3541 |
msgstr ""
|
3542 |
|
@@ -3580,23 +3663,23 @@ msgstr ""
|
|
3580 |
msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
-
#: admin.php:
|
3584 |
msgid "%s settings test result:"
|
3585 |
msgstr ""
|
3586 |
|
3587 |
-
#: admin.php:
|
3588 |
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."
|
3589 |
msgstr ""
|
3590 |
|
3591 |
-
#: admin.php:
|
3592 |
msgid "(Not finished)"
|
3593 |
msgstr ""
|
3594 |
|
3595 |
-
#: admin.php:
|
3596 |
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)."
|
3597 |
msgstr ""
|
3598 |
|
3599 |
-
#: admin.php:
|
3600 |
msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
|
3601 |
msgstr ""
|
3602 |
|
@@ -3608,8 +3691,8 @@ msgstr ""
|
|
3608 |
msgid "Backup finished"
|
3609 |
msgstr ""
|
3610 |
|
3611 |
-
#: admin.php:3344 central/bootstrap.php:
|
3612 |
-
#: methods/updraftvault.php:
|
3613 |
msgid "Unknown"
|
3614 |
msgstr ""
|
3615 |
|
@@ -3665,11 +3748,11 @@ msgstr ""
|
|
3665 |
msgid "Backup begun"
|
3666 |
msgstr ""
|
3667 |
|
3668 |
-
#: admin.php:
|
3669 |
msgid "Backups in progress:"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
-
#: admin.php:
|
3673 |
msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even "Backup Now") unless either you have set up a facility to call the scheduler manually, or until it is enabled."
|
3674 |
msgstr ""
|
3675 |
|
@@ -3685,19 +3768,11 @@ msgstr ""
|
|
3685 |
msgid "file"
|
3686 |
msgstr ""
|
3687 |
|
3688 |
-
#:
|
3689 |
-
msgid "Failed to open directory (check the file permissions): %s"
|
3690 |
-
msgstr ""
|
3691 |
-
|
3692 |
-
#: backup.php:1978
|
3693 |
-
msgid "%s: unreadable file - could not be backed up (check the file permissions)"
|
3694 |
-
msgstr ""
|
3695 |
-
|
3696 |
-
#: class-updraftplus.php:2421
|
3697 |
msgid "The backup has not finished; a resumption is scheduled"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: class-updraftplus.php:
|
3701 |
msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
|
3702 |
msgstr ""
|
3703 |
|
@@ -3707,7 +3782,7 @@ msgstr ""
|
|
3707 |
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)."
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: admin.php:
|
3711 |
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)."
|
3712 |
msgstr ""
|
3713 |
|
@@ -3719,7 +3794,7 @@ msgstr ""
|
|
3719 |
msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: addons/autobackup.php:933 admin.php:
|
3723 |
msgid "Proceed with update"
|
3724 |
msgstr ""
|
3725 |
|
@@ -3780,51 +3855,51 @@ msgstr ""
|
|
3780 |
msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
|
3781 |
msgstr ""
|
3782 |
|
3783 |
-
#: admin.php:
|
3784 |
msgid "Support"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: admin.php:
|
3788 |
msgid "More plugins"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: class-updraftplus.php:
|
3792 |
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."
|
3793 |
msgstr ""
|
3794 |
|
3795 |
-
#: class-updraftplus.php:
|
3796 |
msgid "This database backup is missing core WordPress tables: %s"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
-
#: class-updraftplus.php:
|
3800 |
msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: class-updraftplus.php:
|
3804 |
msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: admin.php:
|
3808 |
msgid "UpdraftPlus Premium can <strong>automatically</strong> take a backup of your plugins or themes and database before you update."
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#: admin.php:
|
3812 |
msgid "Be safe every time, without needing to remember - follow this link to learn more."
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#: addons/autobackup.php:496 admin.php:
|
3816 |
msgid "Update Plugin"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
-
#: addons/autobackup.php:547 admin.php:
|
3820 |
msgid "Update Theme"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: admin.php:
|
3824 |
msgid "Dismiss (for %s weeks)"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: addons/autobackup.php:914 admin.php:
|
3828 |
msgid "Be safe with an automatic backup"
|
3829 |
msgstr ""
|
3830 |
|
@@ -3832,83 +3907,83 @@ msgstr ""
|
|
3832 |
msgid "Uploads path (%s) does not exist - resetting (%s)"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
-
#: admin.php:
|
3836 |
msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
|
3837 |
msgstr ""
|
3838 |
|
3839 |
-
#: admin.php:
|
3840 |
msgid "Follow this link to attempt decryption and download the database file to your computer."
|
3841 |
msgstr ""
|
3842 |
|
3843 |
-
#: admin.php:
|
3844 |
msgid "This decryption key will be attempted:"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: admin.php:
|
3848 |
msgid "Unknown server response:"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: admin.php:
|
3852 |
msgid "Unknown server response status:"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: admin.php:
|
3856 |
msgid "The file was uploaded."
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: admin.php:
|
3860 |
msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: admin.php:
|
3864 |
msgid "Upload error:"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: admin.php:
|
3868 |
msgid "This file does not appear to be an UpdraftPlus encrypted database archive (such files are .gz.crypt files which have a name like: backup_(time)_(site name)_(code)_db.crypt.gz)."
|
3869 |
msgstr ""
|
3870 |
|
3871 |
-
#: admin.php:
|
3872 |
msgid "Upload error"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
-
#: admin.php:
|
3876 |
msgid "Delete from your web server"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#: admin.php:
|
3880 |
msgid "Download to your computer"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: admin.php:
|
3884 |
msgid "and then, if you wish,"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
-
#: methods/s3.php:
|
3888 |
msgid "Examples of S3-compatible storage providers:"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: admin.php:
|
3892 |
msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: admin.php:
|
3896 |
msgid "(%d archive(s) in set)."
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: admin.php:
|
3900 |
msgid "You appear to be missing one or more archives from this multi-archive set."
|
3901 |
msgstr ""
|
3902 |
|
3903 |
-
#: admin.php:
|
3904 |
msgid "Split archives every:"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
-
#: admin.php:
|
3908 |
msgid "Error: the server sent an empty response."
|
3909 |
msgstr ""
|
3910 |
|
3911 |
-
#: admin.php:
|
3912 |
msgid "Warnings:"
|
3913 |
msgstr ""
|
3914 |
|
@@ -3916,43 +3991,43 @@ msgstr ""
|
|
3916 |
msgid "Error: the server sent us a response (JSON) which we did not understand."
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#: admin.php:
|
3920 |
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?"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
-
#: admin.php:
|
3924 |
msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
|
3925 |
msgstr ""
|
3926 |
|
3927 |
-
#: admin.php:
|
3928 |
msgid "The backup archive files have been processed, but with some warnings. If all is well, then now press Restore again to proceed. Otherwise, cancel and correct any problems first."
|
3929 |
msgstr ""
|
3930 |
|
3931 |
-
#: admin.php:
|
3932 |
msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
|
3933 |
msgstr ""
|
3934 |
|
3935 |
-
#: admin.php:
|
3936 |
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"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: admin.php:
|
3940 |
msgid "No such backup set exists"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
-
#: admin.php:
|
3944 |
msgid "File not found (you need to upload it): %s"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
-
#: admin.php:
|
3948 |
msgid "File was found, but is zero-sized (you need to re-upload it): %s"
|
3949 |
msgstr ""
|
3950 |
|
3951 |
-
#: admin.php:
|
3952 |
msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#: admin.php:
|
3956 |
msgid "This multi-archive backup set appears to have the following archives missing: %s"
|
3957 |
msgstr ""
|
3958 |
|
@@ -3968,7 +4043,7 @@ msgstr ""
|
|
3968 |
msgid "Moving unpacked backup into place..."
|
3969 |
msgstr ""
|
3970 |
|
3971 |
-
#: backup.php:
|
3972 |
msgid "Failed to open the zip file (%s) - %s"
|
3973 |
msgstr ""
|
3974 |
|
@@ -3976,15 +4051,15 @@ msgstr ""
|
|
3976 |
msgid "WordPress root directory server path: %s"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
-
#: methods/s3.php:
|
3980 |
msgid "... and many more!"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
-
#: methods/s3.php:
|
3984 |
msgid "%s end-point"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
-
#: admin.php:
|
3988 |
msgid "File is not locally present - needs retrieving from remote storage"
|
3989 |
msgstr ""
|
3990 |
|
@@ -3992,27 +4067,27 @@ msgstr ""
|
|
3992 |
msgid "S3 (Compatible)"
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
#: admin.php:
|
3996 |
msgid "Final checks"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: admin.php:
|
4000 |
msgid "Looking for %s archive: file name: %s"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
-
#: admin.php:
|
4004 |
msgid "Check this to delete any superfluous backup files from your server after the backup run finishes (i.e. if you uncheck, then any files despatched remotely will also remain locally, and any files being kept locally will not be subject to the retention limits)."
|
4005 |
msgstr ""
|
4006 |
|
4007 |
-
#: admin.php:
|
4008 |
msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
|
4009 |
msgstr ""
|
4010 |
|
4011 |
-
#: admin.php:
|
4012 |
msgid "Your wp-content directory server path: %s"
|
4013 |
msgstr ""
|
4014 |
|
4015 |
-
#: admin.php:
|
4016 |
msgid "Raw backup history"
|
4017 |
msgstr ""
|
4018 |
|
@@ -4020,27 +4095,27 @@ msgstr ""
|
|
4020 |
msgid "Show raw backup and file list"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
-
#: admin.php:
|
4024 |
msgid "Processing files - please wait..."
|
4025 |
msgstr ""
|
4026 |
|
4027 |
-
#: admin.php:
|
4028 |
msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
|
4029 |
msgstr ""
|
4030 |
|
4031 |
-
#: admin.php:
|
4032 |
msgid "Please consult this FAQ for help on what to do about it."
|
4033 |
msgstr ""
|
4034 |
|
4035 |
-
#: class-updraftplus.php:
|
4036 |
msgid "Failed to open database file."
|
4037 |
msgstr ""
|
4038 |
|
4039 |
-
#: class-updraftplus.php:
|
4040 |
msgid "Failed to write out the decrypted database to the filesystem."
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: admin.php:
|
4044 |
msgid "Known backups (raw)"
|
4045 |
msgstr ""
|
4046 |
|
@@ -4064,25 +4139,25 @@ msgstr ""
|
|
4064 |
msgid "Restoring table (%s)"
|
4065 |
msgstr ""
|
4066 |
|
4067 |
-
#: addons/migrator.php:
|
4068 |
msgid "This looks like a migration (the backup is from a site with a different address/URL), but you did not check the option to search-and-replace the database. That is usually a mistake."
|
4069 |
msgstr ""
|
4070 |
|
4071 |
-
#: admin.php:
|
4072 |
msgid "file is size:"
|
4073 |
msgstr ""
|
4074 |
|
4075 |
-
#: addons/googlecloud.php:855 addons/migrator.php:
|
4076 |
-
#: addons/migrator.php:
|
4077 |
-
#: backup.php:
|
4078 |
msgid "Go here for more information."
|
4079 |
msgstr ""
|
4080 |
|
4081 |
-
#: admin.php:
|
4082 |
msgid "Some files are still downloading or being processed - please wait."
|
4083 |
msgstr ""
|
4084 |
|
4085 |
-
#: class-updraftplus.php:
|
4086 |
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."
|
4087 |
msgstr ""
|
4088 |
|
@@ -4094,27 +4169,27 @@ msgstr ""
|
|
4094 |
msgid "%s upload failed"
|
4095 |
msgstr ""
|
4096 |
|
4097 |
-
#: addons/fixtime.php:
|
4098 |
msgid "Enter in format HH:MM (e.g. 14:22)."
|
4099 |
msgstr ""
|
4100 |
|
4101 |
-
#: addons/fixtime.php:
|
4102 |
msgid "The time zone used is that from your WordPress settings, in Settings -> General."
|
4103 |
msgstr ""
|
4104 |
|
4105 |
-
#: methods/dropbox.php:
|
4106 |
msgid "Dropbox error: %s (see log file for more)"
|
4107 |
msgstr ""
|
4108 |
|
4109 |
-
#: methods/dropbox.php:
|
4110 |
msgid "You do not appear to be authenticated with %s (whilst deleting)"
|
4111 |
msgstr ""
|
4112 |
|
4113 |
-
#: methods/dropbox.php:
|
4114 |
msgid "Failed to access %s when deleting (see log file for more)"
|
4115 |
msgstr ""
|
4116 |
|
4117 |
-
#: addons/copycom.php:264 methods/dropbox.php:
|
4118 |
msgid "You do not appear to be authenticated with %s"
|
4119 |
msgstr ""
|
4120 |
|
@@ -4147,88 +4222,88 @@ msgstr ""
|
|
4147 |
msgid "%s authentication failed"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
-
#: class-updraftplus.php:
|
4151 |
msgid "%s error - failed to re-assemble chunks"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: addons/googlecloud.php:384 addons/migrator.php:
|
4155 |
-
#: admin.php:
|
4156 |
-
#: class-updraftplus.php:
|
4157 |
-
#: class-updraftplus.php:
|
4158 |
-
#: class-updraftplus.php:
|
4159 |
msgid "Error: %s"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: admin.php:
|
4163 |
msgid "Backup directory specified exists, but is <b>not</b> writable."
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#: admin.php:
|
4167 |
msgid "Backup directory specified does <b>not</b> exist."
|
4168 |
msgstr ""
|
4169 |
|
4170 |
-
#: admin.php:3389 admin.php:
|
4171 |
-
#: class-updraftplus.php:
|
4172 |
msgid "Warning: %s"
|
4173 |
msgstr ""
|
4174 |
|
4175 |
-
#: admin.php:
|
4176 |
msgid "Last backup job run:"
|
4177 |
msgstr ""
|
4178 |
|
4179 |
-
#: backup.php:
|
4180 |
msgid "%s: unreadable file - could not be backed up"
|
4181 |
msgstr ""
|
4182 |
|
4183 |
-
#: backup.php:
|
4184 |
msgid "A very large file was encountered: %s (size: %s Mb)"
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: backup.php:
|
4188 |
msgid "Table %s has very many rows (%s) - we hope your web hosting company gives you enough resources to dump out that table in the backup"
|
4189 |
msgstr ""
|
4190 |
|
4191 |
-
#: backup.php:
|
4192 |
msgid "An error occurred whilst closing the final database file"
|
4193 |
msgstr ""
|
4194 |
|
4195 |
-
#: backup.php:
|
4196 |
msgid "Warnings encountered:"
|
4197 |
msgstr ""
|
4198 |
|
4199 |
-
#: class-updraftplus.php:
|
4200 |
msgid "The backup apparently succeeded (with warnings) and is now complete"
|
4201 |
msgstr ""
|
4202 |
|
4203 |
-
#: class-updraftplus.php:
|
4204 |
msgid "Your free disk space is very low - only %s Mb remain"
|
4205 |
msgstr ""
|
4206 |
|
4207 |
-
#: addons/migrator.php:
|
4208 |
msgid "Migrated site (from UpdraftPlus)"
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: addons/migrator.php:
|
4212 |
msgid "<strong>ERROR</strong>: Site URL already taken."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
-
#: addons/migrator.php:
|
4216 |
msgid "New site:"
|
4217 |
msgstr ""
|
4218 |
|
4219 |
-
#: addons/migrator.php:
|
4220 |
msgid "Information needed to continue:"
|
4221 |
msgstr ""
|
4222 |
|
4223 |
-
#: addons/migrator.php:
|
4224 |
msgid "Enter details for where this new site is to live within your multisite install:"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: addons/migrator.php:
|
4228 |
msgid "Processed plugin:"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
-
#: addons/migrator.php:
|
4232 |
msgid "Network activating theme:"
|
4233 |
msgstr ""
|
4234 |
|
@@ -4240,15 +4315,15 @@ msgstr ""
|
|
4240 |
msgid "Check your file permissions: Could not successfully create and enter directory:"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
-
#: methods/s3.php:
|
4244 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support and ask for them to enable it."
|
4245 |
msgstr ""
|
4246 |
|
4247 |
-
#: methods/s3.php:
|
4248 |
msgid "Please check your access credentials."
|
4249 |
msgstr ""
|
4250 |
|
4251 |
-
#: addons/s3-enhanced.php:152 methods/s3.php:
|
4252 |
msgid "The error reported by %s was:"
|
4253 |
msgstr ""
|
4254 |
|
@@ -4260,7 +4335,7 @@ msgstr ""
|
|
4260 |
msgid "Cannot drop tables, so deleting instead (%s)"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
-
#: class-updraftplus.php:
|
4264 |
msgid "Site information:"
|
4265 |
msgstr ""
|
4266 |
|
@@ -4268,7 +4343,7 @@ msgstr ""
|
|
4268 |
msgid "Cannot create new tables, so skipping this command (%s)"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
-
#: addons/migrator.php:
|
4272 |
#: restorer.php:1439 restorer.php:1465 restorer.php:1879
|
4273 |
msgid "Warning:"
|
4274 |
msgstr ""
|
@@ -4277,37 +4352,37 @@ msgstr ""
|
|
4277 |
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."
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: class-updraftplus.php:
|
4281 |
msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: admin.php:
|
4285 |
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."
|
4286 |
msgstr ""
|
4287 |
|
4288 |
-
#: admin.php:
|
4289 |
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."
|
4290 |
msgstr ""
|
4291 |
|
4292 |
-
#: admin.php:
|
4293 |
msgid "Close"
|
4294 |
msgstr ""
|
4295 |
|
4296 |
-
#: addons/autobackup.php:283 addons/autobackup.php:374 admin.php:
|
4297 |
-
#: methods/remotesend.php:
|
4298 |
-
#: methods/remotesend.php:
|
4299 |
msgid "Unexpected response:"
|
4300 |
msgstr ""
|
4301 |
|
4302 |
-
#: addons/reporting.php:412 admin.php:
|
4303 |
msgid "To send to more than one address, separate each address with a comma."
|
4304 |
msgstr ""
|
4305 |
|
4306 |
-
#: admin.php:
|
4307 |
msgid "PHP information"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
-
#: admin.php:
|
4311 |
msgid "show PHP information (phpinfo)"
|
4312 |
msgstr ""
|
4313 |
|
@@ -4315,55 +4390,55 @@ msgstr ""
|
|
4315 |
msgid "zip executable found:"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
-
#: admin.php:
|
4319 |
msgid "Migrate Site"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: addons/migrator.php:
|
4323 |
msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: admin.php:
|
4327 |
msgid "Do you want to migrate or clone/duplicate a site?"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: admin.php:
|
4331 |
msgid "Then, try out our \"Migrator\" add-on. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
|
4332 |
msgstr ""
|
4333 |
|
4334 |
-
#: admin.php:
|
4335 |
msgid "Get it here."
|
4336 |
msgstr ""
|
4337 |
|
4338 |
-
#: admin.php:
|
4339 |
msgid "Deleting... please allow time for the communications with the remote storage to complete."
|
4340 |
msgstr ""
|
4341 |
|
4342 |
-
#: admin.php:
|
4343 |
msgid "Also delete from remote storage"
|
4344 |
msgstr ""
|
4345 |
|
4346 |
-
#: admin.php:
|
4347 |
msgid "Latest UpdraftPlus.com news:"
|
4348 |
msgstr ""
|
4349 |
|
4350 |
-
#: admin.php:
|
4351 |
msgid "Clone/Migrate"
|
4352 |
msgstr ""
|
4353 |
|
4354 |
-
#: admin.php:
|
4355 |
msgid "News"
|
4356 |
msgstr ""
|
4357 |
|
4358 |
-
#: admin.php:
|
4359 |
msgid "Premium"
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#: admin.php:
|
4363 |
msgid "Local archives deleted: %d"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: admin.php:
|
4367 |
msgid "Remote archives deleted: %d"
|
4368 |
msgstr ""
|
4369 |
|
@@ -4371,67 +4446,67 @@ msgstr ""
|
|
4371 |
msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#: admin.php:
|
4375 |
msgid "Backup set not found"
|
4376 |
msgstr ""
|
4377 |
|
4378 |
-
#: class-updraftplus.php:
|
4379 |
msgid "Subscribe to the UpdraftPlus blog to get up-to-date news and offers"
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#: class-updraftplus.php:
|
4383 |
msgid "Blog link"
|
4384 |
msgstr ""
|
4385 |
|
4386 |
-
#: class-updraftplus.php:
|
4387 |
msgid "RSS link"
|
4388 |
msgstr ""
|
4389 |
|
4390 |
-
#: admin.php:
|
4391 |
msgid "Testing %s Settings..."
|
4392 |
msgstr ""
|
4393 |
|
4394 |
-
#: admin.php:
|
4395 |
msgid "Or, you can place them manually into your UpdraftPlus directory (usually wp-content/updraft), e.g. via FTP, and then use the \"rescan\" link above."
|
4396 |
msgstr ""
|
4397 |
|
4398 |
-
#: admin.php:
|
4399 |
msgid "Notice"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
-
#: admin.php:
|
4403 |
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."
|
4404 |
msgstr ""
|
4405 |
|
4406 |
-
#: backup.php:
|
4407 |
msgid "Errors encountered:"
|
4408 |
msgstr ""
|
4409 |
|
4410 |
-
#: admin.php:
|
4411 |
msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
|
4412 |
msgstr ""
|
4413 |
|
4414 |
-
#: admin.php:
|
4415 |
msgid "Begun looking for this entity"
|
4416 |
msgstr ""
|
4417 |
|
4418 |
-
#: addons/migrator.php:
|
4419 |
msgid "SQL update commands run:"
|
4420 |
msgstr ""
|
4421 |
|
4422 |
-
#: addons/migrator.php:
|
4423 |
msgid "Errors:"
|
4424 |
msgstr ""
|
4425 |
|
4426 |
-
#: addons/migrator.php:
|
4427 |
msgid "Time taken (seconds):"
|
4428 |
msgstr ""
|
4429 |
|
4430 |
-
#: addons/migrator.php:
|
4431 |
msgid "rows: %d"
|
4432 |
msgstr ""
|
4433 |
|
4434 |
-
#: addons/migrator.php:
|
4435 |
msgid "\"%s\" has no primary key, manual change needed on row %s."
|
4436 |
msgstr ""
|
4437 |
|
@@ -4439,31 +4514,31 @@ msgstr ""
|
|
4439 |
msgid "Store at"
|
4440 |
msgstr ""
|
4441 |
|
4442 |
-
#: addons/migrator.php:
|
4443 |
msgid "Nothing to do: the site URL is already: %s"
|
4444 |
msgstr ""
|
4445 |
|
4446 |
-
#: addons/migrator.php:
|
4447 |
msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
-
#: addons/migrator.php:
|
4451 |
msgid "Database search and replace: replace %s in backup dump with %s"
|
4452 |
msgstr ""
|
4453 |
|
4454 |
-
#: addons/migrator.php:
|
4455 |
msgid "Could not get list of tables"
|
4456 |
msgstr ""
|
4457 |
|
4458 |
-
#: addons/migrator.php:
|
4459 |
msgid "Tables examined:"
|
4460 |
msgstr ""
|
4461 |
|
4462 |
-
#: addons/migrator.php:
|
4463 |
msgid "Rows examined:"
|
4464 |
msgstr ""
|
4465 |
|
4466 |
-
#: addons/migrator.php:
|
4467 |
msgid "Changes made:"
|
4468 |
msgstr ""
|
4469 |
|
@@ -4480,7 +4555,7 @@ msgid "Port"
|
|
4480 |
msgstr ""
|
4481 |
|
4482 |
#: addons/lockadmin.php:141 addons/moredatabase.php:234 addons/sftp.php:366
|
4483 |
-
#: methods/openstack2.php:127 methods/updraftvault.php:
|
4484 |
#: udaddons/options.php:145
|
4485 |
msgid "Password"
|
4486 |
msgstr ""
|
@@ -4509,7 +4584,7 @@ msgstr ""
|
|
4509 |
msgid "Failure: Port must be an integer."
|
4510 |
msgstr ""
|
4511 |
|
4512 |
-
#: addons/fixtime.php:
|
4513 |
msgid "starting from next time it is"
|
4514 |
msgstr ""
|
4515 |
|
@@ -4525,7 +4600,7 @@ msgstr ""
|
|
4525 |
msgid "You do not have permission to access this page."
|
4526 |
msgstr ""
|
4527 |
|
4528 |
-
#: addons/migrator.php:
|
4529 |
msgid "Must-use plugins"
|
4530 |
msgstr ""
|
4531 |
|
@@ -4533,36 +4608,36 @@ msgstr ""
|
|
4533 |
msgid "Blog uploads"
|
4534 |
msgstr ""
|
4535 |
|
4536 |
-
#: addons/migrator.php:
|
4537 |
msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
|
4538 |
msgstr ""
|
4539 |
|
4540 |
-
#: addons/migrator.php:
|
4541 |
msgid "Search and replace site location in the database (migrate)"
|
4542 |
msgstr ""
|
4543 |
|
4544 |
-
#: addons/migrator.php:
|
4545 |
msgid "(learn more)"
|
4546 |
msgstr ""
|
4547 |
|
4548 |
-
#: addons/migrator.php:
|
4549 |
msgid "Failed: the %s operation was not able to start."
|
4550 |
msgstr ""
|
4551 |
|
4552 |
-
#: addons/migrator.php:
|
4553 |
msgid "Failed: we did not understand the result returned by the %s operation."
|
4554 |
msgstr ""
|
4555 |
|
4556 |
-
#: addons/migrator.php:
|
4557 |
msgid "Database: search and replace site URL"
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: addons/migrator.php:
|
4561 |
msgid "This option was not selected."
|
4562 |
msgstr ""
|
4563 |
|
4564 |
-
#: addons/migrator.php:
|
4565 |
-
#: addons/migrator.php:
|
4566 |
msgid "Error: unexpected empty parameter (%s, %s)"
|
4567 |
msgstr ""
|
4568 |
|
@@ -4681,16 +4756,16 @@ msgstr ""
|
|
4681 |
msgid "Over-write wp-config.php"
|
4682 |
msgstr ""
|
4683 |
|
4684 |
-
#: addons/copycom.php:387 addons/copycom.php:389 methods/dropbox.php:
|
4685 |
-
#: methods/dropbox.php:
|
4686 |
msgid "you have authenticated your %s account"
|
4687 |
msgstr ""
|
4688 |
|
4689 |
-
#: addons/copycom.php:398 methods/dropbox.php:
|
4690 |
msgid "though part of the returned information was not as expected - your mileage may vary"
|
4691 |
msgstr ""
|
4692 |
|
4693 |
-
#: addons/copycom.php:406 addons/onedrive.php:527 methods/dropbox.php:
|
4694 |
msgid "Your %s account name: %s"
|
4695 |
msgstr ""
|
4696 |
|
@@ -4702,97 +4777,97 @@ msgstr ""
|
|
4702 |
msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: methods/s3.php:
|
4706 |
msgid "%s Error: Failed to download %s. Check your permissions and credentials."
|
4707 |
msgstr ""
|
4708 |
|
4709 |
-
#: methods/s3.php:
|
4710 |
msgid "%s Error: Failed to access bucket %s. Check your permissions and credentials."
|
4711 |
msgstr ""
|
4712 |
|
4713 |
-
#: methods/s3.php:
|
4714 |
msgid "Get your access key and secret key <a href=\"%s\">from your %s console</a>, then pick a (globally unique - all %s users) bucket name (letters and numbers) (and optionally a path) to use for storage. This bucket will be created for you if it does not already exist."
|
4715 |
msgstr ""
|
4716 |
|
4717 |
-
#: methods/s3.php:
|
4718 |
msgid "If you see errors about SSL certificates, then please go here for help."
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: methods/s3.php:
|
4722 |
msgid "%s access key"
|
4723 |
msgstr ""
|
4724 |
|
4725 |
-
#: methods/s3.php:
|
4726 |
msgid "%s secret key"
|
4727 |
msgstr ""
|
4728 |
|
4729 |
-
#: methods/s3.php:
|
4730 |
msgid "%s location"
|
4731 |
msgstr ""
|
4732 |
|
4733 |
-
#: methods/s3.php:
|
4734 |
msgid "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/mypath"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
-
#: methods/s3.php:
|
4738 |
msgid "API secret"
|
4739 |
msgstr ""
|
4740 |
|
4741 |
-
#: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:
|
4742 |
msgid "Failure: No bucket details were given."
|
4743 |
msgstr ""
|
4744 |
|
4745 |
-
#: addons/s3-enhanced.php:125 methods/openstack2.php:113 methods/s3.php:
|
4746 |
msgid "Region"
|
4747 |
msgstr ""
|
4748 |
|
4749 |
-
#: methods/s3.php:
|
4750 |
msgid "Failure: We could not successfully access or create such a bucket. Please check your access credentials, and if those are correct then try another bucket name (as another %s user may already have taken your name)."
|
4751 |
msgstr ""
|
4752 |
|
4753 |
-
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:
|
4754 |
-
#: methods/s3.php:
|
4755 |
msgid "Failure"
|
4756 |
msgstr ""
|
4757 |
|
4758 |
-
#: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:
|
4759 |
-
#: methods/s3.php:
|
4760 |
msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
|
4761 |
msgstr ""
|
4762 |
|
4763 |
-
#: addons/googlecloud.php:689 methods/s3.php:
|
4764 |
msgid "We accessed the bucket, and were able to create files within it."
|
4765 |
msgstr ""
|
4766 |
|
4767 |
-
#: methods/s3.php:
|
4768 |
msgid "The communication with %s was encrypted."
|
4769 |
msgstr ""
|
4770 |
|
4771 |
-
#: methods/s3.php:
|
4772 |
msgid "The communication with %s was not encrypted."
|
4773 |
msgstr ""
|
4774 |
|
4775 |
-
#: methods/dropbox.php:
|
4776 |
msgid "You do not appear to be authenticated with Dropbox"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
-
#: methods/dropbox.php:
|
4780 |
msgid "error: failed to upload file to %s (see log file for more)"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
-
#: methods/dropbox.php:
|
4784 |
msgid "Need to use sub-folders?"
|
4785 |
msgstr ""
|
4786 |
|
4787 |
-
#: methods/dropbox.php:
|
4788 |
msgid "Backups are saved in"
|
4789 |
msgstr ""
|
4790 |
|
4791 |
-
#: methods/dropbox.php:
|
4792 |
msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
|
4793 |
msgstr ""
|
4794 |
|
4795 |
-
#: methods/dropbox.php:
|
4796 |
msgid "there's an add-on for that."
|
4797 |
msgstr ""
|
4798 |
|
@@ -4822,23 +4897,23 @@ msgstr ""
|
|
4822 |
msgid "Cloud Files container"
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:
|
4826 |
msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
|
4827 |
msgstr ""
|
4828 |
|
4829 |
-
#: addons/migrator.php:
|
4830 |
#: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:415
|
4831 |
-
#: addons/sftp.php:419 addons/sftp.php:423 addons/webdav.php:56 admin.php:
|
4832 |
#: methods/addon-base.php:277 methods/cloudfiles-new.php:142
|
4833 |
#: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
|
4834 |
#: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
|
4835 |
#: methods/openstack2.php:142 methods/openstack2.php:147
|
4836 |
-
#: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:
|
4837 |
-
#: methods/s3.php:
|
4838 |
msgid "Failure: No %s was given."
|
4839 |
msgstr ""
|
4840 |
|
4841 |
-
#: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:
|
4842 |
msgid "API key"
|
4843 |
msgstr ""
|
4844 |
|
@@ -4938,7 +5013,7 @@ msgid "Cloud Files error - failed to create and access the container"
|
|
4938 |
msgstr ""
|
4939 |
|
4940 |
#: addons/googlecloud.php:161 addons/googlecloud.php:166
|
4941 |
-
#: class-updraftplus.php:
|
4942 |
#: methods/googledrive.php:741 methods/googledrive.php:746
|
4943 |
msgid "%s Error: Failed to open local file"
|
4944 |
msgstr ""
|
@@ -4954,7 +5029,7 @@ msgstr ""
|
|
4954 |
msgid "Cloud Files error - failed to upload file"
|
4955 |
msgstr ""
|
4956 |
|
4957 |
-
#: class-updraftplus.php:
|
4958 |
#: methods/stream-base.php:261
|
4959 |
msgid "Error opening local file: Failed to download"
|
4960 |
msgstr ""
|
@@ -4963,9 +5038,9 @@ msgstr ""
|
|
4963 |
msgid "Error downloading remote file: Failed to download ("
|
4964 |
msgstr ""
|
4965 |
|
4966 |
-
#: addons/sftp.php:406 admin.php:
|
4967 |
#: methods/cloudfiles.php:496 methods/ftp.php:329
|
4968 |
-
#: methods/openstack-base.php:440 methods/s3.php:
|
4969 |
#: methods/stream-base.php:219
|
4970 |
msgid "Test %s Settings"
|
4971 |
msgstr ""
|
@@ -4996,8 +5071,8 @@ msgid "Account is not authorized."
|
|
4996 |
msgstr ""
|
4997 |
|
4998 |
#: methods/addon-base.php:230 methods/cloudfiles.php:438
|
4999 |
-
#: methods/dropbox.php:
|
5000 |
-
#: methods/openstack-base.php:419 methods/s3.php:
|
5001 |
#: methods/stream-base.php:212
|
5002 |
msgid "%s is a great choice, because UpdraftPlus supports chunked uploads - no matter how big your site is, UpdraftPlus can upload it a little at a time, and not get thwarted by timeouts."
|
5003 |
msgstr ""
|
@@ -5006,7 +5081,7 @@ msgstr ""
|
|
5006 |
msgid "will restore as:"
|
5007 |
msgstr ""
|
5008 |
|
5009 |
-
#: addons/migrator.php:
|
5010 |
msgid "the database query being run was:"
|
5011 |
msgstr ""
|
5012 |
|
@@ -5018,8 +5093,8 @@ msgstr ""
|
|
5018 |
msgid "Table prefix has changed: changing %s table field(s) accordingly:"
|
5019 |
msgstr ""
|
5020 |
|
5021 |
-
#: addons/migrator.php:
|
5022 |
-
#: admin.php:
|
5023 |
msgid "OK"
|
5024 |
msgstr "ঠিক আছে"
|
5025 |
|
@@ -5048,7 +5123,7 @@ msgstr ""
|
|
5048 |
msgid "Authorization failed"
|
5049 |
msgstr "অনুমোদন ব্যর্থ"
|
5050 |
|
5051 |
-
#: addons/copycom.php:413 addons/onedrive.php:520 methods/dropbox.php:
|
5052 |
#: methods/googledrive.php:332
|
5053 |
msgid "Your %s quota usage: %s %% used, %s available"
|
5054 |
msgstr ""
|
@@ -5056,7 +5131,7 @@ msgstr ""
|
|
5056 |
#: addons/googlecloud.php:579 addons/googlecloud.php:689
|
5057 |
#: addons/onedrive.php:554 addons/sftp.php:478 methods/addon-base.php:291
|
5058 |
#: methods/cloudfiles.php:560 methods/googledrive.php:358
|
5059 |
-
#: methods/openstack-base.php:392 methods/s3.php:
|
5060 |
#: methods/stream-base.php:308
|
5061 |
msgid "Success"
|
5062 |
msgstr ""
|
@@ -5086,12 +5161,12 @@ msgstr ""
|
|
5086 |
msgid "Failed to open database file"
|
5087 |
msgstr ""
|
5088 |
|
5089 |
-
#: addons/migrator.php:
|
5090 |
msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
|
5091 |
msgstr ""
|
5092 |
|
5093 |
-
#: addons/reporting.php:65 addons/reporting.php:147 backup.php:
|
5094 |
-
#: class-updraftplus.php:
|
5095 |
msgid "Backup of:"
|
5096 |
msgstr ""
|
5097 |
|
@@ -5099,19 +5174,19 @@ msgstr ""
|
|
5099 |
msgid "Old table prefix:"
|
5100 |
msgstr ""
|
5101 |
|
5102 |
-
#: admin.php:
|
5103 |
msgid "Archive is expected to be size:"
|
5104 |
msgstr ""
|
5105 |
|
5106 |
-
#: admin.php:
|
5107 |
msgid "The backup records do not contain information about the proper size of this file."
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: admin.php:
|
5111 |
msgid "Error message"
|
5112 |
msgstr ""
|
5113 |
|
5114 |
-
#: admin.php:
|
5115 |
msgid "Could not find one of the files for restoration"
|
5116 |
msgstr ""
|
5117 |
|
@@ -5167,195 +5242,195 @@ msgstr ""
|
|
5167 |
msgid "wp-config.php from backup: will restore as wp-config-backup.php"
|
5168 |
msgstr ""
|
5169 |
|
5170 |
-
#: admin.php:
|
5171 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from using SSL for authentication and encrypted transport at all, where possible. Note that some cloud storage providers do not allow this (e.g. Dropbox), so with those providers this setting will have no effect."
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#: admin.php:
|
5175 |
msgid "Save Changes"
|
5176 |
msgstr ""
|
5177 |
|
5178 |
-
#: methods/cloudfiles.php:448 methods/openstack-base.php:429 methods/s3.php:
|
5179 |
msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: admin.php:
|
5183 |
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)."
|
5184 |
msgstr ""
|
5185 |
|
5186 |
-
#: admin.php:
|
5187 |
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."
|
5188 |
msgstr ""
|
5189 |
|
5190 |
-
#: admin.php:
|
5191 |
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."
|
5192 |
msgstr ""
|
5193 |
|
5194 |
-
#: admin.php:
|
5195 |
msgid "Delete this backup set"
|
5196 |
msgstr ""
|
5197 |
|
5198 |
-
#: admin.php:
|
5199 |
msgid "Press here to download"
|
5200 |
msgstr ""
|
5201 |
|
5202 |
-
#: admin.php:
|
5203 |
msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
|
5204 |
msgstr ""
|
5205 |
|
5206 |
-
#: admin.php:
|
5207 |
msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
|
5208 |
msgstr ""
|
5209 |
|
5210 |
-
#: admin.php:
|
5211 |
msgid "UpdraftPlus Restoration: Progress"
|
5212 |
msgstr ""
|
5213 |
|
5214 |
-
#: admin.php:
|
5215 |
msgid "ABORT: Could not find the information on which entities to restore."
|
5216 |
msgstr ""
|
5217 |
|
5218 |
-
#: admin.php:
|
5219 |
msgid "If making a request for support, please include this information:"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
-
#: admin.php:
|
5223 |
msgid "Do not verify SSL certificates"
|
5224 |
msgstr ""
|
5225 |
|
5226 |
-
#: admin.php:
|
5227 |
msgid "Choosing this option lowers your security by stopping UpdraftPlus from verifying the identity of encrypted sites that it connects to (e.g. Dropbox, Google Drive). It means that UpdraftPlus will be using SSL only for encryption of traffic, and not for authentication."
|
5228 |
msgstr ""
|
5229 |
|
5230 |
-
#: admin.php:
|
5231 |
msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
|
5232 |
msgstr ""
|
5233 |
|
5234 |
-
#: admin.php:
|
5235 |
msgid "Disable SSL entirely where possible"
|
5236 |
msgstr ""
|
5237 |
|
5238 |
-
#: admin.php:
|
5239 |
msgid "Expert settings"
|
5240 |
msgstr "বিশেষজ্ঞদের সেটিংস"
|
5241 |
|
5242 |
-
#: admin.php:
|
5243 |
msgid "Show expert settings"
|
5244 |
msgstr "বিশেষজ্ঞ সেটিংস দেখান"
|
5245 |
|
5246 |
-
#: admin.php:
|
5247 |
msgid "click this to show some further options; don't bother with this unless you have a problem or are curious."
|
5248 |
msgstr ""
|
5249 |
|
5250 |
-
#: admin.php:
|
5251 |
msgid "Delete local backup"
|
5252 |
msgstr "স্থানীয় ব্যাকআপ মুছুন"
|
5253 |
|
5254 |
-
#: admin.php:
|
5255 |
msgid "Backup directory"
|
5256 |
msgstr "ব্যাকআপ ডিরেক্টরি"
|
5257 |
|
5258 |
-
#: admin.php:
|
5259 |
msgid "Backup directory specified is writable, which is good."
|
5260 |
msgstr ""
|
5261 |
|
5262 |
-
#: admin.php:
|
5263 |
msgid "Click here to attempt to create the directory and set the permissions"
|
5264 |
msgstr ""
|
5265 |
|
5266 |
-
#: admin.php:
|
5267 |
msgid "or, to reset this option"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: admin.php:
|
5271 |
msgid "click here"
|
5272 |
msgstr "এখানে ক্লিক করুন"
|
5273 |
|
5274 |
-
#: admin.php:
|
5275 |
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."
|
5276 |
msgstr ""
|
5277 |
|
5278 |
-
#: admin.php:
|
5279 |
msgid "Use the server's SSL certificates"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
-
#: admin.php:
|
5283 |
msgid "By default UpdraftPlus uses its own store of SSL certificates to verify the identity of remote sites (i.e. to make sure it is talking to the real Dropbox, Amazon S3, etc., and not an attacker). We keep these up to date. However, if you get an SSL error, then choosing this option (which causes UpdraftPlus to use your web server's collection instead) may help."
|
5284 |
msgstr ""
|
5285 |
|
5286 |
-
#: admin.php:
|
5287 |
msgid "Email"
|
5288 |
msgstr ""
|
5289 |
|
5290 |
-
#: admin.php:
|
5291 |
msgid "Database encryption phrase"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
-
#: admin.php:
|
5295 |
msgid "Manually decrypt a database backup file"
|
5296 |
msgstr ""
|
5297 |
|
5298 |
-
#: admin.php:
|
5299 |
msgid "Choose your remote storage"
|
5300 |
msgstr ""
|
5301 |
|
5302 |
-
#: addons/reporting.php:201 admin.php:
|
5303 |
msgid "None"
|
5304 |
msgstr "কোনটিই না"
|
5305 |
|
5306 |
-
#: admin.php:
|
5307 |
msgid "Cancel"
|
5308 |
msgstr "বাতিল"
|
5309 |
|
5310 |
-
#: admin.php:
|
5311 |
msgid "Requesting start of backup..."
|
5312 |
msgstr ""
|
5313 |
|
5314 |
-
#: admin.php:
|
5315 |
msgid "Advanced / Debugging Settings"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
-
#: admin.php:
|
5319 |
msgid "Debug mode"
|
5320 |
msgstr ""
|
5321 |
|
5322 |
-
#: admin.php:
|
5323 |
msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#: admin.php:
|
5327 |
msgid "Daily"
|
5328 |
msgstr ""
|
5329 |
|
5330 |
-
#: admin.php:
|
5331 |
msgid "Weekly"
|
5332 |
msgstr "সাপ্তাহিক"
|
5333 |
|
5334 |
-
#: admin.php:
|
5335 |
msgid "Fortnightly"
|
5336 |
msgstr "পাক্ষিক"
|
5337 |
|
5338 |
-
#: admin.php:
|
5339 |
msgid "Monthly"
|
5340 |
msgstr "মাসিক"
|
5341 |
|
5342 |
-
#: admin.php:
|
5343 |
msgid "To fix the time at which a backup should take place,"
|
5344 |
msgstr ""
|
5345 |
|
5346 |
-
#: admin.php:
|
5347 |
msgid "e.g. if your server is busy at day and you want to run overnight"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
-
#: admin.php:
|
5351 |
msgid "Include in files backup"
|
5352 |
msgstr ""
|
5353 |
|
5354 |
-
#: admin.php:
|
5355 |
msgid "Any other directories found inside wp-content"
|
5356 |
msgstr ""
|
5357 |
|
5358 |
-
#: addons/morefiles.php:260 admin.php:
|
5359 |
msgid "Exclude these:"
|
5360 |
msgstr ""
|
5361 |
|
@@ -5375,8 +5450,8 @@ msgstr ""
|
|
5375 |
msgid "show log"
|
5376 |
msgstr "লগ দেখান"
|
5377 |
|
5378 |
-
#: addons/migrator.php:
|
5379 |
-
#: admin.php:3472 admin.php:
|
5380 |
msgid "Delete"
|
5381 |
msgstr "মুছুন"
|
5382 |
|
@@ -5392,43 +5467,43 @@ msgstr ""
|
|
5392 |
msgid "The folder exists, but your webserver does not have permission to write to it."
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#: admin.php:
|
5396 |
msgid "Download log file"
|
5397 |
msgstr "লগ ফাইল ডাউনলোড করুন"
|
5398 |
|
5399 |
-
#: admin.php:
|
5400 |
msgid "Multisite"
|
5401 |
msgstr "মাল্টিসাইট"
|
5402 |
|
5403 |
-
#: admin.php:
|
5404 |
msgid "Do you need WordPress Multisite support?"
|
5405 |
msgstr "আপনার কি ওয়ার্ডপ্রস মাল্টিসাইট সাপোর্ট লাগবে?"
|
5406 |
|
5407 |
-
#: admin.php:
|
5408 |
msgid "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
|
5409 |
msgstr ""
|
5410 |
|
5411 |
-
#: admin.php:
|
5412 |
msgid "Web server:"
|
5413 |
msgstr "ওয়েব সার্ভার:"
|
5414 |
|
5415 |
-
#: admin.php:
|
5416 |
msgid "Peak memory usage"
|
5417 |
msgstr ""
|
5418 |
|
5419 |
-
#: admin.php:
|
5420 |
msgid "Current memory usage"
|
5421 |
msgstr "বর্তমান মেমরির ব্যবহার"
|
5422 |
|
5423 |
-
#: admin.php:
|
5424 |
msgid "%s version:"
|
5425 |
msgstr "%s সংস্করণ:"
|
5426 |
|
5427 |
-
#: admin.php:3083 admin.php:3086 admin.php:3090
|
5428 |
msgid "Yes"
|
5429 |
msgstr "হ্যাঁ"
|
5430 |
|
5431 |
-
#: admin.php:3086 admin.php:3090
|
5432 |
msgid "No"
|
5433 |
msgstr "না"
|
5434 |
|
@@ -5452,116 +5527,112 @@ msgstr ""
|
|
5452 |
msgid "This will cause an immediate backup. The page will stall loading until it finishes (ie, unscheduled)."
|
5453 |
msgstr ""
|
5454 |
|
5455 |
-
#: admin.php:
|
5456 |
msgid "UpdraftPlus - Upload backup files"
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: admin.php:
|
5460 |
msgid "calculating..."
|
5461 |
msgstr ""
|
5462 |
|
5463 |
-
#: addons/cloudfiles-enhanced.php:91 addons/migrator.php:
|
5464 |
-
#: addons/migrator.php:
|
5465 |
-
#: addons/migrator.php:
|
5466 |
-
#: addons/migrator.php:
|
5467 |
-
#: addons/migrator.php:
|
5468 |
#: addons/s3-enhanced.php:100 addons/s3-enhanced.php:105
|
5469 |
-
#: addons/s3-enhanced.php:107 addons/sftp.php:734 admin.php:
|
5470 |
-
#: admin.php:
|
5471 |
-
#: methods/updraftvault.php:
|
5472 |
msgid "Error:"
|
5473 |
msgstr ""
|
5474 |
|
5475 |
-
#: admin.php:
|
5476 |
msgid "You should:"
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: admin.php:
|
5480 |
msgid "Download error: the server sent us a response which we did not understand."
|
5481 |
msgstr ""
|
5482 |
|
5483 |
-
#: admin.php:
|
5484 |
msgid "Delete backup set"
|
5485 |
msgstr ""
|
5486 |
|
5487 |
-
#: admin.php:
|
5488 |
msgid "Restore backup"
|
5489 |
msgstr ""
|
5490 |
|
5491 |
-
#: admin.php:
|
5492 |
msgid "Restore backup from"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
-
#: admin.php:
|
5496 |
msgid "Restoring will replace this site's themes, plugins, uploads, database and/or other content directories (according to what is contained in the backup set, and your selection)."
|
5497 |
msgstr ""
|
5498 |
|
5499 |
-
#: admin.php:
|
5500 |
msgid "Choose the components to restore"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
-
#: admin.php:
|
5504 |
msgid "Your web server has PHP's so-called safe_mode active."
|
5505 |
msgstr ""
|
5506 |
|
5507 |
-
#: admin.php:
|
5508 |
msgid "The following entity cannot be restored automatically: \"%s\"."
|
5509 |
msgstr ""
|
5510 |
|
5511 |
-
#: admin.php:
|
5512 |
msgid "You will need to restore it manually."
|
5513 |
msgstr ""
|
5514 |
|
5515 |
-
#: addons/morefiles.php:63 admin.php:
|
5516 |
msgid "%s restoration options:"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
-
#: admin.php:
|
5520 |
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"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
-
#: admin.php:
|
5524 |
msgid "Do read this helpful article of useful things to know before restoring."
|
5525 |
msgstr ""
|
5526 |
|
5527 |
-
#: admin.php:
|
5528 |
msgid "Perform a one-time backup"
|
5529 |
msgstr ""
|
5530 |
|
5531 |
-
#: admin.php:
|
5532 |
-
msgid "Time now"
|
5533 |
-
msgstr ""
|
5534 |
-
|
5535 |
-
#: admin.php:335 admin.php:515 admin.php:2436
|
5536 |
msgid "Backup Now"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
-
#: addons/migrator.php:
|
5540 |
msgid "Restore"
|
5541 |
msgstr "পুনঃস্থাপন"
|
5542 |
|
5543 |
-
#: addons/autobackup.php:278 addons/autobackup.php:372 admin.php:
|
5544 |
-
#: admin.php:
|
5545 |
msgid "Last log message"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
-
#: admin.php:
|
5549 |
msgid "(Nothing yet logged)"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
-
#: admin.php:
|
5553 |
msgid "Download most recently modified log file"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
-
#: admin.php:
|
5557 |
msgid "More tasks:"
|
5558 |
msgstr "আরও টাস্ক:"
|
5559 |
|
5560 |
-
#: admin.php:
|
5561 |
msgid "Opera web browser"
|
5562 |
msgstr "অপেরা ওযেব ব্রাউজার"
|
5563 |
|
5564 |
-
#: admin.php:
|
5565 |
msgid "If you are using this, then turn Turbo/Road mode off."
|
5566 |
msgstr ""
|
5567 |
|
@@ -5576,94 +5647,94 @@ msgstr ""
|
|
5576 |
msgid "Google Drive"
|
5577 |
msgstr "গুগোল ড্রাইভ"
|
5578 |
|
5579 |
-
#: admin.php:
|
5580 |
msgid "Web-server disk space in use by UpdraftPlus"
|
5581 |
msgstr ""
|
5582 |
|
5583 |
-
#: admin.php:
|
5584 |
msgid "refresh"
|
5585 |
msgstr "রিফ্রেশ"
|
5586 |
|
5587 |
-
#: admin.php:
|
5588 |
msgid "Lead developer's homepage"
|
5589 |
msgstr "প্রধান ডেভেলপার এর হোমপেজে"
|
5590 |
|
5591 |
-
#: admin.php:
|
5592 |
msgid "Version"
|
5593 |
msgstr ""
|
5594 |
|
5595 |
-
#: admin.php:
|
5596 |
msgid "Your backup has been restored."
|
5597 |
msgstr ""
|
5598 |
|
5599 |
-
#: admin.php:
|
5600 |
msgid "Current limit is:"
|
5601 |
msgstr ""
|
5602 |
|
5603 |
-
#: admin.php:
|
5604 |
msgid "Delete Old Directories"
|
5605 |
msgstr ""
|
5606 |
|
5607 |
-
#: admin.php:
|
5608 |
msgid "JavaScript warning"
|
5609 |
msgstr ""
|
5610 |
|
5611 |
-
#: admin.php:
|
5612 |
msgid "This admin interface uses JavaScript heavily. You either need to activate it within your browser, or to use a JavaScript-capable browser."
|
5613 |
msgstr ""
|
5614 |
|
5615 |
-
#: admin.php:
|
5616 |
msgid "Nothing currently scheduled"
|
5617 |
msgstr ""
|
5618 |
|
5619 |
-
#: admin.php:
|
5620 |
msgid "At the same time as the files backup"
|
5621 |
msgstr ""
|
5622 |
|
5623 |
-
#: admin.php:
|
5624 |
msgid "Next scheduled backups"
|
5625 |
msgstr ""
|
5626 |
|
5627 |
-
#: admin.php:
|
5628 |
msgid "Files"
|
5629 |
msgstr ""
|
5630 |
|
5631 |
-
#: addons/migrator.php:
|
5632 |
-
#: addons/reporting.php:216 admin.php:
|
5633 |
-
#: admin.php:
|
5634 |
msgid "Database"
|
5635 |
msgstr ""
|
5636 |
|
5637 |
-
#: admin.php:
|
5638 |
msgid "Your website is hosted using the %s web server."
|
5639 |
msgstr ""
|
5640 |
|
5641 |
-
#: admin.php:
|
5642 |
msgid "Please consult this FAQ if you have problems backing up."
|
5643 |
msgstr ""
|
5644 |
|
5645 |
-
#: admin.php:
|
5646 |
-
#: admin.php:
|
5647 |
msgid "Click here to authenticate your %s account (you will not be able to back up to %s without it)."
|
5648 |
msgstr ""
|
5649 |
|
5650 |
-
#: admin.php:
|
5651 |
msgid "Nothing yet logged"
|
5652 |
msgstr ""
|
5653 |
|
5654 |
-
#: admin.php:
|
5655 |
msgid "OK. You should soon see activity in the \"Last log message\" field below."
|
5656 |
msgstr ""
|
5657 |
|
5658 |
-
#: admin.php:
|
5659 |
msgid "Job deleted"
|
5660 |
msgstr ""
|
5661 |
|
5662 |
-
#: admin.php:
|
5663 |
msgid "Could not find that job - perhaps it has already finished?"
|
5664 |
msgstr ""
|
5665 |
|
5666 |
-
#: admin.php:
|
5667 |
#: methods/addon-base.php:75 methods/addon-base.php:80
|
5668 |
#: methods/addon-base.php:194 methods/addon-base.php:214
|
5669 |
#: methods/stream-base.php:196 restorer.php:2057 restorer.php:2082
|
@@ -5671,41 +5742,41 @@ msgstr ""
|
|
5671 |
msgid "Error"
|
5672 |
msgstr ""
|
5673 |
|
5674 |
-
#: admin.php:
|
5675 |
msgid "Download failed"
|
5676 |
msgstr ""
|
5677 |
|
5678 |
-
#: admin.php:
|
5679 |
msgid "File ready."
|
5680 |
msgstr "ফাইল তৈরি।"
|
5681 |
|
5682 |
-
#: admin.php:
|
5683 |
msgid "Download in progress"
|
5684 |
msgstr "ডাউনলোড হচ্ছে"
|
5685 |
|
5686 |
-
#: admin.php:
|
5687 |
msgid "No local copy present."
|
5688 |
msgstr ""
|
5689 |
|
5690 |
-
#: admin.php:
|
5691 |
msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
|
5692 |
msgstr ""
|
5693 |
|
5694 |
-
#: admin.php:
|
5695 |
msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
|
5696 |
msgstr ""
|
5697 |
|
5698 |
-
#: admin.php:
|
5699 |
msgid "Restore successful!"
|
5700 |
msgstr ""
|
5701 |
|
5702 |
-
#: admin.php:
|
5703 |
-
#: admin.php:
|
5704 |
msgid "Actions"
|
5705 |
msgstr ""
|
5706 |
|
5707 |
-
#: addons/migrator.php:
|
5708 |
-
#: admin.php:
|
5709 |
msgid "Return to UpdraftPlus Configuration"
|
5710 |
msgstr ""
|
5711 |
|
@@ -5721,31 +5792,31 @@ msgstr ""
|
|
5721 |
msgid "Old directory removal failed for some reason. You may want to do this manually."
|
5722 |
msgstr ""
|
5723 |
|
5724 |
-
#: admin.php:
|
5725 |
msgid "Backup directory could not be created"
|
5726 |
msgstr ""
|
5727 |
|
5728 |
-
#: admin.php:
|
5729 |
msgid "Backup directory successfully created."
|
5730 |
msgstr ""
|
5731 |
|
5732 |
-
#: admin.php:
|
5733 |
msgid "Your settings have been wiped."
|
5734 |
msgstr ""
|
5735 |
|
5736 |
-
#: class-updraftplus.php:
|
5737 |
msgid "Please help UpdraftPlus by giving a positive review at wordpress.org"
|
5738 |
msgstr ""
|
5739 |
|
5740 |
-
#: class-updraftplus.php:
|
5741 |
msgid "Need even more features and support? Check out UpdraftPlus Premium"
|
5742 |
msgstr ""
|
5743 |
|
5744 |
-
#: class-updraftplus.php:
|
5745 |
msgid "Check out UpdraftPlus.Com for help, add-ons and support"
|
5746 |
msgstr ""
|
5747 |
|
5748 |
-
#: backup.php:
|
5749 |
msgid "Infinite recursion: consult your log for more information"
|
5750 |
msgstr ""
|
5751 |
|
@@ -5753,91 +5824,91 @@ msgstr ""
|
|
5753 |
msgid "Could not create %s zip. Consult the log file for more information."
|
5754 |
msgstr ""
|
5755 |
|
5756 |
-
#: admin.php:
|
5757 |
msgid "Allowed Files"
|
5758 |
msgstr ""
|
5759 |
|
5760 |
-
#: admin.php:
|
5761 |
msgid "Settings"
|
5762 |
msgstr "সেটিংস"
|
5763 |
|
5764 |
-
#: admin.php:
|
5765 |
msgid "Add-Ons / Pro Support"
|
5766 |
msgstr "অ্যাড অন / প্রো সাপোর্ট"
|
5767 |
|
5768 |
-
#: admin.php:
|
5769 |
-
#: admin.php:
|
5770 |
#: methods/cloudfiles.php:448 methods/ftp.php:284
|
5771 |
-
#: methods/openstack-base.php:429 methods/s3.php:
|
5772 |
-
#: methods/updraftvault.php:
|
5773 |
msgid "Warning"
|
5774 |
msgstr "সতর্কতা"
|
5775 |
|
5776 |
-
#: admin.php:
|
5777 |
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."
|
5778 |
msgstr ""
|
5779 |
|
5780 |
-
#: admin.php:
|
5781 |
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."
|
5782 |
msgstr ""
|
5783 |
|
5784 |
-
#: backup.php:
|
5785 |
msgid "WordPress backup is complete"
|
5786 |
msgstr "ওয়ার্ডপ্রেস ব্যাক-আপ সমাপ্ত"
|
5787 |
|
5788 |
-
#: admin.php:
|
5789 |
msgid "Backup directory (%s) is not writable, or does not exist."
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: class-updraftplus.php:
|
5793 |
msgid "Could not read the directory"
|
5794 |
msgstr "ডিরেক্টরিটি পড়া যায়নি"
|
5795 |
|
5796 |
-
#: class-updraftplus.php:
|
5797 |
msgid "Could not save backup history because we have no backup array. Backup probably failed."
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: backup.php:
|
5801 |
msgid "Could not open the backup file for writing"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
-
#: class-updraftplus.php:
|
5805 |
msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
|
5806 |
msgstr ""
|
5807 |
|
5808 |
-
#: class-updraftplus.php:
|
5809 |
msgid "Decryption failed. The most likely cause is that you used the wrong key."
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: class-updraftplus.php:
|
5813 |
msgid "The decryption key used:"
|
5814 |
msgstr ""
|
5815 |
|
5816 |
-
#: addons/azure.php:215 class-updraftplus.php:
|
5817 |
msgid "File not found"
|
5818 |
msgstr "ফাইলটি খুঁজে পাওয়া যায় নি"
|
5819 |
|
5820 |
-
#: class-updraftplus.php:
|
5821 |
msgid "Can you translate? Want to improve UpdraftPlus for speakers of your language?"
|
5822 |
msgstr ""
|
5823 |
|
5824 |
-
#: class-updraftplus.php:
|
5825 |
msgid "Like UpdraftPlus and can spare one minute?"
|
5826 |
msgstr ""
|
5827 |
|
5828 |
-
#: class-updraftplus.php:
|
5829 |
msgid "Themes"
|
5830 |
msgstr "থিমসমূহ"
|
5831 |
|
5832 |
-
#: addons/multisite.php:452 class-updraftplus.php:
|
5833 |
msgid "Uploads"
|
5834 |
msgstr "আপলোডসমূহ"
|
5835 |
|
5836 |
-
#: class-updraftplus.php:
|
5837 |
msgid "Others"
|
5838 |
msgstr "অন্যান্য"
|
5839 |
|
5840 |
-
#: class-updraftplus.php:
|
5841 |
msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
|
5842 |
msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল তৈরি করা সম্ভব হয় নি। ব্যাকআপ বন্ধ হয়ে গিয়্যেছে - আপনার UpdraftPlus সেটিংস দেখুন।"
|
5843 |
|
@@ -5845,11 +5916,11 @@ msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল ত
|
|
5845 |
msgid "Encryption error occurred when encrypting database. Encryption aborted."
|
5846 |
msgstr ""
|
5847 |
|
5848 |
-
#: class-updraftplus.php:
|
5849 |
msgid "The backup apparently succeeded and is now complete"
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: class-updraftplus.php:
|
5853 |
msgid "The backup attempt has finished, apparently unsuccessfully"
|
5854 |
msgstr ""
|
5855 |
|
@@ -5857,21 +5928,21 @@ msgstr ""
|
|
5857 |
msgid "UpdraftPlus Backups"
|
5858 |
msgstr "UpdraftPlus ব্যাকআপসমূহ"
|
5859 |
|
5860 |
-
#: admin.php:
|
5861 |
-
#: admin.php:
|
5862 |
-
#: class-updraftplus.php:
|
5863 |
-
#: class-updraftplus.php:
|
5864 |
msgid "UpdraftPlus notice:"
|
5865 |
msgstr "UpdraftPlus নোটিশ:"
|
5866 |
|
5867 |
-
#: admin.php:
|
5868 |
msgid "The log file could not be read."
|
5869 |
msgstr "লগ ফাইলটি পড়া সম্ভব হয় নি।"
|
5870 |
|
5871 |
-
#: class-updraftplus.php:
|
5872 |
msgid "No log files were found."
|
5873 |
msgstr "কোনও লগ ফাইল খুঁজে পাওয়া যায় নি।"
|
5874 |
|
5875 |
-
#: class-updraftplus.php:
|
5876 |
msgid "Plugins"
|
5877 |
msgstr "প্লাগইন"
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: UpdraftPlus\n"
|
12 |
|
13 |
+
#: admin.php:2162
|
14 |
+
msgid "FAQs"
|
15 |
msgstr ""
|
16 |
|
17 |
+
#: udaddons/plugin-updates/github-checker.php:120
|
18 |
+
msgid "There is no changelog available."
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:648
|
22 |
+
msgid "Check for updates"
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:692
|
26 |
+
msgid "This plugin is up to date."
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:694
|
30 |
+
msgid "A new version of this plugin is available."
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: udaddons/plugin-updates/plugin-update-checker.php:696
|
34 |
+
msgid "Unknown update checker status \"%s\""
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: backup.php:1973
|
38 |
+
msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: backup.php:1987
|
42 |
+
msgid "Failed to open directory (check the file permissions and ownership): %s"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: central/bootstrap.php:419
|
46 |
+
msgid "Public key was sent to:"
|
47 |
+
msgstr ""
|
48 |
+
|
49 |
+
#: central/bootstrap.php:424
|
50 |
+
msgid "Key size: %d bits"
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
+
#: central/bootstrap.php:439
|
54 |
+
msgid "Dashboard at"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: central/bootstrap.php:439
|
58 |
+
msgid "Use the alternative method for making a connection with the dashboard."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: central/bootstrap.php:439
|
62 |
+
msgid "More information..."
|
63 |
+
msgstr ""
|
64 |
+
|
65 |
+
#: central/bootstrap.php:439
|
66 |
+
msgid "This is useful if the dashboard webserver cannot be contacted with incoming traffic by this website (for example, this is the case if this website is hosted on the public Internet, but the UpdraftCentral dashboard is on localhost, or on an Intranet, or if this website has an outgoing firewall), or if the dashboard website does not have a SSL certificate."
|
67 |
+
msgstr ""
|
68 |
+
|
69 |
+
#: addons/migrator.php:2158
|
70 |
+
msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: addons/migrator.php:2159
|
74 |
+
msgid "Enter your chosen name"
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
+
#: addons/migrator.php:2161 central/bootstrap.php:441
|
78 |
+
msgid "Encryption key size:"
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: addons/migrator.php:2163 addons/migrator.php:2164 addons/migrator.php:2166
|
82 |
+
#: central/bootstrap.php:442 central/bootstrap.php:443
|
83 |
+
#: central/bootstrap.php:445
|
84 |
+
msgid "%s bits"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: addons/migrator.php:2163 central/bootstrap.php:442
|
88 |
+
msgid "easy to break, fastest"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: addons/migrator.php:2164 central/bootstrap.php:443
|
92 |
+
msgid "faster (possibility for slow PHP installs)"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: addons/migrator.php:2165 central/bootstrap.php:444
|
96 |
+
msgid "%s bytes"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: addons/migrator.php:2165 central/bootstrap.php:444
|
100 |
+
msgid "recommended"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: addons/migrator.php:2166 central/bootstrap.php:445
|
104 |
+
msgid "slower, strongest"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: addons/migrator.php:2169
|
108 |
+
msgid "Create key"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: central/bootstrap.php:439
|
112 |
+
msgid "i.e. you have an account there"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: central/bootstrap.php:439
|
116 |
+
msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: class-updraftplus.php:1240
|
120 |
msgid "Size: %s MB"
|
121 |
msgstr ""
|
122 |
|
140 |
msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: admin.php:2453
|
144 |
msgid "Now"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: admin.php:2604
|
148 |
msgid "Free 1GB for UpdraftPlus Vault"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: admin.php:3959
|
152 |
msgid "UpdraftPlus will split up backup archives when they exceed this file size. The default value is %s megabytes. Be careful to leave some margin if your web-server has a hard size limit (e.g. the 2 GB / 2048 MB limit on some 32-bit servers/file systems)."
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: class-updraftplus.php:3529 restorer.php:926
|
156 |
msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: admin.php:3770
|
160 |
msgid "(tap on an icon to select or unselect)"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: backup.php:833 class-updraftplus.php:2411
|
164 |
msgid "The backup was aborted by the user"
|
165 |
msgstr ""
|
166 |
|
204 |
msgid "An invalid URL was entered"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: central/bootstrap.php:313 central/bootstrap.php:324
|
208 |
msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: central/bootstrap.php:381
|
212 |
msgid "Key description"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: central/bootstrap.php:381
|
216 |
msgid "Details"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: central/bootstrap.php:387
|
220 |
msgid "No keys have yet been created."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: central/bootstrap.php:419
|
224 |
msgid "Access this site as user:"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: central/bootstrap.php:422
|
|
|
|
|
|
|
|
|
228 |
msgid "Created:"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: central/bootstrap.php:429
|
232 |
msgid "Delete..."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: central/bootstrap.php:435
|
236 |
msgid "Create new key"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: central/bootstrap.php:437
|
240 |
msgid "Description"
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: central/bootstrap.php:437
|
244 |
msgid "Enter any description"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: central/bootstrap.php:439
|
|
|
|
|
|
|
|
|
248 |
msgid "URL of mothership"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: central/bootstrap.php:452
|
252 |
msgid "View recent UpdraftCentral log events"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: central/bootstrap.php:452
|
256 |
msgid "fetch..."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: central/bootstrap.php:463
|
260 |
msgid "UpdraftCentral (Remote Control)"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: class-updraftplus.php:356 class-updraftplus.php:401
|
264 |
msgid "The given file was not found, or could not be read."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: methods/updraftvault.php:214
|
268 |
msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: methods/updraftvault.php:269 methods/updraftvault.php:275
|
272 |
+
#: methods/updraftvault.php:281
|
273 |
msgid "or (annual discount)"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: methods/updraftvault.php:270 methods/updraftvault.php:276
|
277 |
+
#: methods/updraftvault.php:282
|
278 |
msgid "%s per year"
|
279 |
msgstr ""
|
280 |
|
286 |
msgid "Asia Pacific (Seoul)"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: admin.php:477
|
290 |
msgid "Fetching..."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: admin.php:485
|
294 |
msgid "Error: the server sent us a response which we did not understand."
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: admin.php:521
|
298 |
msgid "Saving..."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: admin.php:538
|
302 |
msgid "Please enter a valid URL"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: admin.php:539
|
306 |
msgid "We requested to delete the file, but could not understand the server's response"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: admin.php:545
|
310 |
msgid "You should save your changes to ensure that they are used for making your backup."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: admin.php:2599
|
314 |
msgid "Microsoft OneDrive, Microsoft Azure, Google Cloud Storage"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: admin.php:2863
|
318 |
msgid "calculate"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: admin.php:2934
|
322 |
msgid "this backup set"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: admin.php:2937
|
326 |
msgid "these backup sets"
|
327 |
msgstr ""
|
328 |
|
342 |
msgid "stop"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin.php:4294
|
346 |
msgid "Total backup size:"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: admin.php:5212
|
350 |
msgid "Your settings have been saved."
|
351 |
msgstr ""
|
352 |
|
386 |
msgid "Read more..."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: admin.php:556
|
390 |
msgid "Please fill in the required information."
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: admin.php:2727
|
394 |
msgid "Dismiss"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: class-updraftplus.php:3576
|
398 |
msgid "It will be imported as a new site."
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: class-updraftplus.php:3576
|
402 |
msgid "Please read this link for important information on this process."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: class-updraftplus.php:3580 restorer.php:1553
|
406 |
msgid "To import an ordinary WordPress site into a multisite installation requires %s."
|
407 |
msgstr ""
|
408 |
|
410 |
msgid "Skipping table %s: this table will not be restored"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: addons/migrator.php:352 addons/migrator.php:355 addons/migrator.php:358
|
414 |
msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: addons/migrator.php:352
|
418 |
msgid "WordPress core"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: addons/migrator.php:355
|
422 |
msgid "other content from wp-content"
|
423 |
msgstr ""
|
424 |
|